UNPKG

@fe6/icon-vue

Version:

Water Icon 的 VUE3 图标

22 lines 743 B
import { createVNode as _createVNode } from "vue"; import { IconWrapper } from '../runtime'; export var BytedCardTwo = IconWrapper('byted-card-two', false, function (props) { return _createVNode("svg", { "width": props.size, "height": props.size, "viewBox": "0 0 48 48", "fill": "none" }, [_createVNode("path", { "d": "M28 12V4L8 14V42L20 36", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linejoin": props.strokeLinejoin }, null), _createVNode("path", { "d": "M20 16L40 6V34L20 44V16Z", "fill": props.colors[1], "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linejoin": props.strokeLinejoin }, null)]); }); export default BytedCardTwo;