UNPKG

@fe6/icon-vue

Version:

Water Icon 的 VUE3 图标

15 lines 693 B
import { createVNode as _createVNode } from "vue"; import { IconWrapper } from '../runtime'; export var BytedParallelogram = IconWrapper('byted-parallelogram', false, function (props) { return _createVNode("svg", { "width": props.size, "height": props.size, "viewBox": "0 0 48 48", "fill": "none" }, [_createVNode("path", { "d": "M41.2796 8H15.4704C14.5956 8 13.8223 8.5685 13.5614 9.40345L4.81142 37.4035C4.40897 38.6913 5.3711 40 6.72038 40H32.5296C33.4044 40 34.1777 39.4315 34.4386 38.5965L43.1886 10.5965C43.591 9.30869 42.6289 8 41.2796 8Z", "stroke": props.colors[0], "stroke-width": props.strokeWidth }, null)]); }); export default BytedParallelogram;