vue-iconsax
Version:
Iconsax icon pack for Vue
106 lines (105 loc) • 3.54 kB
JavaScript
import s from "./Mirror.vue2.js";
import { openBlock as t, createElementBlock as i, createElementVNode as e, createCommentVNode as h } from "vue";
import n from "../../_virtual/_plugin-vue_export-helper.js";
const l = ["width", "height"], r = ["fill"], d = ["width", "height"], w = ["stroke", "stroke-width"], k = ["width", "height"], p = ["fill"], g = ["fill"], a = ["width", "height"], u = ["stroke", "stroke-width"], f = ["width", "height"], c = ["fill"], m = ["width", "height"], v = ["stroke", "stroke-width"], y = ["stroke", "stroke-width"];
function M(o, z, Z, B, _, j) {
return o.type === "bold" ? (t(), i("svg", {
key: 0,
xmlns: "http://www.w3.org/2000/svg",
width: o.size,
height: o.size,
viewBox: "0 0 24 24",
fill: "none"
}, [
e("path", {
d: "M12 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16ZM18 22.75H6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h12c.41 0 .75.34.75.75s-.34.75-.75.75Z",
fill: o.color
}, null, 8, r)
], 8, l)) : o.type === "broken" ? (t(), i("svg", {
key: 1,
xmlns: "http://www.w3.org/2000/svg",
width: o.size,
height: o.size,
viewBox: "0 0 24 24",
fill: "none"
}, [
e("path", {
d: "M12 2c4.42 0 8 3.58 8 8s-3.58 8-8 8-8-3.58-8-8c0-2.71 1.35-5.11 3.41-6.55M16 22h2M6 22h7",
stroke: o.color,
"stroke-width": o.strokeWidth,
"stroke-linecap": "round",
"stroke-linejoin": "round"
}, null, 8, w)
], 8, d)) : o.type === "bulk" ? (t(), i("svg", {
key: 2,
xmlns: "http://www.w3.org/2000/svg",
width: o.size,
height: o.size,
viewBox: "0 0 24 24",
fill: "none"
}, [
e("path", {
opacity: ".4",
d: "M12 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Z",
fill: o.color
}, null, 8, p),
e("path", {
d: "M18 22.75H6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h12c.41 0 .75.34.75.75s-.34.75-.75.75Z",
fill: o.color
}, null, 8, g)
], 8, k)) : o.type === "linear" ? (t(), i("svg", {
key: 3,
xmlns: "http://www.w3.org/2000/svg",
width: o.size,
height: o.size,
viewBox: "0 0 24 24",
fill: "none"
}, [
e("path", {
d: "M12 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16ZM6 22h12",
stroke: o.color,
"stroke-width": o.strokeWidth,
"stroke-linecap": "round",
"stroke-linejoin": "round"
}, null, 8, u)
], 8, a)) : o.type === "outline" ? (t(), i("svg", {
key: 4,
xmlns: "http://www.w3.org/2000/svg",
width: o.size,
height: o.size,
viewBox: "0 0 24 24",
fill: "none"
}, [
e("path", {
d: "M12 18.75c-4.83 0-8.75-3.93-8.75-8.75S7.17 1.25 12 1.25s8.75 3.93 8.75 8.75-3.92 8.75-8.75 8.75Zm0-16C8 2.75 4.75 6 4.75 10S8 17.25 12 17.25 19.25 14 19.25 10 16 2.75 12 2.75ZM18 22.75H6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h12c.41 0 .75.34.75.75s-.34.75-.75.75Z",
fill: o.color
}, null, 8, c)
], 8, f)) : o.type === "twotone" ? (t(), i("svg", {
key: 5,
xmlns: "http://www.w3.org/2000/svg",
width: o.size,
height: o.size,
viewBox: "0 0 24 24",
fill: "none"
}, [
e("path", {
d: "M12 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Z",
stroke: o.color,
"stroke-width": o.strokeWidth,
"stroke-linecap": "round",
"stroke-linejoin": "round"
}, null, 8, v),
e("path", {
opacity: ".4",
d: "M6 22h12",
stroke: o.color,
"stroke-width": o.strokeWidth,
"stroke-linecap": "round",
"stroke-linejoin": "round"
}, null, 8, y)
], 8, m)) : h("", !0);
}
const H = /* @__PURE__ */ n(s, [["render", M]]);
export {
H as default
};