UNPKG

@fe6/icon-img

Version:

Water Icon 的纯 HTML 图标

7 lines (6 loc) 781 B
import { IconWrapper } from '../runtime'; export var getIconAntdDashSvgHtml = function getIconAntdDashSvgHtml(props) { var _props$colors; return "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg width=\"".concat(props.size, "\" height=\"").concat(props.size, "\" viewBox=\"0 0 48 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <rect width=\"48\" height=\"48\" fill=\"white\" fill-opacity=\"0.01\"/>\n <path fill=\"").concat((_props$colors = props.colors) === null || _props$colors === void 0 ? void 0 : _props$colors[0], "\" d=\"M0,22 L9.6,22 L9.6,26.32 L0,26.32 L0,22 Z M19.2,22 L28.8,22 L28.8,26.32 L19.2,26.32 L19.2,22 Z M38.4,22 L48,22 L48,26.32 L38.4,26.32 L38.4,22 Z\"/>\n</svg>"); }; export default IconWrapper('antd-dash', false, getIconAntdDashSvgHtml);