/// import * as T from "./type"; declare const IconFactorySVG: (d: string | string[], strokeWidth?: number, strokeLinecap?: T.StrokeLinecap, strokeLinejoin?: T.StrokeLinejoin) => ({ className, svgProps }: T.IconProps) => JSX.Element; export default IconFactorySVG;