@fe6/icon-img
Version:
Water Icon 的纯 HTML 图标
7 lines (6 loc) • 2.47 kB
JavaScript
import { IconWrapper } from '../runtime';
export var getIconBytedShakeSvgHtml = function getIconBytedShakeSvgHtml(props) {
var _props$colors, _props$colors2, _props$colors3, _props$colors4, _props$colors5;
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(4.000000, 6.000000)\">\n <polyline stroke=\"").concat((_props$colors = props.colors) === null || _props$colors === void 0 ? void 0 : _props$colors[0], "\" stroke-linecap=\"").concat(props.strokeLinecap, "\" points=\"0 4 4 8.66666667 0 13.3333333 4 18 0 22.6666667 4 27.3333333 0 32\" stroke-linejoin=\"").concat(props.strokeLinejoin, "\" stroke-width=\"").concat(props.strokeWidth, "\" fill=\"none\" fill-rule=\"evenodd\"/>\n <polyline stroke=\"").concat((_props$colors2 = props.colors) === null || _props$colors2 === void 0 ? void 0 : _props$colors2[0], "\" stroke-linecap=\"").concat(props.strokeLinecap, "\" transform=\"translate(38.000000, 18.000000) scale(-1, 1) translate(-38.000000, -18.000000) \" points=\"36 4 40 8.66666667 36 13.3333333 40 18 36 22.6666667 40 27.3333333 36 32\" stroke-linejoin=\"").concat(props.strokeLinejoin, "\" stroke-width=\"").concat(props.strokeWidth, "\" fill=\"none\" fill-rule=\"evenodd\"/>\n <rect 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\" x=\"10\" y=\"0\" width=\"20\" height=\"36\" stroke-linejoin=\"").concat(props.strokeLinejoin, "\" stroke-width=\"").concat(props.strokeWidth, "\"/>\n <path d=\"M18,29 L22,29\" stroke=\"").concat((_props$colors5 = props.colors) === null || _props$colors5 === void 0 ? void 0 : _props$colors5[2], "\" stroke-linecap=\"").concat(props.strokeLinecap, "\" stroke-linejoin=\"").concat(props.strokeLinejoin, "\" stroke-width=\"").concat(props.strokeWidth, "\" fill=\"none\" fill-rule=\"evenodd\"/>\n </g>;\n </g>;\n</svg>");
};
export default IconWrapper('byted-shake', false, getIconBytedShakeSvgHtml);