UNPKG

@fe6/icon-vue

Version:

Water Icon 的 VUE3 图标

54 lines 1.95 kB
import { createVNode as _createVNode } from "vue"; import { IconWrapper } from '../runtime'; export var BytedMaslowPyramids = IconWrapper('byted-maslow-pyramids', false, function (props) { return _createVNode("svg", { "width": props.size, "height": props.size, "viewBox": "0 0 48 48", "fill": "none" }, [_createVNode("g", { "clip-path": "url(#".concat(props.id, "vue0)") }, [_createVNode("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", "d": "M24 4L15 19.9803H33L24 4Z", "fill": props.colors[1], "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linejoin": props.strokeLinejoin }, null), _createVNode("path", { "d": "M24 19.9805L24.0083 44.0001", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap }, null), _createVNode("path", { "d": "M11.3466 25.9746L2 42.0001H17.0046", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), _createVNode("path", { "d": "M9.10059 30.9951H17.0049", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap }, null), _createVNode("path", { "d": "M36.7481 25.9746L46.0947 42.0001H31.0004", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), _createVNode("path", { "d": "M39.0947 30.9951H31.1007", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap }, null)]), _createVNode("defs", null, [_createVNode("clipPath", { "id": props.id + 'vue0' }, [_createVNode("rect", { "width": "48", "height": "48", "fill": props.colors[2] }, null)])])]); }); export default BytedMaslowPyramids;