import type { SVGProps } from "react"; export interface PencilIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function PencilIcon({ className, size, color, ...props }: PencilIconProps): import("react").JSX.Element; //# sourceMappingURL=pencil-icon.d.ts.map