UNPKG

@fe6/icon-img

Version:

Water Icon 的纯 HTML 图标

7 lines (6 loc) 2.45 kB
import { IconWrapper } from '../runtime'; export var getIconBytedSlideSvgHtml = function getIconBytedSlideSvgHtml(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 <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 <g transform=\"translate(4.000000, 5.000000)\">\n <rect 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\" x=\"3\" y=\"0.5\" width=\"34\" height=\"28\" stroke-linejoin=\"").concat(props.strokeLinejoin, "\" stroke-width=\"").concat(props.strokeWidth, "\"/>\n <polyline stroke=\"").concat((_props$colors3 = props.colors) === null || _props$colors3 === void 0 ? void 0 : _props$colors3[0], "\" stroke-linecap=\"").concat(props.strokeLinecap, "\" points=\"12 36.5 20 28.5 28 36.5\" stroke-linejoin=\"").concat(props.strokeLinejoin, "\" stroke-width=\"").concat(props.strokeWidth, "\" fill=\"none\" fill-rule=\"evenodd\"/>\n <polyline stroke=\"").concat((_props$colors4 = props.colors) === null || _props$colors4 === void 0 ? void 0 : _props$colors4[2], "\" stroke-linecap=\"").concat(props.strokeLinecap, "\" transform=\"translate(19.950550, 14.097000) rotate(-135.000000) translate(-19.950550, -14.097000) \" points=\"23.1048003 3.07144261 23.009533 10.9557885 16.7962996 11.0244674 16.8108301 25.1225569\" stroke-linejoin=\"").concat(props.strokeLinejoin, "\" stroke-width=\"").concat(props.strokeWidth, "\" fill=\"none\" fill-rule=\"evenodd\"/>\n <path d=\"M0,0.5 L40,0.5\" stroke=\"").concat((_props$colors5 = props.colors) === null || _props$colors5 === void 0 ? void 0 : _props$colors5[0], "\" 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 </g>;\n</svg>"); }; export default IconWrapper('byted-slide', false, getIconBytedSlideSvgHtml);