UNPKG

@fe6/icon-img

Version:

Water Icon 的纯 HTML 图标

7 lines (6 loc) 2.96 kB
import { IconWrapper } from '../runtime'; export var getIconBytedWaterfallsVSvgHtml = function getIconBytedWaterfallsVSvgHtml(props) { var _props$colors, _props$colors2, _props$colors3, _props$colors4, _props$colors5, _props$colors6, _props$colors7, _props$colors8; 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(5.500000, 5.500000)\">\n <rect transform=\"translate(9.000000, 7.500000) rotate(-270.000000) translate(-9.000000, -7.500000) \" x=\"2\" y=\"-1\" width=\"14\" height=\"17\" 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=\"").concat((_props$colors2 = props.colors) === null || _props$colors2 === void 0 ? void 0 : _props$colors2[1], "\" fill-rule=\"nonzero\"/>\n <rect transform=\"translate(28.000000, 29.500000) rotate(-270.000000) translate(-28.000000, -29.500000) \" x=\"21\" y=\"21\" width=\"14\" height=\"17\" stroke-linejoin=\"").concat(props.strokeLinejoin, "\" stroke-width=\"").concat(props.strokeWidth, "\" stroke=\"").concat((_props$colors3 = props.colors) === null || _props$colors3 === void 0 ? void 0 : _props$colors3[0], "\" fill=\"").concat((_props$colors4 = props.colors) === null || _props$colors4 === void 0 ? void 0 : _props$colors4[1], "\" fill-rule=\"nonzero\"/>\n <rect transform=\"translate(31.000000, 7.500000) rotate(-90.000000) translate(-31.000000, -7.500000) \" x=\"24\" y=\"2\" width=\"14\" height=\"11\" stroke-linejoin=\"").concat(props.strokeLinejoin, "\" stroke-width=\"").concat(props.strokeWidth, "\" stroke=\"").concat((_props$colors5 = props.colors) === null || _props$colors5 === void 0 ? void 0 : _props$colors5[0], "\" fill=\"").concat((_props$colors6 = props.colors) === null || _props$colors6 === void 0 ? void 0 : _props$colors6[1], "\" fill-rule=\"nonzero\"/>\n <rect transform=\"translate(6.000000, 29.500000) rotate(-90.000000) translate(-6.000000, -29.500000) \" x=\"-1\" y=\"24\" width=\"14\" height=\"11\" stroke-linejoin=\"").concat(props.strokeLinejoin, "\" stroke-width=\"").concat(props.strokeWidth, "\" stroke=\"").concat((_props$colors7 = props.colors) === null || _props$colors7 === void 0 ? void 0 : _props$colors7[0], "\" fill=\"").concat((_props$colors8 = props.colors) === null || _props$colors8 === void 0 ? void 0 : _props$colors8[1], "\" fill-rule=\"nonzero\"/>\n </g>;\n </g>;\n</svg>"); }; export default IconWrapper('byted-waterfalls-v', false, getIconBytedWaterfallsVSvgHtml);