@fe6/icon-img
Version:
Water Icon 的纯 HTML 图标
7 lines (6 loc) • 3.74 kB
JavaScript
import { IconWrapper } from '../runtime';
export var getIconBytedFootballSvgHtml = function getIconBytedFootballSvgHtml(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-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, 4.000000)\">\n <circle cx=\"20\" cy=\"20\" r=\"20\" 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 <g transform=\"translate(2.000000, 2.000000)\">\n <g transform=\"translate(0.000000, 0.500000)\">\n <polyline points=\"24.0930233 -8.8817842e-16 18.0697674 4.35897436 18.0697674 8.71794872 25.8139535 14.8205128 30.1162791 13.0769231 32.6976744 6.1025641\" 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 <polyline points=\"12.0465116 -8.8817842e-16 18.0697674 4.35897436 18.0697674 8.71794872 10.3255814 14.8205128 6.02325581 13.0769231 3.44186047 6.1025641\" 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 <polyline points=\"1.0658141e-14 15.6923077 6.02325581 13.0769231 10.3255814 14.8205128 12.9069767 24.4102564 10.3255814 27.8974359 2.58139535 27.8974359\" 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[0], "\" fill=\"none\" fill-rule=\"evenodd\"/>\n <polyline points=\"10.3255814 34 10.3255814 27.8974359 12.9069767 24.4102564 23.2325581 24.4102564 25.8139535 27.8974359 25.8139535 34\" stroke-linecap=\"").concat(props.strokeLinecap, "\" 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 <polyline points=\"33.5581395 27.8974359 25.8139535 27.8974359 23.2325581 24.4102564 25.8139535 14.8205128 30.1162791 13.0769231 37 16.5641026\" stroke-linecap=\"").concat(props.strokeLinecap, "\" 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 </g>;\n </g>;\n</svg>");
};
export default IconWrapper('byted-football', false, getIconBytedFootballSvgHtml);