@fe6/icon-img
Version:
Water Icon 的纯 HTML 图标
7 lines (6 loc) • 2.43 kB
JavaScript
import { IconWrapper } from '../runtime';
export var getIconBytedConnectionArrowSvgHtml = function getIconBytedConnectionArrowSvgHtml(props) {
var _props$colors, _props$colors2, _props$colors3;
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-linecap=\"").concat(props.strokeLinecap, "\" stroke-linejoin=\"").concat(props.strokeLinejoin, "\" stroke-width=\"").concat(props.strokeWidth, "\" stroke=\"none\" fill-rule=\"evenodd\"/>\n <g transform=\"translate(4.000000, 3.953742)\">\n <g transform=\"translate(0.000000, 4.046258)\">\n <path d=\"M36.9898007,0.0264752559 L8.18181818,0.0264752559 C5.45454545,0.0264752559 0,1.550592 0,7.96725867 C0,14.3839253 5.45454545,16 8.18181818,16 L31.9938556,16 C34.7211284,16 40,17.5679494 40,23.9846161 C40,30.4012828 34.7211284,32.0029211 31.9938556,32.0029211 L2.06499237,32.0029211\" stroke-linecap=\"").concat(props.strokeLinecap, "\" stroke-linejoin=\"").concat(props.strokeLinejoin, "\" stroke-width=\"").concat(props.strokeWidth, "\" stroke=\"").concat((_props$colors = props.colors) === null || _props$colors === void 0 ? void 0 : _props$colors[0], "\" fill=\"none\" fill-rule=\"evenodd\"/>\n <polyline points=\"4.04568993 27.99261 0.0673983189 32.0591365 4.04568993 36\" stroke-linecap=\"").concat(props.strokeLinecap, "\" 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], "\" fill=\"none\" fill-rule=\"evenodd\"/>\n </g>;\n <polyline transform=\"translate(36.032050, 4.003695) scale(-1, 1) translate(-36.032050, -4.003695) \" points=\"38.0211961 5.32907052e-15 34.0429045 4.06652653 38.0211961 8.00739003\" 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 </g>;\n </g>;\n</svg>");
};
export default IconWrapper('byted-connection-arrow', false, getIconBytedConnectionArrowSvgHtml);