UNPKG

@fe6/icon-img

Version:

Water Icon 的纯 HTML 图标

7 lines (6 loc) 2.29 kB
import { IconWrapper } from '../runtime'; export var getIconAntdYahooSvgHtml = function getIconAntdYahooSvgHtml(props) { var _props$colors; return "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg width=\"".concat(props.size, "\" height=\"").concat(props.size, "\" viewBox=\"0 0 48 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <rect width=\"48\" height=\"48\" fill=\"white\" fill-opacity=\"0.01\"/>\n <path fill=\"").concat((_props$colors = props.colors) === null || _props$colors === void 0 ? void 0 : _props$colors[0], "\" d=\"M42.5875627,24.1306306 L41.8321411,24.1306306 C40.3802315,24.1306306 39.1962019,25.3200178 39.1962019,26.7719274 L39.1962019,27.527349 C39.1962019,28.9792586 40.3855891,30.1686458 41.8321411,30.1686458 L42.5875627,30.1686458 C44.0394723,30.1686458 45.2235019,28.9792586 45.2235019,27.527349 L45.2235019,26.7719274 C45.2235019,25.3200178 44.0341147,24.1306306 42.5875627,24.1306306 Z M18.0872577,0 C8.10069126,0 0,6.75057605 0,15.0816441 C0,23.4127122 8.10069126,30.1632882 18.0872577,30.1632882 C28.0738242,30.1632882 36.1745155,23.4127122 36.1745155,15.0816441 C36.1745155,6.75057605 28.0791818,0 18.0872577,0 Z M18.0872577,27.1630322 C9.64903767,27.1630322 3.00025602,21.6232738 3.00025602,15.0816441 C3.00025602,11.7438593 4.73076083,8.66859686 7.54885845,6.45590805 L7.54885845,9.04898646 L9.53117047,9.04898646 L18.0926153,17.6157889 L18.0926153,21.1143018 L13.5708009,21.1143018 L13.5708009,24.1306306 L25.6307586,24.1306306 L25.6307586,21.1143018 L21.1089442,21.1143018 L21.1089442,17.6157889 L26.6540602,12.0653153 L30.152573,12.0653153 L30.152573,9.04898646 L21.1089442,9.04898646 L21.1089442,12.5474993 L19.6034585,14.0529849 L14.5994601,9.04362886 L16.5817721,9.04362886 L16.5817721,6.02730004 L8.11140646,6.02730004 C10.7580609,4.15214003 14.2351433,2.99489842 18.0872577,2.99489842 C26.5308354,2.99489842 33.1742594,8.53465686 33.1742594,15.0762865 C33.1742594,21.6179162 26.5308354,27.1630322 18.0872577,27.1630322 Z M46.7343451,0 L40.7016875,0 C39.8712595,0 39.2176323,0.675057605 39.2497779,1.50548561 L39.9516235,21.1143018 L44.4734379,21.1143018 L47.9773083,1.48405521 C48.1219635,0.669700005 47.5594155,0 46.7343451,0 L46.7343451,0 Z\"/>\n</svg>"); }; export default IconWrapper('antd-yahoo', false, getIconAntdYahooSvgHtml);