@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) • 655 B
JavaScript
import e from "./space-awesome.vue2.mjs";
import { openBlock as o, createElementBlock as t, createElementVNode as V } from "vue";
import s from "../_virtual/_plugin-vue_export-helper.mjs";
const H = {
style: { transform: "scale(0.85)" },
viewBox: "0 0 512 512"
}, r = /* @__PURE__ */ V("path", { d: "M96 256H128V512H0V352H32V320H64V288H96V256zM512 352V512H384V256H416V288H448V320H480V352H512zM320 64H352V448H320V416H192V448H160V64H192V32H224V0H288V32H320V64zM288 128H224V192H288V128z" }, null, -1), c = [
r
];
function n(_, a, p, m, i, d) {
return o(), t("svg", H, c);
}
const u = /* @__PURE__ */ s(e, [["render", n]]);
export {
u as default
};