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