@fe6/icon-vue
Version:
Water Icon 的 VUE3 图标
55 lines • 1.69 kB
JavaScript
import { createVNode as _createVNode } from "vue";
import { IconWrapper } from '../runtime';
export var BytedMoreFour = IconWrapper('byted-more-four', false, function (props) {
return _createVNode("svg", {
"width": props.size,
"height": props.size,
"viewBox": "0 0 48 48",
"fill": "none"
}, [_createVNode("rect", {
"x": "17",
"y": "11.0001",
"width": "10",
"height": "9.99975",
"transform": "rotate(-45 17 11.0001)",
"fill": props.colors[1],
"stroke": props.colors[0],
"stroke-width": props.strokeWidth,
"stroke-linecap": props.strokeLinecap,
"stroke-linejoin": props.strokeLinejoin
}, null), _createVNode("rect", {
"x": "30",
"y": "24",
"width": "10",
"height": "9.99975",
"transform": "rotate(-45 30 24)",
"fill": props.colors[1],
"stroke": props.colors[0],
"stroke-width": props.strokeWidth,
"stroke-linecap": props.strokeLinecap,
"stroke-linejoin": props.strokeLinejoin
}, null), _createVNode("rect", {
"x": "4",
"y": "24",
"width": "10",
"height": "9.99975",
"transform": "rotate(-45 4 24)",
"fill": props.colors[1],
"stroke": props.colors[0],
"stroke-width": props.strokeWidth,
"stroke-linecap": props.strokeLinecap,
"stroke-linejoin": props.strokeLinejoin
}, null), _createVNode("rect", {
"x": "17",
"y": "37",
"width": "10",
"height": "9.99975",
"transform": "rotate(-45 17 37)",
"fill": props.colors[1],
"stroke": props.colors[0],
"stroke-width": props.strokeWidth,
"stroke-linecap": props.strokeLinecap,
"stroke-linejoin": props.strokeLinejoin
}, null)]);
});
export default BytedMoreFour;