@fe6/icon-img
Version:
Water Icon 的纯 HTML 图标
7 lines (6 loc) • 1.55 kB
JavaScript
import { IconWrapper } from '../runtime';
export var getIconBytedDropShadowRightSvgHtml = function getIconBytedDropShadowRightSvgHtml(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\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 40C25.4183 40 29.4183 38.2091 32.3138 35.3138C35.2091 32.4183 37 28.4183 37 24C37 19.5817 35.2091 15.5817 32.3138 12.6863C29.4183 9.79086 25.4183 8 21 8C16.5817 8 12.5817 9.79086 9.68629 12.6863C6.79086 15.5817 5 19.5817 5 24C5 28.4183 6.79086 32.4183 9.68629 35.3138C12.5817 38.2091 16.5817 40 21 40Z\" 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, "\" stroke-linecap=\"").concat(props.strokeLinecap, "\"/>\n <path d=\"M36.5565 39.5564C40.5375 35.5751 43 30.0751 43 24C43 17.9248 40.5375 12.4248 36.5565 8.4436\" stroke=\"").concat((_props$colors3 = props.colors) === null || _props$colors3 === void 0 ? void 0 : _props$colors3[0], "\" stroke-width=\"").concat(props.strokeWidth, "\" stroke-linecap=\"").concat(props.strokeLinecap, "\"/>\n</svg>");
};
export default IconWrapper('byted-drop-shadow-right', false, getIconBytedDropShadowRightSvgHtml);