@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) • 676 B
JavaScript
import e from "./circle-stop.vue2.mjs";
import { openBlock as t, createElementBlock as o, createElementVNode as c } from "vue";
import r from "../_virtual/_plugin-vue_export-helper.mjs";
const s = {
style: { transform: "scale(0.85)" },
viewBox: "0 0 512 512"
}, n = /* @__PURE__ */ c("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 256zm192-96H320c17.7 0 32 14.3 32 32V320c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V192c0-17.7 14.3-32 32-32z" }, null, -1), _ = [
n
];
function a(p, i, m, l, d, f) {
return t(), o("svg", s, _);
}
const $ = /* @__PURE__ */ r(e, [["render", a]]);
export {
$ as default
};