@fe6/icon-img
Version:
Water Icon 的纯 HTML 图标
7 lines (6 loc) • 2.06 kB
JavaScript
import { IconWrapper } from '../runtime';
export var getIconAntdIeSvgHtml = function getIconAntdIeSvgHtml(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=\"M45.2849507,14.9732075 C46.3036434,12.6670873 47.2910878,9.30477659 47.2910878,6.73617119 C47.2910878,-0.082194977 39.8227582,-2.48830953 27.6359443,3.11762489 C17.5490121,2.44266289 7.83705882,10.0234861 5.41219532,20.5978908 C8.30578243,17.3293249 12.7492823,12.885825 16.8490515,11.1171746 C11.7555882,15.6419198 7.41833239,21.3728472 4.1247678,27.3475109 C2.18112721,30.9035607 0,36.6469874 0,40.9404957 C0,50.1837253 8.70575991,49.052539 16.8990487,44.877774 C19.842633,46.3214428 23.1361976,46.3401917 26.4297622,46.3401917 C35.5354995,46.3401917 43.7037897,41.2529781 46.753618,32.6534622 L35.4292555,32.6534622 C30.5045328,40.9592446 16.9802941,37.6219325 16.9802941,28.2037127 L47.8035589,28.2037127 C48.4035252,24.1164428 47.6473177,19.2292179 45.2849507,14.9732075 Z M6.04965944,32.5159699 C7.71206585,37.3094501 11.0868759,41.502964 15.4491303,44.0778191 C7.13084857,48.6650608 -0.793705319,46.8026657 6.04965944,32.5159699 Z M16.9240473,22.3102945 C17.1115367,17.1418354 21.636282,13.4170451 26.6734984,13.4170451 C31.6794666,13.4170451 36.2354601,17.1418354 36.4229496,22.3102945 L16.9240473,22.3102945 Z M34.2230734,4.72378447 C36.2292105,3.76133865 38.7728173,2.66140057 41.0226907,2.66140057 C43.9662749,2.66140057 46.1099043,4.69878588 46.1099043,7.69861701 C46.1099043,9.57351146 45.4161933,12.2921084 44.7412313,14.0607589 C42.2851196,10.0922323 38.5603293,6.41118948 34.2230734,4.72378447 L34.2230734,4.72378447 Z\"/>\n</svg>");
};
export default IconWrapper('antd-ie', false, getIconAntdIeSvgHtml);