@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) • 610 B
JavaScript
import e from "./circle-dot.vue2.mjs";
import { openBlock as t, createElementBlock as o, createElementVNode as r } from "vue";
import c from "../_virtual/_plugin-vue_export-helper.mjs";
const s = {
style: { transform: "scale(0.85)" },
viewBox: "0 0 512 512"
}, n = /* @__PURE__ */ r("path", { d: "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256-96a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" }, null, -1), a = [
n
];
function _(i, m, p, l, d, f) {
return t(), o("svg", s, a);
}
const $ = /* @__PURE__ */ c(e, [["render", _]]);
export {
$ as default
};