@uiuxicons/vue 0.3.3 → 0.4.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/Icon.d.cts +1 -1
- package/dist/Icon.d.ts +1 -1
- package/dist/icons/arrow-up-left.cjs +1 -1
- package/dist/icons/arrow-up-left.js +1 -1
- package/dist/icons/arrow-up-right.cjs +2 -2
- package/dist/icons/arrow-up-right.js +2 -2
- package/dist/icons/columns-check.cjs +45 -0
- package/dist/icons/columns-check.d.cts +56 -0
- package/dist/icons/columns-check.d.ts +56 -0
- package/dist/icons/columns-check.js +21 -0
- package/dist/icons/columns-plus.cjs +45 -0
- package/dist/icons/columns-plus.d.cts +56 -0
- package/dist/icons/columns-plus.d.ts +56 -0
- package/dist/icons/columns-plus.js +21 -0
- package/dist/icons/columns-x.cjs +45 -0
- package/dist/icons/columns-x.d.cts +56 -0
- package/dist/icons/columns-x.d.ts +56 -0
- package/dist/icons/columns-x.js +21 -0
- package/dist/icons/columns.cjs +45 -0
- package/dist/icons/columns.d.cts +56 -0
- package/dist/icons/columns.d.ts +56 -0
- package/dist/icons/columns.js +21 -0
- package/dist/icons/graduation-cap.cjs +3 -3
- package/dist/icons/graduation-cap.js +3 -3
- package/dist/icons/grid-check.cjs +45 -0
- package/dist/icons/grid-check.d.cts +56 -0
- package/dist/icons/grid-check.d.ts +56 -0
- package/dist/icons/grid-check.js +21 -0
- package/dist/icons/grid-plus.cjs +45 -0
- package/dist/icons/grid-plus.d.cts +56 -0
- package/dist/icons/grid-plus.d.ts +56 -0
- package/dist/icons/grid-plus.js +21 -0
- package/dist/icons/grid-x.cjs +45 -0
- package/dist/icons/grid-x.d.cts +56 -0
- package/dist/icons/grid-x.d.ts +56 -0
- package/dist/icons/grid-x.js +21 -0
- package/dist/icons/grid.cjs +45 -0
- package/dist/icons/grid.d.cts +56 -0
- package/dist/icons/grid.d.ts +56 -0
- package/dist/icons/grid.js +21 -0
- package/dist/icons/padding-bottom.cjs +45 -0
- package/dist/icons/padding-bottom.d.cts +56 -0
- package/dist/icons/padding-bottom.d.ts +56 -0
- package/dist/icons/padding-bottom.js +21 -0
- package/dist/icons/padding-horizontal.cjs +45 -0
- package/dist/icons/padding-horizontal.d.cts +56 -0
- package/dist/icons/padding-horizontal.d.ts +56 -0
- package/dist/icons/padding-horizontal.js +21 -0
- package/dist/icons/padding-left.cjs +45 -0
- package/dist/icons/padding-left.d.cts +56 -0
- package/dist/icons/padding-left.d.ts +56 -0
- package/dist/icons/padding-left.js +21 -0
- package/dist/icons/padding-right.cjs +45 -0
- package/dist/icons/padding-right.d.cts +56 -0
- package/dist/icons/padding-right.d.ts +56 -0
- package/dist/icons/padding-right.js +21 -0
- package/dist/icons/padding-top.cjs +45 -0
- package/dist/icons/padding-top.d.cts +56 -0
- package/dist/icons/padding-top.d.ts +56 -0
- package/dist/icons/padding-top.js +21 -0
- package/dist/icons/padding-vertical.cjs +45 -0
- package/dist/icons/padding-vertical.d.cts +56 -0
- package/dist/icons/padding-vertical.d.ts +56 -0
- package/dist/icons/padding-vertical.js +21 -0
- package/dist/icons/padding.cjs +45 -0
- package/dist/icons/padding.d.cts +56 -0
- package/dist/icons/padding.d.ts +56 -0
- package/dist/icons/padding.js +21 -0
- package/dist/icons/rows-check.cjs +45 -0
- package/dist/icons/rows-check.d.cts +56 -0
- package/dist/icons/rows-check.d.ts +56 -0
- package/dist/icons/rows-check.js +21 -0
- package/dist/icons/rows-plus.cjs +45 -0
- package/dist/icons/rows-plus.d.cts +56 -0
- package/dist/icons/rows-plus.d.ts +56 -0
- package/dist/icons/rows-plus.js +21 -0
- package/dist/icons/rows-x.cjs +45 -0
- package/dist/icons/rows-x.d.cts +56 -0
- package/dist/icons/rows-x.d.ts +56 -0
- package/dist/icons/rows-x.js +21 -0
- package/dist/icons/rows.cjs +45 -0
- package/dist/icons/rows.d.cts +56 -0
- package/dist/icons/rows.d.ts +56 -0
- package/dist/icons/rows.js +21 -0
- package/dist/index.cjs +57 -0
- package/dist/index.d.cts +19 -0
- package/dist/index.d.ts +19 -0
- package/dist/index.js +38 -0
- package/package.json +1 -1
package/dist/Icon.d.cts
CHANGED
|
@@ -55,10 +55,10 @@ declare const Icon: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
55
55
|
default: undefined;
|
|
56
56
|
};
|
|
57
57
|
}>> & Readonly<{}>, {
|
|
58
|
-
color: string;
|
|
59
58
|
variant: IconVariant;
|
|
60
59
|
weight: IconWeight;
|
|
61
60
|
size: string | number;
|
|
61
|
+
color: string;
|
|
62
62
|
title: string;
|
|
63
63
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
64
64
|
|
package/dist/Icon.d.ts
CHANGED
|
@@ -55,10 +55,10 @@ declare const Icon: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
55
55
|
default: undefined;
|
|
56
56
|
};
|
|
57
57
|
}>> & Readonly<{}>, {
|
|
58
|
-
color: string;
|
|
59
58
|
variant: IconVariant;
|
|
60
59
|
weight: IconWeight;
|
|
61
60
|
size: string | number;
|
|
61
|
+
color: string;
|
|
62
62
|
title: string;
|
|
63
63
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
64
64
|
|
|
@@ -30,7 +30,7 @@ const IconArrowUpLeft = /* @__PURE__ */ (0, import_createIcon.createIcon)("arrow
|
|
|
30
30
|
},
|
|
31
31
|
duotone: {
|
|
32
32
|
light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M6.343 6.343v6.364l6.718 6.718a2 2 0 0 0 2.828 0l3.536-3.536a2 2 0 0 0 0-2.828l-6.718-6.718z"/><path fill="currentColor" d="M13.207 6.343a.5.5 0 0 0-.5-.5H6.843a1 1 0 0 0-1 1v5.864a.5.5 0 1 0 1 0V7.55l10.46 10.46a.5.5 0 1 0 .707-.707L7.55 6.843h5.157a.5.5 0 0 0 .5-.5"/>`,
|
|
33
|
-
regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M6.343 6.343v6.364l6.718 6.718a2 2 0 0 0 2.828 0l3.536-3.536a2 2 0 0 0 0-2.828l-6.718-6.718z"/><path fill="currentColor" d="M13.457 6.343a.75.75 0 0 0-.75-.75H6.843c-.69 0-1.25.56-1.25 1.25v5.864a.75.75 0 1 0 1.5 0V8.154l10.034 10.033a.75.75 0 0 0 1.06-1.06L8.154 7.
|
|
33
|
+
regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M6.343 6.343v6.364l6.718 6.718a2 2 0 0 0 2.828 0l3.536-3.536a2 2 0 0 0 0-2.828l-6.718-6.718z"/><path fill="currentColor" d="M13.457 6.343a.75.75 0 0 0-.75-.75H6.843c-.69 0-1.25.56-1.25 1.25v5.864a.75.75 0 1 0 1.5 0V8.154l10.034 10.033a.75.75 0 0 0 1.06-1.06L8.154 7.093h4.553a.75.75 0 0 0 .75-.75"/>`,
|
|
34
34
|
bold: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M6.343 6.343v6.364l6.718 6.718a2 2 0 0 0 2.828 0l3.536-3.536a2 2 0 0 0 0-2.828l-6.718-6.718z"/><path fill="currentColor" d="M13.707 6.343a1 1 0 0 0-1-1H6.843a1.5 1.5 0 0 0-1.5 1.5v5.864a1 1 0 1 0 2 0v-3.95l9.607 9.607a1 1 0 0 0 1.414-1.414L8.757 7.343h3.95a1 1 0 0 0 1-1"/>`
|
|
35
35
|
},
|
|
36
36
|
solid: {
|
|
@@ -7,7 +7,7 @@ const IconArrowUpLeft = /* @__PURE__ */ createIcon("arrow-up-left", {
|
|
|
7
7
|
},
|
|
8
8
|
duotone: {
|
|
9
9
|
light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M6.343 6.343v6.364l6.718 6.718a2 2 0 0 0 2.828 0l3.536-3.536a2 2 0 0 0 0-2.828l-6.718-6.718z"/><path fill="currentColor" d="M13.207 6.343a.5.5 0 0 0-.5-.5H6.843a1 1 0 0 0-1 1v5.864a.5.5 0 1 0 1 0V7.55l10.46 10.46a.5.5 0 1 0 .707-.707L7.55 6.843h5.157a.5.5 0 0 0 .5-.5"/>`,
|
|
10
|
-
regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M6.343 6.343v6.364l6.718 6.718a2 2 0 0 0 2.828 0l3.536-3.536a2 2 0 0 0 0-2.828l-6.718-6.718z"/><path fill="currentColor" d="M13.457 6.343a.75.75 0 0 0-.75-.75H6.843c-.69 0-1.25.56-1.25 1.25v5.864a.75.75 0 1 0 1.5 0V8.154l10.034 10.033a.75.75 0 0 0 1.06-1.06L8.154 7.
|
|
10
|
+
regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M6.343 6.343v6.364l6.718 6.718a2 2 0 0 0 2.828 0l3.536-3.536a2 2 0 0 0 0-2.828l-6.718-6.718z"/><path fill="currentColor" d="M13.457 6.343a.75.75 0 0 0-.75-.75H6.843c-.69 0-1.25.56-1.25 1.25v5.864a.75.75 0 1 0 1.5 0V8.154l10.034 10.033a.75.75 0 0 0 1.06-1.06L8.154 7.093h4.553a.75.75 0 0 0 .75-.75"/>`,
|
|
11
11
|
bold: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M6.343 6.343v6.364l6.718 6.718a2 2 0 0 0 2.828 0l3.536-3.536a2 2 0 0 0 0-2.828l-6.718-6.718z"/><path fill="currentColor" d="M13.707 6.343a1 1 0 0 0-1-1H6.843a1.5 1.5 0 0 0-1.5 1.5v5.864a1 1 0 1 0 2 0v-3.95l9.607 9.607a1 1 0 0 0 1.414-1.414L8.757 7.343h3.95a1 1 0 0 0 1-1"/>`
|
|
12
12
|
},
|
|
13
13
|
solid: {
|
|
@@ -29,8 +29,8 @@ const IconArrowUpRight = /* @__PURE__ */ (0, import_createIcon.createIcon)("arro
|
|
|
29
29
|
bold: `<path fill="currentColor" d="M17.657 13.707a1 1 0 0 0 1-1V6.843a1.5 1.5 0 0 0-1.5-1.5h-5.864a1 1 0 1 0 0 2h3.95L5.636 16.95a1 1 0 0 0 1.414 1.414l9.607-9.607v3.95a1 1 0 0 0 1 1"/>`
|
|
30
30
|
},
|
|
31
31
|
duotone: {
|
|
32
|
-
light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M17.657 6.343h-6.364l-6.718 6.718a2 2 0 0 0 0 2.828l3.536 3.536a2 2 0 0 0 2.828 0l6.718-6.718z"/><path fill="currentColor" d="M17.657 13.207a.5.5 0 0 0 .5-.5V6.843a1 1 0 0 0-1-1h-5.864a.5.5 0
|
|
33
|
-
regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M17.657 6.343h-6.364l-6.718 6.718a2 2 0 0 0 0 2.828l3.536 3.536a2 2 0 0 0 2.828 0l6.718-6.718z"/><path fill="currentColor" d="M17.657 13.457a.75.75 0 0 0 .75-.75V6.843c0-.69-.56-1.25-1.25-1.25h-5.864a.75.75 0 1 0 0 1.5h4.553L5.813 17.127a.75.75 0
|
|
32
|
+
light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M17.657 6.343h-6.364l-6.718 6.718a2 2 0 0 0 0 2.828l3.536 3.536a2 2 0 0 0 2.828 0l6.718-6.718z"/><path fill="currentColor" d="M17.657 13.207a.5.5 0 0 0 .5-.5V6.843a1 1 0 0 0-1-1h-5.864a.5.5 0 0 0 0 1h5.157L5.99 17.303a.5.5 0 1 0 .707.707l10.46-10.46v5.157a.5.5 0 0 0 .5.5"/>`,
|
|
33
|
+
regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M17.657 6.343h-6.364l-6.718 6.718a2 2 0 0 0 0 2.828l3.536 3.536a2 2 0 0 0 2.828 0l6.718-6.718z"/><path fill="currentColor" d="M17.657 13.457a.75.75 0 0 0 .75-.75V6.843c0-.69-.56-1.25-1.25-1.25h-5.864a.75.75 0 1 0 0 1.5h4.553L5.813 17.127a.75.75 0 1 0 1.06 1.06L16.907 8.154v4.553c0 .414.336.75.75.75"/>`,
|
|
34
34
|
bold: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M17.657 6.343h-6.364l-6.718 6.718a2 2 0 0 0 0 2.828l3.536 3.536a2 2 0 0 0 2.828 0l6.718-6.718z"/><path fill="currentColor" d="M17.657 13.707a1 1 0 0 0 1-1V6.843a1.5 1.5 0 0 0-1.5-1.5h-5.864a1 1 0 1 0 0 2h3.95L5.636 16.95a1 1 0 1 0 1.414 1.414l9.607-9.607v3.95a1 1 0 0 0 1 1"/>`
|
|
35
35
|
},
|
|
36
36
|
solid: {
|
|
@@ -6,8 +6,8 @@ const IconArrowUpRight = /* @__PURE__ */ createIcon("arrow-up-right", {
|
|
|
6
6
|
bold: `<path fill="currentColor" d="M17.657 13.707a1 1 0 0 0 1-1V6.843a1.5 1.5 0 0 0-1.5-1.5h-5.864a1 1 0 1 0 0 2h3.95L5.636 16.95a1 1 0 0 0 1.414 1.414l9.607-9.607v3.95a1 1 0 0 0 1 1"/>`
|
|
7
7
|
},
|
|
8
8
|
duotone: {
|
|
9
|
-
light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M17.657 6.343h-6.364l-6.718 6.718a2 2 0 0 0 0 2.828l3.536 3.536a2 2 0 0 0 2.828 0l6.718-6.718z"/><path fill="currentColor" d="M17.657 13.207a.5.5 0 0 0 .5-.5V6.843a1 1 0 0 0-1-1h-5.864a.5.5 0
|
|
10
|
-
regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M17.657 6.343h-6.364l-6.718 6.718a2 2 0 0 0 0 2.828l3.536 3.536a2 2 0 0 0 2.828 0l6.718-6.718z"/><path fill="currentColor" d="M17.657 13.457a.75.75 0 0 0 .75-.75V6.843c0-.69-.56-1.25-1.25-1.25h-5.864a.75.75 0 1 0 0 1.5h4.553L5.813 17.127a.75.75 0
|
|
9
|
+
light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M17.657 6.343h-6.364l-6.718 6.718a2 2 0 0 0 0 2.828l3.536 3.536a2 2 0 0 0 2.828 0l6.718-6.718z"/><path fill="currentColor" d="M17.657 13.207a.5.5 0 0 0 .5-.5V6.843a1 1 0 0 0-1-1h-5.864a.5.5 0 0 0 0 1h5.157L5.99 17.303a.5.5 0 1 0 .707.707l10.46-10.46v5.157a.5.5 0 0 0 .5.5"/>`,
|
|
10
|
+
regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M17.657 6.343h-6.364l-6.718 6.718a2 2 0 0 0 0 2.828l3.536 3.536a2 2 0 0 0 2.828 0l6.718-6.718z"/><path fill="currentColor" d="M17.657 13.457a.75.75 0 0 0 .75-.75V6.843c0-.69-.56-1.25-1.25-1.25h-5.864a.75.75 0 1 0 0 1.5h4.553L5.813 17.127a.75.75 0 1 0 1.06 1.06L16.907 8.154v4.553c0 .414.336.75.75.75"/>`,
|
|
11
11
|
bold: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M17.657 6.343h-6.364l-6.718 6.718a2 2 0 0 0 0 2.828l3.536 3.536a2 2 0 0 0 2.828 0l6.718-6.718z"/><path fill="currentColor" d="M17.657 13.707a1 1 0 0 0 1-1V6.843a1.5 1.5 0 0 0-1.5-1.5h-5.864a1 1 0 1 0 0 2h3.95L5.636 16.95a1 1 0 1 0 1.414 1.414l9.607-9.607v3.95a1 1 0 0 0 1 1"/>`
|
|
12
12
|
},
|
|
13
13
|
solid: {
|
|
@@ -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 columns_check_exports = {};
|
|
20
|
+
__export(columns_check_exports, {
|
|
21
|
+
IconColumnsCheck: () => IconColumnsCheck
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(columns_check_exports);
|
|
24
|
+
var import_createIcon = require("../createIcon");
|
|
25
|
+
const IconColumnsCheck = /* @__PURE__ */ (0, import_createIcon.createIcon)("columns-check", {
|
|
26
|
+
line: {
|
|
27
|
+
light: `<path fill="currentColor" d="M6.5 4a.5.5 0 0 0-.5-.5H4a.5.5 0 0 0-.5.5v16a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5zm14.147 5.646a.5.5 0 1 1 .707.707l-3.824 3.824a.75.75 0 0 1-1.06 0l-1.823-1.823a.5.5 0 1 1 .707-.707L17 13.293zM13.5 8V4a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v16a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 1 1 0v4a1.5 1.5 0 0 1-1.5 1.5h-2A1.5 1.5 0 0 1 9.5 20V4A1.5 1.5 0 0 1 11 2.5h2A1.5 1.5 0 0 1 14.5 4v4a.5.5 0 0 1-1 0m-6 12A1.5 1.5 0 0 1 6 21.5H4A1.5 1.5 0 0 1 2.5 20V4A1.5 1.5 0 0 1 4 2.5h2A1.5 1.5 0 0 1 7.5 4z"/>`,
|
|
28
|
+
regular: `<path fill="currentColor" d="M6.25 4A.25.25 0 0 0 6 3.75H4a.25.25 0 0 0-.25.25v16c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25zm14.22 5.47a.75.75 0 1 1 1.06 1.06l-3.823 3.824a1 1 0 0 1-1.414 0L14.47 12.53a.75.75 0 1 1 1.06-1.06L17 12.94zM13.25 8V4a.25.25 0 0 0-.25-.25h-2a.25.25 0 0 0-.25.25v16c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25v-4a.75.75 0 0 1 1.5 0v4A1.75 1.75 0 0 1 13 21.75h-2A1.75 1.75 0 0 1 9.25 20V4c0-.966.784-1.75 1.75-1.75h2c.966 0 1.75.784 1.75 1.75v4a.75.75 0 0 1-1.5 0m-5.5 12A1.75 1.75 0 0 1 6 21.75H4A1.75 1.75 0 0 1 2.25 20V4c0-.966.784-1.75 1.75-1.75h2c.966 0 1.75.784 1.75 1.75z"/>`,
|
|
29
|
+
bold: `<path fill="currentColor" d="M4 4v16h2V4zm16.293 5.293a1 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.414L17 12.586zM13 8V4h-2v16h2v-4a1 1 0 1 1 2 0v4a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v4a1 1 0 1 1-2 0M8 20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2z"/>`
|
|
30
|
+
},
|
|
31
|
+
duotone: {
|
|
32
|
+
light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M3 4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z"/><path fill="currentColor" d="M6.5 4a.5.5 0 0 0-.5-.5H4a.5.5 0 0 0-.5.5v16a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5zm14.147 5.646a.5.5 0 1 1 .707.707l-3.824 3.824a.75.75 0 0 1-1.06 0l-1.823-1.823a.5.5 0 1 1 .707-.707L17 13.293zM13.5 8V4a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v16a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 1 1 0v4a1.5 1.5 0 0 1-1.5 1.5h-2A1.5 1.5 0 0 1 9.5 20V4A1.5 1.5 0 0 1 11 2.5h2A1.5 1.5 0 0 1 14.5 4v4a.5.5 0 0 1-1 0m-6 12A1.5 1.5 0 0 1 6 21.5H4A1.5 1.5 0 0 1 2.5 20V4A1.5 1.5 0 0 1 4 2.5h2A1.5 1.5 0 0 1 7.5 4z"/>`,
|
|
33
|
+
regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M3 4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z"/><path fill="currentColor" d="M6.25 4A.25.25 0 0 0 6 3.75H4a.25.25 0 0 0-.25.25v16c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25zm14.22 5.47a.75.75 0 1 1 1.06 1.06l-3.823 3.824a1 1 0 0 1-1.414 0L14.47 12.53a.75.75 0 1 1 1.06-1.06L17 12.94zM13.25 8V4a.25.25 0 0 0-.25-.25h-2a.25.25 0 0 0-.25.25v16c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25v-4a.75.75 0 0 1 1.5 0v4A1.75 1.75 0 0 1 13 21.75h-2A1.75 1.75 0 0 1 9.25 20V4c0-.966.784-1.75 1.75-1.75h2c.966 0 1.75.784 1.75 1.75v4a.75.75 0 0 1-1.5 0m-5.5 12A1.75 1.75 0 0 1 6 21.75H4A1.75 1.75 0 0 1 2.25 20V4c0-.966.784-1.75 1.75-1.75h2c.966 0 1.75.784 1.75 1.75z"/>`,
|
|
34
|
+
bold: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M3 4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z"/><path fill="currentColor" d="M4 4v16h2V4zm16.293 5.293a1 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.414L17 12.586zM13 8V4h-2v16h2v-4a1 1 0 1 1 2 0v4a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v4a1 1 0 1 1-2 0M8 20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2z"/>`
|
|
35
|
+
},
|
|
36
|
+
solid: {
|
|
37
|
+
light: `<path fill="currentColor" d="M6 2.5A1.5 1.5 0 0 1 7.5 4v16A1.5 1.5 0 0 1 6 21.5H4A1.5 1.5 0 0 1 2.5 20V4A1.5 1.5 0 0 1 4 2.5zm7 0A1.5 1.5 0 0 1 14.5 4v4a.5.5 0 0 1-1 0V4a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v16a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 1 1 0v4a1.5 1.5 0 0 1-1.5 1.5h-2A1.5 1.5 0 0 1 9.5 20V4A1.5 1.5 0 0 1 11 2.5z"/><path fill="currentColor" d="M20.647 9.646a.5.5 0 1 1 .707.707l-3.824 3.824a.75.75 0 0 1-1.06 0l-1.823-1.823a.5.5 0 1 1 .707-.707L17 13.293z"/>`,
|
|
38
|
+
regular: `<path fill="currentColor" d="M6 2.25c.966 0 1.75.784 1.75 1.75v16A1.75 1.75 0 0 1 6 21.75H4A1.75 1.75 0 0 1 2.25 20V4c0-.966.784-1.75 1.75-1.75zm7 0c.966 0 1.75.784 1.75 1.75v4a.75.75 0 0 1-1.5 0V4a.25.25 0 0 0-.25-.25h-2a.25.25 0 0 0-.25.25v16c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25v-4a.75.75 0 0 1 1.5 0v4A1.75 1.75 0 0 1 13 21.75h-2A1.75 1.75 0 0 1 9.25 20V4c0-.966.784-1.75 1.75-1.75z"/><path fill="currentColor" d="M20.47 9.47a.75.75 0 1 1 1.06 1.06l-3.823 3.824a1 1 0 0 1-1.414 0L14.47 12.53a.75.75 0 1 1 1.06-1.06L17 12.94z"/>`,
|
|
39
|
+
bold: `<path fill="currentColor" d="M6 2a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm7 0a2 2 0 0 1 2 2v4a1 1 0 1 1-2 0V4h-2v16h2v-4a1 1 0 1 1 2 0v4a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2z"/><path fill="currentColor" d="M20.293 9.293a1 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.414L17 12.586z"/>`
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
43
|
+
0 && (module.exports = {
|
|
44
|
+
IconColumnsCheck
|
|
45
|
+
});
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as vue from 'vue';
|
|
2
|
+
import { IconVariant, IconWeight } from '../types.cjs';
|
|
3
|
+
|
|
4
|
+
declare const IconColumnsCheck: 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 { IconColumnsCheck };
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as vue from 'vue';
|
|
2
|
+
import { IconVariant, IconWeight } from '../types.js';
|
|
3
|
+
|
|
4
|
+
declare const IconColumnsCheck: 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 { IconColumnsCheck };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { createIcon } from "../createIcon";
|
|
2
|
+
const IconColumnsCheck = /* @__PURE__ */ createIcon("columns-check", {
|
|
3
|
+
line: {
|
|
4
|
+
light: `<path fill="currentColor" d="M6.5 4a.5.5 0 0 0-.5-.5H4a.5.5 0 0 0-.5.5v16a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5zm14.147 5.646a.5.5 0 1 1 .707.707l-3.824 3.824a.75.75 0 0 1-1.06 0l-1.823-1.823a.5.5 0 1 1 .707-.707L17 13.293zM13.5 8V4a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v16a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 1 1 0v4a1.5 1.5 0 0 1-1.5 1.5h-2A1.5 1.5 0 0 1 9.5 20V4A1.5 1.5 0 0 1 11 2.5h2A1.5 1.5 0 0 1 14.5 4v4a.5.5 0 0 1-1 0m-6 12A1.5 1.5 0 0 1 6 21.5H4A1.5 1.5 0 0 1 2.5 20V4A1.5 1.5 0 0 1 4 2.5h2A1.5 1.5 0 0 1 7.5 4z"/>`,
|
|
5
|
+
regular: `<path fill="currentColor" d="M6.25 4A.25.25 0 0 0 6 3.75H4a.25.25 0 0 0-.25.25v16c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25zm14.22 5.47a.75.75 0 1 1 1.06 1.06l-3.823 3.824a1 1 0 0 1-1.414 0L14.47 12.53a.75.75 0 1 1 1.06-1.06L17 12.94zM13.25 8V4a.25.25 0 0 0-.25-.25h-2a.25.25 0 0 0-.25.25v16c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25v-4a.75.75 0 0 1 1.5 0v4A1.75 1.75 0 0 1 13 21.75h-2A1.75 1.75 0 0 1 9.25 20V4c0-.966.784-1.75 1.75-1.75h2c.966 0 1.75.784 1.75 1.75v4a.75.75 0 0 1-1.5 0m-5.5 12A1.75 1.75 0 0 1 6 21.75H4A1.75 1.75 0 0 1 2.25 20V4c0-.966.784-1.75 1.75-1.75h2c.966 0 1.75.784 1.75 1.75z"/>`,
|
|
6
|
+
bold: `<path fill="currentColor" d="M4 4v16h2V4zm16.293 5.293a1 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.414L17 12.586zM13 8V4h-2v16h2v-4a1 1 0 1 1 2 0v4a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v4a1 1 0 1 1-2 0M8 20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2z"/>`
|
|
7
|
+
},
|
|
8
|
+
duotone: {
|
|
9
|
+
light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M3 4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z"/><path fill="currentColor" d="M6.5 4a.5.5 0 0 0-.5-.5H4a.5.5 0 0 0-.5.5v16a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5zm14.147 5.646a.5.5 0 1 1 .707.707l-3.824 3.824a.75.75 0 0 1-1.06 0l-1.823-1.823a.5.5 0 1 1 .707-.707L17 13.293zM13.5 8V4a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v16a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 1 1 0v4a1.5 1.5 0 0 1-1.5 1.5h-2A1.5 1.5 0 0 1 9.5 20V4A1.5 1.5 0 0 1 11 2.5h2A1.5 1.5 0 0 1 14.5 4v4a.5.5 0 0 1-1 0m-6 12A1.5 1.5 0 0 1 6 21.5H4A1.5 1.5 0 0 1 2.5 20V4A1.5 1.5 0 0 1 4 2.5h2A1.5 1.5 0 0 1 7.5 4z"/>`,
|
|
10
|
+
regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M3 4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z"/><path fill="currentColor" d="M6.25 4A.25.25 0 0 0 6 3.75H4a.25.25 0 0 0-.25.25v16c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25zm14.22 5.47a.75.75 0 1 1 1.06 1.06l-3.823 3.824a1 1 0 0 1-1.414 0L14.47 12.53a.75.75 0 1 1 1.06-1.06L17 12.94zM13.25 8V4a.25.25 0 0 0-.25-.25h-2a.25.25 0 0 0-.25.25v16c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25v-4a.75.75 0 0 1 1.5 0v4A1.75 1.75 0 0 1 13 21.75h-2A1.75 1.75 0 0 1 9.25 20V4c0-.966.784-1.75 1.75-1.75h2c.966 0 1.75.784 1.75 1.75v4a.75.75 0 0 1-1.5 0m-5.5 12A1.75 1.75 0 0 1 6 21.75H4A1.75 1.75 0 0 1 2.25 20V4c0-.966.784-1.75 1.75-1.75h2c.966 0 1.75.784 1.75 1.75z"/>`,
|
|
11
|
+
bold: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M3 4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z"/><path fill="currentColor" d="M4 4v16h2V4zm16.293 5.293a1 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.414L17 12.586zM13 8V4h-2v16h2v-4a1 1 0 1 1 2 0v4a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v4a1 1 0 1 1-2 0M8 20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2z"/>`
|
|
12
|
+
},
|
|
13
|
+
solid: {
|
|
14
|
+
light: `<path fill="currentColor" d="M6 2.5A1.5 1.5 0 0 1 7.5 4v16A1.5 1.5 0 0 1 6 21.5H4A1.5 1.5 0 0 1 2.5 20V4A1.5 1.5 0 0 1 4 2.5zm7 0A1.5 1.5 0 0 1 14.5 4v4a.5.5 0 0 1-1 0V4a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v16a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 1 1 0v4a1.5 1.5 0 0 1-1.5 1.5h-2A1.5 1.5 0 0 1 9.5 20V4A1.5 1.5 0 0 1 11 2.5z"/><path fill="currentColor" d="M20.647 9.646a.5.5 0 1 1 .707.707l-3.824 3.824a.75.75 0 0 1-1.06 0l-1.823-1.823a.5.5 0 1 1 .707-.707L17 13.293z"/>`,
|
|
15
|
+
regular: `<path fill="currentColor" d="M6 2.25c.966 0 1.75.784 1.75 1.75v16A1.75 1.75 0 0 1 6 21.75H4A1.75 1.75 0 0 1 2.25 20V4c0-.966.784-1.75 1.75-1.75zm7 0c.966 0 1.75.784 1.75 1.75v4a.75.75 0 0 1-1.5 0V4a.25.25 0 0 0-.25-.25h-2a.25.25 0 0 0-.25.25v16c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25v-4a.75.75 0 0 1 1.5 0v4A1.75 1.75 0 0 1 13 21.75h-2A1.75 1.75 0 0 1 9.25 20V4c0-.966.784-1.75 1.75-1.75z"/><path fill="currentColor" d="M20.47 9.47a.75.75 0 1 1 1.06 1.06l-3.823 3.824a1 1 0 0 1-1.414 0L14.47 12.53a.75.75 0 1 1 1.06-1.06L17 12.94z"/>`,
|
|
16
|
+
bold: `<path fill="currentColor" d="M6 2a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm7 0a2 2 0 0 1 2 2v4a1 1 0 1 1-2 0V4h-2v16h2v-4a1 1 0 1 1 2 0v4a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2z"/><path fill="currentColor" d="M20.293 9.293a1 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.414L17 12.586z"/>`
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
export {
|
|
20
|
+
IconColumnsCheck
|
|
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 columns_plus_exports = {};
|
|
20
|
+
__export(columns_plus_exports, {
|
|
21
|
+
IconColumnsPlus: () => IconColumnsPlus
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(columns_plus_exports);
|
|
24
|
+
var import_createIcon = require("../createIcon");
|
|
25
|
+
const IconColumnsPlus = /* @__PURE__ */ (0, import_createIcon.createIcon)("columns-plus", {
|
|
26
|
+
line: {
|
|
27
|
+
light: `<path fill="currentColor" d="M6.5 4a.5.5 0 0 0-.5-.5H4a.5.5 0 0 0-.5.5v16a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5zm11 11v-2.5H15a.5.5 0 0 1 0-1h2.5V9a.5.5 0 0 1 1 0v2.5H21a.5.5 0 0 1 0 1h-2.5V15a.5.5 0 0 1-1 0m-4-7V4a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v16a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 1 1 0v4a1.5 1.5 0 0 1-1.5 1.5h-2A1.5 1.5 0 0 1 9.5 20V4A1.5 1.5 0 0 1 11 2.5h2A1.5 1.5 0 0 1 14.5 4v4a.5.5 0 0 1-1 0m-6 12A1.5 1.5 0 0 1 6 21.5H4A1.5 1.5 0 0 1 2.5 20V4A1.5 1.5 0 0 1 4 2.5h2A1.5 1.5 0 0 1 7.5 4z"/>`,
|
|
28
|
+
regular: `<path fill="currentColor" d="M6.25 4A.25.25 0 0 0 6 3.75H4a.25.25 0 0 0-.25.25v16c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25zm11 11v-2.25H15a.75.75 0 0 1 0-1.5h2.25V9a.75.75 0 0 1 1.5 0v2.25H21a.75.75 0 0 1 0 1.5h-2.25V15a.75.75 0 0 1-1.5 0m-4-7V4a.25.25 0 0 0-.25-.25h-2a.25.25 0 0 0-.25.25v16c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25v-4a.75.75 0 0 1 1.5 0v4A1.75 1.75 0 0 1 13 21.75h-2A1.75 1.75 0 0 1 9.25 20V4c0-.966.784-1.75 1.75-1.75h2c.966 0 1.75.784 1.75 1.75v4a.75.75 0 0 1-1.5 0m-5.5 12A1.75 1.75 0 0 1 6 21.75H4A1.75 1.75 0 0 1 2.25 20V4c0-.966.784-1.75 1.75-1.75h2c.966 0 1.75.784 1.75 1.75z"/>`,
|
|
29
|
+
bold: `<path fill="currentColor" d="M4 4v16h2V4zm13 11v-2h-2a1 1 0 1 1 0-2h2V9a1 1 0 1 1 2 0v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0m-4-7V4h-2v16h2v-4a1 1 0 1 1 2 0v4a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v4a1 1 0 1 1-2 0M8 20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2z"/>`
|
|
30
|
+
},
|
|
31
|
+
duotone: {
|
|
32
|
+
light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M3 4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z"/><path fill="currentColor" d="M6.5 4a.5.5 0 0 0-.5-.5H4a.5.5 0 0 0-.5.5v16a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5zm11 11v-2.5H15a.5.5 0 0 1 0-1h2.5V9a.5.5 0 0 1 1 0v2.5H21a.5.5 0 0 1 0 1h-2.5V15a.5.5 0 0 1-1 0m-4-7V4a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v16a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 1 1 0v4a1.5 1.5 0 0 1-1.5 1.5h-2A1.5 1.5 0 0 1 9.5 20V4A1.5 1.5 0 0 1 11 2.5h2A1.5 1.5 0 0 1 14.5 4v4a.5.5 0 0 1-1 0m-6 12A1.5 1.5 0 0 1 6 21.5H4A1.5 1.5 0 0 1 2.5 20V4A1.5 1.5 0 0 1 4 2.5h2A1.5 1.5 0 0 1 7.5 4z"/>`,
|
|
33
|
+
regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M3 4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z"/><path fill="currentColor" d="M6.25 4A.25.25 0 0 0 6 3.75H4a.25.25 0 0 0-.25.25v16c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25zm11 11v-2.25H15a.75.75 0 0 1 0-1.5h2.25V9a.75.75 0 0 1 1.5 0v2.25H21a.75.75 0 0 1 0 1.5h-2.25V15a.75.75 0 0 1-1.5 0m-4-7V4a.25.25 0 0 0-.25-.25h-2a.25.25 0 0 0-.25.25v16c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25v-4a.75.75 0 0 1 1.5 0v4A1.75 1.75 0 0 1 13 21.75h-2A1.75 1.75 0 0 1 9.25 20V4c0-.966.784-1.75 1.75-1.75h2c.966 0 1.75.784 1.75 1.75v4a.75.75 0 0 1-1.5 0m-5.5 12A1.75 1.75 0 0 1 6 21.75H4A1.75 1.75 0 0 1 2.25 20V4c0-.966.784-1.75 1.75-1.75h2c.966 0 1.75.784 1.75 1.75z"/>`,
|
|
34
|
+
bold: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M3 4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z"/><path fill="currentColor" d="M4 4v16h2V4zm13 11v-2h-2a1 1 0 1 1 0-2h2V9a1 1 0 1 1 2 0v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0m-4-7V4h-2v16h2v-4a1 1 0 1 1 2 0v4a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v4a1 1 0 1 1-2 0M8 20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2z"/>`
|
|
35
|
+
},
|
|
36
|
+
solid: {
|
|
37
|
+
light: `<path fill="currentColor" d="M6 2.5A1.5 1.5 0 0 1 7.5 4v16A1.5 1.5 0 0 1 6 21.5H4A1.5 1.5 0 0 1 2.5 20V4A1.5 1.5 0 0 1 4 2.5zm7 0A1.5 1.5 0 0 1 14.5 4v4a.5.5 0 0 1-1 0V4a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v16a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 1 1 0v4a1.5 1.5 0 0 1-1.5 1.5h-2A1.5 1.5 0 0 1 9.5 20V4A1.5 1.5 0 0 1 11 2.5z"/><path fill="currentColor" d="M18 8.5a.5.5 0 0 1 .5.5v2.5H21a.5.5 0 0 1 0 1h-2.5V15a.5.5 0 0 1-1 0v-2.5H15a.5.5 0 0 1 0-1h2.5V9a.5.5 0 0 1 .5-.5"/>`,
|
|
38
|
+
regular: `<path fill="currentColor" d="M6 2.25c.966 0 1.75.784 1.75 1.75v16A1.75 1.75 0 0 1 6 21.75H4A1.75 1.75 0 0 1 2.25 20V4c0-.966.784-1.75 1.75-1.75zm7 0c.966 0 1.75.784 1.75 1.75v4a.75.75 0 0 1-1.5 0V4a.25.25 0 0 0-.25-.25h-2a.25.25 0 0 0-.25.25v16c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25v-4a.75.75 0 0 1 1.5 0v4A1.75 1.75 0 0 1 13 21.75h-2A1.75 1.75 0 0 1 9.25 20V4c0-.966.784-1.75 1.75-1.75z"/><path fill="currentColor" d="M18 8.25a.75.75 0 0 1 .75.75v2.25H21a.75.75 0 0 1 0 1.5h-2.25V15a.75.75 0 0 1-1.5 0v-2.25H15a.75.75 0 0 1 0-1.5h2.25V9a.75.75 0 0 1 .75-.75"/>`,
|
|
39
|
+
bold: `<path fill="currentColor" d="M6 2a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm7 0a2 2 0 0 1 2 2v4a1 1 0 1 1-2 0V4h-2v16h2v-4a1 1 0 1 1 2 0v4a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2z"/><path fill="currentColor" d="M18 8a1 1 0 0 1 1 1v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0v-2h-2a1 1 0 1 1 0-2h2V9a1 1 0 0 1 1-1"/>`
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
43
|
+
0 && (module.exports = {
|
|
44
|
+
IconColumnsPlus
|
|
45
|
+
});
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as vue from 'vue';
|
|
2
|
+
import { IconVariant, IconWeight } from '../types.cjs';
|
|
3
|
+
|
|
4
|
+
declare const IconColumnsPlus: 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 { IconColumnsPlus };
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as vue from 'vue';
|
|
2
|
+
import { IconVariant, IconWeight } from '../types.js';
|
|
3
|
+
|
|
4
|
+
declare const IconColumnsPlus: 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 { IconColumnsPlus };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { createIcon } from "../createIcon";
|
|
2
|
+
const IconColumnsPlus = /* @__PURE__ */ createIcon("columns-plus", {
|
|
3
|
+
line: {
|
|
4
|
+
light: `<path fill="currentColor" d="M6.5 4a.5.5 0 0 0-.5-.5H4a.5.5 0 0 0-.5.5v16a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5zm11 11v-2.5H15a.5.5 0 0 1 0-1h2.5V9a.5.5 0 0 1 1 0v2.5H21a.5.5 0 0 1 0 1h-2.5V15a.5.5 0 0 1-1 0m-4-7V4a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v16a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 1 1 0v4a1.5 1.5 0 0 1-1.5 1.5h-2A1.5 1.5 0 0 1 9.5 20V4A1.5 1.5 0 0 1 11 2.5h2A1.5 1.5 0 0 1 14.5 4v4a.5.5 0 0 1-1 0m-6 12A1.5 1.5 0 0 1 6 21.5H4A1.5 1.5 0 0 1 2.5 20V4A1.5 1.5 0 0 1 4 2.5h2A1.5 1.5 0 0 1 7.5 4z"/>`,
|
|
5
|
+
regular: `<path fill="currentColor" d="M6.25 4A.25.25 0 0 0 6 3.75H4a.25.25 0 0 0-.25.25v16c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25zm11 11v-2.25H15a.75.75 0 0 1 0-1.5h2.25V9a.75.75 0 0 1 1.5 0v2.25H21a.75.75 0 0 1 0 1.5h-2.25V15a.75.75 0 0 1-1.5 0m-4-7V4a.25.25 0 0 0-.25-.25h-2a.25.25 0 0 0-.25.25v16c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25v-4a.75.75 0 0 1 1.5 0v4A1.75 1.75 0 0 1 13 21.75h-2A1.75 1.75 0 0 1 9.25 20V4c0-.966.784-1.75 1.75-1.75h2c.966 0 1.75.784 1.75 1.75v4a.75.75 0 0 1-1.5 0m-5.5 12A1.75 1.75 0 0 1 6 21.75H4A1.75 1.75 0 0 1 2.25 20V4c0-.966.784-1.75 1.75-1.75h2c.966 0 1.75.784 1.75 1.75z"/>`,
|
|
6
|
+
bold: `<path fill="currentColor" d="M4 4v16h2V4zm13 11v-2h-2a1 1 0 1 1 0-2h2V9a1 1 0 1 1 2 0v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0m-4-7V4h-2v16h2v-4a1 1 0 1 1 2 0v4a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v4a1 1 0 1 1-2 0M8 20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2z"/>`
|
|
7
|
+
},
|
|
8
|
+
duotone: {
|
|
9
|
+
light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M3 4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z"/><path fill="currentColor" d="M6.5 4a.5.5 0 0 0-.5-.5H4a.5.5 0 0 0-.5.5v16a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5zm11 11v-2.5H15a.5.5 0 0 1 0-1h2.5V9a.5.5 0 0 1 1 0v2.5H21a.5.5 0 0 1 0 1h-2.5V15a.5.5 0 0 1-1 0m-4-7V4a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v16a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 1 1 0v4a1.5 1.5 0 0 1-1.5 1.5h-2A1.5 1.5 0 0 1 9.5 20V4A1.5 1.5 0 0 1 11 2.5h2A1.5 1.5 0 0 1 14.5 4v4a.5.5 0 0 1-1 0m-6 12A1.5 1.5 0 0 1 6 21.5H4A1.5 1.5 0 0 1 2.5 20V4A1.5 1.5 0 0 1 4 2.5h2A1.5 1.5 0 0 1 7.5 4z"/>`,
|
|
10
|
+
regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M3 4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z"/><path fill="currentColor" d="M6.25 4A.25.25 0 0 0 6 3.75H4a.25.25 0 0 0-.25.25v16c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25zm11 11v-2.25H15a.75.75 0 0 1 0-1.5h2.25V9a.75.75 0 0 1 1.5 0v2.25H21a.75.75 0 0 1 0 1.5h-2.25V15a.75.75 0 0 1-1.5 0m-4-7V4a.25.25 0 0 0-.25-.25h-2a.25.25 0 0 0-.25.25v16c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25v-4a.75.75 0 0 1 1.5 0v4A1.75 1.75 0 0 1 13 21.75h-2A1.75 1.75 0 0 1 9.25 20V4c0-.966.784-1.75 1.75-1.75h2c.966 0 1.75.784 1.75 1.75v4a.75.75 0 0 1-1.5 0m-5.5 12A1.75 1.75 0 0 1 6 21.75H4A1.75 1.75 0 0 1 2.25 20V4c0-.966.784-1.75 1.75-1.75h2c.966 0 1.75.784 1.75 1.75z"/>`,
|
|
11
|
+
bold: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M3 4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z"/><path fill="currentColor" d="M4 4v16h2V4zm13 11v-2h-2a1 1 0 1 1 0-2h2V9a1 1 0 1 1 2 0v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0m-4-7V4h-2v16h2v-4a1 1 0 1 1 2 0v4a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v4a1 1 0 1 1-2 0M8 20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2z"/>`
|
|
12
|
+
},
|
|
13
|
+
solid: {
|
|
14
|
+
light: `<path fill="currentColor" d="M6 2.5A1.5 1.5 0 0 1 7.5 4v16A1.5 1.5 0 0 1 6 21.5H4A1.5 1.5 0 0 1 2.5 20V4A1.5 1.5 0 0 1 4 2.5zm7 0A1.5 1.5 0 0 1 14.5 4v4a.5.5 0 0 1-1 0V4a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v16a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 1 1 0v4a1.5 1.5 0 0 1-1.5 1.5h-2A1.5 1.5 0 0 1 9.5 20V4A1.5 1.5 0 0 1 11 2.5z"/><path fill="currentColor" d="M18 8.5a.5.5 0 0 1 .5.5v2.5H21a.5.5 0 0 1 0 1h-2.5V15a.5.5 0 0 1-1 0v-2.5H15a.5.5 0 0 1 0-1h2.5V9a.5.5 0 0 1 .5-.5"/>`,
|
|
15
|
+
regular: `<path fill="currentColor" d="M6 2.25c.966 0 1.75.784 1.75 1.75v16A1.75 1.75 0 0 1 6 21.75H4A1.75 1.75 0 0 1 2.25 20V4c0-.966.784-1.75 1.75-1.75zm7 0c.966 0 1.75.784 1.75 1.75v4a.75.75 0 0 1-1.5 0V4a.25.25 0 0 0-.25-.25h-2a.25.25 0 0 0-.25.25v16c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25v-4a.75.75 0 0 1 1.5 0v4A1.75 1.75 0 0 1 13 21.75h-2A1.75 1.75 0 0 1 9.25 20V4c0-.966.784-1.75 1.75-1.75z"/><path fill="currentColor" d="M18 8.25a.75.75 0 0 1 .75.75v2.25H21a.75.75 0 0 1 0 1.5h-2.25V15a.75.75 0 0 1-1.5 0v-2.25H15a.75.75 0 0 1 0-1.5h2.25V9a.75.75 0 0 1 .75-.75"/>`,
|
|
16
|
+
bold: `<path fill="currentColor" d="M6 2a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm7 0a2 2 0 0 1 2 2v4a1 1 0 1 1-2 0V4h-2v16h2v-4a1 1 0 1 1 2 0v4a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2z"/><path fill="currentColor" d="M18 8a1 1 0 0 1 1 1v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0v-2h-2a1 1 0 1 1 0-2h2V9a1 1 0 0 1 1-1"/>`
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
export {
|
|
20
|
+
IconColumnsPlus
|
|
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 columns_x_exports = {};
|
|
20
|
+
__export(columns_x_exports, {
|
|
21
|
+
IconColumnsX: () => IconColumnsX
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(columns_x_exports);
|
|
24
|
+
var import_createIcon = require("../createIcon");
|
|
25
|
+
const IconColumnsX = /* @__PURE__ */ (0, import_createIcon.createIcon)("columns-x", {
|
|
26
|
+
line: {
|
|
27
|
+
light: `<path fill="currentColor" d="M6.5 4a.5.5 0 0 0-.5-.5H4a.5.5 0 0 0-.5.5v16a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5zm13.768 5.525a.501.501 0 0 1 .708.707L19.207 12l1.769 1.768a.5.5 0 0 1-.708.707L18.5 12.707l-1.768 1.768a.5.5 0 1 1-.707-.707L17.793 12l-1.768-1.768a.5.5 0 0 1 .707-.707l1.768 1.767zM13.5 7V4a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v16a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 1 1 0v3a1.5 1.5 0 0 1-1.5 1.5h-2A1.5 1.5 0 0 1 9.5 20V4A1.5 1.5 0 0 1 11 2.5h2A1.5 1.5 0 0 1 14.5 4v3a.5.5 0 0 1-1 0m-6 13A1.5 1.5 0 0 1 6 21.5H4A1.5 1.5 0 0 1 2.5 20V4A1.5 1.5 0 0 1 4 2.5h2A1.5 1.5 0 0 1 7.5 4z"/>`,
|
|
28
|
+
regular: `<path fill="currentColor" d="M6.25 4A.25.25 0 0 0 6 3.75H4a.25.25 0 0 0-.25.25v16c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25zm13.84 5.349a.751.751 0 0 1 1.062 1.06L19.561 12l1.591 1.59a.75.75 0 0 1-1.061 1.061l-1.591-1.59-1.59 1.59a.75.75 0 1 1-1.061-1.06L17.439 12l-1.59-1.59a.75.75 0 0 1 1.06-1.061l1.591 1.59zM13.25 7V4a.25.25 0 0 0-.25-.25h-2a.25.25 0 0 0-.25.25v16c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25v-3a.75.75 0 0 1 1.5 0v3A1.75 1.75 0 0 1 13 21.75h-2A1.75 1.75 0 0 1 9.25 20V4c0-.966.784-1.75 1.75-1.75h2c.966 0 1.75.784 1.75 1.75v3a.75.75 0 0 1-1.5 0m-5.5 13A1.75 1.75 0 0 1 6 21.75H4A1.75 1.75 0 0 1 2.25 20V4c0-.966.784-1.75 1.75-1.75h2c.966 0 1.75.784 1.75 1.75z"/>`,
|
|
29
|
+
bold: `<path fill="currentColor" d="M4 4v16h2V4zm15.914 5.172a1 1 0 0 1 1.415 1.414L19.914 12l1.415 1.414a1 1 0 0 1-1.415 1.414L18.5 13.414l-1.414 1.414a1 1 0 1 1-1.414-1.414L17.086 12l-1.414-1.414a1 1 0 0 1 1.414-1.414l1.414 1.413zM13 7V4h-2v16h2v-3a1 1 0 1 1 2 0v3a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v3a1 1 0 1 1-2 0M8 20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2z"/>`
|
|
30
|
+
},
|
|
31
|
+
duotone: {
|
|
32
|
+
light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M3 4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z"/><path fill="currentColor" d="M6.5 4a.5.5 0 0 0-.5-.5H4a.5.5 0 0 0-.5.5v16a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5zm13.768 5.525a.501.501 0 0 1 .708.707L19.207 12l1.769 1.768a.5.5 0 0 1-.708.707L18.5 12.707l-1.768 1.768a.5.5 0 1 1-.707-.707L17.793 12l-1.768-1.768a.5.5 0 0 1 .707-.707l1.768 1.767zM13.5 7V4a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v16a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 1 1 0v3a1.5 1.5 0 0 1-1.5 1.5h-2A1.5 1.5 0 0 1 9.5 20V4A1.5 1.5 0 0 1 11 2.5h2A1.5 1.5 0 0 1 14.5 4v3a.5.5 0 0 1-1 0m-6 13A1.5 1.5 0 0 1 6 21.5H4A1.5 1.5 0 0 1 2.5 20V4A1.5 1.5 0 0 1 4 2.5h2A1.5 1.5 0 0 1 7.5 4z"/>`,
|
|
33
|
+
regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M3 4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z"/><path fill="currentColor" d="M6.25 4A.25.25 0 0 0 6 3.75H4a.25.25 0 0 0-.25.25v16c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25zm13.84 5.349a.751.751 0 0 1 1.062 1.06L19.561 12l1.591 1.59a.75.75 0 0 1-1.061 1.061l-1.591-1.59-1.59 1.59a.75.75 0 1 1-1.061-1.06L17.439 12l-1.59-1.59a.75.75 0 0 1 1.06-1.061l1.591 1.59zM13.25 7V4a.25.25 0 0 0-.25-.25h-2a.25.25 0 0 0-.25.25v16c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25v-3a.75.75 0 0 1 1.5 0v3A1.75 1.75 0 0 1 13 21.75h-2A1.75 1.75 0 0 1 9.25 20V4c0-.966.784-1.75 1.75-1.75h2c.966 0 1.75.784 1.75 1.75v3a.75.75 0 0 1-1.5 0m-5.5 13A1.75 1.75 0 0 1 6 21.75H4A1.75 1.75 0 0 1 2.25 20V4c0-.966.784-1.75 1.75-1.75h2c.966 0 1.75.784 1.75 1.75z"/>`,
|
|
34
|
+
bold: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M3 4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z"/><path fill="currentColor" d="M4 4v16h2V4zm15.914 5.172a1 1 0 0 1 1.415 1.414L19.914 12l1.415 1.414a1 1 0 0 1-1.415 1.414L18.5 13.414l-1.414 1.414a1 1 0 1 1-1.414-1.414L17.086 12l-1.414-1.414a1 1 0 0 1 1.414-1.414l1.414 1.413zM13 7V4h-2v16h2v-3a1 1 0 1 1 2 0v3a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v3a1 1 0 1 1-2 0M8 20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2z"/>`
|
|
35
|
+
},
|
|
36
|
+
solid: {
|
|
37
|
+
light: `<path fill="currentColor" d="M6 2.5A1.5 1.5 0 0 1 7.5 4v16A1.5 1.5 0 0 1 6 21.5H4A1.5 1.5 0 0 1 2.5 20V4A1.5 1.5 0 0 1 4 2.5zm7 0A1.5 1.5 0 0 1 14.5 4v3a.5.5 0 0 1-1 0V4a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v16a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 1 1 0v3a1.5 1.5 0 0 1-1.5 1.5h-2A1.5 1.5 0 0 1 9.5 20V4A1.5 1.5 0 0 1 11 2.5zm7.268 7.025a.501.501 0 0 1 .708.707L19.207 12l1.769 1.768a.5.5 0 0 1-.708.707L18.5 12.707l-1.768 1.768a.5.5 0 1 1-.707-.707L17.793 12l-1.768-1.768a.5.5 0 0 1 .707-.707l1.768 1.767z"/>`,
|
|
38
|
+
regular: `<path fill="currentColor" d="M6 2.25c.966 0 1.75.784 1.75 1.75v16A1.75 1.75 0 0 1 6 21.75H4A1.75 1.75 0 0 1 2.25 20V4c0-.966.784-1.75 1.75-1.75zm7 0c.966 0 1.75.784 1.75 1.75v3a.75.75 0 0 1-1.5 0V4a.25.25 0 0 0-.25-.25h-2a.25.25 0 0 0-.25.25v16c0 .138.112.25.25.25h2a.25.25 0 0 0 .25-.25v-3a.75.75 0 0 1 1.5 0v3A1.75 1.75 0 0 1 13 21.75h-2A1.75 1.75 0 0 1 9.25 20V4c0-.966.784-1.75 1.75-1.75zm7.09 7.099a.751.751 0 0 1 1.062 1.06L19.561 12l1.591 1.59a.75.75 0 0 1-1.061 1.061l-1.591-1.59-1.59 1.59a.75.75 0 1 1-1.061-1.06L17.439 12l-1.59-1.59a.75.75 0 0 1 1.06-1.061l1.591 1.59z"/>`,
|
|
39
|
+
bold: `<path fill="currentColor" d="M6 2a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm7 0a2 2 0 0 1 2 2v3a1 1 0 1 1-2 0V4h-2v16h2v-3a1 1 0 1 1 2 0v3a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm6.914 7.172a1 1 0 0 1 1.415 1.414L19.914 12l1.415 1.414a1 1 0 0 1-1.415 1.414L18.5 13.414l-1.414 1.414a1 1 0 1 1-1.414-1.414L17.086 12l-1.414-1.414a1 1 0 0 1 1.414-1.414l1.414 1.413z"/>`
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
43
|
+
0 && (module.exports = {
|
|
44
|
+
IconColumnsX
|
|
45
|
+
});
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as vue from 'vue';
|
|
2
|
+
import { IconVariant, IconWeight } from '../types.cjs';
|
|
3
|
+
|
|
4
|
+
declare const IconColumnsX: 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 { IconColumnsX };
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as vue from 'vue';
|
|
2
|
+
import { IconVariant, IconWeight } from '../types.js';
|
|
3
|
+
|
|
4
|
+
declare const IconColumnsX: 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 { IconColumnsX };
|