/** * 编码 */ export declare function encoding(color: string): string; /** * 九宫格展示 */ export declare function GridIcins(color: string): string; /** * 分类列表 */ export declare function GridLists(color: string): string; /** * 扫码图标 */ export declare function ScanCode(color: string): string; /** * 部门 */ export declare function depCode(color: string): string; /** * 已撤销 */ /** * 已撤销 */ export declare const revoke: (color: string) => string; /** * 已通过 */ export declare function PassIcon2(color: string): string; /** * 已通过 */ export declare function PassIcon(color: string): string; /** * 审批中 */ export declare function ApproxProgress(color: string): string; /** * 审批驳回 */ export declare function ApproxReject(color: string): string; /** * 创建时间 * @param color * @returns */ export declare function timeline(color: string): string; /** * 加急 */ export declare function urgent(color: string): string; /** * 已完成 */ export declare function success(color: string): string; /** * 已作废 */ export declare function icon_warn(color: string): string; /** * @description 草稿箱 */ export declare function draftIcon(color: string): string; /** * @description 抄送 */ export declare function SendCopy(color?: string): string; export declare function ClearIcon(color: string): string; export declare function sortIcon(color: string): string; export declare function filterIcon(color: string): string; export declare function HomeIcon(color: string): string; export declare function msgIcom(color?: string): string; /** * 公司图标 */ export declare function companyIcon(color: string): string; /** * 组织结构图标 */ export declare function orgIcon(color: string): string; /** * 团队图标 */ export declare function teamIcon(color: string): string; /** * 团队图标 */ export declare function teamIcon2(color: string): string; /** * 维修保养 */ export declare function deviceInspectIcon(color: string): string; /** * 设备巡检 */ export declare function maintenanceAndUpkeep(color: string): string; /** * 倒立三角形 */ export declare function triangle(color: string): string; //# sourceMappingURL=svg-icon.d.ts.map