UNPKG

@fe6/icon-vue

Version:

Water Icon 的 VUE3 图标

19 lines 791 B
import { createVNode as _createVNode } from "vue"; import { IconWrapper } from '../runtime'; export var BytedTriangle = IconWrapper('byted-triangle', false, function (props) { return _createVNode("svg", { "width": props.size, "height": props.size, "viewBox": "0 0 48 48", "fill": "none" }, [_createVNode("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", "d": "M22.2692 6.98965C23.0395 5.65908 24.9605 5.65908 25.7309 6.98965L44.262 38.9979C45.0339 40.3313 44.0718 42 42.5311 42H5.4689C3.92823 42 2.96611 40.3313 3.73804 38.9979L22.2692 6.98965Z", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null)]); }); export default BytedTriangle;