UNPKG

@fe6/icon-img

Version:

Water Icon 的纯 HTML 图标

7 lines (6 loc) 1.76 kB
import { IconWrapper } from '../runtime'; export var getIconBytedPaintedEggshellSvgHtml = function getIconBytedPaintedEggshellSvgHtml(props) { var _props$colors, _props$colors2, _props$colors3, _props$colors4; 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-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 43.9998C34.2524 43.9998 40 37.0455 40 25.9998C40 14.9542 31.1316 3.99985 24 3.99985C16.8684 3.99985 8 14.9542 8 25.9998C8 37.0455 13.7476 43.9998 24 43.9998Z\" fill=\"").concat((_props$colors = props.colors) === null || _props$colors === void 0 ? void 0 : _props$colors[1], "\" stroke=\"").concat((_props$colors2 = props.colors) === null || _props$colors2 === void 0 ? void 0 : _props$colors2[0], "\" stroke-width=\"").concat(props.strokeWidth, "\"/>\n <path d=\"M21 37.9998C22.6569 37.9998 24 36.6567 24 34.9998C24 33.343 22.6569 31.9998 21 31.9998C19.3431 31.9998 18 33.343 18 34.9998C18 36.6567 19.3431 37.9998 21 37.9998Z\" fill=\"").concat((_props$colors3 = props.colors) === null || _props$colors3 === void 0 ? void 0 : _props$colors3[2], "\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 29.6673C17.1046 29.6673 18 28.7719 18 27.6673C18 26.5628 17.1046 25.6673 16 25.6673C14.8954 25.6673 14 26.5628 14 27.6673C14 28.7719 14.8954 29.6673 16 29.6673Z\" fill=\"").concat((_props$colors4 = props.colors) === null || _props$colors4 === void 0 ? void 0 : _props$colors4[2], "\"/>\n</svg>"); }; export default IconWrapper('byted-painted-eggshell', false, getIconBytedPaintedEggshellSvgHtml);