@uiuxicons/vue 0.1.2 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/icons/clipboard-check.cjs +45 -0
- package/dist/icons/clipboard-check.d.cts +56 -0
- package/dist/icons/clipboard-check.d.ts +56 -0
- package/dist/icons/clipboard-check.js +21 -0
- package/dist/icons/clipboard-copy.cjs +45 -0
- package/dist/icons/clipboard-copy.d.cts +56 -0
- package/dist/icons/clipboard-copy.d.ts +56 -0
- package/dist/icons/clipboard-copy.js +21 -0
- package/dist/icons/clipboard-list.cjs +45 -0
- package/dist/icons/clipboard-list.d.cts +56 -0
- package/dist/icons/clipboard-list.d.ts +56 -0
- package/dist/icons/clipboard-list.js +21 -0
- package/dist/icons/clipboard-minus.cjs +45 -0
- package/dist/icons/clipboard-minus.d.cts +56 -0
- package/dist/icons/clipboard-minus.d.ts +56 -0
- package/dist/icons/clipboard-minus.js +21 -0
- package/dist/icons/clipboard-paste.cjs +45 -0
- package/dist/icons/clipboard-paste.d.cts +56 -0
- package/dist/icons/clipboard-paste.d.ts +56 -0
- package/dist/icons/clipboard-paste.js +21 -0
- package/dist/icons/clipboard-plus.cjs +45 -0
- package/dist/icons/clipboard-plus.d.cts +56 -0
- package/dist/icons/clipboard-plus.d.ts +56 -0
- package/dist/icons/clipboard-plus.js +21 -0
- package/dist/icons/clipboard-text.cjs +45 -0
- package/dist/icons/clipboard-text.d.cts +56 -0
- package/dist/icons/clipboard-text.d.ts +56 -0
- package/dist/icons/clipboard-text.js +21 -0
- package/dist/icons/clipboard-x.cjs +45 -0
- package/dist/icons/clipboard-x.d.cts +56 -0
- package/dist/icons/clipboard-x.d.ts +56 -0
- package/dist/icons/clipboard-x.js +21 -0
- package/dist/icons/clipboard.cjs +45 -0
- package/dist/icons/clipboard.d.cts +56 -0
- package/dist/icons/clipboard.d.ts +56 -0
- package/dist/icons/clipboard.js +21 -0
- package/dist/icons/copy.cjs +45 -0
- package/dist/icons/copy.d.cts +56 -0
- package/dist/icons/copy.d.ts +56 -0
- package/dist/icons/copy.js +21 -0
- package/dist/icons/graduation-cap.cjs +45 -0
- package/dist/icons/graduation-cap.d.cts +56 -0
- package/dist/icons/graduation-cap.d.ts +56 -0
- package/dist/icons/graduation-cap.js +21 -0
- package/dist/icons/share.cjs +45 -0
- package/dist/icons/share.d.cts +56 -0
- package/dist/icons/share.d.ts +56 -0
- package/dist/icons/share.js +21 -0
- package/dist/icons/sliders-horizontal.cjs +45 -0
- package/dist/icons/sliders-horizontal.d.cts +56 -0
- package/dist/icons/sliders-horizontal.d.ts +56 -0
- package/dist/icons/sliders-horizontal.js +21 -0
- package/dist/icons/sliders-vertical.cjs +45 -0
- package/dist/icons/sliders-vertical.d.cts +56 -0
- package/dist/icons/sliders-vertical.d.ts +56 -0
- package/dist/icons/sliders-vertical.js +21 -0
- package/dist/icons/sunrise.cjs +2 -2
- package/dist/icons/sunrise.js +2 -2
- package/dist/icons/triangle.cjs +1 -1
- package/dist/icons/triangle.js +1 -1
- package/dist/index.cjs +42 -0
- package/dist/index.d.cts +14 -0
- package/dist/index.d.ts +14 -0
- package/dist/index.js +28 -0
- package/package.json +1 -1
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { createIcon } from "../createIcon";
|
|
2
|
+
const IconCopy = /* @__PURE__ */ createIcon("copy", {
|
|
3
|
+
line: {
|
|
4
|
+
light: `<path fill="currentColor" d="M20.5 9A1.5 1.5 0 0 0 19 7.5H9A1.5 1.5 0 0 0 7.5 9v10A1.5 1.5 0 0 0 9 20.5h10a1.5 1.5 0 0 0 1.5-1.5zm-4-4A1.5 1.5 0 0 0 15 3.5H5A1.5 1.5 0 0 0 3.5 5v10A1.5 1.5 0 0 0 5 16.5h1.5V9A2.5 2.5 0 0 1 9 6.5h7.5zm1 1.5H19A2.5 2.5 0 0 1 21.5 9v10a2.5 2.5 0 0 1-2.5 2.5H9A2.5 2.5 0 0 1 6.5 19v-1.5H5A2.5 2.5 0 0 1 2.5 15V5A2.5 2.5 0 0 1 5 2.5h10A2.5 2.5 0 0 1 17.5 5z"/>`,
|
|
5
|
+
regular: `<path fill="currentColor" d="M20.25 9c0-.69-.56-1.25-1.25-1.25H9c-.69 0-1.25.56-1.25 1.25v10c0 .69.56 1.25 1.25 1.25h10c.69 0 1.25-.56 1.25-1.25zm-4-4c0-.69-.56-1.25-1.25-1.25H5c-.69 0-1.25.56-1.25 1.25v10c0 .69.56 1.25 1.25 1.25h1.25V9A2.75 2.75 0 0 1 9 6.25h7.25zm1.5 1.25H19A2.75 2.75 0 0 1 21.75 9v10A2.75 2.75 0 0 1 19 21.75H9A2.75 2.75 0 0 1 6.25 19v-1.25H5A2.75 2.75 0 0 1 2.25 15V5A2.75 2.75 0 0 1 5 2.25h10A2.75 2.75 0 0 1 17.75 5z"/>`,
|
|
6
|
+
bold: `<path fill="currentColor" d="M20 9a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1zm-4-4a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h1V9a3 3 0 0 1 3-3h7zm2 1h1a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3v-1H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3z"/>`
|
|
7
|
+
},
|
|
8
|
+
duotone: {
|
|
9
|
+
light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M7 9a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2z"/><path fill="currentColor" d="M20.5 9A1.5 1.5 0 0 0 19 7.5H9A1.5 1.5 0 0 0 7.5 9v10A1.5 1.5 0 0 0 9 20.5h10a1.5 1.5 0 0 0 1.5-1.5zm-4-4A1.5 1.5 0 0 0 15 3.5H5A1.5 1.5 0 0 0 3.5 5v10A1.5 1.5 0 0 0 5 16.5h1.5V9A2.5 2.5 0 0 1 9 6.5h7.5zm1 1.5H19A2.5 2.5 0 0 1 21.5 9v10a2.5 2.5 0 0 1-2.5 2.5H9A2.5 2.5 0 0 1 6.5 19v-1.5H5A2.5 2.5 0 0 1 2.5 15V5A2.5 2.5 0 0 1 5 2.5h10A2.5 2.5 0 0 1 17.5 5z"/>`,
|
|
10
|
+
regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M7 9a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2z"/><path fill="currentColor" d="M20.25 9c0-.69-.56-1.25-1.25-1.25H9c-.69 0-1.25.56-1.25 1.25v10c0 .69.56 1.25 1.25 1.25h10c.69 0 1.25-.56 1.25-1.25zm-4-4c0-.69-.56-1.25-1.25-1.25H5c-.69 0-1.25.56-1.25 1.25v10c0 .69.56 1.25 1.25 1.25h1.25V9A2.75 2.75 0 0 1 9 6.25h7.25zm1.5 1.25H19A2.75 2.75 0 0 1 21.75 9v10A2.75 2.75 0 0 1 19 21.75H9A2.75 2.75 0 0 1 6.25 19v-1.25H5A2.75 2.75 0 0 1 2.25 15V5A2.75 2.75 0 0 1 5 2.25h10A2.75 2.75 0 0 1 17.75 5z"/>`,
|
|
11
|
+
bold: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M7 9a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2z"/><path fill="currentColor" d="M20 9a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1zm-4-4a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h1V9a3 3 0 0 1 3-3h7zm2 1h1a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3v-1H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3z"/>`
|
|
12
|
+
},
|
|
13
|
+
solid: {
|
|
14
|
+
light: `<path fill="currentColor" fill-rule="evenodd" d="M15 2.5A2.5 2.5 0 0 1 17.5 5v1.5H19A2.5 2.5 0 0 1 21.5 9v10a2.5 2.5 0 0 1-2.5 2.5H9A2.5 2.5 0 0 1 6.5 19v-1.5H5A2.5 2.5 0 0 1 2.5 15V5A2.5 2.5 0 0 1 5 2.5zm-10 1A1.5 1.5 0 0 0 3.5 5v10A1.5 1.5 0 0 0 5 16.5h1.5V9A2.5 2.5 0 0 1 9 6.5h7.5V5A1.5 1.5 0 0 0 15 3.5z" clip-rule="evenodd"/>`,
|
|
15
|
+
regular: `<path fill="currentColor" fill-rule="evenodd" d="M15 2.25A2.75 2.75 0 0 1 17.75 5v1.25H19A2.75 2.75 0 0 1 21.75 9v10A2.75 2.75 0 0 1 19 21.75H9A2.75 2.75 0 0 1 6.25 19v-1.25H5A2.75 2.75 0 0 1 2.25 15V5A2.75 2.75 0 0 1 5 2.25zM5 3.75c-.69 0-1.25.56-1.25 1.25v10c0 .69.56 1.25 1.25 1.25h1.25V9A2.75 2.75 0 0 1 9 6.25h7.25V5c0-.69-.56-1.25-1.25-1.25z" clip-rule="evenodd"/>`,
|
|
16
|
+
bold: `<path fill="currentColor" fill-rule="evenodd" d="M15 2a3 3 0 0 1 3 3v1h1a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3v-1H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3zM5 4a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h1V9a3 3 0 0 1 3-3h7V5a1 1 0 0 0-1-1z" clip-rule="evenodd"/>`
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
export {
|
|
20
|
+
IconCopy
|
|
21
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var graduation_cap_exports = {};
|
|
20
|
+
__export(graduation_cap_exports, {
|
|
21
|
+
IconGraduationCap: () => IconGraduationCap
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(graduation_cap_exports);
|
|
24
|
+
var import_createIcon = require("../createIcon");
|
|
25
|
+
const IconGraduationCap = /* @__PURE__ */ (0, import_createIcon.createIcon)("graduation-cap", {
|
|
26
|
+
line: {
|
|
27
|
+
light: `<path fill="currentColor" d="m19.5 10.445-2 1.1v5.788l1.745-.982a.5.5 0 0 0 .255-.436zm-7.259-6.742a.5.5 0 0 0-.482 0l-7.925 4.36a.5.5 0 0 0 0 .875l7.925 4.359c.15.082.332.082.482 0l3.72-2.047-4.202-2.312a.5.5 0 0 1 .482-.876L17 10.68l3.167-1.74a.5.5 0 0 0 0-.877zM4.5 15.915a.5.5 0 0 0 .255.436l7 3.938a.5.5 0 0 0 .49 0l4.255-2.394v-5.8l-3.777 2.079a1.5 1.5 0 0 1-1.446 0L4.5 10.445zm16 0a1.5 1.5 0 0 1-.765 1.307L17.5 18.48v2.02a.5.5 0 0 1-1 0v-1.457l-3.765 2.118a1.5 1.5 0 0 1-1.47 0l-7-3.938a1.5 1.5 0 0 1-.765-1.307v-6.02l-.147-.08a1.5 1.5 0 0 1 0-2.63l7.924-4.358a1.5 1.5 0 0 1 1.446 0l7.925 4.358c1.036.57 1.036 2.06 0 2.63l-.148.08z"/>`,
|
|
28
|
+
regular: `<path fill="currentColor" d="m19.25 10.869-1.5.824v5.212l1.373-.771a.25.25 0 0 0 .127-.22zm-7.13-6.946a.25.25 0 0 0-.241 0L3.955 8.28a.25.25 0 0 0 0 .438l7.925 4.359a.25.25 0 0 0 .241 0l3.323-1.828-3.806-2.093a.75.75 0 0 1 .723-1.315L17 10.393l3.046-1.674a.25.25 0 0 0 0-.438zM4.75 15.915c0 .09.05.174.128.219l7 3.937a.25.25 0 0 0 .245 0l4.127-2.322v-5.23l-3.406 1.873a1.75 1.75 0 0 1-1.687 0L4.75 10.87zm16 0a1.75 1.75 0 0 1-.892 1.525l-2.108 1.186V20.5a.75.75 0 0 1-1.5 0v-1.03l-3.392 1.908c-.532.3-1.183.3-1.716 0l-7-3.938a1.75 1.75 0 0 1-.892-1.525v-5.871l-.019-.01c-1.208-.665-1.208-2.403 0-3.068l7.926-4.358a1.75 1.75 0 0 1 1.687 0l7.924 4.358c1.21.665 1.21 2.403 0 3.068l-.018.01z"/>`,
|
|
29
|
+
bold: `<path fill="currentColor" d="m19 11.29-1 .55v4.637l1-.562zM4.075 8.5 12 12.86l2.925-1.61-3.407-1.873a1 1 0 0 1 .964-1.753L17 10.108 19.925 8.5 12 4.14zM12 19.852l4-2.25v-4.66l-3.036 1.669a2 2 0 0 1-1.928 0L5 11.291v4.624zm9-3.937a2 2 0 0 1-1.02 1.743L18 18.77v1.73a1 1 0 1 1-2 0v-.604l-3.02 1.7a2 2 0 0 1-1.96 0l-7-3.938A2 2 0 0 1 3 15.915v-5.73c-1.268-.803-1.232-2.698.111-3.437l7.925-4.359a2 2 0 0 1 1.928 0l7.925 4.359c1.343.739 1.38 2.634.111 3.437z"/>`
|
|
30
|
+
},
|
|
31
|
+
duotone: {
|
|
32
|
+
light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="m20.49 7.67-7.526-4.14a2 2 0 0 0-1.928 0L3.51 7.67a.947.947 0 0 0 0 1.66.95.95 0 0 1 .491.83v5.17a2 2 0 0 0 1.02 1.743l6 3.375a2 2 0 0 0 1.96 0l6-3.375A2 2 0 0 0 20 15.33v-5.17a.95.95 0 0 1 .49-.83.947.947 0 0 0 0-1.66"/><path fill="currentColor" d="m19.5 10.445-2 1.1v5.788l1.745-.982a.5.5 0 0 0 .255-.436zm-7.259-6.742a.5.5 0 0 0-.482 0l-7.925 4.36a.5.5 0 0 0 0 .875l7.925 4.358c.15.083.332.083.482 0l3.72-2.046-4.202-2.312a.5.5 0 0 1 .482-.876L17 10.68l3.167-1.74a.5.5 0 0 0 0-.877zM4.5 15.915a.5.5 0 0 0 .255.436l7 3.938a.5.5 0 0 0 .49 0l4.255-2.394v-5.8l-3.777 2.079c-.45.247-.996.247-1.446 0L4.5 10.445zm16 0a1.5 1.5 0 0 1-.765 1.307L17.5 18.48v2.02a.5.5 0 1 1-1 0v-1.457l-3.765 2.118a1.5 1.5 0 0 1-1.47 0l-7-3.938a1.5 1.5 0 0 1-.765-1.307v-6.02l-.147-.08a1.5 1.5 0 0 1 0-2.63l7.924-4.358a1.5 1.5 0 0 1 1.446 0l7.925 4.358c1.036.57 1.036 2.06 0 2.63l-.148.08z"/>`,
|
|
33
|
+
regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="m20.49 7.67-7.526-4.14a2 2 0 0 0-1.928 0L3.51 7.67a.947.947 0 0 0 0 1.66.95.95 0 0 1 .491.83v5.17a2 2 0 0 0 1.02 1.743l6 3.375a2 2 0 0 0 1.96 0l6-3.375A2 2 0 0 0 20 15.33v-5.17a.95.95 0 0 1 .49-.83.947.947 0 0 0 0-1.66"/><path fill="currentColor" d="m19.25 10.869-1.5.824v5.212l1.373-.771a.25.25 0 0 0 .127-.22zm-7.129-6.946a.25.25 0 0 0-.241 0L3.955 8.28a.25.25 0 0 0 0 .438l7.925 4.359a.25.25 0 0 0 .241 0l3.323-1.828-3.805-2.093a.75.75 0 0 1 .722-1.314L17 10.393l3.046-1.674a.25.25 0 0 0 0-.438zM4.75 15.915c0 .09.05.174.128.219l7 3.937a.25.25 0 0 0 .245 0l4.127-2.322v-5.23l-3.406 1.873a1.75 1.75 0 0 1-1.687 0L4.75 10.87zm16 0a1.75 1.75 0 0 1-.892 1.525l-2.108 1.186V20.5a.75.75 0 0 1-1.5 0v-1.03l-3.392 1.908c-.532.3-1.183.3-1.715 0l-7-3.938a1.75 1.75 0 0 1-.893-1.525v-5.871l-.019-.01c-1.208-.665-1.208-2.403 0-3.067l7.926-4.359a1.75 1.75 0 0 1 1.687 0l7.925 4.359c1.208.664 1.208 2.402 0 3.067l-.019.01z"/>`,
|
|
34
|
+
bold: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="m20.49 7.67-7.526-4.14a2 2 0 0 0-1.928 0L3.51 7.67a.947.947 0 0 0 0 1.66.95.95 0 0 1 .491.83v5.17a2 2 0 0 0 1.02 1.743l6 3.375a2 2 0 0 0 1.96 0l6-3.375A2 2 0 0 0 20 15.33v-5.17a.95.95 0 0 1 .49-.83.947.947 0 0 0 0-1.66"/><path fill="currentColor" d="m19 11.29-1 .55v4.637l1-.562zM4.075 8.5 12 12.859l2.925-1.61-3.407-1.872a1 1 0 0 1 .964-1.753L17 10.108 19.925 8.5 12 4.14zM12 19.852l4-2.25v-4.661l-3.036 1.67a2 2 0 0 1-1.928 0L5 11.291v4.624zm9-3.937a2 2 0 0 1-1.02 1.743L18 18.77v1.73a1 1 0 1 1-2 0v-.604l-3.02 1.7a2 2 0 0 1-1.96 0l-7-3.938A2 2 0 0 1 3 15.915v-5.73c-1.268-.803-1.232-2.699.111-3.437l7.925-4.359a2 2 0 0 1 1.928 0l7.925 4.359c1.343.738 1.38 2.634.111 3.437z"/>`
|
|
35
|
+
},
|
|
36
|
+
solid: {
|
|
37
|
+
light: `<path fill="currentColor" d="M10.555 15.487a3 3 0 0 0 2.89 0L15 14.632v5.253l-2.264 1.274a1.5 1.5 0 0 1-1.471 0l-7-3.937a1.5 1.5 0 0 1-.765-1.307v-4.307z"/><path fill="currentColor" d="M11.562 8.259a.5.5 0 0 1 .68-.197l4.481 2.465a1.5 1.5 0 0 1 .777 1.314V20.5a.5.5 0 0 1-1 0v-8.66a.5.5 0 0 0-.259-.437L11.76 8.94a.5.5 0 0 1-.197-.68m8.937 7.655c0 .541-.293 1.041-.764 1.307l-.736.413v-5.202l1.5-.825z"/><path fill="currentColor" d="M11.278 2.827a1.5 1.5 0 0 1 1.445 0l7.925 4.359c1.035.57 1.035 2.058 0 2.628L18.82 10.82a3 3 0 0 0-1.374-1.606l-4.482-2.465a2 2 0 0 0-1.928 3.504L15 12.432v.488l-2.277 1.253c-.45.247-.995.247-1.445 0L3.353 9.814c-1.036-.57-1.036-2.059 0-2.628z"/>`,
|
|
38
|
+
regular: `<path fill="currentColor" d="M10.313 15.926a3.5 3.5 0 0 0 3.374 0l.813-.448v4.976l-1.642.924c-.532.3-1.184.3-1.716 0l-7-3.937a1.75 1.75 0 0 1-.892-1.526v-3.874z"/><path fill="currentColor" d="M11.343 8.139a.75.75 0 0 1 1.018-.296l4.483 2.465c.559.308.906.895.906 1.533v8.66a.75.75 0 0 1-1.5 0v-8.66a.25.25 0 0 0-.13-.219l-4.481-2.464a.75.75 0 0 1-.296-1.019m9.407 7.776c0 .632-.341 1.216-.892 1.526l-.358.2v-4.913l1.25-.687z"/><path fill="currentColor" d="M11.156 2.608a1.75 1.75 0 0 1 1.688 0l7.925 4.36c1.208.664 1.208 2.4 0 3.066l-1.425.783a3.5 3.5 0 0 0-1.658-2.042L13.205 6.31a2.5 2.5 0 0 0-2.41 4.38l3.705 2.038v.754l-1.656.91a1.75 1.75 0 0 1-1.688 0l-7.925-4.358c-1.208-.665-1.208-2.402 0-3.067z"/>`,
|
|
39
|
+
bold: `<path fill="currentColor" d="M10.072 16.364c1.2.66 2.656.66 3.856 0l.072-.04V20.5q0 .255.041.498l-1.06.598a2 2 0 0 1-1.961 0l-7-3.937A2 2 0 0 1 3 15.916v-3.442zm1.052-8.346a1 1 0 0 1 1.358-.394l4.482 2.464A2 2 0 0 1 18 11.84v8.66a1 1 0 0 1-2 0v-8.66l-4.48-2.465a1 1 0 0 1-.395-1.357M21 15.916a2 2 0 0 1-1 1.73v-4.622l1-.55z"/><path fill="currentColor" d="M11.036 2.39c.6-.33 1.328-.33 1.928 0l7.925 4.359c1.38.76 1.38 2.744 0 3.503l-1.025.563a4 4 0 0 0-1.936-2.48l-4.483-2.464a3.001 3.001 0 0 0-2.89 5.257L14 13.023v1.018l-1.036.57c-.6.33-1.328.33-1.928 0l-7.924-4.359c-1.382-.76-1.382-2.744 0-3.503z"/>`
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
43
|
+
0 && (module.exports = {
|
|
44
|
+
IconGraduationCap
|
|
45
|
+
});
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as vue from 'vue';
|
|
2
|
+
import { IconVariant, IconWeight } from '../types.cjs';
|
|
3
|
+
|
|
4
|
+
declare const IconGraduationCap: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
5
|
+
variant: {
|
|
6
|
+
type: vue.PropType<IconVariant>;
|
|
7
|
+
default: undefined;
|
|
8
|
+
};
|
|
9
|
+
weight: {
|
|
10
|
+
type: vue.PropType<IconWeight>;
|
|
11
|
+
default: undefined;
|
|
12
|
+
};
|
|
13
|
+
size: {
|
|
14
|
+
type: vue.PropType<number | string>;
|
|
15
|
+
default: undefined;
|
|
16
|
+
};
|
|
17
|
+
color: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
default: undefined;
|
|
20
|
+
};
|
|
21
|
+
title: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: undefined;
|
|
24
|
+
};
|
|
25
|
+
}>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
26
|
+
[key: string]: any;
|
|
27
|
+
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
28
|
+
variant: {
|
|
29
|
+
type: vue.PropType<IconVariant>;
|
|
30
|
+
default: undefined;
|
|
31
|
+
};
|
|
32
|
+
weight: {
|
|
33
|
+
type: vue.PropType<IconWeight>;
|
|
34
|
+
default: undefined;
|
|
35
|
+
};
|
|
36
|
+
size: {
|
|
37
|
+
type: vue.PropType<number | string>;
|
|
38
|
+
default: undefined;
|
|
39
|
+
};
|
|
40
|
+
color: {
|
|
41
|
+
type: StringConstructor;
|
|
42
|
+
default: undefined;
|
|
43
|
+
};
|
|
44
|
+
title: {
|
|
45
|
+
type: StringConstructor;
|
|
46
|
+
default: undefined;
|
|
47
|
+
};
|
|
48
|
+
}>> & Readonly<{}>, {
|
|
49
|
+
variant: IconVariant;
|
|
50
|
+
weight: IconWeight;
|
|
51
|
+
size: string | number;
|
|
52
|
+
color: string;
|
|
53
|
+
title: string;
|
|
54
|
+
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
55
|
+
|
|
56
|
+
export { IconGraduationCap };
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as vue from 'vue';
|
|
2
|
+
import { IconVariant, IconWeight } from '../types.js';
|
|
3
|
+
|
|
4
|
+
declare const IconGraduationCap: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
5
|
+
variant: {
|
|
6
|
+
type: vue.PropType<IconVariant>;
|
|
7
|
+
default: undefined;
|
|
8
|
+
};
|
|
9
|
+
weight: {
|
|
10
|
+
type: vue.PropType<IconWeight>;
|
|
11
|
+
default: undefined;
|
|
12
|
+
};
|
|
13
|
+
size: {
|
|
14
|
+
type: vue.PropType<number | string>;
|
|
15
|
+
default: undefined;
|
|
16
|
+
};
|
|
17
|
+
color: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
default: undefined;
|
|
20
|
+
};
|
|
21
|
+
title: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: undefined;
|
|
24
|
+
};
|
|
25
|
+
}>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
26
|
+
[key: string]: any;
|
|
27
|
+
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
28
|
+
variant: {
|
|
29
|
+
type: vue.PropType<IconVariant>;
|
|
30
|
+
default: undefined;
|
|
31
|
+
};
|
|
32
|
+
weight: {
|
|
33
|
+
type: vue.PropType<IconWeight>;
|
|
34
|
+
default: undefined;
|
|
35
|
+
};
|
|
36
|
+
size: {
|
|
37
|
+
type: vue.PropType<number | string>;
|
|
38
|
+
default: undefined;
|
|
39
|
+
};
|
|
40
|
+
color: {
|
|
41
|
+
type: StringConstructor;
|
|
42
|
+
default: undefined;
|
|
43
|
+
};
|
|
44
|
+
title: {
|
|
45
|
+
type: StringConstructor;
|
|
46
|
+
default: undefined;
|
|
47
|
+
};
|
|
48
|
+
}>> & Readonly<{}>, {
|
|
49
|
+
variant: IconVariant;
|
|
50
|
+
weight: IconWeight;
|
|
51
|
+
size: string | number;
|
|
52
|
+
color: string;
|
|
53
|
+
title: string;
|
|
54
|
+
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
55
|
+
|
|
56
|
+
export { IconGraduationCap };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { createIcon } from "../createIcon";
|
|
2
|
+
const IconGraduationCap = /* @__PURE__ */ createIcon("graduation-cap", {
|
|
3
|
+
line: {
|
|
4
|
+
light: `<path fill="currentColor" d="m19.5 10.445-2 1.1v5.788l1.745-.982a.5.5 0 0 0 .255-.436zm-7.259-6.742a.5.5 0 0 0-.482 0l-7.925 4.36a.5.5 0 0 0 0 .875l7.925 4.359c.15.082.332.082.482 0l3.72-2.047-4.202-2.312a.5.5 0 0 1 .482-.876L17 10.68l3.167-1.74a.5.5 0 0 0 0-.877zM4.5 15.915a.5.5 0 0 0 .255.436l7 3.938a.5.5 0 0 0 .49 0l4.255-2.394v-5.8l-3.777 2.079a1.5 1.5 0 0 1-1.446 0L4.5 10.445zm16 0a1.5 1.5 0 0 1-.765 1.307L17.5 18.48v2.02a.5.5 0 0 1-1 0v-1.457l-3.765 2.118a1.5 1.5 0 0 1-1.47 0l-7-3.938a1.5 1.5 0 0 1-.765-1.307v-6.02l-.147-.08a1.5 1.5 0 0 1 0-2.63l7.924-4.358a1.5 1.5 0 0 1 1.446 0l7.925 4.358c1.036.57 1.036 2.06 0 2.63l-.148.08z"/>`,
|
|
5
|
+
regular: `<path fill="currentColor" d="m19.25 10.869-1.5.824v5.212l1.373-.771a.25.25 0 0 0 .127-.22zm-7.13-6.946a.25.25 0 0 0-.241 0L3.955 8.28a.25.25 0 0 0 0 .438l7.925 4.359a.25.25 0 0 0 .241 0l3.323-1.828-3.806-2.093a.75.75 0 0 1 .723-1.315L17 10.393l3.046-1.674a.25.25 0 0 0 0-.438zM4.75 15.915c0 .09.05.174.128.219l7 3.937a.25.25 0 0 0 .245 0l4.127-2.322v-5.23l-3.406 1.873a1.75 1.75 0 0 1-1.687 0L4.75 10.87zm16 0a1.75 1.75 0 0 1-.892 1.525l-2.108 1.186V20.5a.75.75 0 0 1-1.5 0v-1.03l-3.392 1.908c-.532.3-1.183.3-1.716 0l-7-3.938a1.75 1.75 0 0 1-.892-1.525v-5.871l-.019-.01c-1.208-.665-1.208-2.403 0-3.068l7.926-4.358a1.75 1.75 0 0 1 1.687 0l7.924 4.358c1.21.665 1.21 2.403 0 3.068l-.018.01z"/>`,
|
|
6
|
+
bold: `<path fill="currentColor" d="m19 11.29-1 .55v4.637l1-.562zM4.075 8.5 12 12.86l2.925-1.61-3.407-1.873a1 1 0 0 1 .964-1.753L17 10.108 19.925 8.5 12 4.14zM12 19.852l4-2.25v-4.66l-3.036 1.669a2 2 0 0 1-1.928 0L5 11.291v4.624zm9-3.937a2 2 0 0 1-1.02 1.743L18 18.77v1.73a1 1 0 1 1-2 0v-.604l-3.02 1.7a2 2 0 0 1-1.96 0l-7-3.938A2 2 0 0 1 3 15.915v-5.73c-1.268-.803-1.232-2.698.111-3.437l7.925-4.359a2 2 0 0 1 1.928 0l7.925 4.359c1.343.739 1.38 2.634.111 3.437z"/>`
|
|
7
|
+
},
|
|
8
|
+
duotone: {
|
|
9
|
+
light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="m20.49 7.67-7.526-4.14a2 2 0 0 0-1.928 0L3.51 7.67a.947.947 0 0 0 0 1.66.95.95 0 0 1 .491.83v5.17a2 2 0 0 0 1.02 1.743l6 3.375a2 2 0 0 0 1.96 0l6-3.375A2 2 0 0 0 20 15.33v-5.17a.95.95 0 0 1 .49-.83.947.947 0 0 0 0-1.66"/><path fill="currentColor" d="m19.5 10.445-2 1.1v5.788l1.745-.982a.5.5 0 0 0 .255-.436zm-7.259-6.742a.5.5 0 0 0-.482 0l-7.925 4.36a.5.5 0 0 0 0 .875l7.925 4.358c.15.083.332.083.482 0l3.72-2.046-4.202-2.312a.5.5 0 0 1 .482-.876L17 10.68l3.167-1.74a.5.5 0 0 0 0-.877zM4.5 15.915a.5.5 0 0 0 .255.436l7 3.938a.5.5 0 0 0 .49 0l4.255-2.394v-5.8l-3.777 2.079c-.45.247-.996.247-1.446 0L4.5 10.445zm16 0a1.5 1.5 0 0 1-.765 1.307L17.5 18.48v2.02a.5.5 0 1 1-1 0v-1.457l-3.765 2.118a1.5 1.5 0 0 1-1.47 0l-7-3.938a1.5 1.5 0 0 1-.765-1.307v-6.02l-.147-.08a1.5 1.5 0 0 1 0-2.63l7.924-4.358a1.5 1.5 0 0 1 1.446 0l7.925 4.358c1.036.57 1.036 2.06 0 2.63l-.148.08z"/>`,
|
|
10
|
+
regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="m20.49 7.67-7.526-4.14a2 2 0 0 0-1.928 0L3.51 7.67a.947.947 0 0 0 0 1.66.95.95 0 0 1 .491.83v5.17a2 2 0 0 0 1.02 1.743l6 3.375a2 2 0 0 0 1.96 0l6-3.375A2 2 0 0 0 20 15.33v-5.17a.95.95 0 0 1 .49-.83.947.947 0 0 0 0-1.66"/><path fill="currentColor" d="m19.25 10.869-1.5.824v5.212l1.373-.771a.25.25 0 0 0 .127-.22zm-7.129-6.946a.25.25 0 0 0-.241 0L3.955 8.28a.25.25 0 0 0 0 .438l7.925 4.359a.25.25 0 0 0 .241 0l3.323-1.828-3.805-2.093a.75.75 0 0 1 .722-1.314L17 10.393l3.046-1.674a.25.25 0 0 0 0-.438zM4.75 15.915c0 .09.05.174.128.219l7 3.937a.25.25 0 0 0 .245 0l4.127-2.322v-5.23l-3.406 1.873a1.75 1.75 0 0 1-1.687 0L4.75 10.87zm16 0a1.75 1.75 0 0 1-.892 1.525l-2.108 1.186V20.5a.75.75 0 0 1-1.5 0v-1.03l-3.392 1.908c-.532.3-1.183.3-1.715 0l-7-3.938a1.75 1.75 0 0 1-.893-1.525v-5.871l-.019-.01c-1.208-.665-1.208-2.403 0-3.067l7.926-4.359a1.75 1.75 0 0 1 1.687 0l7.925 4.359c1.208.664 1.208 2.402 0 3.067l-.019.01z"/>`,
|
|
11
|
+
bold: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="m20.49 7.67-7.526-4.14a2 2 0 0 0-1.928 0L3.51 7.67a.947.947 0 0 0 0 1.66.95.95 0 0 1 .491.83v5.17a2 2 0 0 0 1.02 1.743l6 3.375a2 2 0 0 0 1.96 0l6-3.375A2 2 0 0 0 20 15.33v-5.17a.95.95 0 0 1 .49-.83.947.947 0 0 0 0-1.66"/><path fill="currentColor" d="m19 11.29-1 .55v4.637l1-.562zM4.075 8.5 12 12.859l2.925-1.61-3.407-1.872a1 1 0 0 1 .964-1.753L17 10.108 19.925 8.5 12 4.14zM12 19.852l4-2.25v-4.661l-3.036 1.67a2 2 0 0 1-1.928 0L5 11.291v4.624zm9-3.937a2 2 0 0 1-1.02 1.743L18 18.77v1.73a1 1 0 1 1-2 0v-.604l-3.02 1.7a2 2 0 0 1-1.96 0l-7-3.938A2 2 0 0 1 3 15.915v-5.73c-1.268-.803-1.232-2.699.111-3.437l7.925-4.359a2 2 0 0 1 1.928 0l7.925 4.359c1.343.738 1.38 2.634.111 3.437z"/>`
|
|
12
|
+
},
|
|
13
|
+
solid: {
|
|
14
|
+
light: `<path fill="currentColor" d="M10.555 15.487a3 3 0 0 0 2.89 0L15 14.632v5.253l-2.264 1.274a1.5 1.5 0 0 1-1.471 0l-7-3.937a1.5 1.5 0 0 1-.765-1.307v-4.307z"/><path fill="currentColor" d="M11.562 8.259a.5.5 0 0 1 .68-.197l4.481 2.465a1.5 1.5 0 0 1 .777 1.314V20.5a.5.5 0 0 1-1 0v-8.66a.5.5 0 0 0-.259-.437L11.76 8.94a.5.5 0 0 1-.197-.68m8.937 7.655c0 .541-.293 1.041-.764 1.307l-.736.413v-5.202l1.5-.825z"/><path fill="currentColor" d="M11.278 2.827a1.5 1.5 0 0 1 1.445 0l7.925 4.359c1.035.57 1.035 2.058 0 2.628L18.82 10.82a3 3 0 0 0-1.374-1.606l-4.482-2.465a2 2 0 0 0-1.928 3.504L15 12.432v.488l-2.277 1.253c-.45.247-.995.247-1.445 0L3.353 9.814c-1.036-.57-1.036-2.059 0-2.628z"/>`,
|
|
15
|
+
regular: `<path fill="currentColor" d="M10.313 15.926a3.5 3.5 0 0 0 3.374 0l.813-.448v4.976l-1.642.924c-.532.3-1.184.3-1.716 0l-7-3.937a1.75 1.75 0 0 1-.892-1.526v-3.874z"/><path fill="currentColor" d="M11.343 8.139a.75.75 0 0 1 1.018-.296l4.483 2.465c.559.308.906.895.906 1.533v8.66a.75.75 0 0 1-1.5 0v-8.66a.25.25 0 0 0-.13-.219l-4.481-2.464a.75.75 0 0 1-.296-1.019m9.407 7.776c0 .632-.341 1.216-.892 1.526l-.358.2v-4.913l1.25-.687z"/><path fill="currentColor" d="M11.156 2.608a1.75 1.75 0 0 1 1.688 0l7.925 4.36c1.208.664 1.208 2.4 0 3.066l-1.425.783a3.5 3.5 0 0 0-1.658-2.042L13.205 6.31a2.5 2.5 0 0 0-2.41 4.38l3.705 2.038v.754l-1.656.91a1.75 1.75 0 0 1-1.688 0l-7.925-4.358c-1.208-.665-1.208-2.402 0-3.067z"/>`,
|
|
16
|
+
bold: `<path fill="currentColor" d="M10.072 16.364c1.2.66 2.656.66 3.856 0l.072-.04V20.5q0 .255.041.498l-1.06.598a2 2 0 0 1-1.961 0l-7-3.937A2 2 0 0 1 3 15.916v-3.442zm1.052-8.346a1 1 0 0 1 1.358-.394l4.482 2.464A2 2 0 0 1 18 11.84v8.66a1 1 0 0 1-2 0v-8.66l-4.48-2.465a1 1 0 0 1-.395-1.357M21 15.916a2 2 0 0 1-1 1.73v-4.622l1-.55z"/><path fill="currentColor" d="M11.036 2.39c.6-.33 1.328-.33 1.928 0l7.925 4.359c1.38.76 1.38 2.744 0 3.503l-1.025.563a4 4 0 0 0-1.936-2.48l-4.483-2.464a3.001 3.001 0 0 0-2.89 5.257L14 13.023v1.018l-1.036.57c-.6.33-1.328.33-1.928 0l-7.924-4.359c-1.382-.76-1.382-2.744 0-3.503z"/>`
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
export {
|
|
20
|
+
IconGraduationCap
|
|
21
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var share_exports = {};
|
|
20
|
+
__export(share_exports, {
|
|
21
|
+
IconShare: () => IconShare
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(share_exports);
|
|
24
|
+
var import_createIcon = require("../createIcon");
|
|
25
|
+
const IconShare = /* @__PURE__ */ (0, import_createIcon.createIcon)("share", {
|
|
26
|
+
line: {
|
|
27
|
+
light: `<path fill="currentColor" d="M3.5 19v-8.5A2.5 2.5 0 0 1 6 8h2a.5.5 0 1 1 0 1H6a1.5 1.5 0 0 0-1.5 1.5V19A1.5 1.5 0 0 0 6 20.5h12a1.5 1.5 0 0 0 1.5-1.5v-8.5A1.5 1.5 0 0 0 18 9h-2a.5.5 0 0 1 0-1h2a2.5 2.5 0 0 1 2.5 2.5V19a2.5 2.5 0 0 1-2.5 2.5H6A2.5 2.5 0 0 1 3.5 19m8-3V3.207L9.354 5.354a.5.5 0 0 1-.708-.707L11.293 2a1 1 0 0 1 1.414 0l2.646 2.647a.5.5 0 1 1-.707.707L12.5 3.207V16a.5.5 0 1 1-1 0"/>`,
|
|
28
|
+
regular: `<path fill="currentColor" d="M3.25 19v-8.5A2.75 2.75 0 0 1 6 7.75h2a.75.75 0 0 1 0 1.5H6c-.69 0-1.25.56-1.25 1.25V19c0 .69.56 1.25 1.25 1.25h12c.69 0 1.25-.56 1.25-1.25v-8.5c0-.69-.56-1.25-1.25-1.25h-2a.75.75 0 0 1 0-1.5h2a2.75 2.75 0 0 1 2.75 2.75V19A2.75 2.75 0 0 1 18 21.75H6A2.75 2.75 0 0 1 3.25 19m8-3V3.81L9.53 5.53a.75.75 0 0 1-1.06-1.06l2.646-2.647.095-.086a1.25 1.25 0 0 1 1.673.086L15.53 4.47a.75.75 0 1 1-1.06 1.06l-1.72-1.72V16a.75.75 0 0 1-1.5 0"/>`,
|
|
29
|
+
bold: `<path fill="currentColor" d="M3 19v-8.5a3 3 0 0 1 3-3h2a1 1 0 0 1 0 2H6a1 1 0 0 0-1 1V19a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-8.5a1 1 0 0 0-1-1h-2a1 1 0 0 1 0-2h2a3 3 0 0 1 3 3V19a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3m8-3V4.414L9.707 5.707a1 1 0 0 1-1.414-1.414l2.647-2.646.114-.104a1.5 1.5 0 0 1 2.006.104l2.647 2.646a1 1 0 1 1-1.414 1.414L13 4.414V16a1 1 0 0 1-2 0"/>`
|
|
30
|
+
},
|
|
31
|
+
duotone: {
|
|
32
|
+
light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M4 10.5a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2V19a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2z"/><path fill="currentColor" d="M3.5 19v-8.5A2.5 2.5 0 0 1 6 8h2a.5.5 0 1 1 0 1H6a1.5 1.5 0 0 0-1.5 1.5V19A1.5 1.5 0 0 0 6 20.5h12a1.5 1.5 0 0 0 1.5-1.5v-8.5A1.5 1.5 0 0 0 18 9h-2a.5.5 0 0 1 0-1h2a2.5 2.5 0 0 1 2.5 2.5V19a2.5 2.5 0 0 1-2.5 2.5H6A2.5 2.5 0 0 1 3.5 19m8-3V3.207L9.354 5.354a.5.5 0 0 1-.708-.707L11.293 2a1 1 0 0 1 1.414 0l2.646 2.647a.5.5 0 1 1-.707.707L12.5 3.207V16a.5.5 0 1 1-1 0"/>`,
|
|
33
|
+
regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M4 10.5a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2V19a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2z"/><path fill="currentColor" d="M3.25 19v-8.5A2.75 2.75 0 0 1 6 7.75h2a.75.75 0 0 1 0 1.5H6c-.69 0-1.25.56-1.25 1.25V19c0 .69.56 1.25 1.25 1.25h12c.69 0 1.25-.56 1.25-1.25v-8.5c0-.69-.56-1.25-1.25-1.25h-2a.75.75 0 0 1 0-1.5h2a2.75 2.75 0 0 1 2.75 2.75V19A2.75 2.75 0 0 1 18 21.75H6A2.75 2.75 0 0 1 3.25 19m8-3V3.81L9.53 5.53a.75.75 0 0 1-1.06-1.06l2.646-2.647.095-.086a1.25 1.25 0 0 1 1.673.086L15.53 4.47a.75.75 0 0 1-1.06 1.06l-1.72-1.72V16a.75.75 0 0 1-1.5 0"/>`,
|
|
34
|
+
bold: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M4 10.5a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2V19a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2z"/><path fill="currentColor" d="M3 19v-8.5a3 3 0 0 1 3-3h2a1 1 0 0 1 0 2H6a1 1 0 0 0-1 1V19a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-8.5a1 1 0 0 0-1-1h-2a1 1 0 0 1 0-2h2a3 3 0 0 1 3 3V19a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3m8-3V4.414L9.707 5.707a1 1 0 0 1-1.414-1.414l2.647-2.646.114-.104a1.5 1.5 0 0 1 2.006.104l2.647 2.646a1 1 0 1 1-1.414 1.414L13 4.414V16a1 1 0 0 1-2 0"/>`
|
|
35
|
+
},
|
|
36
|
+
solid: {
|
|
37
|
+
light: `<path fill="currentColor" d="M9.5 16a2.5 2.5 0 0 0 5 0V8H18a2.5 2.5 0 0 1 2.5 2.5V19a2.5 2.5 0 0 1-2.5 2.5H6A2.5 2.5 0 0 1 3.5 19v-8.5A2.5 2.5 0 0 1 6 8h3.5z"/><path fill="currentColor" d="M11.293 2a1 1 0 0 1 1.414 0l2.646 2.646a.5.5 0 0 1-.707.707L12.5 3.207V16a.5.5 0 0 1-1 0V3.207L9.354 5.353a.5.5 0 1 1-.708-.707z"/>`,
|
|
38
|
+
regular: `<path fill="currentColor" d="M9.25 16a2.75 2.75 0 0 0 5.5 0V7.75H18a2.75 2.75 0 0 1 2.75 2.75V19A2.75 2.75 0 0 1 18 21.75H6A2.75 2.75 0 0 1 3.25 19v-8.5A2.75 2.75 0 0 1 6 7.75h3.25z"/><path fill="currentColor" d="M11.21 1.738a1.25 1.25 0 0 1 1.674.086L15.53 4.47a.75.75 0 0 1-1.06 1.06l-1.72-1.72V16a.75.75 0 0 1-1.5 0V3.81L9.53 5.53a.75.75 0 0 1-1.06-1.06l2.646-2.646z"/>`,
|
|
39
|
+
bold: `<path fill="currentColor" d="M9 16a3 3 0 0 0 6 0V7.5h3a3 3 0 0 1 3 3V19a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3v-8.5a3 3 0 0 1 3-3h3z"/><path fill="currentColor" d="M11.054 1.544a1.5 1.5 0 0 1 2.006.103l2.647 2.646a1 1 0 0 1-1.414 1.414L13 4.414V16a1 1 0 0 1-2 0V4.414L9.707 5.707a1 1 0 0 1-1.414-1.414l2.647-2.646z"/>`
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
43
|
+
0 && (module.exports = {
|
|
44
|
+
IconShare
|
|
45
|
+
});
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as vue from 'vue';
|
|
2
|
+
import { IconVariant, IconWeight } from '../types.cjs';
|
|
3
|
+
|
|
4
|
+
declare const IconShare: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
5
|
+
variant: {
|
|
6
|
+
type: vue.PropType<IconVariant>;
|
|
7
|
+
default: undefined;
|
|
8
|
+
};
|
|
9
|
+
weight: {
|
|
10
|
+
type: vue.PropType<IconWeight>;
|
|
11
|
+
default: undefined;
|
|
12
|
+
};
|
|
13
|
+
size: {
|
|
14
|
+
type: vue.PropType<number | string>;
|
|
15
|
+
default: undefined;
|
|
16
|
+
};
|
|
17
|
+
color: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
default: undefined;
|
|
20
|
+
};
|
|
21
|
+
title: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: undefined;
|
|
24
|
+
};
|
|
25
|
+
}>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
26
|
+
[key: string]: any;
|
|
27
|
+
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
28
|
+
variant: {
|
|
29
|
+
type: vue.PropType<IconVariant>;
|
|
30
|
+
default: undefined;
|
|
31
|
+
};
|
|
32
|
+
weight: {
|
|
33
|
+
type: vue.PropType<IconWeight>;
|
|
34
|
+
default: undefined;
|
|
35
|
+
};
|
|
36
|
+
size: {
|
|
37
|
+
type: vue.PropType<number | string>;
|
|
38
|
+
default: undefined;
|
|
39
|
+
};
|
|
40
|
+
color: {
|
|
41
|
+
type: StringConstructor;
|
|
42
|
+
default: undefined;
|
|
43
|
+
};
|
|
44
|
+
title: {
|
|
45
|
+
type: StringConstructor;
|
|
46
|
+
default: undefined;
|
|
47
|
+
};
|
|
48
|
+
}>> & Readonly<{}>, {
|
|
49
|
+
variant: IconVariant;
|
|
50
|
+
weight: IconWeight;
|
|
51
|
+
size: string | number;
|
|
52
|
+
color: string;
|
|
53
|
+
title: string;
|
|
54
|
+
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
55
|
+
|
|
56
|
+
export { IconShare };
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as vue from 'vue';
|
|
2
|
+
import { IconVariant, IconWeight } from '../types.js';
|
|
3
|
+
|
|
4
|
+
declare const IconShare: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
5
|
+
variant: {
|
|
6
|
+
type: vue.PropType<IconVariant>;
|
|
7
|
+
default: undefined;
|
|
8
|
+
};
|
|
9
|
+
weight: {
|
|
10
|
+
type: vue.PropType<IconWeight>;
|
|
11
|
+
default: undefined;
|
|
12
|
+
};
|
|
13
|
+
size: {
|
|
14
|
+
type: vue.PropType<number | string>;
|
|
15
|
+
default: undefined;
|
|
16
|
+
};
|
|
17
|
+
color: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
default: undefined;
|
|
20
|
+
};
|
|
21
|
+
title: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: undefined;
|
|
24
|
+
};
|
|
25
|
+
}>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
26
|
+
[key: string]: any;
|
|
27
|
+
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
28
|
+
variant: {
|
|
29
|
+
type: vue.PropType<IconVariant>;
|
|
30
|
+
default: undefined;
|
|
31
|
+
};
|
|
32
|
+
weight: {
|
|
33
|
+
type: vue.PropType<IconWeight>;
|
|
34
|
+
default: undefined;
|
|
35
|
+
};
|
|
36
|
+
size: {
|
|
37
|
+
type: vue.PropType<number | string>;
|
|
38
|
+
default: undefined;
|
|
39
|
+
};
|
|
40
|
+
color: {
|
|
41
|
+
type: StringConstructor;
|
|
42
|
+
default: undefined;
|
|
43
|
+
};
|
|
44
|
+
title: {
|
|
45
|
+
type: StringConstructor;
|
|
46
|
+
default: undefined;
|
|
47
|
+
};
|
|
48
|
+
}>> & Readonly<{}>, {
|
|
49
|
+
variant: IconVariant;
|
|
50
|
+
weight: IconWeight;
|
|
51
|
+
size: string | number;
|
|
52
|
+
color: string;
|
|
53
|
+
title: string;
|
|
54
|
+
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
55
|
+
|
|
56
|
+
export { IconShare };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { createIcon } from "../createIcon";
|
|
2
|
+
const IconShare = /* @__PURE__ */ createIcon("share", {
|
|
3
|
+
line: {
|
|
4
|
+
light: `<path fill="currentColor" d="M3.5 19v-8.5A2.5 2.5 0 0 1 6 8h2a.5.5 0 1 1 0 1H6a1.5 1.5 0 0 0-1.5 1.5V19A1.5 1.5 0 0 0 6 20.5h12a1.5 1.5 0 0 0 1.5-1.5v-8.5A1.5 1.5 0 0 0 18 9h-2a.5.5 0 0 1 0-1h2a2.5 2.5 0 0 1 2.5 2.5V19a2.5 2.5 0 0 1-2.5 2.5H6A2.5 2.5 0 0 1 3.5 19m8-3V3.207L9.354 5.354a.5.5 0 0 1-.708-.707L11.293 2a1 1 0 0 1 1.414 0l2.646 2.647a.5.5 0 1 1-.707.707L12.5 3.207V16a.5.5 0 1 1-1 0"/>`,
|
|
5
|
+
regular: `<path fill="currentColor" d="M3.25 19v-8.5A2.75 2.75 0 0 1 6 7.75h2a.75.75 0 0 1 0 1.5H6c-.69 0-1.25.56-1.25 1.25V19c0 .69.56 1.25 1.25 1.25h12c.69 0 1.25-.56 1.25-1.25v-8.5c0-.69-.56-1.25-1.25-1.25h-2a.75.75 0 0 1 0-1.5h2a2.75 2.75 0 0 1 2.75 2.75V19A2.75 2.75 0 0 1 18 21.75H6A2.75 2.75 0 0 1 3.25 19m8-3V3.81L9.53 5.53a.75.75 0 0 1-1.06-1.06l2.646-2.647.095-.086a1.25 1.25 0 0 1 1.673.086L15.53 4.47a.75.75 0 1 1-1.06 1.06l-1.72-1.72V16a.75.75 0 0 1-1.5 0"/>`,
|
|
6
|
+
bold: `<path fill="currentColor" d="M3 19v-8.5a3 3 0 0 1 3-3h2a1 1 0 0 1 0 2H6a1 1 0 0 0-1 1V19a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-8.5a1 1 0 0 0-1-1h-2a1 1 0 0 1 0-2h2a3 3 0 0 1 3 3V19a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3m8-3V4.414L9.707 5.707a1 1 0 0 1-1.414-1.414l2.647-2.646.114-.104a1.5 1.5 0 0 1 2.006.104l2.647 2.646a1 1 0 1 1-1.414 1.414L13 4.414V16a1 1 0 0 1-2 0"/>`
|
|
7
|
+
},
|
|
8
|
+
duotone: {
|
|
9
|
+
light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M4 10.5a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2V19a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2z"/><path fill="currentColor" d="M3.5 19v-8.5A2.5 2.5 0 0 1 6 8h2a.5.5 0 1 1 0 1H6a1.5 1.5 0 0 0-1.5 1.5V19A1.5 1.5 0 0 0 6 20.5h12a1.5 1.5 0 0 0 1.5-1.5v-8.5A1.5 1.5 0 0 0 18 9h-2a.5.5 0 0 1 0-1h2a2.5 2.5 0 0 1 2.5 2.5V19a2.5 2.5 0 0 1-2.5 2.5H6A2.5 2.5 0 0 1 3.5 19m8-3V3.207L9.354 5.354a.5.5 0 0 1-.708-.707L11.293 2a1 1 0 0 1 1.414 0l2.646 2.647a.5.5 0 1 1-.707.707L12.5 3.207V16a.5.5 0 1 1-1 0"/>`,
|
|
10
|
+
regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M4 10.5a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2V19a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2z"/><path fill="currentColor" d="M3.25 19v-8.5A2.75 2.75 0 0 1 6 7.75h2a.75.75 0 0 1 0 1.5H6c-.69 0-1.25.56-1.25 1.25V19c0 .69.56 1.25 1.25 1.25h12c.69 0 1.25-.56 1.25-1.25v-8.5c0-.69-.56-1.25-1.25-1.25h-2a.75.75 0 0 1 0-1.5h2a2.75 2.75 0 0 1 2.75 2.75V19A2.75 2.75 0 0 1 18 21.75H6A2.75 2.75 0 0 1 3.25 19m8-3V3.81L9.53 5.53a.75.75 0 0 1-1.06-1.06l2.646-2.647.095-.086a1.25 1.25 0 0 1 1.673.086L15.53 4.47a.75.75 0 0 1-1.06 1.06l-1.72-1.72V16a.75.75 0 0 1-1.5 0"/>`,
|
|
11
|
+
bold: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M4 10.5a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2V19a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2z"/><path fill="currentColor" d="M3 19v-8.5a3 3 0 0 1 3-3h2a1 1 0 0 1 0 2H6a1 1 0 0 0-1 1V19a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-8.5a1 1 0 0 0-1-1h-2a1 1 0 0 1 0-2h2a3 3 0 0 1 3 3V19a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3m8-3V4.414L9.707 5.707a1 1 0 0 1-1.414-1.414l2.647-2.646.114-.104a1.5 1.5 0 0 1 2.006.104l2.647 2.646a1 1 0 1 1-1.414 1.414L13 4.414V16a1 1 0 0 1-2 0"/>`
|
|
12
|
+
},
|
|
13
|
+
solid: {
|
|
14
|
+
light: `<path fill="currentColor" d="M9.5 16a2.5 2.5 0 0 0 5 0V8H18a2.5 2.5 0 0 1 2.5 2.5V19a2.5 2.5 0 0 1-2.5 2.5H6A2.5 2.5 0 0 1 3.5 19v-8.5A2.5 2.5 0 0 1 6 8h3.5z"/><path fill="currentColor" d="M11.293 2a1 1 0 0 1 1.414 0l2.646 2.646a.5.5 0 0 1-.707.707L12.5 3.207V16a.5.5 0 0 1-1 0V3.207L9.354 5.353a.5.5 0 1 1-.708-.707z"/>`,
|
|
15
|
+
regular: `<path fill="currentColor" d="M9.25 16a2.75 2.75 0 0 0 5.5 0V7.75H18a2.75 2.75 0 0 1 2.75 2.75V19A2.75 2.75 0 0 1 18 21.75H6A2.75 2.75 0 0 1 3.25 19v-8.5A2.75 2.75 0 0 1 6 7.75h3.25z"/><path fill="currentColor" d="M11.21 1.738a1.25 1.25 0 0 1 1.674.086L15.53 4.47a.75.75 0 0 1-1.06 1.06l-1.72-1.72V16a.75.75 0 0 1-1.5 0V3.81L9.53 5.53a.75.75 0 0 1-1.06-1.06l2.646-2.646z"/>`,
|
|
16
|
+
bold: `<path fill="currentColor" d="M9 16a3 3 0 0 0 6 0V7.5h3a3 3 0 0 1 3 3V19a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3v-8.5a3 3 0 0 1 3-3h3z"/><path fill="currentColor" d="M11.054 1.544a1.5 1.5 0 0 1 2.006.103l2.647 2.646a1 1 0 0 1-1.414 1.414L13 4.414V16a1 1 0 0 1-2 0V4.414L9.707 5.707a1 1 0 0 1-1.414-1.414l2.647-2.646z"/>`
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
export {
|
|
20
|
+
IconShare
|
|
21
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var sliders_horizontal_exports = {};
|
|
20
|
+
__export(sliders_horizontal_exports, {
|
|
21
|
+
IconSlidersHorizontal: () => IconSlidersHorizontal
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(sliders_horizontal_exports);
|
|
24
|
+
var import_createIcon = require("../createIcon");
|
|
25
|
+
const IconSlidersHorizontal = /* @__PURE__ */ (0, import_createIcon.createIcon)("sliders-horizontal", {
|
|
26
|
+
line: {
|
|
27
|
+
light: `<path fill="currentColor" d="M16 15.5a2.5 2.5 0 0 1 2.45 2.004l.05-.004H20a.5.5 0 0 1 0 1h-1.5q-.025-.001-.05-.005a2.5 2.5 0 0 1-4.901 0q-.024.004-.049.005H4a.5.5 0 0 1 0-1h9.5q.025 0 .049.004A2.5 2.5 0 0 1 16 15.5m0 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-8-7a2.5 2.5 0 0 1 2.45 2.004q.025-.004.05-.004H20a.5.5 0 0 1 0 1h-9.5q-.025-.001-.05-.005a2.5 2.5 0 0 1-4.901 0q-.024.004-.049.005H4a.5.5 0 0 1 0-1h1.5q.025 0 .049.004A2.5 2.5 0 0 1 8 9.5m0 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m6-7a2.5 2.5 0 0 1 2.45 2.004l.05-.004H20a.5.5 0 0 1 0 1h-3.5q-.025-.001-.05-.005a2.5 2.5 0 0 1-4.901 0q-.024.004-.049.005H4a.5.5 0 0 1 0-1h7.5q.025 0 .049.004A2.5 2.5 0 0 1 14 3.5m0 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3"/>`,
|
|
28
|
+
regular: `<path fill="currentColor" d="M16 15.25c1.259 0 2.317.846 2.644 2H20a.75.75 0 0 1 0 1.5h-1.356a2.749 2.749 0 0 1-5.288 0H4a.75.75 0 0 1 0-1.5h9.356a2.75 2.75 0 0 1 2.644-2m0 1.5a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5m-8-7.5a2.75 2.75 0 0 1 2.644 2H20a.75.75 0 0 1 0 1.5h-9.356a2.749 2.749 0 0 1-5.288 0H4a.75.75 0 0 1 0-1.5h1.356A2.75 2.75 0 0 1 8 9.25m0 1.5a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5m6-7.5a2.75 2.75 0 0 1 2.644 2H20a.75.75 0 0 1 0 1.5h-3.356a2.749 2.749 0 0 1-5.288 0H4a.75.75 0 0 1 0-1.5h7.356a2.75 2.75 0 0 1 2.644-2m0 1.5a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5"/>`,
|
|
29
|
+
bold: `<path fill="currentColor" d="M16 15c1.306 0 2.414.835 2.826 2H20a1 1 0 1 1 0 2h-1.174a2.998 2.998 0 0 1-5.652 0H4a1 1 0 1 1 0-2h9.174c.412-1.165 1.52-2 2.826-2m0 2a1 1 0 1 0 0 2 1 1 0 0 0 0-2M8 9c1.306 0 2.414.835 2.826 2H20a1 1 0 1 1 0 2h-9.174A3 3 0 0 1 8 15a3 3 0 0 1-2.826-2H4a1 1 0 1 1 0-2h1.174C5.586 9.835 6.694 9 8 9m0 2a1 1 0 1 0 0 2 1 1 0 0 0 0-2m6-8c1.306 0 2.414.835 2.826 2H20a1 1 0 1 1 0 2h-3.174a2.998 2.998 0 0 1-5.652 0H4a1 1 0 0 1 0-2h7.174c.412-1.165 1.52-2 2.826-2m0 2a1 1 0 1 0 0 2 1 1 0 0 0 0-2"/>`
|
|
30
|
+
},
|
|
31
|
+
duotone: {
|
|
32
|
+
light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M12 6a2 2 0 1 0 4 0h4v12h-2a2 2 0 1 0-4 0H4V6zm-4 4a2 2 0 1 0 0 4 2 2 0 0 0 0-4"/><path fill="currentColor" d="M16 15.5a2.5 2.5 0 0 1 2.45 2.004l.05-.004H20a.5.5 0 0 1 0 1h-1.5q-.025-.001-.05-.005a2.5 2.5 0 0 1-4.901 0q-.024.004-.049.005H4a.5.5 0 0 1 0-1h9.5q.025 0 .049.004A2.5 2.5 0 0 1 16 15.5m0 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-8-7a2.5 2.5 0 0 1 2.45 2.004q.025-.004.05-.004H20a.5.5 0 0 1 0 1h-9.5q-.025-.001-.05-.005a2.5 2.5 0 0 1-4.901 0q-.024.004-.049.005H4a.5.5 0 0 1 0-1h1.5q.025 0 .049.004A2.5 2.5 0 0 1 8 9.5m0 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m6-7a2.5 2.5 0 0 1 2.45 2.004l.05-.004H20a.5.5 0 0 1 0 1h-3.5q-.025-.001-.05-.005a2.5 2.5 0 0 1-4.901 0q-.024.004-.049.005H4a.5.5 0 0 1 0-1h7.5q.025 0 .049.004A2.5 2.5 0 0 1 14 3.5m0 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3"/>`,
|
|
33
|
+
regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M12 6a2 2 0 1 0 4 0h4v12h-2a2 2 0 1 0-4 0H4V6zm-4 4a2 2 0 1 0 0 4 2 2 0 0 0 0-4"/><path fill="currentColor" d="M16 15.25c1.259 0 2.317.846 2.644 2H20a.75.75 0 0 1 0 1.5h-1.356a2.749 2.749 0 0 1-5.288 0H4a.75.75 0 0 1 0-1.5h9.356a2.75 2.75 0 0 1 2.644-2m0 1.5a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5m-8-7.5a2.75 2.75 0 0 1 2.644 2H20a.75.75 0 0 1 0 1.5h-9.356a2.749 2.749 0 0 1-5.288 0H4a.75.75 0 0 1 0-1.5h1.356A2.75 2.75 0 0 1 8 9.25m0 1.5a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5m6-7.5a2.75 2.75 0 0 1 2.644 2H20a.75.75 0 0 1 0 1.5h-3.356a2.749 2.749 0 0 1-5.288 0H4a.75.75 0 0 1 0-1.5h7.356a2.75 2.75 0 0 1 2.644-2m0 1.5a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5"/>`,
|
|
34
|
+
bold: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M12 6a2 2 0 1 0 4 0h4v12h-2a2 2 0 1 0-4 0H4V6zm-4 4a2 2 0 1 0 0 4 2 2 0 0 0 0-4"/><path fill="currentColor" d="M16 15c1.306 0 2.414.835 2.826 2H20a1 1 0 1 1 0 2h-1.174a2.998 2.998 0 0 1-5.652 0H4a1 1 0 1 1 0-2h9.174c.412-1.165 1.52-2 2.826-2m0 2a1 1 0 1 0 0 2 1 1 0 0 0 0-2M8 9c1.306 0 2.414.835 2.826 2H20a1 1 0 1 1 0 2h-9.174A3 3 0 0 1 8 15a3 3 0 0 1-2.826-2H4a1 1 0 1 1 0-2h1.174C5.586 9.835 6.694 9 8 9m0 2a1 1 0 1 0 0 2 1 1 0 0 0 0-2m6-8c1.306 0 2.414.835 2.826 2H20a1 1 0 1 1 0 2h-3.174a2.998 2.998 0 0 1-5.652 0H4a1 1 0 0 1 0-2h7.174c.412-1.165 1.52-2 2.826-2m0 2a1 1 0 1 0 0 2 1 1 0 0 0 0-2"/>`
|
|
35
|
+
},
|
|
36
|
+
solid: {
|
|
37
|
+
light: `<path fill="currentColor" d="M16 16c.934 0 1.715.64 1.936 1.506q.03-.005.064-.006h2a.5.5 0 0 1 0 1h-2q-.033-.001-.064-.007a1.998 1.998 0 0 1-3.873 0q-.03.006-.063.007H4a.5.5 0 0 1 0-1h10q.033 0 .063.006A2 2 0 0 1 16 16m-8-6c.934 0 1.715.64 1.936 1.506q.03-.005.064-.006h10a.5.5 0 0 1 0 1H10q-.033-.001-.064-.007a1.998 1.998 0 0 1-3.873 0q-.03.006-.063.007H4a.5.5 0 0 1 0-1h2q.033 0 .063.006A2 2 0 0 1 8 10m6-6c.934 0 1.715.64 1.935 1.506Q15.968 5.5 16 5.5h4a.5.5 0 0 1 0 1h-4q-.033-.001-.065-.007a1.998 1.998 0 0 1-3.872 0q-.03.006-.063.007H4a.5.5 0 0 1 0-1h8q.033 0 .063.006A2 2 0 0 1 14 4"/>`,
|
|
38
|
+
regular: `<path fill="currentColor" d="M16 15.75c.98 0 1.81.627 2.12 1.5H20a.75.75 0 0 1 0 1.5h-1.88a2.248 2.248 0 0 1-4.24 0H4a.75.75 0 0 1 0-1.5h9.88a2.25 2.25 0 0 1 2.12-1.5m-8-6c.98 0 1.81.627 2.12 1.5H20a.75.75 0 0 1 0 1.5h-9.88a2.248 2.248 0 0 1-4.24 0H4a.75.75 0 0 1 0-1.5h1.88A2.25 2.25 0 0 1 8 9.75m6-6c.98 0 1.81.627 2.12 1.5H20a.75.75 0 0 1 0 1.5h-3.88a2.248 2.248 0 0 1-4.24 0H4a.75.75 0 0 1 0-1.5h7.88A2.25 2.25 0 0 1 14 3.75"/>`,
|
|
39
|
+
bold: `<path fill="currentColor" d="M16 15.5c1.025 0 1.904.617 2.29 1.5H20a1 1 0 1 1 0 2h-1.71a2.499 2.499 0 0 1-4.58 0H4a1 1 0 1 1 0-2h9.71A2.5 2.5 0 0 1 16 15.5m-8-6c1.025 0 1.904.617 2.29 1.5H20a1 1 0 1 1 0 2h-9.71a2.499 2.499 0 0 1-4.58 0H4a1 1 0 1 1 0-2h1.71A2.5 2.5 0 0 1 8 9.5m6-6c1.025 0 1.904.617 2.29 1.5H20a1 1 0 1 1 0 2h-3.71a2.499 2.499 0 0 1-4.58 0H4a1 1 0 0 1 0-2h7.71A2.5 2.5 0 0 1 14 3.5"/>`
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
43
|
+
0 && (module.exports = {
|
|
44
|
+
IconSlidersHorizontal
|
|
45
|
+
});
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as vue from 'vue';
|
|
2
|
+
import { IconVariant, IconWeight } from '../types.cjs';
|
|
3
|
+
|
|
4
|
+
declare const IconSlidersHorizontal: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
5
|
+
variant: {
|
|
6
|
+
type: vue.PropType<IconVariant>;
|
|
7
|
+
default: undefined;
|
|
8
|
+
};
|
|
9
|
+
weight: {
|
|
10
|
+
type: vue.PropType<IconWeight>;
|
|
11
|
+
default: undefined;
|
|
12
|
+
};
|
|
13
|
+
size: {
|
|
14
|
+
type: vue.PropType<number | string>;
|
|
15
|
+
default: undefined;
|
|
16
|
+
};
|
|
17
|
+
color: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
default: undefined;
|
|
20
|
+
};
|
|
21
|
+
title: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: undefined;
|
|
24
|
+
};
|
|
25
|
+
}>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
26
|
+
[key: string]: any;
|
|
27
|
+
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
28
|
+
variant: {
|
|
29
|
+
type: vue.PropType<IconVariant>;
|
|
30
|
+
default: undefined;
|
|
31
|
+
};
|
|
32
|
+
weight: {
|
|
33
|
+
type: vue.PropType<IconWeight>;
|
|
34
|
+
default: undefined;
|
|
35
|
+
};
|
|
36
|
+
size: {
|
|
37
|
+
type: vue.PropType<number | string>;
|
|
38
|
+
default: undefined;
|
|
39
|
+
};
|
|
40
|
+
color: {
|
|
41
|
+
type: StringConstructor;
|
|
42
|
+
default: undefined;
|
|
43
|
+
};
|
|
44
|
+
title: {
|
|
45
|
+
type: StringConstructor;
|
|
46
|
+
default: undefined;
|
|
47
|
+
};
|
|
48
|
+
}>> & Readonly<{}>, {
|
|
49
|
+
variant: IconVariant;
|
|
50
|
+
weight: IconWeight;
|
|
51
|
+
size: string | number;
|
|
52
|
+
color: string;
|
|
53
|
+
title: string;
|
|
54
|
+
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
55
|
+
|
|
56
|
+
export { IconSlidersHorizontal };
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as vue from 'vue';
|
|
2
|
+
import { IconVariant, IconWeight } from '../types.js';
|
|
3
|
+
|
|
4
|
+
declare const IconSlidersHorizontal: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
5
|
+
variant: {
|
|
6
|
+
type: vue.PropType<IconVariant>;
|
|
7
|
+
default: undefined;
|
|
8
|
+
};
|
|
9
|
+
weight: {
|
|
10
|
+
type: vue.PropType<IconWeight>;
|
|
11
|
+
default: undefined;
|
|
12
|
+
};
|
|
13
|
+
size: {
|
|
14
|
+
type: vue.PropType<number | string>;
|
|
15
|
+
default: undefined;
|
|
16
|
+
};
|
|
17
|
+
color: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
default: undefined;
|
|
20
|
+
};
|
|
21
|
+
title: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: undefined;
|
|
24
|
+
};
|
|
25
|
+
}>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
26
|
+
[key: string]: any;
|
|
27
|
+
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
28
|
+
variant: {
|
|
29
|
+
type: vue.PropType<IconVariant>;
|
|
30
|
+
default: undefined;
|
|
31
|
+
};
|
|
32
|
+
weight: {
|
|
33
|
+
type: vue.PropType<IconWeight>;
|
|
34
|
+
default: undefined;
|
|
35
|
+
};
|
|
36
|
+
size: {
|
|
37
|
+
type: vue.PropType<number | string>;
|
|
38
|
+
default: undefined;
|
|
39
|
+
};
|
|
40
|
+
color: {
|
|
41
|
+
type: StringConstructor;
|
|
42
|
+
default: undefined;
|
|
43
|
+
};
|
|
44
|
+
title: {
|
|
45
|
+
type: StringConstructor;
|
|
46
|
+
default: undefined;
|
|
47
|
+
};
|
|
48
|
+
}>> & Readonly<{}>, {
|
|
49
|
+
variant: IconVariant;
|
|
50
|
+
weight: IconWeight;
|
|
51
|
+
size: string | number;
|
|
52
|
+
color: string;
|
|
53
|
+
title: string;
|
|
54
|
+
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
55
|
+
|
|
56
|
+
export { IconSlidersHorizontal };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { createIcon } from "../createIcon";
|
|
2
|
+
const IconSlidersHorizontal = /* @__PURE__ */ createIcon("sliders-horizontal", {
|
|
3
|
+
line: {
|
|
4
|
+
light: `<path fill="currentColor" d="M16 15.5a2.5 2.5 0 0 1 2.45 2.004l.05-.004H20a.5.5 0 0 1 0 1h-1.5q-.025-.001-.05-.005a2.5 2.5 0 0 1-4.901 0q-.024.004-.049.005H4a.5.5 0 0 1 0-1h9.5q.025 0 .049.004A2.5 2.5 0 0 1 16 15.5m0 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-8-7a2.5 2.5 0 0 1 2.45 2.004q.025-.004.05-.004H20a.5.5 0 0 1 0 1h-9.5q-.025-.001-.05-.005a2.5 2.5 0 0 1-4.901 0q-.024.004-.049.005H4a.5.5 0 0 1 0-1h1.5q.025 0 .049.004A2.5 2.5 0 0 1 8 9.5m0 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m6-7a2.5 2.5 0 0 1 2.45 2.004l.05-.004H20a.5.5 0 0 1 0 1h-3.5q-.025-.001-.05-.005a2.5 2.5 0 0 1-4.901 0q-.024.004-.049.005H4a.5.5 0 0 1 0-1h7.5q.025 0 .049.004A2.5 2.5 0 0 1 14 3.5m0 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3"/>`,
|
|
5
|
+
regular: `<path fill="currentColor" d="M16 15.25c1.259 0 2.317.846 2.644 2H20a.75.75 0 0 1 0 1.5h-1.356a2.749 2.749 0 0 1-5.288 0H4a.75.75 0 0 1 0-1.5h9.356a2.75 2.75 0 0 1 2.644-2m0 1.5a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5m-8-7.5a2.75 2.75 0 0 1 2.644 2H20a.75.75 0 0 1 0 1.5h-9.356a2.749 2.749 0 0 1-5.288 0H4a.75.75 0 0 1 0-1.5h1.356A2.75 2.75 0 0 1 8 9.25m0 1.5a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5m6-7.5a2.75 2.75 0 0 1 2.644 2H20a.75.75 0 0 1 0 1.5h-3.356a2.749 2.749 0 0 1-5.288 0H4a.75.75 0 0 1 0-1.5h7.356a2.75 2.75 0 0 1 2.644-2m0 1.5a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5"/>`,
|
|
6
|
+
bold: `<path fill="currentColor" d="M16 15c1.306 0 2.414.835 2.826 2H20a1 1 0 1 1 0 2h-1.174a2.998 2.998 0 0 1-5.652 0H4a1 1 0 1 1 0-2h9.174c.412-1.165 1.52-2 2.826-2m0 2a1 1 0 1 0 0 2 1 1 0 0 0 0-2M8 9c1.306 0 2.414.835 2.826 2H20a1 1 0 1 1 0 2h-9.174A3 3 0 0 1 8 15a3 3 0 0 1-2.826-2H4a1 1 0 1 1 0-2h1.174C5.586 9.835 6.694 9 8 9m0 2a1 1 0 1 0 0 2 1 1 0 0 0 0-2m6-8c1.306 0 2.414.835 2.826 2H20a1 1 0 1 1 0 2h-3.174a2.998 2.998 0 0 1-5.652 0H4a1 1 0 0 1 0-2h7.174c.412-1.165 1.52-2 2.826-2m0 2a1 1 0 1 0 0 2 1 1 0 0 0 0-2"/>`
|
|
7
|
+
},
|
|
8
|
+
duotone: {
|
|
9
|
+
light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M12 6a2 2 0 1 0 4 0h4v12h-2a2 2 0 1 0-4 0H4V6zm-4 4a2 2 0 1 0 0 4 2 2 0 0 0 0-4"/><path fill="currentColor" d="M16 15.5a2.5 2.5 0 0 1 2.45 2.004l.05-.004H20a.5.5 0 0 1 0 1h-1.5q-.025-.001-.05-.005a2.5 2.5 0 0 1-4.901 0q-.024.004-.049.005H4a.5.5 0 0 1 0-1h9.5q.025 0 .049.004A2.5 2.5 0 0 1 16 15.5m0 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-8-7a2.5 2.5 0 0 1 2.45 2.004q.025-.004.05-.004H20a.5.5 0 0 1 0 1h-9.5q-.025-.001-.05-.005a2.5 2.5 0 0 1-4.901 0q-.024.004-.049.005H4a.5.5 0 0 1 0-1h1.5q.025 0 .049.004A2.5 2.5 0 0 1 8 9.5m0 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m6-7a2.5 2.5 0 0 1 2.45 2.004l.05-.004H20a.5.5 0 0 1 0 1h-3.5q-.025-.001-.05-.005a2.5 2.5 0 0 1-4.901 0q-.024.004-.049.005H4a.5.5 0 0 1 0-1h7.5q.025 0 .049.004A2.5 2.5 0 0 1 14 3.5m0 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3"/>`,
|
|
10
|
+
regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M12 6a2 2 0 1 0 4 0h4v12h-2a2 2 0 1 0-4 0H4V6zm-4 4a2 2 0 1 0 0 4 2 2 0 0 0 0-4"/><path fill="currentColor" d="M16 15.25c1.259 0 2.317.846 2.644 2H20a.75.75 0 0 1 0 1.5h-1.356a2.749 2.749 0 0 1-5.288 0H4a.75.75 0 0 1 0-1.5h9.356a2.75 2.75 0 0 1 2.644-2m0 1.5a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5m-8-7.5a2.75 2.75 0 0 1 2.644 2H20a.75.75 0 0 1 0 1.5h-9.356a2.749 2.749 0 0 1-5.288 0H4a.75.75 0 0 1 0-1.5h1.356A2.75 2.75 0 0 1 8 9.25m0 1.5a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5m6-7.5a2.75 2.75 0 0 1 2.644 2H20a.75.75 0 0 1 0 1.5h-3.356a2.749 2.749 0 0 1-5.288 0H4a.75.75 0 0 1 0-1.5h7.356a2.75 2.75 0 0 1 2.644-2m0 1.5a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5"/>`,
|
|
11
|
+
bold: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M12 6a2 2 0 1 0 4 0h4v12h-2a2 2 0 1 0-4 0H4V6zm-4 4a2 2 0 1 0 0 4 2 2 0 0 0 0-4"/><path fill="currentColor" d="M16 15c1.306 0 2.414.835 2.826 2H20a1 1 0 1 1 0 2h-1.174a2.998 2.998 0 0 1-5.652 0H4a1 1 0 1 1 0-2h9.174c.412-1.165 1.52-2 2.826-2m0 2a1 1 0 1 0 0 2 1 1 0 0 0 0-2M8 9c1.306 0 2.414.835 2.826 2H20a1 1 0 1 1 0 2h-9.174A3 3 0 0 1 8 15a3 3 0 0 1-2.826-2H4a1 1 0 1 1 0-2h1.174C5.586 9.835 6.694 9 8 9m0 2a1 1 0 1 0 0 2 1 1 0 0 0 0-2m6-8c1.306 0 2.414.835 2.826 2H20a1 1 0 1 1 0 2h-3.174a2.998 2.998 0 0 1-5.652 0H4a1 1 0 0 1 0-2h7.174c.412-1.165 1.52-2 2.826-2m0 2a1 1 0 1 0 0 2 1 1 0 0 0 0-2"/>`
|
|
12
|
+
},
|
|
13
|
+
solid: {
|
|
14
|
+
light: `<path fill="currentColor" d="M16 16c.934 0 1.715.64 1.936 1.506q.03-.005.064-.006h2a.5.5 0 0 1 0 1h-2q-.033-.001-.064-.007a1.998 1.998 0 0 1-3.873 0q-.03.006-.063.007H4a.5.5 0 0 1 0-1h10q.033 0 .063.006A2 2 0 0 1 16 16m-8-6c.934 0 1.715.64 1.936 1.506q.03-.005.064-.006h10a.5.5 0 0 1 0 1H10q-.033-.001-.064-.007a1.998 1.998 0 0 1-3.873 0q-.03.006-.063.007H4a.5.5 0 0 1 0-1h2q.033 0 .063.006A2 2 0 0 1 8 10m6-6c.934 0 1.715.64 1.935 1.506Q15.968 5.5 16 5.5h4a.5.5 0 0 1 0 1h-4q-.033-.001-.065-.007a1.998 1.998 0 0 1-3.872 0q-.03.006-.063.007H4a.5.5 0 0 1 0-1h8q.033 0 .063.006A2 2 0 0 1 14 4"/>`,
|
|
15
|
+
regular: `<path fill="currentColor" d="M16 15.75c.98 0 1.81.627 2.12 1.5H20a.75.75 0 0 1 0 1.5h-1.88a2.248 2.248 0 0 1-4.24 0H4a.75.75 0 0 1 0-1.5h9.88a2.25 2.25 0 0 1 2.12-1.5m-8-6c.98 0 1.81.627 2.12 1.5H20a.75.75 0 0 1 0 1.5h-9.88a2.248 2.248 0 0 1-4.24 0H4a.75.75 0 0 1 0-1.5h1.88A2.25 2.25 0 0 1 8 9.75m6-6c.98 0 1.81.627 2.12 1.5H20a.75.75 0 0 1 0 1.5h-3.88a2.248 2.248 0 0 1-4.24 0H4a.75.75 0 0 1 0-1.5h7.88A2.25 2.25 0 0 1 14 3.75"/>`,
|
|
16
|
+
bold: `<path fill="currentColor" d="M16 15.5c1.025 0 1.904.617 2.29 1.5H20a1 1 0 1 1 0 2h-1.71a2.499 2.499 0 0 1-4.58 0H4a1 1 0 1 1 0-2h9.71A2.5 2.5 0 0 1 16 15.5m-8-6c1.025 0 1.904.617 2.29 1.5H20a1 1 0 1 1 0 2h-9.71a2.499 2.499 0 0 1-4.58 0H4a1 1 0 1 1 0-2h1.71A2.5 2.5 0 0 1 8 9.5m6-6c1.025 0 1.904.617 2.29 1.5H20a1 1 0 1 1 0 2h-3.71a2.499 2.499 0 0 1-4.58 0H4a1 1 0 0 1 0-2h7.71A2.5 2.5 0 0 1 14 3.5"/>`
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
export {
|
|
20
|
+
IconSlidersHorizontal
|
|
21
|
+
};
|