@opentiny/vue-icon
Version:
An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.
35 lines (34 loc) • 1.23 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 24 24",
"xml:space": "preserve"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
class: "calculator_svg__calculator",
d: "M20.1 1H3.9c-.5 0-.9.4-.9 1v20c0 .5.4 1 .9 1h16.2c.5 0 .9-.4.9-1V2c0-.6-.4-1-.9-1zM19 21H5V3h14v18zM7.9 12h8.3c.5 0 .9-.5.9-1V6c0-.6-.4-1-.9-1H7.9c-.5 0-.9.5-.9 1v5c0 .5.4 1 .9 1zM9 7h6v3H9V7zm-2.1 9.8h.6v.6c0 .5.4 1 .9 1s.9-.4.9-1v-.6h.5c.5 0 .9-.4.9-1s-.4-1-.9-1h-.5v-.6c0-.5-.4-1-.9-1s-.9.4-.9 1v.6h-.6c-.5 0-.9.4-.9 1s.4 1 .9 1zm7.3-3.4c-.5 0-.9.4-.9 1s.4 1 .9 1h2.9c.5 0 .9-.4.9-1s-.4-1-.9-1h-2.9zm2.9 4.1h-2.9c-.5 0-.9.4-.9 1s.4 1 .9 1h2.9c.5 0 .9-.4.9-1s-.4-1-.9-1z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var Calculator = {
render
};
var calculator = function calculator2() {
return svg({
name: "IconCalculator",
component: Calculator,
filledComponent: Calculator
})();
};
export {
calculator as default
};