@fe6/icon-vue
Version:
Water Icon 的 VUE3 图标
95 lines • 2.32 kB
JavaScript
import { createVNode as _createVNode } from "vue";
import { IconWrapper } from '../runtime';
export var BytedScan = IconWrapper('byted-scan', false, function (props) {
return _createVNode("svg", {
"width": props.size,
"height": props.size,
"viewBox": "0 0 48 48",
"fill": "none"
}, [_createVNode("path", {
"d": "M7 24L41 24",
"stroke": props.colors[0],
"stroke-width": props.strokeWidth,
"stroke-linecap": props.strokeLinecap,
"stroke-linejoin": props.strokeLinejoin
}, null), _createVNode("path", {
"d": "M24 7L24 41",
"stroke": props.colors[0],
"stroke-width": props.strokeWidth,
"stroke-linecap": props.strokeLinecap,
"stroke-linejoin": props.strokeLinejoin
}, null), _createVNode("rect", {
"x": "5",
"y": "5",
"width": "4",
"height": "4",
"fill": props.colors[0]
}, null), _createVNode("rect", {
"x": "14",
"y": "5",
"width": "4",
"height": "4",
"fill": props.colors[0]
}, null), _createVNode("rect", {
"x": "30",
"y": "5",
"width": "4",
"height": "4",
"fill": props.colors[0]
}, null), _createVNode("rect", {
"x": "39",
"y": "5",
"width": "4",
"height": "4",
"fill": props.colors[0]
}, null), _createVNode("rect", {
"x": "39",
"y": "14",
"width": "4",
"height": "4",
"fill": props.colors[0]
}, null), _createVNode("rect", {
"x": "5",
"y": "14",
"width": "4",
"height": "4",
"fill": props.colors[0]
}, null), _createVNode("rect", {
"x": "5",
"y": "39",
"width": "4",
"height": "4",
"fill": props.colors[0]
}, null), _createVNode("rect", {
"x": "14",
"y": "39",
"width": "4",
"height": "4",
"fill": props.colors[0]
}, null), _createVNode("rect", {
"x": "30",
"y": "39",
"width": "4",
"height": "4",
"fill": props.colors[0]
}, null), _createVNode("rect", {
"x": "39",
"y": "39",
"width": "4",
"height": "4",
"fill": props.colors[0]
}, null), _createVNode("rect", {
"x": "39",
"y": "30",
"width": "4",
"height": "4",
"fill": props.colors[0]
}, null), _createVNode("rect", {
"x": "5",
"y": "30",
"width": "4",
"height": "4",
"fill": props.colors[0]
}, null)]);
});
export default BytedScan;