import React from "react"; import type { Props } from "./types"; export const PencilScribbleIcon: React.FC = ({ width = "20", height = "20", className, color = "#000000", }) => ( );