UNPKG

@fe6/icon-img

Version:

Water Icon 的纯 HTML 图标

7 lines (6 loc) 2.64 kB
import { IconWrapper } from '../runtime'; export var getIconBytedHourglassNullSvgHtml = function getIconBytedHourglassNullSvgHtml(props) { var _props$colors, _props$colors2, _props$colors3, _props$colors4, _props$colors5, _props$colors6; return "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg width=\"".concat(props.size, "\" height=\"").concat(props.size, "\" viewBox=\"0 0 48 48\" xmlns=\"http://www.w3.org/2000/svg\">\n <g>\n <rect width=\"48\" height=\"48\" fill=\"white\" fill-opacity=\"0.01\" stroke-linejoin=\"").concat(props.strokeLinejoin, "\" stroke-width=\"").concat(props.strokeWidth, "\" stroke=\"none\" fill-rule=\"evenodd\"/>\n <g transform=\"translate(7.000000, 3.500000)\">\n <path d=\"M0,0.5 L34,0.5\" stroke-linecap=\"").concat(props.strokeLinecap, "\" stroke-linejoin=\"").concat(props.strokeLinejoin, "\" stroke-width=\"").concat(props.strokeWidth, "\" stroke=\"").concat((_props$colors = props.colors) === null || _props$colors === void 0 ? void 0 : _props$colors[0], "\" fill=\"none\" fill-rule=\"evenodd\"/>\n <path d=\"M0,40.5 L34,40.5\" stroke-linecap=\"").concat(props.strokeLinecap, "\" stroke-linejoin=\"").concat(props.strokeLinejoin, "\" stroke-width=\"").concat(props.strokeWidth, "\" stroke=\"").concat((_props$colors2 = props.colors) === null || _props$colors2 === void 0 ? void 0 : _props$colors2[0], "\" fill=\"none\" fill-rule=\"evenodd\"/>\n <path d=\"M30,20.4999965 C27.3333333,33.8388874 23,40.5055541 17,40.4999965 C11,40.494439 6.66666667,33.8277723 4,20.4999965 L30,20.4999965 Z\" fill=\"").concat((_props$colors3 = props.colors) === null || _props$colors3 === void 0 ? void 0 : _props$colors3[1], "\" fill-rule=\"nonzero\" transform=\"translate(17.000000, 30.499998) rotate(180.000000) translate(-17.000000, -30.499998) \" stroke-linejoin=\"").concat(props.strokeLinejoin, "\" stroke-width=\"").concat(props.strokeWidth, "\" stroke=\"").concat((_props$colors4 = props.colors) === null || _props$colors4 === void 0 ? void 0 : _props$colors4[0], "\"/>\n <path d=\"M30,0.5 C27.3333333,13.8388909 23,20.5055575 17,20.5 C11,20.4944425 6.66666667,13.8277758 4,0.5 L30,0.5 Z\" fill=\"").concat((_props$colors5 = props.colors) === null || _props$colors5 === void 0 ? void 0 : _props$colors5[1], "\" fill-rule=\"nonzero\" stroke-linejoin=\"").concat(props.strokeLinejoin, "\" stroke-width=\"").concat(props.strokeWidth, "\" stroke=\"").concat((_props$colors6 = props.colors) === null || _props$colors6 === void 0 ? void 0 : _props$colors6[0], "\"/>\n </g>;\n </g>;\n</svg>"); }; export default IconWrapper('byted-hourglass-null', false, getIconBytedHourglassNullSvgHtml);