@fe6/icon-vue
Version:
Water Icon 的 VUE3 图标
17 lines • 1.21 kB
JavaScript
import { createVNode as _createVNode } from "vue";
import { IconWrapper } from '../runtime';
export var AntdFunnelPlot = IconWrapper('antd-funnel-plot', false, function (props) {
return _createVNode("svg", {
"width": props.size,
"height": props.size,
"viewBox": "0 0 48 48",
"fill": "none"
}, [_createVNode("path", {
"d": "M18.516,38.64 L29.49,38.64 L29.49,29.76 L18.516,29.76 L18.516,38.64 Z M11.142,13.2 L36.858,13.2 L41.958,4.32 L6.042,4.32 L11.142,13.2 Z M17.934,25.044 L18.438,25.92 L29.556,25.92 L30.06,25.044 L34.656,17.04 L13.344,17.04 L17.934,25.044 Z",
"fill": props.colors[1]
}, null), _createVNode("path", {
"d": "M46.086,0 L1.914,0 C0.444,0 -0.474,1.602 0.264,2.88 L14.22,27.204 L14.22,41.04 C14.22,42.102 15.072,42.96 16.128,42.96 L31.872,42.96 C32.928,42.96 33.78,42.102 33.78,41.04 L33.78,27.204 L47.742,2.88 C48.474,1.602 47.556,0 46.086,0 Z M29.49,38.64 L18.516,38.64 L18.516,29.76 L29.49,29.76 L29.49,38.64 Z M30.06,25.044 L29.556,25.92 L18.438,25.92 L17.934,25.044 L13.344,17.04 L34.656,17.04 L30.06,25.044 Z M36.858,13.2 L11.142,13.2 L6.042,4.32 L41.958,4.32 L36.858,13.2 Z",
"fill": props.colors[0]
}, null)]);
});
export default AntdFunnelPlot;