UNPKG

@fe6/icon-img

Version:

Water Icon 的纯 HTML 图标

7 lines (6 loc) 2.16 kB
import { IconWrapper } from '../runtime'; export var getIconBytedBaseballSvgHtml = function getIconBytedBaseballSvgHtml(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, 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 <path d=\"M4.54545455,7.27272727 C8.78787879,10.9090909 10.9090909,15.1515152 10.9090909,20 C10.9090909,24.8484848 8.78787879,29.0909091 4.54545455,32.7272727\" 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 <path d=\"M35.4545455,32.7272727 C31.2121212,29.0909091 29.0909091,24.8484848 29.0909091,20 C29.0909091,15.1515152 31.2121212,10.9090909 35.4545455,7.27272727 L35.4545455,7.27272727\" 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-baseball', false, getIconBytedBaseballSvgHtml);