@fe6/icon-img
Version:
Water Icon 的纯 HTML 图标
7 lines (6 loc) • 3.22 kB
JavaScript
import { IconWrapper } from '../runtime';
export var getIconBytedReportSvgHtml = function getIconBytedReportSvgHtml(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(3.754351, 2.827607)\">\n <path d=\"M32.2456488,32.1723935 L8.24564876,32.1723935 L8.24564876,18.1723935 C8.24564876,11.5449765 13.6182318,6.1723935 20.2456488,6.1723935 C26.8730658,6.1723935 32.2456488,11.5449765 32.2456488,18.1723935 L32.2456488,32.1723935 Z\" fill=\"").concat((_props$colors = props.colors) === null || _props$colors === void 0 ? void 0 : _props$colors[1], "\" fill-rule=\"nonzero\" 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], "\"/>\n <path d=\"M4.24564876,39.1723935 L36.2456488,39.1723935\" stroke-linecap=\"").concat(props.strokeLinecap, "\" 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=\"none\" fill-rule=\"evenodd\"/>\n <path d=\"M1,9.08742569 L2.51206274,11.8647745\" stroke-linecap=\"").concat(props.strokeLinecap, "\" transform=\"translate(2.000000, 10.587426) rotate(-43.000000) translate(-2.000000, -10.587426) \" 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], "\" fill=\"none\" fill-rule=\"evenodd\"/>\n <path d=\"M10.3594726,1 L9.0448312,3.87605946\" stroke-linecap=\"").concat(props.strokeLinecap, "\" transform=\"translate(10.021384, 2.500000) rotate(-43.000000) translate(-10.021384, -2.500000) \" 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=\"none\" fill-rule=\"evenodd\"/>\n <path d=\"M2.78432782,5.80894292 L7.02438401,5.6608769\" stroke-linecap=\"").concat(props.strokeLinecap, "\" transform=\"translate(4.681446, 6.068090) scale(-1, 1) rotate(-43.000000) translate(-4.681446, -6.068090) \" 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], "\" fill=\"none\" fill-rule=\"evenodd\"/>\n </g>;\n </g>;\n</svg>");
};
export default IconWrapper('byted-report', false, getIconBytedReportSvgHtml);