/** * @description svg tag * @author wangfupeng */ /** * 【注意】svg 字符串的长度 ,否则会导致代码体积过大 * 尽量选择 https://www.iconfont.cn/collections/detail?spm=a313x.7781069.0.da5a778a4&cid=20293 * 找不到再从 iconfont.com 搜索 */ export declare const SVG_CHECK_MARK = ""; export declare const SVG_DOWN_ARROW = ""; export declare const SVG_CLOSE = "";