drow-icons
Version:
A light icon library
168 lines (167 loc) • 4.18 kB
JavaScript
import { defineComponent as c, openBlock as s, createElementBlock as l, createElementVNode as h } from "vue";
const m = /* @__PURE__ */ h("path", {
fill: "currentColor",
d: "m17.5 8.086-5.5 5.5-5.5-5.5L5.086 9.5 12 16.414 18.914 9.5z"
}, null, -1), w = [
m
], y = /* @__PURE__ */ c({
name: "ChevronDown",
__name: "ChevronDown",
emits: ["click"],
setup(r, { emit: e }) {
const n = e, o = (t) => {
n("click", t);
}, i = {
width: "1em",
height: "1em"
};
return (t, _) => (s(), l("svg", {
style: i,
xmlns: "http://www.w3.org/2000/svg",
"xmlns:xlink": "http://www.w3.org/1999/xlink",
width: "24",
height: "24",
viewBox: "0 0 24 24",
onClick: o
}, w));
}
}), a = /* @__PURE__ */ h("path", {
fill: "currentColor",
d: "m15.914 17.5-5.5-5.5 5.5-5.5L14.5 5.086 7.586 12l6.914 6.914z"
}, null, -1), p = [
a
], L = /* @__PURE__ */ c({
name: "ChevronLeft",
__name: "ChevronLeft",
emits: ["click"],
setup(r, { emit: e }) {
const n = e, o = (t) => {
n("click", t);
}, i = {
width: "1em",
height: "1em"
};
return (t, _) => (s(), l("svg", {
style: i,
xmlns: "http://www.w3.org/2000/svg",
"xmlns:xlink": "http://www.w3.org/1999/xlink",
width: "24",
height: "24",
viewBox: "0 0 24 24",
onClick: o
}, p));
}
}), g = /* @__PURE__ */ h("path", {
fill: "currentColor",
d: "m8.086 17.5 5.5-5.5-5.5-5.5L9.5 5.086 16.414 12 9.5 18.914z"
}, null, -1), d = [
g
], B = /* @__PURE__ */ c({
name: "ChevronRight",
__name: "ChevronRight",
emits: ["click"],
setup(r, { emit: e }) {
const n = e, o = (t) => {
n("click", t);
}, i = {
width: "1em",
height: "1em"
};
return (t, _) => (s(), l("svg", {
style: i,
xmlns: "http://www.w3.org/2000/svg",
"xmlns:xlink": "http://www.w3.org/1999/xlink",
width: "24",
height: "24",
viewBox: "0 0 24 24",
onClick: o
}, d));
}
}), k = /* @__PURE__ */ h("path", {
fill: "currentColor",
d: "m17.5 15.914-5.5-5.5-5.5 5.5L5.086 14.5 12 7.586l6.914 6.914z"
}, null, -1), x = [
k
], S = /* @__PURE__ */ c({
name: "ChevronUp",
__name: "ChevronUp",
emits: ["click"],
setup(r, { emit: e }) {
const n = e, o = (t) => {
n("click", t);
}, i = {
width: "1em",
height: "1em"
};
return (t, _) => (s(), l("svg", {
style: i,
xmlns: "http://www.w3.org/2000/svg",
"xmlns:xlink": "http://www.w3.org/1999/xlink",
width: "24",
height: "24",
viewBox: "0 0 24 24",
onClick: o
}, x));
}
}), C = /* @__PURE__ */ h("path", {
fill: "currentColor",
d: "m7.05 5.636 4.95 4.95 4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.415 1.414-4.95-4.95-4.949 4.95-1.414-1.414 4.95-4.95-4.95-4.95z"
}, null, -1), v = [
C
], z = /* @__PURE__ */ c({
name: "Close",
__name: "Close",
emits: ["click"],
setup(r, { emit: e }) {
const n = e, o = (t) => {
n("click", t);
}, i = {
width: "1em",
height: "1em"
};
return (t, _) => (s(), l("svg", {
style: i,
xmlns: "http://www.w3.org/2000/svg",
"xmlns:xlink": "http://www.w3.org/1999/xlink",
width: "24",
height: "24",
viewBox: "0 0 24 24",
onClick: o
}, v));
}
}), u = /* @__PURE__ */ h("path", {
fill: "currentColor",
"fill-opacity": ".9",
d: "M12 2.25c-5.384 0-9.75 4.366-9.75 9.75s4.366 9.75 9.75 9.75v-2.437A7.312 7.312 0 1119.313 12h2.437c0-5.384-4.366-9.75-9.75-9.75"
}, null, -1), f = [
u
], D = /* @__PURE__ */ c({
name: "Loading",
__name: "Loading",
emits: ["click"],
setup(r, { emit: e }) {
const n = e, o = (t) => {
n("click", t);
}, i = {
width: "1em",
height: "1em"
};
return (t, _) => (s(), l("svg", {
style: i,
xmlns: "http://www.w3.org/2000/svg",
"xmlns:xlink": "http://www.w3.org/1999/xlink",
width: "24",
height: "24",
viewBox: "0 0 24 24",
onClick: o
}, f));
}
});
export {
y as ChevronDown,
L as ChevronLeft,
B as ChevronRight,
S as ChevronUp,
z as Close,
D as Loading
};