UNPKG

@fe6/icon-vue

Version:

Water Icon 的 VUE3 图标

40 lines 1.23 kB
import { createVNode as _createVNode } from "vue"; import { IconWrapper } from '../runtime'; export var BytedPaperMoney = IconWrapper('byted-paper-money', false, function (props) { return _createVNode("svg", { "width": props.size, "height": props.size, "viewBox": "0 0 48 48" }, [_createVNode("g", { "stroke": "none", "stroke-width": props.strokeWidth, "fill": "none", "fill-rule": "evenodd", "stroke-linejoin": props.strokeLinejoin }, [_createVNode("g", { "transform": "translate(4.000000, 7.000000)", "stroke-width": props.strokeWidth }, [_createVNode("rect", { "stroke": props.colors[0], "fill": props.colors[1], "fill-rule": "nonzero", "x": "0", "y": "0", "width": "40", "height": "34", "rx": "5" }, null), _createVNode("g", { "transform": "translate(13.000000, 8.000000)", "stroke": props.colors[2], "stroke-linecap": props.strokeLinecap }, [_createVNode("polyline", { "points": "1 0 7 6 13 0" }, null), _createVNode("path", { "d": "M0,8 L14,8" }, null), _createVNode("path", { "d": "M0,14 L14,14" }, null), _createVNode("path", { "d": "M7,8 L7,19" }, null)])])])]); }); export default BytedPaperMoney;