UNPKG

@fe6/icon-vue

Version:

Water Icon 的 VUE3 图标

36 lines 1.51 kB
import { createVNode as _createVNode } from "vue"; import { IconWrapper } from '../runtime'; export var BytedLarkOne = IconWrapper('byted-lark-one', 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", { "d": "M3.49381 17.7193L41.6776 6.32238L30.3639 44.5894L21.4834 35.7089L21.5251 26.4749L11.9791 26.2046L3.49381 17.7193Z", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), _createVNode("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", "d": "M27.5352 14.8908C25.9731 16.4529 25.9731 18.9856 27.5352 20.5477C29.0973 22.1098 31.63 22.1098 33.1921 20.5477C34.7542 18.9856 34.7542 16.4529 33.1921 14.8908C31.63 13.3287 29.0973 13.3287 27.5352 14.8908Z", "fill": props.colors[0] }, null), _createVNode("path", { "d": "M41.6777 6.40552L30.364 17.7192", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null)]), _createVNode("defs", null, [_createVNode("clipPath", { "id": props.id + 'vue0' }, [_createVNode("rect", { "width": "48", "height": "48", "fill": props.colors[2] }, null)])])]); }); export default BytedLarkOne;