@fe6/icon-img
Version:
Water Icon 的纯 HTML 图标
7 lines (6 loc) • 2.09 kB
JavaScript
import { IconWrapper } from '../runtime';
export var getIconBytedTrendSvgHtml = function getIconBytedTrendSvgHtml(props) {
var _props$colors, _props$colors2, _props$colors3, _props$colors4;
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 <rect 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, "\" x=\"6\" y=\"6\" width=\"36\" height=\"36\" rx=\"3\"/>\n <g transform=\"translate(13.000000, 13.000000)\">\n <polyline transform=\"translate(10.729923, 10.927306) rotate(-135.000000) translate(-10.729923, -10.927306) \" points=\"13.8290808 -0.525973264 13.8290808 7.47402674 7.63076535 7.48132266 7.6591204 22.3805856\" 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[2], "\" fill=\"none\" fill-rule=\"evenodd\"/>\n <polyline points=\"13 5 21 5 21 13\" stroke-linecap=\"").concat(props.strokeLinecap, "\" 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[2], "\" fill=\"none\" fill-rule=\"evenodd\"/>\n </g>;\n </g>;\n </g>;\n</svg>");
};
export default IconWrapper('byted-trend', false, getIconBytedTrendSvgHtml);