@fe6/icon-img
Version:
Water Icon 的纯 HTML 图标
7 lines (6 loc) • 2.48 kB
JavaScript
import { IconWrapper } from '../runtime';
export var getIconBytedCuttingOneSvgHtml = function getIconBytedCuttingOneSvgHtml(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 <g>\n <rect fill-opacity=\"0.01\" fill=\"#FFFFFF\" x=\"0\" y=\"0\" width=\"48\" height=\"48\" stroke-width=\"").concat(props.strokeWidth, "\" stroke=\"none\" fill-rule=\"evenodd\"/>\n <circle stroke=\"").concat((_props$colors = props.colors) === null || _props$colors === void 0 ? void 0 : _props$colors[0], "\" stroke-width=\"").concat(props.strokeWidth, "\" fill=\"").concat((_props$colors2 = props.colors) === null || _props$colors2 === void 0 ? void 0 : _props$colors2[1], "\" fill-rule=\"nonzero\" stroke-linejoin=\"").concat(props.strokeLinejoin, "\" cx=\"11\" cy=\"37\" r=\"5\"/>\n <circle stroke=\"").concat((_props$colors3 = props.colors) === null || _props$colors3 === void 0 ? void 0 : _props$colors3[0], "\" stroke-width=\"").concat(props.strokeWidth, "\" fill=\"").concat((_props$colors4 = props.colors) === null || _props$colors4 === void 0 ? void 0 : _props$colors4[1], "\" fill-rule=\"nonzero\" stroke-linejoin=\"").concat(props.strokeLinejoin, "\" cx=\"37\" cy=\"37\" r=\"5\"/>\n <polyline stroke=\"").concat((_props$colors5 = props.colors) === null || _props$colors5 === void 0 ? void 0 : _props$colors5[0], "\" stroke-width=\"").concat(props.strokeWidth, "\" stroke-linecap=\"").concat(props.strokeLinecap, "\" transform=\"translate(24.938660, 22.892210) rotate(-150.000000) translate(-24.938660, -22.892210) \" points=\"24.9585851 3.80404093 24.9187342 7.98037837 24.9187342 41.9803784\" fill=\"none\" fill-rule=\"evenodd\"/>\n <polyline stroke=\"").concat((_props$colors6 = props.colors) === null || _props$colors6 === void 0 ? void 0 : _props$colors6[0], "\" stroke-width=\"").concat(props.strokeWidth, "\" stroke-linecap=\"").concat(props.strokeLinecap, "\" transform=\"translate(23.061077, 22.794133) rotate(-30.000000) translate(-23.061077, -22.794133) \" points=\"23.0866842 3.61900443 23.0866842 37.6190044 23.0354696 41.9692624\" fill=\"none\" fill-rule=\"evenodd\"/>\n </g>;\n </g>;\n</svg>");
};
export default IconWrapper('byted-cutting-one', false, getIconBytedCuttingOneSvgHtml);