UNPKG

@icon-park/vue-next

Version:
87 lines (82 loc) 2.12 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)('electronic-door-lock', true, function (props) { return (0, _vue.createVNode)("svg", { "width": props.size, "height": props.size, "viewBox": "0 0 48 48", "fill": "none" }, [(0, _vue.createVNode)("rect", { "x": "6", "y": "4", "width": "26", "height": "40", "rx": "2", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), (0, _vue.createVNode)("rect", { "x": "20", "y": "30", "width": "24", "height": "8", "rx": "4", "fill": props.colors[1], "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), (0, _vue.createVNode)("circle", { "cx": "12", "cy": "12", "r": "2", "fill": props.colors[0] }, null), (0, _vue.createVNode)("circle", { "cx": "12", "cy": "18", "r": "2", "fill": props.colors[0] }, null), (0, _vue.createVNode)("circle", { "cx": "12", "cy": "24", "r": "2", "fill": props.colors[0] }, null), (0, _vue.createVNode)("circle", { "cx": "19", "cy": "12", "r": "2", "fill": props.colors[0] }, null), (0, _vue.createVNode)("circle", { "cx": "19", "cy": "18", "r": "2", "fill": props.colors[0] }, null), (0, _vue.createVNode)("circle", { "cx": "19", "cy": "24", "r": "2", "fill": props.colors[0] }, null), (0, _vue.createVNode)("circle", { "cx": "26", "cy": "12", "r": "2", "fill": props.colors[0] }, null), (0, _vue.createVNode)("circle", { "cx": "26", "cy": "18", "r": "2", "fill": props.colors[0] }, null), (0, _vue.createVNode)("circle", { "cx": "26", "cy": "24", "r": "2", "fill": props.colors[0] }, null)]); }); exports.default = _default;