vue-iconsax
Version:
Iconsax icon pack for Vue
108 lines (107 loc) • 4.01 kB
JavaScript
import h from "./HambergerMenu.vue2.js";
import { openBlock as t, createElementBlock as s, createElementVNode as o, createCommentVNode as i } from "vue";
import l from "../../_virtual/_plugin-vue_export-helper.js";
const r = ["width", "height"], n = ["fill"], d = ["width", "height"], w = ["stroke", "stroke-width"], k = ["width", "height"], p = ["fill"], c = ["fill"], g = ["width", "height"], a = ["stroke", "stroke-width"], f = ["width", "height"], u = ["fill"], m = ["width", "height"], v = ["stroke", "stroke-width"], M = ["stroke", "stroke-width"], y = ["stroke", "stroke-width"];
function H(e, z, Z, B, C, _) {
return e.type === "bold" ? (t(), s("svg", {
key: 0,
xmlns: "http://www.w3.org/2000/svg",
width: e.size,
height: e.size,
viewBox: "0 0 24 24",
fill: "none"
}, [
o("path", {
d: "M16.19 2H7.81C4.17 2 2 4.17 2 7.81v8.37C2 19.83 4.17 22 7.81 22h8.37c3.64 0 5.81-2.17 5.81-5.81V7.81C22 4.17 19.83 2 16.19 2ZM17 17.25H7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h10c.41 0 .75.34.75.75s-.34.75-.75.75Zm0-4.5H7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h10c.41 0 .75.34.75.75s-.34.75-.75.75Zm0-4.5H7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h10c.41 0 .75.34.75.75s-.34.75-.75.75Z",
fill: e.color
}, null, 8, n)
], 8, r)) : e.type === "broken" ? (t(), s("svg", {
key: 1,
xmlns: "http://www.w3.org/2000/svg",
width: e.size,
height: e.size,
viewBox: "0 0 24 24",
fill: "none"
}, [
o("path", {
d: "M3 7h18M9.49 12H21M3 12h2.99M3 17h18",
stroke: e.color,
"stroke-width": e.strokeWidth,
"stroke-linecap": "round"
}, null, 8, w)
], 8, d)) : e.type === "bulk" ? (t(), s("svg", {
key: 2,
xmlns: "http://www.w3.org/2000/svg",
width: e.size,
height: e.size,
viewBox: "0 0 24 24",
fill: "none"
}, [
o("path", {
opacity: ".4",
d: "M16.19 2H7.81C4.17 2 2 4.17 2 7.81v8.37C2 19.83 4.17 22 7.81 22h8.37c3.64 0 5.81-2.17 5.81-5.81V7.81C22 4.17 19.83 2 16.19 2Z",
fill: e.color
}, null, 8, p),
o("path", {
d: "M17 8.25H7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h10c.41 0 .75.34.75.75s-.34.75-.75.75ZM17 12.75H7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h10c.41 0 .75.34.75.75s-.34.75-.75.75ZM17 17.25H7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h10c.41 0 .75.34.75.75s-.34.75-.75.75Z",
fill: e.color
}, null, 8, c)
], 8, k)) : e.type === "linear" ? (t(), s("svg", {
key: 3,
xmlns: "http://www.w3.org/2000/svg",
width: e.size,
height: e.size,
viewBox: "0 0 24 24",
fill: "none"
}, [
o("path", {
d: "M3 7h18M3 12h18M3 17h18",
stroke: e.color,
"stroke-width": e.strokeWidth,
"stroke-linecap": "round"
}, null, 8, a)
], 8, g)) : e.type === "outline" ? (t(), s("svg", {
key: 4,
xmlns: "http://www.w3.org/2000/svg",
width: e.size,
height: e.size,
viewBox: "0 0 24 24",
fill: "none"
}, [
o("path", {
d: "M21 7.75H3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h18c.41 0 .75.34.75.75s-.34.75-.75.75ZM21 12.75H3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h18c.41 0 .75.34.75.75s-.34.75-.75.75ZM21 17.75H3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h18c.41 0 .75.34.75.75s-.34.75-.75.75Z",
fill: e.color
}, null, 8, u)
], 8, f)) : e.type === "twotone" ? (t(), s("svg", {
key: 5,
xmlns: "http://www.w3.org/2000/svg",
width: e.size,
height: e.size,
viewBox: "0 0 24 24",
fill: "none"
}, [
o("path", {
d: "M3 7h18",
stroke: e.color,
"stroke-width": e.strokeWidth,
"stroke-linecap": "round"
}, null, 8, v),
o("path", {
opacity: ".34",
d: "M3 12h18",
stroke: e.color,
"stroke-width": e.strokeWidth,
"stroke-linecap": "round"
}, null, 8, M),
o("path", {
d: "M3 17h18",
stroke: e.color,
"stroke-width": e.strokeWidth,
"stroke-linecap": "round"
}, null, 8, y)
], 8, m)) : i("", !0);
}
const $ = /* @__PURE__ */ l(h, [["render", H]]);
export {
$ as default
};