UNPKG

@icon-park/vue-next

Version:
105 lines (100 loc) 2.54 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _vue = require("vue"); var _runtime = require("../runtime"); var _default = (0, _runtime.IconWrapper)('scan', false, function (props) { return (0, _vue.createVNode)("svg", { "width": props.size, "height": props.size, "viewBox": "0 0 48 48", "fill": "none" }, [(0, _vue.createVNode)("path", { "d": "M7 24L41 24", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), (0, _vue.createVNode)("path", { "d": "M24 7L24 41", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), (0, _vue.createVNode)("rect", { "x": "5", "y": "5", "width": "4", "height": "4", "fill": props.colors[0] }, null), (0, _vue.createVNode)("rect", { "x": "14", "y": "5", "width": "4", "height": "4", "fill": props.colors[0] }, null), (0, _vue.createVNode)("rect", { "x": "30", "y": "5", "width": "4", "height": "4", "fill": props.colors[0] }, null), (0, _vue.createVNode)("rect", { "x": "39", "y": "5", "width": "4", "height": "4", "fill": props.colors[0] }, null), (0, _vue.createVNode)("rect", { "x": "39", "y": "14", "width": "4", "height": "4", "fill": props.colors[0] }, null), (0, _vue.createVNode)("rect", { "x": "5", "y": "14", "width": "4", "height": "4", "fill": props.colors[0] }, null), (0, _vue.createVNode)("rect", { "x": "5", "y": "39", "width": "4", "height": "4", "fill": props.colors[0] }, null), (0, _vue.createVNode)("rect", { "x": "14", "y": "39", "width": "4", "height": "4", "fill": props.colors[0] }, null), (0, _vue.createVNode)("rect", { "x": "30", "y": "39", "width": "4", "height": "4", "fill": props.colors[0] }, null), (0, _vue.createVNode)("rect", { "x": "39", "y": "39", "width": "4", "height": "4", "fill": props.colors[0] }, null), (0, _vue.createVNode)("rect", { "x": "39", "y": "30", "width": "4", "height": "4", "fill": props.colors[0] }, null), (0, _vue.createVNode)("rect", { "x": "5", "y": "30", "width": "4", "height": "4", "fill": props.colors[0] }, null)]); }); exports.default = _default;