@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,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 folder_check_exports = {};
|
|
20
|
+
__export(folder_check_exports, {
|
|
21
|
+
IconFolderCheck: () => IconFolderCheck
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(folder_check_exports);
|
|
24
|
+
var import_createIcon = require("../createIcon");
|
|
25
|
+
const IconFolderCheck = /* @__PURE__ */ (0, import_createIcon.createIcon)("folder-check", {
|
|
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 18m12.147-7.353a.5.5 0 1 1 .707.707l-3.824 3.823a.75.75 0 0 1-1.06 0l-1.824-1.823a.5.5 0 1 1 .708-.707L11 14.293zM3.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 18m12.22-7.53a.75.75 0 1 1 1.06 1.06l-3.823 3.824a1 1 0 0 1-1.414 0L8.47 13.53a.75.75 0 1 1 1.06-1.06L11 13.94zM3.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-3m12.293-7.707a1 1 0 1 1 1.414 1.414l-3.823 3.823a1.25 1.25 0 0 1-1.768 0l-1.823-1.823a1 1 0 1 1 1.414-1.414L11 13.586zM4 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 18m12.147-7.353a.5.5 0 1 1 .707.707l-3.824 3.823a.75.75 0 0 1-1.06 0l-1.824-1.823a.5.5 0 1 1 .708-.707L11 14.293zM3.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 18m12.22-7.53a.75.75 0 1 1 1.06 1.06l-3.823 3.824a1 1 0 0 1-1.414 0L8.47 13.53a.75.75 0 1 1 1.06-1.06L11 13.94zM3.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-3m12.293-7.707a1 1 0 1 1 1.414 1.414l-3.823 3.823a1.25 1.25 0 0 1-1.768 0l-1.823-1.823a1 1 0 1 1 1.414-1.414L11 13.586zM4 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.5zm6.854 7.147a.5.5 0 0 0-.707 0L11 14.293l-1.646-1.646a.5.5 0 1 0-.708.707l1.824 1.823a.75.75 0 0 0 1.06 0l3.824-3.823a.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.25zm7.03 7.22a.75.75 0 0 0-1.06 0L11 13.94l-1.47-1.47a.75.75 0 1 0-1.06 1.06l1.823 1.824a1 1 0 0 0 1.414 0l3.823-3.824a.75.75 0 0 0 0-1.06" 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.207 7.293a1 1 0 0 0-1.414 0L11 13.586l-1.293-1.293a1 1 0 1 0-1.414 1.414l1.823 1.823a1.25 1.25 0 0 0 1.768 0l3.823-3.823a1 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
|
+
IconFolderCheck
|
|
45
|
+
});
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as vue from 'vue';
|
|
2
|
+
import { IconVariant, IconWeight } from '../types.cjs';
|
|
3
|
+
|
|
4
|
+
declare const IconFolderCheck: 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 { IconFolderCheck };
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as vue from 'vue';
|
|
2
|
+
import { IconVariant, IconWeight } from '../types.js';
|
|
3
|
+
|
|
4
|
+
declare const IconFolderCheck: 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 { IconFolderCheck };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { createIcon } from "../createIcon";
|
|
2
|
+
const IconFolderCheck = /* @__PURE__ */ createIcon("folder-check", {
|
|
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 18m12.147-7.353a.5.5 0 1 1 .707.707l-3.824 3.823a.75.75 0 0 1-1.06 0l-1.824-1.823a.5.5 0 1 1 .708-.707L11 14.293zM3.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 18m12.22-7.53a.75.75 0 1 1 1.06 1.06l-3.823 3.824a1 1 0 0 1-1.414 0L8.47 13.53a.75.75 0 1 1 1.06-1.06L11 13.94zM3.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-3m12.293-7.707a1 1 0 1 1 1.414 1.414l-3.823 3.823a1.25 1.25 0 0 1-1.768 0l-1.823-1.823a1 1 0 1 1 1.414-1.414L11 13.586zM4 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 18m12.147-7.353a.5.5 0 1 1 .707.707l-3.824 3.823a.75.75 0 0 1-1.06 0l-1.824-1.823a.5.5 0 1 1 .708-.707L11 14.293zM3.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 18m12.22-7.53a.75.75 0 1 1 1.06 1.06l-3.823 3.824a1 1 0 0 1-1.414 0L8.47 13.53a.75.75 0 1 1 1.06-1.06L11 13.94zM3.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-3m12.293-7.707a1 1 0 1 1 1.414 1.414l-3.823 3.823a1.25 1.25 0 0 1-1.768 0l-1.823-1.823a1 1 0 1 1 1.414-1.414L11 13.586zM4 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.5zm6.854 7.147a.5.5 0 0 0-.707 0L11 14.293l-1.646-1.646a.5.5 0 1 0-.708.707l1.824 1.823a.75.75 0 0 0 1.06 0l3.824-3.823a.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.25zm7.03 7.22a.75.75 0 0 0-1.06 0L11 13.94l-1.47-1.47a.75.75 0 1 0-1.06 1.06l1.823 1.824a1 1 0 0 0 1.414 0l3.823-3.824a.75.75 0 0 0 0-1.06" 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-3zm7.207 7.293a1 1 0 0 0-1.414 0L11 13.586l-1.293-1.293a1 1 0 1 0-1.414 1.414l1.823 1.823a1.25 1.25 0 0 0 1.768 0l3.823-3.823a1 1 0 0 0 0-1.414" clip-rule="evenodd"/>`
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
export {
|
|
20
|
+
IconFolderCheck
|
|
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_code_exports = {};
|
|
20
|
+
__export(folder_code_exports, {
|
|
21
|
+
IconFolderCode: () => IconFolderCode
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(folder_code_exports);
|
|
24
|
+
var import_createIcon = require("../createIcon");
|
|
25
|
+
const IconFolderCode = /* @__PURE__ */ (0, import_createIcon.createIcon)("folder-code", {
|
|
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 18m7.146-8.354a.5.5 0 1 1 .707.707L7.708 13l2.647 2.646a.5.5 0 1 1-.708.707L7 13.708a1 1 0 0 1 0-1.414zm4 0a.5.5 0 0 1 .707 0L17 12.293a1 1 0 0 1 0 1.414l-2.646 2.646a.5.5 0 1 1-.707-.707L16.293 13l-2.646-2.646a.5.5 0 0 1 0-.708M3.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 18m7.22-8.53a.75.75 0 1 1 1.06 1.06L8.06 13l2.47 2.47a.75.75 0 1 1-1.06 1.06l-2.647-2.646a1.25 1.25 0 0 1 0-1.768zm4 0a.75.75 0 0 1 1.06 0l2.647 2.646a1.25 1.25 0 0 1 0 1.768L14.53 16.53a.75.75 0 1 1-1.06-1.06L15.94 13l-2.47-2.47a.75.75 0 0 1 0-1.06M3.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-3m7.293-8.707a1 1 0 1 1 1.414 1.414L8.414 13l2.293 2.293a1 1 0 1 1-1.414 1.414L6.646 14.06a1.5 1.5 0 0 1 0-2.12zm4 0a1 1 0 0 1 1.414 0l2.646 2.647a1.5 1.5 0 0 1 0 2.12l-2.646 2.647a1 1 0 1 1-1.414-1.414L15.586 13l-2.293-2.293a1 1 0 0 1 0-1.414M4 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 18m7.146-8.354a.5.5 0 1 1 .707.707L7.708 13l2.647 2.646a.5.5 0 1 1-.708.707L7 13.708a1 1 0 0 1 0-1.414zm4 0a.5.5 0 0 1 .707 0L17 12.293a1 1 0 0 1 0 1.414l-2.646 2.646a.5.5 0 1 1-.707-.707L16.293 13l-2.646-2.646a.5.5 0 0 1 0-.708M3.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 18m7.22-8.53a.75.75 0 1 1 1.06 1.06L8.06 13l2.47 2.47a.75.75 0 1 1-1.06 1.06l-2.647-2.646a1.25 1.25 0 0 1 0-1.768zm4 0a.75.75 0 0 1 1.06 0l2.647 2.646a1.25 1.25 0 0 1 0 1.768L14.53 16.53a.75.75 0 1 1-1.06-1.06L15.94 13l-2.47-2.47a.75.75 0 0 1 0-1.06M3.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-3m7.293-8.707a1 1 0 1 1 1.414 1.414L8.414 13l2.293 2.293a1 1 0 1 1-1.414 1.414L6.646 14.06a1.5 1.5 0 0 1 0-2.12zm4 0a1 1 0 0 1 1.414 0l2.646 2.647a1.5 1.5 0 0 1 0 2.12l-2.646 2.647a1 1 0 1 1-1.414-1.414L15.586 13l-2.293-2.293a1 1 0 0 1 0-1.414M4 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.5zm1.854 6.146a.5.5 0 0 0-.708 0L7 12.293a1 1 0 0 0 0 1.414l2.646 2.646a.5.5 0 1 0 .707-.707L7.708 13l2.647-2.646a.5.5 0 0 0 0-.708m4 0a.5.5 0 1 0-.707.707L16.293 13l-2.646 2.646a.5.5 0 1 0 .707.707L17 13.708a1 1 0 0 0 0-1.414z" 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.25zm2.03 6.22a.75.75 0 0 0-1.06 0l-2.647 2.646a1.25 1.25 0 0 0 0 1.768L9.47 16.53a.75.75 0 1 0 1.06-1.06L8.06 13l2.47-2.47a.75.75 0 0 0 0-1.06m4 0a.75.75 0 1 0-1.06 1.06L15.94 13l-2.47 2.47a.75.75 0 1 0 1.06 1.06l2.647-2.646a1.25 1.25 0 0 0 0-1.768z" 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-3zm2.207 6.293a1 1 0 0 0-1.414 0L6.646 11.94a1.5 1.5 0 0 0 0 2.12l2.647 2.647a1 1 0 1 0 1.414-1.414L8.414 13l2.293-2.293a1 1 0 0 0 0-1.414m4 0a1 1 0 1 0-1.414 1.414L15.586 13l-2.293 2.293a1 1 0 1 0 1.414 1.414l2.646-2.647a1.5 1.5 0 0 0 0-2.12z" clip-rule="evenodd"/>`
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
43
|
+
0 && (module.exports = {
|
|
44
|
+
IconFolderCode
|
|
45
|
+
});
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as vue from 'vue';
|
|
2
|
+
import { IconVariant, IconWeight } from '../types.cjs';
|
|
3
|
+
|
|
4
|
+
declare const IconFolderCode: 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 { IconFolderCode };
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as vue from 'vue';
|
|
2
|
+
import { IconVariant, IconWeight } from '../types.js';
|
|
3
|
+
|
|
4
|
+
declare const IconFolderCode: 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 { IconFolderCode };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { createIcon } from "../createIcon";
|
|
2
|
+
const IconFolderCode = /* @__PURE__ */ createIcon("folder-code", {
|
|
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 18m7.146-8.354a.5.5 0 1 1 .707.707L7.708 13l2.647 2.646a.5.5 0 1 1-.708.707L7 13.708a1 1 0 0 1 0-1.414zm4 0a.5.5 0 0 1 .707 0L17 12.293a1 1 0 0 1 0 1.414l-2.646 2.646a.5.5 0 1 1-.707-.707L16.293 13l-2.646-2.646a.5.5 0 0 1 0-.708M3.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 18m7.22-8.53a.75.75 0 1 1 1.06 1.06L8.06 13l2.47 2.47a.75.75 0 1 1-1.06 1.06l-2.647-2.646a1.25 1.25 0 0 1 0-1.768zm4 0a.75.75 0 0 1 1.06 0l2.647 2.646a1.25 1.25 0 0 1 0 1.768L14.53 16.53a.75.75 0 1 1-1.06-1.06L15.94 13l-2.47-2.47a.75.75 0 0 1 0-1.06M3.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-3m7.293-8.707a1 1 0 1 1 1.414 1.414L8.414 13l2.293 2.293a1 1 0 1 1-1.414 1.414L6.646 14.06a1.5 1.5 0 0 1 0-2.12zm4 0a1 1 0 0 1 1.414 0l2.646 2.647a1.5 1.5 0 0 1 0 2.12l-2.646 2.647a1 1 0 1 1-1.414-1.414L15.586 13l-2.293-2.293a1 1 0 0 1 0-1.414M4 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 18m7.146-8.354a.5.5 0 1 1 .707.707L7.708 13l2.647 2.646a.5.5 0 1 1-.708.707L7 13.708a1 1 0 0 1 0-1.414zm4 0a.5.5 0 0 1 .707 0L17 12.293a1 1 0 0 1 0 1.414l-2.646 2.646a.5.5 0 1 1-.707-.707L16.293 13l-2.646-2.646a.5.5 0 0 1 0-.708M3.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 18m7.22-8.53a.75.75 0 1 1 1.06 1.06L8.06 13l2.47 2.47a.75.75 0 1 1-1.06 1.06l-2.647-2.646a1.25 1.25 0 0 1 0-1.768zm4 0a.75.75 0 0 1 1.06 0l2.647 2.646a1.25 1.25 0 0 1 0 1.768L14.53 16.53a.75.75 0 1 1-1.06-1.06L15.94 13l-2.47-2.47a.75.75 0 0 1 0-1.06M3.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-3m7.293-8.707a1 1 0 1 1 1.414 1.414L8.414 13l2.293 2.293a1 1 0 1 1-1.414 1.414L6.646 14.06a1.5 1.5 0 0 1 0-2.12zm4 0a1 1 0 0 1 1.414 0l2.646 2.647a1.5 1.5 0 0 1 0 2.12l-2.646 2.647a1 1 0 1 1-1.414-1.414L15.586 13l-2.293-2.293a1 1 0 0 1 0-1.414M4 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.5zm1.854 6.146a.5.5 0 0 0-.708 0L7 12.293a1 1 0 0 0 0 1.414l2.646 2.646a.5.5 0 1 0 .707-.707L7.708 13l2.647-2.646a.5.5 0 0 0 0-.708m4 0a.5.5 0 1 0-.707.707L16.293 13l-2.646 2.646a.5.5 0 1 0 .707.707L17 13.708a1 1 0 0 0 0-1.414z" 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.25zm2.03 6.22a.75.75 0 0 0-1.06 0l-2.647 2.646a1.25 1.25 0 0 0 0 1.768L9.47 16.53a.75.75 0 1 0 1.06-1.06L8.06 13l2.47-2.47a.75.75 0 0 0 0-1.06m4 0a.75.75 0 1 0-1.06 1.06L15.94 13l-2.47 2.47a.75.75 0 1 0 1.06 1.06l2.647-2.646a1.25 1.25 0 0 0 0-1.768z" 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-3zm2.207 6.293a1 1 0 0 0-1.414 0L6.646 11.94a1.5 1.5 0 0 0 0 2.12l2.647 2.647a1 1 0 1 0 1.414-1.414L8.414 13l2.293-2.293a1 1 0 0 0 0-1.414m4 0a1 1 0 1 0-1.414 1.414L15.586 13l-2.293 2.293a1 1 0 1 0 1.414 1.414l2.646-2.647a1.5 1.5 0 0 0 0-2.12z" clip-rule="evenodd"/>`
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
export {
|
|
20
|
+
IconFolderCode
|
|
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_minus_exports = {};
|
|
20
|
+
__export(folder_minus_exports, {
|
|
21
|
+
IconFolderMinus: () => IconFolderMinus
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(folder_minus_exports);
|
|
24
|
+
var import_createIcon = require("../createIcon");
|
|
25
|
+
const IconFolderMinus = /* @__PURE__ */ (0, import_createIcon.createIcon)("folder-minus", {
|
|
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 18M15 12.5a.5.5 0 0 1 0 1H9a.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 18M15 12.25a.75.75 0 0 1 0 1.5H9a.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-3m13-6a1 1 0 1 1 0 2H9a1 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 18M15 12.5a.5.5 0 0 1 0 1H9a.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 18M15 12.25a.75.75 0 0 1 0 1.5H9a.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-3m13-6a1 1 0 1 1 0 2H9a1 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.5zm.5 9a.5.5 0 0 0 0 1h6a.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.5 9a.75.75 0 0 0 0 1.5h6a.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-3zm.5 9a1 1 0 1 0 0 2h6a1 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
|
+
IconFolderMinus
|
|
45
|
+
});
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as vue from 'vue';
|
|
2
|
+
import { IconVariant, IconWeight } from '../types.cjs';
|
|
3
|
+
|
|
4
|
+
declare const IconFolderMinus: 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 { IconFolderMinus };
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as vue from 'vue';
|
|
2
|
+
import { IconVariant, IconWeight } from '../types.js';
|
|
3
|
+
|
|
4
|
+
declare const IconFolderMinus: 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 { IconFolderMinus };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { createIcon } from "../createIcon";
|
|
2
|
+
const IconFolderMinus = /* @__PURE__ */ createIcon("folder-minus", {
|
|
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 18M15 12.5a.5.5 0 0 1 0 1H9a.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"/>`,
|
|
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 18M15 12.25a.75.75 0 0 1 0 1.5H9a.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"/>`,
|
|
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-3m13-6a1 1 0 1 1 0 2H9a1 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"/>`
|
|
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 18M15 12.5a.5.5 0 0 1 0 1H9a.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"/>`,
|
|
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 18M15 12.25a.75.75 0 0 1 0 1.5H9a.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"/>`,
|
|
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-3m13-6a1 1 0 1 1 0 2H9a1 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"/>`
|
|
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.5zm.5 9a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1z" 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.25zm.5 9a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5z" 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-3zm.5 9a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2z" clip-rule="evenodd"/>`
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
export {
|
|
20
|
+
IconFolderMinus
|
|
21
|
+
};
|