@icon-park/vue-next
Version:
Vue3 Icons for IconPark
86 lines (81 loc) • 2.1 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _vue = require("vue");
var _runtime = require("../runtime");
var _default = (0, _runtime.IconWrapper)('calculator-one', false, 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": "8",
"y": "4",
"width": "32",
"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": "14",
"y": "11",
"width": "20",
"height": "9",
"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": "17",
"cy": "26",
"r": "2",
"fill": props.colors[0]
}, null), (0, _vue.createVNode)("circle", {
"cx": "17",
"cy": "32",
"r": "2",
"fill": props.colors[0]
}, null), (0, _vue.createVNode)("circle", {
"cx": "17",
"cy": "38",
"r": "2",
"fill": props.colors[0]
}, null), (0, _vue.createVNode)("circle", {
"cx": "24",
"cy": "26",
"r": "2",
"fill": props.colors[0]
}, null), (0, _vue.createVNode)("circle", {
"cx": "24",
"cy": "32",
"r": "2",
"fill": props.colors[0]
}, null), (0, _vue.createVNode)("circle", {
"cx": "24",
"cy": "38",
"r": "2",
"fill": props.colors[0]
}, null), (0, _vue.createVNode)("circle", {
"cx": "31",
"cy": "26",
"r": "2",
"fill": props.colors[0]
}, null), (0, _vue.createVNode)("circle", {
"cx": "31",
"cy": "32",
"r": "2",
"fill": props.colors[0]
}, null), (0, _vue.createVNode)("circle", {
"cx": "31",
"cy": "38",
"r": "2",
"fill": props.colors[0]
}, null)]);
});
exports.default = _default;