import { FC } from "react"; import { SVGProps } from "react"; export interface IconProps extends SVGProps { size?: number; } export declare const LineIcon: FC; //# sourceMappingURL=line.d.ts.map