@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) • 486 B
JavaScript
import e from "./square-full.vue2.mjs";
import { openBlock as t, createElementBlock as o, createElementVNode as r } from "vue";
import s from "./_virtual/_plugin-vue_export-helper.mjs";
const c = {
style: { transform: "scale(0.85)" },
viewBox: "0 0 512 512"
}, n = /* @__PURE__ */ r("path", { d: "M0 0H512V512H0V0z" }, null, -1), _ = [
n
];
function a(l, p, i, m, d, f) {
return t(), o("svg", c, _);
}
const $ = /* @__PURE__ */ s(e, [["render", a]]);
export {
$ as default
};