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