UNPKG

@icon-park/vue-next

Version:
92 lines (87 loc) 2.4 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)('keyboard-one', 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": "4", "y": "18", "width": "40", "height": "24", "rx": "2", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linejoin": props.strokeLinejoin }, null), (0, _vue.createVNode)("circle", { "cx": "14", "cy": "24", "r": "2", "fill": props.colors[0] }, null), (0, _vue.createVNode)("circle", { "cx": "16", "cy": "30", "r": "2", "fill": props.colors[0] }, null), (0, _vue.createVNode)("circle", { "cx": "10", "cy": "30", "r": "2", "fill": props.colors[0] }, null), (0, _vue.createVNode)("circle", { "cx": "20", "cy": "24", "r": "2", "fill": props.colors[0] }, null), (0, _vue.createVNode)("circle", { "cx": "22", "cy": "30", "r": "2", "fill": props.colors[0] }, null), (0, _vue.createVNode)("circle", { "cx": "26", "cy": "24", "r": "2", "fill": props.colors[0] }, null), (0, _vue.createVNode)("circle", { "cx": "28", "cy": "30", "r": "2", "fill": props.colors[0] }, null), (0, _vue.createVNode)("circle", { "cx": "32", "cy": "24", "r": "2", "fill": props.colors[0] }, null), (0, _vue.createVNode)("circle", { "cx": "34", "cy": "30", "r": "2", "fill": props.colors[0] }, null), (0, _vue.createVNode)("circle", { "cx": "38", "cy": "24", "r": "2", "fill": props.colors[0] }, null), (0, _vue.createVNode)("path", { "d": "M17 36H31", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), (0, _vue.createVNode)("path", { "d": "M33 18V13.125C33 12.5727 33.4477 12.125 34 12.125H39C39.5523 12.125 40 11.6773 40 11.125V6", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null)]); }); exports.default = _default;