@uiuxicons/vue 0.1.3 → 0.3.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/folder-check.cjs +45 -0
- package/dist/icons/folder-check.d.cts +56 -0
- package/dist/icons/folder-check.d.ts +56 -0
- package/dist/icons/folder-check.js +21 -0
- package/dist/icons/folder-code.cjs +45 -0
- package/dist/icons/folder-code.d.cts +56 -0
- package/dist/icons/folder-code.d.ts +56 -0
- package/dist/icons/folder-code.js +21 -0
- package/dist/icons/folder-minus.cjs +45 -0
- package/dist/icons/folder-minus.d.cts +56 -0
- package/dist/icons/folder-minus.d.ts +56 -0
- package/dist/icons/folder-minus.js +21 -0
- package/dist/icons/folder-open.cjs +45 -0
- package/dist/icons/folder-open.d.cts +56 -0
- package/dist/icons/folder-open.d.ts +56 -0
- package/dist/icons/folder-open.js +21 -0
- package/dist/icons/folder-plus.cjs +45 -0
- package/dist/icons/folder-plus.d.cts +56 -0
- package/dist/icons/folder-plus.d.ts +56 -0
- package/dist/icons/folder-plus.js +21 -0
- package/dist/icons/folder-x.cjs +45 -0
- package/dist/icons/folder-x.d.cts +56 -0
- package/dist/icons/folder-x.d.ts +56 -0
- package/dist/icons/folder-x.js +21 -0
- package/dist/icons/folder.cjs +45 -0
- package/dist/icons/folder.d.cts +56 -0
- package/dist/icons/folder.d.ts +56 -0
- package/dist/icons/folder.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/index.cjs +54 -0
- package/dist/index.d.cts +18 -0
- package/dist/index.d.ts +18 -0
- package/dist/index.js +36 -0
- package/package.json +1 -1
|
@@ -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 folder_open_exports = {};
|
|
20
|
+
__export(folder_open_exports, {
|
|
21
|
+
IconFolderOpen: () => IconFolderOpen
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(folder_open_exports);
|
|
24
|
+
var import_createIcon = require("../createIcon");
|
|
25
|
+
const IconFolderOpen = /* @__PURE__ */ (0, import_createIcon.createIcon)("folder-open", {
|
|
26
|
+
line: {
|
|
27
|
+
light: `<path fill="currentColor" d="M2.5 6A2.5 2.5 0 0 1 5 3.5h3.5a2.5 2.5 0 0 1 2 1l.3.4a1.5 1.5 0 0 0 1.2.6h6A2.5 2.5 0 0 1 20.5 8v1.5h.28a1.5 1.5 0 0 1 1.471 1.794l-1.44 7.196a2.5 2.5 0 0 1-2.45 2.01H5A2.5 2.5 0 0 1 2.5 18zm1 12A1.5 1.5 0 0 0 5 19.5h13.36a1.5 1.5 0 0 0 1.471-1.206l1.44-7.196a.5.5 0 0 0-.49-.598H10.163a1.5 1.5 0 0 0-1.476 1.227l-.807 4.364a.5.5 0 0 1-.984-.182l.808-4.364a2.5 2.5 0 0 1 2.46-2.045H19.5V8A1.5 1.5 0 0 0 18 6.5h-6a2.5 2.5 0 0 1-1.908-.885L10 5.5l-.3-.4a1.5 1.5 0 0 0-1.2-.6H5A1.5 1.5 0 0 0 3.5 6z"/>`,
|
|
28
|
+
regular: `<path fill="currentColor" d="M2.25 6A2.75 2.75 0 0 1 5 3.25h3.5c.866 0 1.68.407 2.2 1.1l.3.4.095.112c.234.246.56.388.905.388h6A2.75 2.75 0 0 1 20.75 8v1.25h.03a1.75 1.75 0 0 1 1.716 2.093l-1.44 7.196a2.75 2.75 0 0 1-2.696 2.211H5A2.75 2.75 0 0 1 2.25 18zm1.5 12c0 .69.56 1.25 1.25 1.25h13.36a1.25 1.25 0 0 0 1.226-1.005l1.44-7.196a.25.25 0 0 0-.246-.299H10.164c-.603 0-1.12.43-1.23 1.023l-.808 4.364a.75.75 0 0 1-1.475-.274L7.46 11.5a2.75 2.75 0 0 1 2.704-2.249h9.086V8c0-.69-.56-1.25-1.25-1.25h-6a2.75 2.75 0 0 1-2.2-1.1l-.3-.4a1.25 1.25 0 0 0-1-.5H5c-.69 0-1.25.56-1.25 1.25z"/>`,
|
|
29
|
+
bold: `<path fill="currentColor" d="M2 6a3 3 0 0 1 3-3h3.5a3 3 0 0 1 2.4 1.2l.3.4a1 1 0 0 0 .8.4h6a3 3 0 0 1 3 3v1.013a2 2 0 0 1 1.741 2.38l-1.44 7.195A3 3 0 0 1 18.362 21H5a3 3 0 0 1-3-3zm2 12a1 1 0 0 0 1 1h13.36a1 1 0 0 0 .98-.804L20.78 11H10.164a1 1 0 0 0-.983.818l-.809 4.364a1 1 0 0 1-1.967-.364l.809-4.364A3 3 0 0 1 10.164 9H19V8a1 1 0 0 0-1-1h-6a3 3 0 0 1-2.4-1.2l-.3-.4a1 1 0 0 0-.8-.4H5a1 1 0 0 0-1 1z"/>`
|
|
30
|
+
},
|
|
31
|
+
duotone: {
|
|
32
|
+
light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M3 6v12a2 2 0 0 0 2 2h1.5l1.678-8.392A2 2 0 0 1 10.14 10H20V8a2 2 0 0 0-2-2h-6a2 2 0 0 1-1.6-.8l-.3-.4A2 2 0 0 0 8.5 4H5a2 2 0 0 0-2 2"/><path fill="currentColor" d="M2.5 6A2.5 2.5 0 0 1 5 3.5h3.5a2.5 2.5 0 0 1 2 1l.3.4a1.5 1.5 0 0 0 1.2.6h6A2.5 2.5 0 0 1 20.5 8v1.5h.28a1.5 1.5 0 0 1 1.471 1.794l-1.44 7.196a2.5 2.5 0 0 1-2.45 2.01H5A2.5 2.5 0 0 1 2.5 18zm1 12A1.5 1.5 0 0 0 5 19.5h13.36a1.5 1.5 0 0 0 1.471-1.206l1.44-7.196a.5.5 0 0 0-.49-.598H10.163a1.5 1.5 0 0 0-1.476 1.227l-.807 4.364a.5.5 0 0 1-.984-.182l.808-4.364a2.5 2.5 0 0 1 2.46-2.045H19.5V8A1.5 1.5 0 0 0 18 6.5h-6a2.5 2.5 0 0 1-1.908-.885L10 5.5l-.3-.4a1.5 1.5 0 0 0-1.2-.6H5A1.5 1.5 0 0 0 3.5 6z"/>`,
|
|
33
|
+
regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M3 6v12a2 2 0 0 0 2 2h1.5l1.678-8.392A2 2 0 0 1 10.14 10H20V8a2 2 0 0 0-2-2h-6a2 2 0 0 1-1.6-.8l-.3-.4A2 2 0 0 0 8.5 4H5a2 2 0 0 0-2 2"/><path fill="currentColor" d="M2.25 6A2.75 2.75 0 0 1 5 3.25h3.5c.866 0 1.68.407 2.2 1.1l.3.4.095.112c.234.246.56.388.905.388h6A2.75 2.75 0 0 1 20.75 8v1.25h.03a1.75 1.75 0 0 1 1.716 2.093l-1.44 7.196a2.75 2.75 0 0 1-2.696 2.211H5A2.75 2.75 0 0 1 2.25 18zm1.5 12c0 .69.56 1.25 1.25 1.25h13.36a1.25 1.25 0 0 0 1.226-1.005l1.44-7.196a.25.25 0 0 0-.246-.299H10.164c-.603 0-1.12.43-1.23 1.023l-.808 4.364a.75.75 0 0 1-1.475-.274L7.46 11.5a2.75 2.75 0 0 1 2.704-2.249h9.086V8c0-.69-.56-1.25-1.25-1.25h-6a2.75 2.75 0 0 1-2.2-1.1l-.3-.4a1.25 1.25 0 0 0-1-.5H5c-.69 0-1.25.56-1.25 1.25z"/>`,
|
|
34
|
+
bold: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M3 6v12a2 2 0 0 0 2 2h1.5l1.678-8.392A2 2 0 0 1 10.14 10H20V8a2 2 0 0 0-2-2h-6a2 2 0 0 1-1.6-.8l-.3-.4A2 2 0 0 0 8.5 4H5a2 2 0 0 0-2 2"/><path fill="currentColor" d="M2 6a3 3 0 0 1 3-3h3.5a3 3 0 0 1 2.4 1.2l.3.4a1 1 0 0 0 .8.4h6a3 3 0 0 1 3 3v1.013a2 2 0 0 1 1.741 2.38l-1.44 7.195A3 3 0 0 1 18.362 21H5a3 3 0 0 1-3-3zm2 12a1 1 0 0 0 1 1h13.36a1 1 0 0 0 .98-.804L20.78 11H10.164a1 1 0 0 0-.983.818l-.809 4.364a1 1 0 0 1-1.967-.364l.809-4.364A3 3 0 0 1 10.164 9H19V8a1 1 0 0 0-1-1h-6a3 3 0 0 1-2.4-1.2l-.3-.4a1 1 0 0 0-.8-.4H5a1 1 0 0 0-1 1z"/>`
|
|
35
|
+
},
|
|
36
|
+
solid: {
|
|
37
|
+
light: `<path fill="currentColor" d="M8.5 3.5a2.5 2.5 0 0 1 2 1l.3.4a1.5 1.5 0 0 0 1.2.6h6A2.5 2.5 0 0 1 20.5 8v1.5H10.163a2.5 2.5 0 0 0-2.458 2.045l-.808 4.364a.5.5 0 1 0 .983.182l.808-4.364a1.5 1.5 0 0 1 1.475-1.227h11.44c.228 0 .441.05.632.14.052.207.061.428.016.654l-1.44 7.196a2.5 2.5 0 0 1-2.45 2.01H5A2.5 2.5 0 0 1 2.5 18V6A2.5 2.5 0 0 1 5 3.5z"/>`,
|
|
38
|
+
regular: `<path fill="currentColor" d="M8.5 3.25c.866 0 1.68.407 2.2 1.1l.3.4.095.112c.234.246.56.388.905.388h6A2.75 2.75 0 0 1 20.75 8v1.25H10.163a2.75 2.75 0 0 0-2.704 2.249l-.808 4.364a.75.75 0 0 0 1.475.274l.809-4.364a1.25 1.25 0 0 1 1.228-1.023h11.44c.368 0 .692.158.918.404a2 2 0 0 1-.025.189l-1.44 7.196a2.75 2.75 0 0 1-2.696 2.211H5A2.75 2.75 0 0 1 2.25 18V6A2.75 2.75 0 0 1 5 3.25z"/>`,
|
|
39
|
+
bold: `<path fill="currentColor" d="M8.5 3a3 3 0 0 1 2.4 1.2l.3.4a1 1 0 0 0 .8.4h6a3 3 0 0 1 3 3v1H10.163a3 3 0 0 0-2.95 2.454l-.808 4.364a1 1 0 0 0 1.967.364l.808-4.364a1 1 0 0 1 .983-.818h11.44a1 1 0 0 1 .989 1.137l-1.29 6.45A3 3 0 0 1 18.36 21H5a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3z"/>`
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
43
|
+
0 && (module.exports = {
|
|
44
|
+
IconFolderOpen
|
|
45
|
+
});
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as vue from 'vue';
|
|
2
|
+
import { IconVariant, IconWeight } from '../types.cjs';
|
|
3
|
+
|
|
4
|
+
declare const IconFolderOpen: 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 { IconFolderOpen };
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as vue from 'vue';
|
|
2
|
+
import { IconVariant, IconWeight } from '../types.js';
|
|
3
|
+
|
|
4
|
+
declare const IconFolderOpen: 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 { IconFolderOpen };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { createIcon } from "../createIcon";
|
|
2
|
+
const IconFolderOpen = /* @__PURE__ */ createIcon("folder-open", {
|
|
3
|
+
line: {
|
|
4
|
+
light: `<path fill="currentColor" d="M2.5 6A2.5 2.5 0 0 1 5 3.5h3.5a2.5 2.5 0 0 1 2 1l.3.4a1.5 1.5 0 0 0 1.2.6h6A2.5 2.5 0 0 1 20.5 8v1.5h.28a1.5 1.5 0 0 1 1.471 1.794l-1.44 7.196a2.5 2.5 0 0 1-2.45 2.01H5A2.5 2.5 0 0 1 2.5 18zm1 12A1.5 1.5 0 0 0 5 19.5h13.36a1.5 1.5 0 0 0 1.471-1.206l1.44-7.196a.5.5 0 0 0-.49-.598H10.163a1.5 1.5 0 0 0-1.476 1.227l-.807 4.364a.5.5 0 0 1-.984-.182l.808-4.364a2.5 2.5 0 0 1 2.46-2.045H19.5V8A1.5 1.5 0 0 0 18 6.5h-6a2.5 2.5 0 0 1-1.908-.885L10 5.5l-.3-.4a1.5 1.5 0 0 0-1.2-.6H5A1.5 1.5 0 0 0 3.5 6z"/>`,
|
|
5
|
+
regular: `<path fill="currentColor" d="M2.25 6A2.75 2.75 0 0 1 5 3.25h3.5c.866 0 1.68.407 2.2 1.1l.3.4.095.112c.234.246.56.388.905.388h6A2.75 2.75 0 0 1 20.75 8v1.25h.03a1.75 1.75 0 0 1 1.716 2.093l-1.44 7.196a2.75 2.75 0 0 1-2.696 2.211H5A2.75 2.75 0 0 1 2.25 18zm1.5 12c0 .69.56 1.25 1.25 1.25h13.36a1.25 1.25 0 0 0 1.226-1.005l1.44-7.196a.25.25 0 0 0-.246-.299H10.164c-.603 0-1.12.43-1.23 1.023l-.808 4.364a.75.75 0 0 1-1.475-.274L7.46 11.5a2.75 2.75 0 0 1 2.704-2.249h9.086V8c0-.69-.56-1.25-1.25-1.25h-6a2.75 2.75 0 0 1-2.2-1.1l-.3-.4a1.25 1.25 0 0 0-1-.5H5c-.69 0-1.25.56-1.25 1.25z"/>`,
|
|
6
|
+
bold: `<path fill="currentColor" d="M2 6a3 3 0 0 1 3-3h3.5a3 3 0 0 1 2.4 1.2l.3.4a1 1 0 0 0 .8.4h6a3 3 0 0 1 3 3v1.013a2 2 0 0 1 1.741 2.38l-1.44 7.195A3 3 0 0 1 18.362 21H5a3 3 0 0 1-3-3zm2 12a1 1 0 0 0 1 1h13.36a1 1 0 0 0 .98-.804L20.78 11H10.164a1 1 0 0 0-.983.818l-.809 4.364a1 1 0 0 1-1.967-.364l.809-4.364A3 3 0 0 1 10.164 9H19V8a1 1 0 0 0-1-1h-6a3 3 0 0 1-2.4-1.2l-.3-.4a1 1 0 0 0-.8-.4H5a1 1 0 0 0-1 1z"/>`
|
|
7
|
+
},
|
|
8
|
+
duotone: {
|
|
9
|
+
light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M3 6v12a2 2 0 0 0 2 2h1.5l1.678-8.392A2 2 0 0 1 10.14 10H20V8a2 2 0 0 0-2-2h-6a2 2 0 0 1-1.6-.8l-.3-.4A2 2 0 0 0 8.5 4H5a2 2 0 0 0-2 2"/><path fill="currentColor" d="M2.5 6A2.5 2.5 0 0 1 5 3.5h3.5a2.5 2.5 0 0 1 2 1l.3.4a1.5 1.5 0 0 0 1.2.6h6A2.5 2.5 0 0 1 20.5 8v1.5h.28a1.5 1.5 0 0 1 1.471 1.794l-1.44 7.196a2.5 2.5 0 0 1-2.45 2.01H5A2.5 2.5 0 0 1 2.5 18zm1 12A1.5 1.5 0 0 0 5 19.5h13.36a1.5 1.5 0 0 0 1.471-1.206l1.44-7.196a.5.5 0 0 0-.49-.598H10.163a1.5 1.5 0 0 0-1.476 1.227l-.807 4.364a.5.5 0 0 1-.984-.182l.808-4.364a2.5 2.5 0 0 1 2.46-2.045H19.5V8A1.5 1.5 0 0 0 18 6.5h-6a2.5 2.5 0 0 1-1.908-.885L10 5.5l-.3-.4a1.5 1.5 0 0 0-1.2-.6H5A1.5 1.5 0 0 0 3.5 6z"/>`,
|
|
10
|
+
regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M3 6v12a2 2 0 0 0 2 2h1.5l1.678-8.392A2 2 0 0 1 10.14 10H20V8a2 2 0 0 0-2-2h-6a2 2 0 0 1-1.6-.8l-.3-.4A2 2 0 0 0 8.5 4H5a2 2 0 0 0-2 2"/><path fill="currentColor" d="M2.25 6A2.75 2.75 0 0 1 5 3.25h3.5c.866 0 1.68.407 2.2 1.1l.3.4.095.112c.234.246.56.388.905.388h6A2.75 2.75 0 0 1 20.75 8v1.25h.03a1.75 1.75 0 0 1 1.716 2.093l-1.44 7.196a2.75 2.75 0 0 1-2.696 2.211H5A2.75 2.75 0 0 1 2.25 18zm1.5 12c0 .69.56 1.25 1.25 1.25h13.36a1.25 1.25 0 0 0 1.226-1.005l1.44-7.196a.25.25 0 0 0-.246-.299H10.164c-.603 0-1.12.43-1.23 1.023l-.808 4.364a.75.75 0 0 1-1.475-.274L7.46 11.5a2.75 2.75 0 0 1 2.704-2.249h9.086V8c0-.69-.56-1.25-1.25-1.25h-6a2.75 2.75 0 0 1-2.2-1.1l-.3-.4a1.25 1.25 0 0 0-1-.5H5c-.69 0-1.25.56-1.25 1.25z"/>`,
|
|
11
|
+
bold: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M3 6v12a2 2 0 0 0 2 2h1.5l1.678-8.392A2 2 0 0 1 10.14 10H20V8a2 2 0 0 0-2-2h-6a2 2 0 0 1-1.6-.8l-.3-.4A2 2 0 0 0 8.5 4H5a2 2 0 0 0-2 2"/><path fill="currentColor" d="M2 6a3 3 0 0 1 3-3h3.5a3 3 0 0 1 2.4 1.2l.3.4a1 1 0 0 0 .8.4h6a3 3 0 0 1 3 3v1.013a2 2 0 0 1 1.741 2.38l-1.44 7.195A3 3 0 0 1 18.362 21H5a3 3 0 0 1-3-3zm2 12a1 1 0 0 0 1 1h13.36a1 1 0 0 0 .98-.804L20.78 11H10.164a1 1 0 0 0-.983.818l-.809 4.364a1 1 0 0 1-1.967-.364l.809-4.364A3 3 0 0 1 10.164 9H19V8a1 1 0 0 0-1-1h-6a3 3 0 0 1-2.4-1.2l-.3-.4a1 1 0 0 0-.8-.4H5a1 1 0 0 0-1 1z"/>`
|
|
12
|
+
},
|
|
13
|
+
solid: {
|
|
14
|
+
light: `<path fill="currentColor" d="M8.5 3.5a2.5 2.5 0 0 1 2 1l.3.4a1.5 1.5 0 0 0 1.2.6h6A2.5 2.5 0 0 1 20.5 8v1.5H10.163a2.5 2.5 0 0 0-2.458 2.045l-.808 4.364a.5.5 0 1 0 .983.182l.808-4.364a1.5 1.5 0 0 1 1.475-1.227h11.44c.228 0 .441.05.632.14.052.207.061.428.016.654l-1.44 7.196a2.5 2.5 0 0 1-2.45 2.01H5A2.5 2.5 0 0 1 2.5 18V6A2.5 2.5 0 0 1 5 3.5z"/>`,
|
|
15
|
+
regular: `<path fill="currentColor" d="M8.5 3.25c.866 0 1.68.407 2.2 1.1l.3.4.095.112c.234.246.56.388.905.388h6A2.75 2.75 0 0 1 20.75 8v1.25H10.163a2.75 2.75 0 0 0-2.704 2.249l-.808 4.364a.75.75 0 0 0 1.475.274l.809-4.364a1.25 1.25 0 0 1 1.228-1.023h11.44c.368 0 .692.158.918.404a2 2 0 0 1-.025.189l-1.44 7.196a2.75 2.75 0 0 1-2.696 2.211H5A2.75 2.75 0 0 1 2.25 18V6A2.75 2.75 0 0 1 5 3.25z"/>`,
|
|
16
|
+
bold: `<path fill="currentColor" d="M8.5 3a3 3 0 0 1 2.4 1.2l.3.4a1 1 0 0 0 .8.4h6a3 3 0 0 1 3 3v1H10.163a3 3 0 0 0-2.95 2.454l-.808 4.364a1 1 0 0 0 1.967.364l.808-4.364a1 1 0 0 1 .983-.818h11.44a1 1 0 0 1 .989 1.137l-1.29 6.45A3 3 0 0 1 18.36 21H5a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3z"/>`
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
export {
|
|
20
|
+
IconFolderOpen
|
|
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 folder_plus_exports = {};
|
|
20
|
+
__export(folder_plus_exports, {
|
|
21
|
+
IconFolderPlus: () => IconFolderPlus
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(folder_plus_exports);
|
|
24
|
+
var import_createIcon = require("../createIcon");
|
|
25
|
+
const IconFolderPlus = /* @__PURE__ */ (0, import_createIcon.createIcon)("folder-plus", {
|
|
26
|
+
line: {
|
|
27
|
+
light: `<path fill="currentColor" d="M2.5 18V6A2.5 2.5 0 0 1 5 3.5h3.5a2.5 2.5 0 0 1 2 1l.3.4a1.5 1.5 0 0 0 1.2.6h7A2.5 2.5 0 0 1 21.5 8v10a2.5 2.5 0 0 1-2.5 2.5H5A2.5 2.5 0 0 1 2.5 18m9-2v-2.5H9a.5.5 0 0 1 0-1h2.5V10a.5.5 0 0 1 1 0v2.5H15a.5.5 0 0 1 0 1h-2.5V16a.5.5 0 0 1-1 0m-8 2A1.5 1.5 0 0 0 5 19.5h14a1.5 1.5 0 0 0 1.5-1.5V8A1.5 1.5 0 0 0 19 6.5h-7a2.5 2.5 0 0 1-2-1l-.3-.4a1.5 1.5 0 0 0-1.2-.6H5A1.5 1.5 0 0 0 3.5 6z"/>`,
|
|
28
|
+
regular: `<path fill="currentColor" d="M2.25 18V6A2.75 2.75 0 0 1 5 3.25h3.5c.866 0 1.68.407 2.2 1.1l.3.4.095.112c.234.246.56.388.905.388h7A2.75 2.75 0 0 1 21.75 8v10A2.75 2.75 0 0 1 19 20.75H5A2.75 2.75 0 0 1 2.25 18m9-2v-2.25H9a.75.75 0 0 1 0-1.5h2.25V10a.75.75 0 0 1 1.5 0v2.25H15a.75.75 0 0 1 0 1.5h-2.25V16a.75.75 0 0 1-1.5 0m-7.5 2c0 .69.56 1.25 1.25 1.25h14c.69 0 1.25-.56 1.25-1.25V8c0-.69-.56-1.25-1.25-1.25h-7a2.75 2.75 0 0 1-2.2-1.1l-.3-.4a1.25 1.25 0 0 0-1-.5H5c-.69 0-1.25.56-1.25 1.25z"/>`,
|
|
29
|
+
bold: `<path fill="currentColor" d="M2 18V6a3 3 0 0 1 3-3h3.5a3 3 0 0 1 2.4 1.2l.3.4a1 1 0 0 0 .8.4h7a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3m9-2v-2H9a1 1 0 1 1 0-2h2v-2a1 1 0 1 1 2 0v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0m-7 2a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1h-7a3 3 0 0 1-2.4-1.2l-.3-.4a1 1 0 0 0-.8-.4H5a1 1 0 0 0-1 1z"/>`
|
|
30
|
+
},
|
|
31
|
+
duotone: {
|
|
32
|
+
light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M3 6a2 2 0 0 1 2-2h3.5a2 2 0 0 1 1.6.8l.3.4A2 2 0 0 0 12 6h7a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/><path fill="currentColor" d="M2.5 18V6A2.5 2.5 0 0 1 5 3.5h3.5a2.5 2.5 0 0 1 2 1l.3.4a1.5 1.5 0 0 0 1.2.6h7A2.5 2.5 0 0 1 21.5 8v10a2.5 2.5 0 0 1-2.5 2.5H5A2.5 2.5 0 0 1 2.5 18m9-2v-2.5H9a.5.5 0 0 1 0-1h2.5V10a.5.5 0 0 1 1 0v2.5H15a.5.5 0 0 1 0 1h-2.5V16a.5.5 0 0 1-1 0m-8 2A1.5 1.5 0 0 0 5 19.5h14a1.5 1.5 0 0 0 1.5-1.5V8A1.5 1.5 0 0 0 19 6.5h-7a2.5 2.5 0 0 1-2-1l-.3-.4a1.5 1.5 0 0 0-1.2-.6H5A1.5 1.5 0 0 0 3.5 6z"/>`,
|
|
33
|
+
regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M3 6a2 2 0 0 1 2-2h3.5a2 2 0 0 1 1.6.8l.3.4A2 2 0 0 0 12 6h7a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/><path fill="currentColor" d="M2.25 18V6A2.75 2.75 0 0 1 5 3.25h3.5c.866 0 1.68.407 2.2 1.1l.3.4.095.112c.234.246.56.388.905.388h7A2.75 2.75 0 0 1 21.75 8v10A2.75 2.75 0 0 1 19 20.75H5A2.75 2.75 0 0 1 2.25 18m9-2v-2.25H9a.75.75 0 0 1 0-1.5h2.25V10a.75.75 0 0 1 1.5 0v2.25H15a.75.75 0 0 1 0 1.5h-2.25V16a.75.75 0 0 1-1.5 0m-7.5 2c0 .69.56 1.25 1.25 1.25h14c.69 0 1.25-.56 1.25-1.25V8c0-.69-.56-1.25-1.25-1.25h-7a2.75 2.75 0 0 1-2.2-1.1l-.3-.4a1.25 1.25 0 0 0-1-.5H5c-.69 0-1.25.56-1.25 1.25z"/>`,
|
|
34
|
+
bold: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M3 6a2 2 0 0 1 2-2h3.5a2 2 0 0 1 1.6.8l.3.4A2 2 0 0 0 12 6h7a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/><path fill="currentColor" d="M2 18V6a3 3 0 0 1 3-3h3.5a3 3 0 0 1 2.4 1.2l.3.4a1 1 0 0 0 .8.4h7a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3m9-2v-2H9a1 1 0 1 1 0-2h2v-2a1 1 0 1 1 2 0v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0m-7 2a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1h-7a3 3 0 0 1-2.4-1.2l-.3-.4a1 1 0 0 0-.8-.4H5a1 1 0 0 0-1 1z"/>`
|
|
35
|
+
},
|
|
36
|
+
solid: {
|
|
37
|
+
light: `<path fill="currentColor" fill-rule="evenodd" d="M8.5 3.5a2.5 2.5 0 0 1 2 1l.3.4a1.5 1.5 0 0 0 1.2.6h7A2.5 2.5 0 0 1 21.5 8v10a2.5 2.5 0 0 1-2.5 2.5H5A2.5 2.5 0 0 1 2.5 18V6A2.5 2.5 0 0 1 5 3.5zm3.5 6a.5.5 0 0 0-.5.5v2.5H9a.5.5 0 0 0 0 1h2.5V16a.5.5 0 0 0 1 0v-2.5H15a.5.5 0 0 0 0-1h-2.5V10a.5.5 0 0 0-.5-.5" clip-rule="evenodd"/>`,
|
|
38
|
+
regular: `<path fill="currentColor" fill-rule="evenodd" d="M8.5 3.25c.866 0 1.68.407 2.2 1.1l.3.4c.236.315.607.5 1 .5h7A2.75 2.75 0 0 1 21.75 8v10A2.75 2.75 0 0 1 19 20.75H5A2.75 2.75 0 0 1 2.25 18V6A2.75 2.75 0 0 1 5 3.25zm3.5 6a.75.75 0 0 0-.75.75v2.25H9a.75.75 0 0 0 0 1.5h2.25V16a.75.75 0 0 0 1.5 0v-2.25H15a.75.75 0 0 0 0-1.5h-2.25V10a.75.75 0 0 0-.75-.75" clip-rule="evenodd"/>`,
|
|
39
|
+
bold: `<path fill="currentColor" fill-rule="evenodd" d="M8.5 3a3 3 0 0 1 2.4 1.2l.3.4a1 1 0 0 0 .8.4h7a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3zM12 9a1 1 0 0 0-1 1v2H9a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2h-2v-2a1 1 0 0 0-1-1" clip-rule="evenodd"/>`
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
43
|
+
0 && (module.exports = {
|
|
44
|
+
IconFolderPlus
|
|
45
|
+
});
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as vue from 'vue';
|
|
2
|
+
import { IconVariant, IconWeight } from '../types.cjs';
|
|
3
|
+
|
|
4
|
+
declare const IconFolderPlus: 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 { IconFolderPlus };
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as vue from 'vue';
|
|
2
|
+
import { IconVariant, IconWeight } from '../types.js';
|
|
3
|
+
|
|
4
|
+
declare const IconFolderPlus: 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 { IconFolderPlus };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { createIcon } from "../createIcon";
|
|
2
|
+
const IconFolderPlus = /* @__PURE__ */ createIcon("folder-plus", {
|
|
3
|
+
line: {
|
|
4
|
+
light: `<path fill="currentColor" d="M2.5 18V6A2.5 2.5 0 0 1 5 3.5h3.5a2.5 2.5 0 0 1 2 1l.3.4a1.5 1.5 0 0 0 1.2.6h7A2.5 2.5 0 0 1 21.5 8v10a2.5 2.5 0 0 1-2.5 2.5H5A2.5 2.5 0 0 1 2.5 18m9-2v-2.5H9a.5.5 0 0 1 0-1h2.5V10a.5.5 0 0 1 1 0v2.5H15a.5.5 0 0 1 0 1h-2.5V16a.5.5 0 0 1-1 0m-8 2A1.5 1.5 0 0 0 5 19.5h14a1.5 1.5 0 0 0 1.5-1.5V8A1.5 1.5 0 0 0 19 6.5h-7a2.5 2.5 0 0 1-2-1l-.3-.4a1.5 1.5 0 0 0-1.2-.6H5A1.5 1.5 0 0 0 3.5 6z"/>`,
|
|
5
|
+
regular: `<path fill="currentColor" d="M2.25 18V6A2.75 2.75 0 0 1 5 3.25h3.5c.866 0 1.68.407 2.2 1.1l.3.4.095.112c.234.246.56.388.905.388h7A2.75 2.75 0 0 1 21.75 8v10A2.75 2.75 0 0 1 19 20.75H5A2.75 2.75 0 0 1 2.25 18m9-2v-2.25H9a.75.75 0 0 1 0-1.5h2.25V10a.75.75 0 0 1 1.5 0v2.25H15a.75.75 0 0 1 0 1.5h-2.25V16a.75.75 0 0 1-1.5 0m-7.5 2c0 .69.56 1.25 1.25 1.25h14c.69 0 1.25-.56 1.25-1.25V8c0-.69-.56-1.25-1.25-1.25h-7a2.75 2.75 0 0 1-2.2-1.1l-.3-.4a1.25 1.25 0 0 0-1-.5H5c-.69 0-1.25.56-1.25 1.25z"/>`,
|
|
6
|
+
bold: `<path fill="currentColor" d="M2 18V6a3 3 0 0 1 3-3h3.5a3 3 0 0 1 2.4 1.2l.3.4a1 1 0 0 0 .8.4h7a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3m9-2v-2H9a1 1 0 1 1 0-2h2v-2a1 1 0 1 1 2 0v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0m-7 2a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1h-7a3 3 0 0 1-2.4-1.2l-.3-.4a1 1 0 0 0-.8-.4H5a1 1 0 0 0-1 1z"/>`
|
|
7
|
+
},
|
|
8
|
+
duotone: {
|
|
9
|
+
light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M3 6a2 2 0 0 1 2-2h3.5a2 2 0 0 1 1.6.8l.3.4A2 2 0 0 0 12 6h7a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/><path fill="currentColor" d="M2.5 18V6A2.5 2.5 0 0 1 5 3.5h3.5a2.5 2.5 0 0 1 2 1l.3.4a1.5 1.5 0 0 0 1.2.6h7A2.5 2.5 0 0 1 21.5 8v10a2.5 2.5 0 0 1-2.5 2.5H5A2.5 2.5 0 0 1 2.5 18m9-2v-2.5H9a.5.5 0 0 1 0-1h2.5V10a.5.5 0 0 1 1 0v2.5H15a.5.5 0 0 1 0 1h-2.5V16a.5.5 0 0 1-1 0m-8 2A1.5 1.5 0 0 0 5 19.5h14a1.5 1.5 0 0 0 1.5-1.5V8A1.5 1.5 0 0 0 19 6.5h-7a2.5 2.5 0 0 1-2-1l-.3-.4a1.5 1.5 0 0 0-1.2-.6H5A1.5 1.5 0 0 0 3.5 6z"/>`,
|
|
10
|
+
regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M3 6a2 2 0 0 1 2-2h3.5a2 2 0 0 1 1.6.8l.3.4A2 2 0 0 0 12 6h7a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/><path fill="currentColor" d="M2.25 18V6A2.75 2.75 0 0 1 5 3.25h3.5c.866 0 1.68.407 2.2 1.1l.3.4.095.112c.234.246.56.388.905.388h7A2.75 2.75 0 0 1 21.75 8v10A2.75 2.75 0 0 1 19 20.75H5A2.75 2.75 0 0 1 2.25 18m9-2v-2.25H9a.75.75 0 0 1 0-1.5h2.25V10a.75.75 0 0 1 1.5 0v2.25H15a.75.75 0 0 1 0 1.5h-2.25V16a.75.75 0 0 1-1.5 0m-7.5 2c0 .69.56 1.25 1.25 1.25h14c.69 0 1.25-.56 1.25-1.25V8c0-.69-.56-1.25-1.25-1.25h-7a2.75 2.75 0 0 1-2.2-1.1l-.3-.4a1.25 1.25 0 0 0-1-.5H5c-.69 0-1.25.56-1.25 1.25z"/>`,
|
|
11
|
+
bold: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M3 6a2 2 0 0 1 2-2h3.5a2 2 0 0 1 1.6.8l.3.4A2 2 0 0 0 12 6h7a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/><path fill="currentColor" d="M2 18V6a3 3 0 0 1 3-3h3.5a3 3 0 0 1 2.4 1.2l.3.4a1 1 0 0 0 .8.4h7a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3m9-2v-2H9a1 1 0 1 1 0-2h2v-2a1 1 0 1 1 2 0v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0m-7 2a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1h-7a3 3 0 0 1-2.4-1.2l-.3-.4a1 1 0 0 0-.8-.4H5a1 1 0 0 0-1 1z"/>`
|
|
12
|
+
},
|
|
13
|
+
solid: {
|
|
14
|
+
light: `<path fill="currentColor" fill-rule="evenodd" d="M8.5 3.5a2.5 2.5 0 0 1 2 1l.3.4a1.5 1.5 0 0 0 1.2.6h7A2.5 2.5 0 0 1 21.5 8v10a2.5 2.5 0 0 1-2.5 2.5H5A2.5 2.5 0 0 1 2.5 18V6A2.5 2.5 0 0 1 5 3.5zm3.5 6a.5.5 0 0 0-.5.5v2.5H9a.5.5 0 0 0 0 1h2.5V16a.5.5 0 0 0 1 0v-2.5H15a.5.5 0 0 0 0-1h-2.5V10a.5.5 0 0 0-.5-.5" clip-rule="evenodd"/>`,
|
|
15
|
+
regular: `<path fill="currentColor" fill-rule="evenodd" d="M8.5 3.25c.866 0 1.68.407 2.2 1.1l.3.4c.236.315.607.5 1 .5h7A2.75 2.75 0 0 1 21.75 8v10A2.75 2.75 0 0 1 19 20.75H5A2.75 2.75 0 0 1 2.25 18V6A2.75 2.75 0 0 1 5 3.25zm3.5 6a.75.75 0 0 0-.75.75v2.25H9a.75.75 0 0 0 0 1.5h2.25V16a.75.75 0 0 0 1.5 0v-2.25H15a.75.75 0 0 0 0-1.5h-2.25V10a.75.75 0 0 0-.75-.75" clip-rule="evenodd"/>`,
|
|
16
|
+
bold: `<path fill="currentColor" fill-rule="evenodd" d="M8.5 3a3 3 0 0 1 2.4 1.2l.3.4a1 1 0 0 0 .8.4h7a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3zM12 9a1 1 0 0 0-1 1v2H9a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2h-2v-2a1 1 0 0 0-1-1" clip-rule="evenodd"/>`
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
export {
|
|
20
|
+
IconFolderPlus
|
|
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 folder_x_exports = {};
|
|
20
|
+
__export(folder_x_exports, {
|
|
21
|
+
IconFolderX: () => IconFolderX
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(folder_x_exports);
|
|
24
|
+
var import_createIcon = require("../createIcon");
|
|
25
|
+
const IconFolderX = /* @__PURE__ */ (0, import_createIcon.createIcon)("folder-x", {
|
|
26
|
+
line: {
|
|
27
|
+
light: `<path fill="currentColor" d="M2.5 18V6A2.5 2.5 0 0 1 5 3.5h3.5a2.5 2.5 0 0 1 2 1l.3.4a1.5 1.5 0 0 0 1.2.6h7A2.5 2.5 0 0 1 21.5 8v10a2.5 2.5 0 0 1-2.5 2.5H5A2.5 2.5 0 0 1 2.5 18m11.268-7.475a.501.501 0 0 1 .708.707L12.707 13l1.769 1.768a.5.5 0 0 1-.708.707L12 13.707l-1.768 1.768a.5.5 0 1 1-.707-.707L11.293 13l-1.768-1.768a.5.5 0 0 1 .707-.707L12 12.292zM3.5 18A1.5 1.5 0 0 0 5 19.5h14a1.5 1.5 0 0 0 1.5-1.5V8A1.5 1.5 0 0 0 19 6.5h-7a2.5 2.5 0 0 1-2-1l-.3-.4a1.5 1.5 0 0 0-1.2-.6H5A1.5 1.5 0 0 0 3.5 6z"/>`,
|
|
28
|
+
regular: `<path fill="currentColor" d="M2.25 18V6A2.75 2.75 0 0 1 5 3.25h3.5c.866 0 1.68.407 2.2 1.1l.3.4.095.112c.234.246.56.388.905.388h7A2.75 2.75 0 0 1 21.75 8v10A2.75 2.75 0 0 1 19 20.75H5A2.75 2.75 0 0 1 2.25 18m11.34-7.651a.751.751 0 0 1 1.062 1.06L13.061 13l1.591 1.59a.75.75 0 0 1-1.061 1.061L12 14.061l-1.59 1.59a.75.75 0 1 1-1.061-1.06L10.939 13l-1.59-1.59a.75.75 0 0 1 1.06-1.061L12 11.939zM3.75 18c0 .69.56 1.25 1.25 1.25h14c.69 0 1.25-.56 1.25-1.25V8c0-.69-.56-1.25-1.25-1.25h-7a2.75 2.75 0 0 1-2.2-1.1l-.3-.4a1.25 1.25 0 0 0-1-.5H5c-.69 0-1.25.56-1.25 1.25z"/>`,
|
|
29
|
+
bold: `<path fill="currentColor" d="M2 18V6a3 3 0 0 1 3-3h3.5a3 3 0 0 1 2.4 1.2l.3.4a1 1 0 0 0 .8.4h7a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3m11.414-7.828a1 1 0 0 1 1.415 1.414L13.414 13l1.415 1.414a1 1 0 0 1-1.415 1.414L12 14.414l-1.414 1.414a1 1 0 1 1-1.414-1.414L10.586 13l-1.414-1.414a1 1 0 0 1 1.414-1.414L12 11.585zM4 18a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1h-7a3 3 0 0 1-2.4-1.2l-.3-.4a1 1 0 0 0-.8-.4H5a1 1 0 0 0-1 1z"/>`
|
|
30
|
+
},
|
|
31
|
+
duotone: {
|
|
32
|
+
light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M3 6a2 2 0 0 1 2-2h3.5a2 2 0 0 1 1.6.8l.3.4A2 2 0 0 0 12 6h7a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/><path fill="currentColor" d="M2.5 18V6A2.5 2.5 0 0 1 5 3.5h3.5a2.5 2.5 0 0 1 2 1l.3.4a1.5 1.5 0 0 0 1.2.6h7A2.5 2.5 0 0 1 21.5 8v10a2.5 2.5 0 0 1-2.5 2.5H5A2.5 2.5 0 0 1 2.5 18m11.268-7.475a.501.501 0 0 1 .708.707L12.707 13l1.769 1.768a.5.5 0 0 1-.708.707L12 13.707l-1.768 1.768a.5.5 0 1 1-.707-.707L11.293 13l-1.768-1.768a.5.5 0 0 1 .707-.707L12 12.292zM3.5 18A1.5 1.5 0 0 0 5 19.5h14a1.5 1.5 0 0 0 1.5-1.5V8A1.5 1.5 0 0 0 19 6.5h-7a2.5 2.5 0 0 1-2-1l-.3-.4a1.5 1.5 0 0 0-1.2-.6H5A1.5 1.5 0 0 0 3.5 6z"/>`,
|
|
33
|
+
regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M3 6a2 2 0 0 1 2-2h3.5a2 2 0 0 1 1.6.8l.3.4A2 2 0 0 0 12 6h7a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/><path fill="currentColor" d="M2.25 18V6A2.75 2.75 0 0 1 5 3.25h3.5c.866 0 1.68.407 2.2 1.1l.3.4.095.112c.234.246.56.388.905.388h7A2.75 2.75 0 0 1 21.75 8v10A2.75 2.75 0 0 1 19 20.75H5A2.75 2.75 0 0 1 2.25 18m11.34-7.651a.751.751 0 0 1 1.062 1.06L13.061 13l1.591 1.59a.75.75 0 0 1-1.061 1.061L12 14.061l-1.59 1.59a.75.75 0 1 1-1.061-1.06L10.939 13l-1.59-1.59a.75.75 0 0 1 1.06-1.061L12 11.939zM3.75 18c0 .69.56 1.25 1.25 1.25h14c.69 0 1.25-.56 1.25-1.25V8c0-.69-.56-1.25-1.25-1.25h-7a2.75 2.75 0 0 1-2.2-1.1l-.3-.4a1.25 1.25 0 0 0-1-.5H5c-.69 0-1.25.56-1.25 1.25z"/>`,
|
|
34
|
+
bold: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M3 6a2 2 0 0 1 2-2h3.5a2 2 0 0 1 1.6.8l.3.4A2 2 0 0 0 12 6h7a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/><path fill="currentColor" d="M2 18V6a3 3 0 0 1 3-3h3.5a3 3 0 0 1 2.4 1.2l.3.4a1 1 0 0 0 .8.4h7a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3m11.414-7.828a1 1 0 0 1 1.415 1.414L13.414 13l1.415 1.414a1 1 0 0 1-1.415 1.414L12 14.414l-1.414 1.414a1 1 0 1 1-1.414-1.414L10.586 13l-1.414-1.414a1 1 0 0 1 1.414-1.414L12 11.585zM4 18a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1h-7a3 3 0 0 1-2.4-1.2l-.3-.4a1 1 0 0 0-.8-.4H5a1 1 0 0 0-1 1z"/>`
|
|
35
|
+
},
|
|
36
|
+
solid: {
|
|
37
|
+
light: `<path fill="currentColor" fill-rule="evenodd" d="M8.5 3.5a2.5 2.5 0 0 1 2 1l.3.4a1.5 1.5 0 0 0 1.2.6h7A2.5 2.5 0 0 1 21.5 8v10a2.5 2.5 0 0 1-2.5 2.5H5A2.5 2.5 0 0 1 2.5 18V6A2.5 2.5 0 0 1 5 3.5zm5.976 7.025a.5.5 0 0 0-.708 0L12 12.292l-1.768-1.767a.5.5 0 1 0-.707.707L11.293 13l-1.768 1.768a.5.5 0 0 0 .707.707L12 13.707l1.768 1.768a.501.501 0 0 0 .708-.707L12.707 13l1.769-1.768a.5.5 0 0 0 0-.707" clip-rule="evenodd"/>`,
|
|
38
|
+
regular: `<path fill="currentColor" fill-rule="evenodd" d="M8.5 3.25c.866 0 1.68.407 2.2 1.1l.3.4c.236.315.607.5 1 .5h7A2.75 2.75 0 0 1 21.75 8v10A2.75 2.75 0 0 1 19 20.75H5A2.75 2.75 0 0 1 2.25 18V6A2.75 2.75 0 0 1 5 3.25zm6.152 7.099a.75.75 0 0 0-1.061 0L12 11.939l-1.59-1.59a.75.75 0 1 0-1.061 1.06L10.939 13l-1.59 1.59a.75.75 0 0 0 1.06 1.061L12 14.061l1.59 1.59a.751.751 0 0 0 1.062-1.06L13.061 13l1.591-1.59a.75.75 0 0 0 0-1.061" clip-rule="evenodd"/>`,
|
|
39
|
+
bold: `<path fill="currentColor" fill-rule="evenodd" d="M8.5 3a3 3 0 0 1 2.4 1.2l.3.4a1 1 0 0 0 .8.4h7a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3zm6.33 7.172a1 1 0 0 0-1.416 0L12 11.585l-1.414-1.413a1 1 0 1 0-1.414 1.414L10.586 13l-1.414 1.414a1 1 0 0 0 1.414 1.414L12 14.414l1.414 1.414a1.001 1.001 0 0 0 1.415-1.414L13.414 13l1.415-1.414a1 1 0 0 0 0-1.414" clip-rule="evenodd"/>`
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
43
|
+
0 && (module.exports = {
|
|
44
|
+
IconFolderX
|
|
45
|
+
});
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as vue from 'vue';
|
|
2
|
+
import { IconVariant, IconWeight } from '../types.cjs';
|
|
3
|
+
|
|
4
|
+
declare const IconFolderX: 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 { IconFolderX };
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as vue from 'vue';
|
|
2
|
+
import { IconVariant, IconWeight } from '../types.js';
|
|
3
|
+
|
|
4
|
+
declare const IconFolderX: 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 { IconFolderX };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { createIcon } from "../createIcon";
|
|
2
|
+
const IconFolderX = /* @__PURE__ */ createIcon("folder-x", {
|
|
3
|
+
line: {
|
|
4
|
+
light: `<path fill="currentColor" d="M2.5 18V6A2.5 2.5 0 0 1 5 3.5h3.5a2.5 2.5 0 0 1 2 1l.3.4a1.5 1.5 0 0 0 1.2.6h7A2.5 2.5 0 0 1 21.5 8v10a2.5 2.5 0 0 1-2.5 2.5H5A2.5 2.5 0 0 1 2.5 18m11.268-7.475a.501.501 0 0 1 .708.707L12.707 13l1.769 1.768a.5.5 0 0 1-.708.707L12 13.707l-1.768 1.768a.5.5 0 1 1-.707-.707L11.293 13l-1.768-1.768a.5.5 0 0 1 .707-.707L12 12.292zM3.5 18A1.5 1.5 0 0 0 5 19.5h14a1.5 1.5 0 0 0 1.5-1.5V8A1.5 1.5 0 0 0 19 6.5h-7a2.5 2.5 0 0 1-2-1l-.3-.4a1.5 1.5 0 0 0-1.2-.6H5A1.5 1.5 0 0 0 3.5 6z"/>`,
|
|
5
|
+
regular: `<path fill="currentColor" d="M2.25 18V6A2.75 2.75 0 0 1 5 3.25h3.5c.866 0 1.68.407 2.2 1.1l.3.4.095.112c.234.246.56.388.905.388h7A2.75 2.75 0 0 1 21.75 8v10A2.75 2.75 0 0 1 19 20.75H5A2.75 2.75 0 0 1 2.25 18m11.34-7.651a.751.751 0 0 1 1.062 1.06L13.061 13l1.591 1.59a.75.75 0 0 1-1.061 1.061L12 14.061l-1.59 1.59a.75.75 0 1 1-1.061-1.06L10.939 13l-1.59-1.59a.75.75 0 0 1 1.06-1.061L12 11.939zM3.75 18c0 .69.56 1.25 1.25 1.25h14c.69 0 1.25-.56 1.25-1.25V8c0-.69-.56-1.25-1.25-1.25h-7a2.75 2.75 0 0 1-2.2-1.1l-.3-.4a1.25 1.25 0 0 0-1-.5H5c-.69 0-1.25.56-1.25 1.25z"/>`,
|
|
6
|
+
bold: `<path fill="currentColor" d="M2 18V6a3 3 0 0 1 3-3h3.5a3 3 0 0 1 2.4 1.2l.3.4a1 1 0 0 0 .8.4h7a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3m11.414-7.828a1 1 0 0 1 1.415 1.414L13.414 13l1.415 1.414a1 1 0 0 1-1.415 1.414L12 14.414l-1.414 1.414a1 1 0 1 1-1.414-1.414L10.586 13l-1.414-1.414a1 1 0 0 1 1.414-1.414L12 11.585zM4 18a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1h-7a3 3 0 0 1-2.4-1.2l-.3-.4a1 1 0 0 0-.8-.4H5a1 1 0 0 0-1 1z"/>`
|
|
7
|
+
},
|
|
8
|
+
duotone: {
|
|
9
|
+
light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M3 6a2 2 0 0 1 2-2h3.5a2 2 0 0 1 1.6.8l.3.4A2 2 0 0 0 12 6h7a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/><path fill="currentColor" d="M2.5 18V6A2.5 2.5 0 0 1 5 3.5h3.5a2.5 2.5 0 0 1 2 1l.3.4a1.5 1.5 0 0 0 1.2.6h7A2.5 2.5 0 0 1 21.5 8v10a2.5 2.5 0 0 1-2.5 2.5H5A2.5 2.5 0 0 1 2.5 18m11.268-7.475a.501.501 0 0 1 .708.707L12.707 13l1.769 1.768a.5.5 0 0 1-.708.707L12 13.707l-1.768 1.768a.5.5 0 1 1-.707-.707L11.293 13l-1.768-1.768a.5.5 0 0 1 .707-.707L12 12.292zM3.5 18A1.5 1.5 0 0 0 5 19.5h14a1.5 1.5 0 0 0 1.5-1.5V8A1.5 1.5 0 0 0 19 6.5h-7a2.5 2.5 0 0 1-2-1l-.3-.4a1.5 1.5 0 0 0-1.2-.6H5A1.5 1.5 0 0 0 3.5 6z"/>`,
|
|
10
|
+
regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M3 6a2 2 0 0 1 2-2h3.5a2 2 0 0 1 1.6.8l.3.4A2 2 0 0 0 12 6h7a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/><path fill="currentColor" d="M2.25 18V6A2.75 2.75 0 0 1 5 3.25h3.5c.866 0 1.68.407 2.2 1.1l.3.4.095.112c.234.246.56.388.905.388h7A2.75 2.75 0 0 1 21.75 8v10A2.75 2.75 0 0 1 19 20.75H5A2.75 2.75 0 0 1 2.25 18m11.34-7.651a.751.751 0 0 1 1.062 1.06L13.061 13l1.591 1.59a.75.75 0 0 1-1.061 1.061L12 14.061l-1.59 1.59a.75.75 0 1 1-1.061-1.06L10.939 13l-1.59-1.59a.75.75 0 0 1 1.06-1.061L12 11.939zM3.75 18c0 .69.56 1.25 1.25 1.25h14c.69 0 1.25-.56 1.25-1.25V8c0-.69-.56-1.25-1.25-1.25h-7a2.75 2.75 0 0 1-2.2-1.1l-.3-.4a1.25 1.25 0 0 0-1-.5H5c-.69 0-1.25.56-1.25 1.25z"/>`,
|
|
11
|
+
bold: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M3 6a2 2 0 0 1 2-2h3.5a2 2 0 0 1 1.6.8l.3.4A2 2 0 0 0 12 6h7a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/><path fill="currentColor" d="M2 18V6a3 3 0 0 1 3-3h3.5a3 3 0 0 1 2.4 1.2l.3.4a1 1 0 0 0 .8.4h7a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3m11.414-7.828a1 1 0 0 1 1.415 1.414L13.414 13l1.415 1.414a1 1 0 0 1-1.415 1.414L12 14.414l-1.414 1.414a1 1 0 1 1-1.414-1.414L10.586 13l-1.414-1.414a1 1 0 0 1 1.414-1.414L12 11.585zM4 18a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1h-7a3 3 0 0 1-2.4-1.2l-.3-.4a1 1 0 0 0-.8-.4H5a1 1 0 0 0-1 1z"/>`
|
|
12
|
+
},
|
|
13
|
+
solid: {
|
|
14
|
+
light: `<path fill="currentColor" fill-rule="evenodd" d="M8.5 3.5a2.5 2.5 0 0 1 2 1l.3.4a1.5 1.5 0 0 0 1.2.6h7A2.5 2.5 0 0 1 21.5 8v10a2.5 2.5 0 0 1-2.5 2.5H5A2.5 2.5 0 0 1 2.5 18V6A2.5 2.5 0 0 1 5 3.5zm5.976 7.025a.5.5 0 0 0-.708 0L12 12.292l-1.768-1.767a.5.5 0 1 0-.707.707L11.293 13l-1.768 1.768a.5.5 0 0 0 .707.707L12 13.707l1.768 1.768a.501.501 0 0 0 .708-.707L12.707 13l1.769-1.768a.5.5 0 0 0 0-.707" clip-rule="evenodd"/>`,
|
|
15
|
+
regular: `<path fill="currentColor" fill-rule="evenodd" d="M8.5 3.25c.866 0 1.68.407 2.2 1.1l.3.4c.236.315.607.5 1 .5h7A2.75 2.75 0 0 1 21.75 8v10A2.75 2.75 0 0 1 19 20.75H5A2.75 2.75 0 0 1 2.25 18V6A2.75 2.75 0 0 1 5 3.25zm6.152 7.099a.75.75 0 0 0-1.061 0L12 11.939l-1.59-1.59a.75.75 0 1 0-1.061 1.06L10.939 13l-1.59 1.59a.75.75 0 0 0 1.06 1.061L12 14.061l1.59 1.59a.751.751 0 0 0 1.062-1.06L13.061 13l1.591-1.59a.75.75 0 0 0 0-1.061" clip-rule="evenodd"/>`,
|
|
16
|
+
bold: `<path fill="currentColor" fill-rule="evenodd" d="M8.5 3a3 3 0 0 1 2.4 1.2l.3.4a1 1 0 0 0 .8.4h7a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3zm6.33 7.172a1 1 0 0 0-1.416 0L12 11.585l-1.414-1.413a1 1 0 1 0-1.414 1.414L10.586 13l-1.414 1.414a1 1 0 0 0 1.414 1.414L12 14.414l1.414 1.414a1.001 1.001 0 0 0 1.415-1.414L13.414 13l1.415-1.414a1 1 0 0 0 0-1.414" clip-rule="evenodd"/>`
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
export {
|
|
20
|
+
IconFolderX
|
|
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 folder_exports = {};
|
|
20
|
+
__export(folder_exports, {
|
|
21
|
+
IconFolder: () => IconFolder
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(folder_exports);
|
|
24
|
+
var import_createIcon = require("../createIcon");
|
|
25
|
+
const IconFolder = /* @__PURE__ */ (0, import_createIcon.createIcon)("folder", {
|
|
26
|
+
line: {
|
|
27
|
+
light: `<path fill="currentColor" d="M2.5 18V6A2.5 2.5 0 0 1 5 3.5h3.5a2.5 2.5 0 0 1 2 1l.3.4a1.5 1.5 0 0 0 1.2.6h7A2.5 2.5 0 0 1 21.5 8v10a2.5 2.5 0 0 1-2.5 2.5H5A2.5 2.5 0 0 1 2.5 18M17 9.5a.5.5 0 0 1 0 1H7a.5.5 0 0 1 0-1zM3.5 18A1.5 1.5 0 0 0 5 19.5h14a1.5 1.5 0 0 0 1.5-1.5V8A1.5 1.5 0 0 0 19 6.5h-7a2.5 2.5 0 0 1-2-1l-.3-.4a1.5 1.5 0 0 0-1.2-.6H5A1.5 1.5 0 0 0 3.5 6z"/>`,
|
|
28
|
+
regular: `<path fill="currentColor" d="M2.25 18V6A2.75 2.75 0 0 1 5 3.25h3.5c.866 0 1.68.407 2.2 1.1l.3.4.095.112c.234.246.56.388.905.388h7A2.75 2.75 0 0 1 21.75 8v10A2.75 2.75 0 0 1 19 20.75H5A2.75 2.75 0 0 1 2.25 18M17 9.25a.75.75 0 0 1 0 1.5H7a.75.75 0 0 1 0-1.5zM3.75 18c0 .69.56 1.25 1.25 1.25h14c.69 0 1.25-.56 1.25-1.25V8c0-.69-.56-1.25-1.25-1.25h-7a2.75 2.75 0 0 1-2.2-1.1l-.3-.4a1.25 1.25 0 0 0-1-.5H5c-.69 0-1.25.56-1.25 1.25z"/>`,
|
|
29
|
+
bold: `<path fill="currentColor" d="M2 18V6a3 3 0 0 1 3-3h3.5a3 3 0 0 1 2.4 1.2l.3.4a1 1 0 0 0 .8.4h7a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3m15-9a1 1 0 1 1 0 2H7a1 1 0 1 1 0-2zM4 18a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1h-7a3 3 0 0 1-2.4-1.2l-.3-.4a1 1 0 0 0-.8-.4H5a1 1 0 0 0-1 1z"/>`
|
|
30
|
+
},
|
|
31
|
+
duotone: {
|
|
32
|
+
light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M3 6a2 2 0 0 1 2-2h3.5a2 2 0 0 1 1.6.8l.3.4A2 2 0 0 0 12 6h7a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/><path fill="currentColor" d="M2.5 18V6A2.5 2.5 0 0 1 5 3.5h3.5a2.5 2.5 0 0 1 2 1l.3.4a1.5 1.5 0 0 0 1.2.6h7A2.5 2.5 0 0 1 21.5 8v10a2.5 2.5 0 0 1-2.5 2.5H5A2.5 2.5 0 0 1 2.5 18M17 9.5a.5.5 0 0 1 0 1H7a.5.5 0 0 1 0-1zM3.5 18A1.5 1.5 0 0 0 5 19.5h14a1.5 1.5 0 0 0 1.5-1.5V8A1.5 1.5 0 0 0 19 6.5h-7a2.5 2.5 0 0 1-2-1l-.3-.4a1.5 1.5 0 0 0-1.2-.6H5A1.5 1.5 0 0 0 3.5 6z"/>`,
|
|
33
|
+
regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M3 6a2 2 0 0 1 2-2h3.5a2 2 0 0 1 1.6.8l.3.4A2 2 0 0 0 12 6h7a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/><path fill="currentColor" d="M2.25 18V6A2.75 2.75 0 0 1 5 3.25h3.5c.866 0 1.68.407 2.2 1.1l.3.4.095.112c.234.246.56.388.905.388h7A2.75 2.75 0 0 1 21.75 8v10A2.75 2.75 0 0 1 19 20.75H5A2.75 2.75 0 0 1 2.25 18M17 9.25a.75.75 0 0 1 0 1.5H7a.75.75 0 0 1 0-1.5zM3.75 18c0 .69.56 1.25 1.25 1.25h14c.69 0 1.25-.56 1.25-1.25V8c0-.69-.56-1.25-1.25-1.25h-7a2.75 2.75 0 0 1-2.2-1.1l-.3-.4a1.25 1.25 0 0 0-1-.5H5c-.69 0-1.25.56-1.25 1.25z"/>`,
|
|
34
|
+
bold: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M3 6a2 2 0 0 1 2-2h3.5a2 2 0 0 1 1.6.8l.3.4A2 2 0 0 0 12 6h7a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/><path fill="currentColor" d="M2 18V6a3 3 0 0 1 3-3h3.5a3 3 0 0 1 2.4 1.2l.3.4a1 1 0 0 0 .8.4h7a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3m15-9a1 1 0 1 1 0 2H7a1 1 0 1 1 0-2zM4 18a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1h-7a3 3 0 0 1-2.4-1.2l-.3-.4a1 1 0 0 0-.8-.4H5a1 1 0 0 0-1 1z"/>`
|
|
35
|
+
},
|
|
36
|
+
solid: {
|
|
37
|
+
light: `<path fill="currentColor" fill-rule="evenodd" d="M8.5 3.5a2.5 2.5 0 0 1 2 1l.3.4a1.5 1.5 0 0 0 1.2.6h7A2.5 2.5 0 0 1 21.5 8v10a2.5 2.5 0 0 1-2.5 2.5H5A2.5 2.5 0 0 1 2.5 18V6A2.5 2.5 0 0 1 5 3.5zM7 9.5a.5.5 0 0 0 0 1h10a.5.5 0 0 0 0-1z" clip-rule="evenodd"/>`,
|
|
38
|
+
regular: `<path fill="currentColor" fill-rule="evenodd" d="M8.5 3.25c.866 0 1.68.407 2.2 1.1l.3.4c.236.315.607.5 1 .5h7A2.75 2.75 0 0 1 21.75 8v10A2.75 2.75 0 0 1 19 20.75H5A2.75 2.75 0 0 1 2.25 18V6A2.75 2.75 0 0 1 5 3.25zm-1.5 6a.75.75 0 0 0 0 1.5h10a.75.75 0 0 0 0-1.5z" clip-rule="evenodd"/>`,
|
|
39
|
+
bold: `<path fill="currentColor" fill-rule="evenodd" d="M8.5 3a3 3 0 0 1 2.4 1.2l.3.4a1 1 0 0 0 .8.4h7a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3zM7 9a1 1 0 0 0 0 2h10a1 1 0 1 0 0-2z" clip-rule="evenodd"/>`
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
43
|
+
0 && (module.exports = {
|
|
44
|
+
IconFolder
|
|
45
|
+
});
|