@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) • 536 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: "M464 48V464H48V48H464zM48 0H0V48 464v48H48 464h48V464 48 0H464 48z" }, null, -1), _ = [
n
];
function a(l, p, i, m, d, f) {
return t(), o("svg", c, _);
}
const V = /* @__PURE__ */ s(e, [["render", a]]);
export {
V as default
};