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