import React from 'react'; import './index.less'; interface IconProps { width?: string | number; height?: string | number; fill?: string; viewBox?: string; className?: string; style?: React.CSSProperties; } /** * 通过iconfont导入的 * icon库地址:https://www.iconfont.cn/manage/index?spm=a313x.7781069.1998910419.20&manage_type=myprojects&projectId=2792360&keyword=&project_type=&page= */ declare const Icons: { Upload: (props: IconProps) => JSX.Element; Loading: (props: IconProps) => JSX.Element; CheckboxCircleFill: (props: IconProps) => JSX.Element; CloseCircleFill: (props: IconProps) => JSX.Element; Zip: (props: IconProps) => JSX.Element; FileImage: (props: IconProps) => JSX.Element; FileMusic: (props: IconProps) => JSX.Element; FileVideo: (props: IconProps) => JSX.Element; FilePdf: (props: IconProps) => JSX.Element; FileWord: (props: IconProps) => JSX.Element; FileExcel: (props: IconProps) => JSX.Element; FilePpt: (props: IconProps) => JSX.Element; FileOther: (props: IconProps) => JSX.Element; KaikebaLinear: (props: IconProps) => JSX.Element; Picture: (props: IconProps) => JSX.Element; MiduiLinear: (props: IconProps) => JSX.Element; NextStep: (props: IconProps) => JSX.Element; EyeLiner: (props: IconProps) => JSX.Element; Heading: (props: IconProps) => JSX.Element; Bold: (props: IconProps) => JSX.Element; PreviousStep: (props: IconProps) => JSX.Element; ManageLinear: (props: IconProps) => JSX.Element; HrLiner: (props: IconProps) => JSX.Element; CodeLiner: (props: IconProps) => JSX.Element; DistributeLinear: (props: IconProps) => JSX.Element; WorkbenchLinear: (props: IconProps) => JSX.Element; EtgLinear: (props: IconProps) => JSX.Element; HomeLinear: (props: IconProps) => JSX.Element; CustomerLinear: (props: IconProps) => JSX.Element; DoLinear: (props: IconProps) => JSX.Element; ScrmLinear: (props: IconProps) => JSX.Element; CurriculumLinear: (props: IconProps) => JSX.Element; Subordinate: (props: IconProps) => JSX.Element; Department: (props: IconProps) => JSX.Element; Live: (props: IconProps) => JSX.Element; LiveReconnect: (props: IconProps) => JSX.Element; LastTime: (props: IconProps) => JSX.Element; Tel: (props: IconProps) => JSX.Element; LockLinear: (props: IconProps) => JSX.Element; ForbidLinear: (props: IconProps) => JSX.Element; ThumbLinear: (props: IconProps) => JSX.Element; TimeLinear: (props: IconProps) => JSX.Element; Star: (props: IconProps) => JSX.Element; AddNoBorderLinear: (props: IconProps) => JSX.Element; MoveLinear: (props: IconProps) => JSX.Element; CheckLinear: (props: IconProps) => JSX.Element; DownLinear: (props: IconProps) => JSX.Element; EditLinear: (props: IconProps) => JSX.Element; DeleteLinear: (props: IconProps) => JSX.Element; UpLinear: (props: IconProps) => JSX.Element; CloseLinear: (props: IconProps) => JSX.Element; SettingLinear: (props: IconProps) => JSX.Element; HeartLinear: (props: IconProps) => JSX.Element; ArrowUpLinear: (props: IconProps) => JSX.Element; ArrowDownLinear: (props: IconProps) => JSX.Element; DownloadLinear: (props: IconProps) => JSX.Element; RestartLinear: (props: IconProps) => JSX.Element; NotificationLinear: (props: IconProps) => JSX.Element; ShareLinear: (props: IconProps) => JSX.Element; WarningLinear: (props: IconProps) => JSX.Element; InformationLinear: (props: IconProps) => JSX.Element; CheckboxLinear: (props: IconProps) => JSX.Element; QuestionLinear: (props: IconProps) => JSX.Element; CloseCircleLinear: (props: IconProps) => JSX.Element; SearchLinear: (props: IconProps) => JSX.Element; NorLinear: (props: IconProps) => JSX.Element; SwitchLinear: (props: IconProps) => JSX.Element; DataLinear: (props: IconProps) => JSX.Element; LaunchLinear: (props: IconProps) => JSX.Element; OrderLinear: (props: IconProps) => JSX.Element; JurisdictionLinear: (props: IconProps) => JSX.Element; AffairsLinear: (props: IconProps) => JSX.Element; OperateLinear: (props: IconProps) => JSX.Element; ComplaintLinear: (props: IconProps) => JSX.Element; CommodityLinear: (props: IconProps) => JSX.Element; ReduceBorderedLinear: (props: IconProps) => JSX.Element; AddBorderedLinear: (props: IconProps) => JSX.Element; }; export default Icons;