@vexip-ui/icons
Version:
This package provides svg icons witch vue component (`.vue`), its icons are base the free icons of `fontawesome@6`.
17 lines (16 loc) • 630 B
JavaScript
import e from "./computer-mouse.vue2.mjs";
import { openBlock as o, createElementBlock as t, createElementVNode as r } from "vue";
import c from "./_virtual/_plugin-vue_export-helper.mjs";
const s = {
style: { transform: "scale(0.85)" },
viewBox: "0 0 384 512"
}, n = /* @__PURE__ */ r("path", { d: "M0 192H176V0H160C71.6 0 0 71.6 0 160v32zm0 32V352c0 88.4 71.6 160 160 160h64c88.4 0 160-71.6 160-160V224H192 0zm384-32V160C384 71.6 312.4 0 224 0H208V192H384z" }, null, -1), _ = [
n
];
function m(p, a, i, d, f, l) {
return o(), t("svg", s, _);
}
const H = /* @__PURE__ */ c(e, [["render", m]]);
export {
H as default
};