@jedd-icons/core 0.0.10 → 0.0.11
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/columns-2-dashed.cjs +4 -0
- package/dist/icons/columns-2-dashed.d.cts +6 -0
- package/dist/icons/columns-2-dashed.d.mts +6 -0
- package/dist/icons/columns-2-dashed.mjs +4 -0
- package/dist/icons/columns-2.cjs +4 -0
- package/dist/icons/columns-2.d.cts +6 -0
- package/dist/icons/columns-2.d.mts +6 -0
- package/dist/icons/columns-2.mjs +4 -0
- package/dist/icons/columns-3-dashed.cjs +4 -0
- package/dist/icons/columns-3-dashed.d.cts +6 -0
- package/dist/icons/columns-3-dashed.d.mts +6 -0
- package/dist/icons/columns-3-dashed.mjs +4 -0
- package/dist/icons/columns-3.cjs +4 -0
- package/dist/icons/columns-3.d.cts +6 -0
- package/dist/icons/columns-3.d.mts +6 -0
- package/dist/icons/columns-3.mjs +4 -0
- package/dist/icons/panel-bottom.cjs +4 -0
- package/dist/icons/panel-bottom.d.cts +6 -0
- package/dist/icons/panel-bottom.d.mts +6 -0
- package/dist/icons/panel-bottom.mjs +4 -0
- package/dist/icons/panel-left.cjs +4 -0
- package/dist/icons/panel-left.d.cts +6 -0
- package/dist/icons/panel-left.d.mts +6 -0
- package/dist/icons/panel-left.mjs +4 -0
- package/dist/icons/panel-right.cjs +4 -0
- package/dist/icons/panel-right.d.cts +6 -0
- package/dist/icons/panel-right.d.mts +6 -0
- package/dist/icons/panel-right.mjs +4 -0
- package/dist/icons/panel-top.cjs +4 -0
- package/dist/icons/panel-top.d.cts +6 -0
- package/dist/icons/panel-top.d.mts +6 -0
- package/dist/icons/panel-top.mjs +4 -0
- package/dist/icons/pen-line.cjs +4 -0
- package/dist/icons/pen-line.d.cts +6 -0
- package/dist/icons/pen-line.d.mts +6 -0
- package/dist/icons/pen-line.mjs +4 -0
- package/dist/icons/pen.cjs +4 -0
- package/dist/icons/pen.d.cts +6 -0
- package/dist/icons/pen.d.mts +6 -0
- package/dist/icons/pen.mjs +4 -0
- package/dist/icons/pencil-line.cjs +4 -0
- package/dist/icons/pencil-line.d.cts +6 -0
- package/dist/icons/pencil-line.d.mts +6 -0
- package/dist/icons/pencil-line.mjs +4 -0
- package/dist/icons/pencil.cjs +4 -0
- package/dist/icons/pencil.d.cts +6 -0
- package/dist/icons/pencil.d.mts +6 -0
- package/dist/icons/pencil.mjs +4 -0
- package/dist/icons/refresh-ccw.cjs +4 -0
- package/dist/icons/refresh-ccw.d.cts +6 -0
- package/dist/icons/refresh-ccw.d.mts +6 -0
- package/dist/icons/refresh-ccw.mjs +4 -0
- package/dist/icons/refresh-cw-off.cjs +4 -0
- package/dist/icons/refresh-cw-off.d.cts +6 -0
- package/dist/icons/refresh-cw-off.d.mts +6 -0
- package/dist/icons/refresh-cw-off.mjs +4 -0
- package/dist/icons/refresh-cw.cjs +4 -0
- package/dist/icons/refresh-cw.d.cts +6 -0
- package/dist/icons/refresh-cw.d.mts +6 -0
- package/dist/icons/refresh-cw.mjs +4 -0
- package/dist/icons/rows-2-dashed.cjs +4 -0
- package/dist/icons/rows-2-dashed.d.cts +6 -0
- package/dist/icons/rows-2-dashed.d.mts +6 -0
- package/dist/icons/rows-2-dashed.mjs +4 -0
- package/dist/icons/rows-2.cjs +10 -0
- package/dist/icons/rows-2.d.cts +6 -0
- package/dist/icons/rows-2.d.mts +6 -0
- package/dist/icons/rows-2.mjs +10 -0
- package/dist/icons/rows-3-dashed.cjs +4 -0
- package/dist/icons/rows-3-dashed.d.cts +6 -0
- package/dist/icons/rows-3-dashed.d.mts +6 -0
- package/dist/icons/rows-3-dashed.mjs +4 -0
- package/dist/icons/rows-3.cjs +4 -0
- package/dist/icons/rows-3.d.cts +6 -0
- package/dist/icons/rows-3.d.mts +6 -0
- package/dist/icons/rows-3.mjs +4 -0
- package/dist/icons/trash-2.cjs +4 -0
- package/dist/icons/trash-2.d.cts +6 -0
- package/dist/icons/trash-2.d.mts +6 -0
- package/dist/icons/trash-2.mjs +4 -0
- package/dist/icons/trash-3.cjs +4 -0
- package/dist/icons/trash-3.d.cts +6 -0
- package/dist/icons/trash-3.d.mts +6 -0
- package/dist/icons/trash-3.mjs +4 -0
- package/dist/icons/trash-delete.cjs +4 -0
- package/dist/icons/trash-delete.d.cts +6 -0
- package/dist/icons/trash-delete.d.mts +6 -0
- package/dist/icons/trash-delete.mjs +4 -0
- package/dist/icons/trash.cjs +4 -0
- package/dist/icons/trash.d.cts +6 -0
- package/dist/icons/trash.d.mts +6 -0
- package/dist/icons/trash.mjs +4 -0
- package/dist/index.cjs +69 -0
- package/dist/index.d.cts +24 -1
- package/dist/index.d.mts +24 -1
- package/dist/index.mjs +24 -1
- package/package.json +1 -1
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
//#region src/icons/refresh-ccw.ts
|
|
2
|
+
const RefreshCcw = [["path", { "d": "M20 22V16H14M3.99999 2V8H9.99999M3.05493 11C3.01863 11.3283 3 11.662 3 12C3 16.9706 7.02944 21 12 21C15.5337 21 18.5918 18.9634 20.0645 16M20.9451 13C20.9814 12.6717 21 12.338 21 12C21 7.02944 16.9706 3 12 3C8.46627 3 5.40821 5.03656 3.93551 8" }]];
|
|
3
|
+
//#endregion
|
|
4
|
+
exports.default = RefreshCcw;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
//#region src/icons/refresh-ccw.ts
|
|
2
|
+
const RefreshCcw = [["path", { "d": "M20 22V16H14M3.99999 2V8H9.99999M3.05493 11C3.01863 11.3283 3 11.662 3 12C3 16.9706 7.02944 21 12 21C15.5337 21 18.5918 18.9634 20.0645 16M20.9451 13C20.9814 12.6717 21 12.338 21 12C21 7.02944 16.9706 3 12 3C8.46627 3 5.40821 5.03656 3.93551 8" }]];
|
|
3
|
+
//#endregion
|
|
4
|
+
export { RefreshCcw as default };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
//#region src/icons/refresh-cw-off.ts
|
|
2
|
+
const RefreshCwOff = [["path", { "d": "M4 22V16H10M20 2V8H14M20.0645 16C20.6633 14.795 21 13.4368 21 12C21 11.662 20.9814 11.3283 20.9451 11M18.3851 18.3428C16.7548 19.9839 14.496 21 12 21C8.46628 21 5.40822 18.9634 3.93552 16M5.64662 5.62547C4.01172 7.25498 3 9.50934 3 12C3 12.338 3.01863 12.6717 3.05493 13M7.95376 3.95867C9.17016 3.34539 10.5447 3 12 3C15.5337 3 18.5918 5.03656 20.0645 8M3 3L21 21" }]];
|
|
3
|
+
//#endregion
|
|
4
|
+
exports.default = RefreshCwOff;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
//#region src/icons/refresh-cw-off.ts
|
|
2
|
+
const RefreshCwOff = [["path", { "d": "M4 22V16H10M20 2V8H14M20.0645 16C20.6633 14.795 21 13.4368 21 12C21 11.662 20.9814 11.3283 20.9451 11M18.3851 18.3428C16.7548 19.9839 14.496 21 12 21C8.46628 21 5.40822 18.9634 3.93552 16M5.64662 5.62547C4.01172 7.25498 3 9.50934 3 12C3 12.338 3.01863 12.6717 3.05493 13M7.95376 3.95867C9.17016 3.34539 10.5447 3 12 3C15.5337 3 18.5918 5.03656 20.0645 8M3 3L21 21" }]];
|
|
3
|
+
//#endregion
|
|
4
|
+
export { RefreshCwOff as default };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
//#region src/icons/refresh-cw.ts
|
|
2
|
+
const RefreshCw = [["path", { "d": "M4 22V16H10M20 2V8H14M20.9451 11C20.9814 11.3283 21 11.662 21 12C21 16.9706 16.9706 21 12 21C8.46628 21 5.40822 18.9634 3.93552 16M3.05493 13C3.01863 12.6717 3 12.338 3 12C3 7.02944 7.02944 3 12 3C15.5337 3 18.5918 5.03656 20.0645 8" }]];
|
|
3
|
+
//#endregion
|
|
4
|
+
exports.default = RefreshCw;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
//#region src/icons/refresh-cw.ts
|
|
2
|
+
const RefreshCw = [["path", { "d": "M4 22V16H10M20 2V8H14M20.9451 11C20.9814 11.3283 21 11.662 21 12C21 16.9706 16.9706 21 12 21C8.46628 21 5.40822 18.9634 3.93552 16M3.05493 13C3.01863 12.6717 3 12.338 3 12C3 7.02944 7.02944 3 12 3C15.5337 3 18.5918 5.03656 20.0645 8" }]];
|
|
3
|
+
//#endregion
|
|
4
|
+
export { RefreshCw as default };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
//#region src/icons/trash-delete.ts
|
|
2
|
+
const TrashDelete = [["path", { "d": "M21 14L17.4998 17.5M17.4998 17.5L14 20.9995M17.4998 17.5L21 21M17.4998 17.5L14 14.0005M3 7H21M12 21H7L5 7M18.2857 12L19 7M7 7L8.42857 3H15.5714L17 7" }]];
|
|
3
|
+
//#endregion
|
|
4
|
+
exports.default = TrashDelete;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
//#region src/icons/trash-delete.ts
|
|
2
|
+
const TrashDelete = [["path", { "d": "M21 14L17.4998 17.5M17.4998 17.5L14 20.9995M17.4998 17.5L21 21M17.4998 17.5L14 14.0005M3 7H21M12 21H7L5 7M18.2857 12L19 7M7 7L8.42857 3H15.5714L17 7" }]];
|
|
3
|
+
//#endregion
|
|
4
|
+
export { TrashDelete as default };
|
package/dist/index.cjs
CHANGED
|
@@ -29,6 +29,29 @@ const require_chevrons_down = require("./icons/chevrons-down.cjs");
|
|
|
29
29
|
const require_chevrons_left = require("./icons/chevrons-left.cjs");
|
|
30
30
|
const require_chevrons_right = require("./icons/chevrons-right.cjs");
|
|
31
31
|
const require_chevrons_up = require("./icons/chevrons-up.cjs");
|
|
32
|
+
const require_columns_2_dashed = require("./icons/columns-2-dashed.cjs");
|
|
33
|
+
const require_columns_2 = require("./icons/columns-2.cjs");
|
|
34
|
+
const require_columns_3_dashed = require("./icons/columns-3-dashed.cjs");
|
|
35
|
+
const require_columns_3 = require("./icons/columns-3.cjs");
|
|
36
|
+
const require_panel_bottom = require("./icons/panel-bottom.cjs");
|
|
37
|
+
const require_panel_left = require("./icons/panel-left.cjs");
|
|
38
|
+
const require_panel_right = require("./icons/panel-right.cjs");
|
|
39
|
+
const require_panel_top = require("./icons/panel-top.cjs");
|
|
40
|
+
const require_pen_line = require("./icons/pen-line.cjs");
|
|
41
|
+
const require_pen = require("./icons/pen.cjs");
|
|
42
|
+
const require_pencil_line = require("./icons/pencil-line.cjs");
|
|
43
|
+
const require_pencil = require("./icons/pencil.cjs");
|
|
44
|
+
const require_refresh_ccw = require("./icons/refresh-ccw.cjs");
|
|
45
|
+
const require_refresh_cw_off = require("./icons/refresh-cw-off.cjs");
|
|
46
|
+
const require_refresh_cw = require("./icons/refresh-cw.cjs");
|
|
47
|
+
const require_rows_2_dashed = require("./icons/rows-2-dashed.cjs");
|
|
48
|
+
const require_rows_2 = require("./icons/rows-2.cjs");
|
|
49
|
+
const require_rows_3_dashed = require("./icons/rows-3-dashed.cjs");
|
|
50
|
+
const require_rows_3 = require("./icons/rows-3.cjs");
|
|
51
|
+
const require_trash_2 = require("./icons/trash-2.cjs");
|
|
52
|
+
const require_trash_3 = require("./icons/trash-3.cjs");
|
|
53
|
+
const require_trash_delete = require("./icons/trash-delete.cjs");
|
|
54
|
+
const require_trash = require("./icons/trash.cjs");
|
|
32
55
|
exports.ArrowCornerDownLeft = require_arrow_corner_down_left.default;
|
|
33
56
|
exports.ArrowCornerDownLeftNode = require_arrow_corner_down_left.default;
|
|
34
57
|
exports.ArrowCornerDownRight = require_arrow_corner_down_right.default;
|
|
@@ -81,6 +104,52 @@ exports.ChevronsRight = require_chevrons_right.default;
|
|
|
81
104
|
exports.ChevronsRightNode = require_chevrons_right.default;
|
|
82
105
|
exports.ChevronsUp = require_chevrons_up.default;
|
|
83
106
|
exports.ChevronsUpNode = require_chevrons_up.default;
|
|
107
|
+
exports.Columns2 = require_columns_2.default;
|
|
108
|
+
exports.Columns2Dashed = require_columns_2_dashed.default;
|
|
109
|
+
exports.Columns2DashedNode = require_columns_2_dashed.default;
|
|
110
|
+
exports.Columns2Node = require_columns_2.default;
|
|
111
|
+
exports.Columns3 = require_columns_3.default;
|
|
112
|
+
exports.Columns3Dashed = require_columns_3_dashed.default;
|
|
113
|
+
exports.Columns3DashedNode = require_columns_3_dashed.default;
|
|
114
|
+
exports.Columns3Node = require_columns_3.default;
|
|
115
|
+
exports.PanelBottom = require_panel_bottom.default;
|
|
116
|
+
exports.PanelBottomNode = require_panel_bottom.default;
|
|
117
|
+
exports.PanelLeft = require_panel_left.default;
|
|
118
|
+
exports.PanelLeftNode = require_panel_left.default;
|
|
119
|
+
exports.PanelRight = require_panel_right.default;
|
|
120
|
+
exports.PanelRightNode = require_panel_right.default;
|
|
121
|
+
exports.PanelTop = require_panel_top.default;
|
|
122
|
+
exports.PanelTopNode = require_panel_top.default;
|
|
123
|
+
exports.Pen = require_pen.default;
|
|
124
|
+
exports.PenLine = require_pen_line.default;
|
|
125
|
+
exports.PenLineNode = require_pen_line.default;
|
|
126
|
+
exports.PenNode = require_pen.default;
|
|
127
|
+
exports.Pencil = require_pencil.default;
|
|
128
|
+
exports.PencilLine = require_pencil_line.default;
|
|
129
|
+
exports.PencilLineNode = require_pencil_line.default;
|
|
130
|
+
exports.PencilNode = require_pencil.default;
|
|
131
|
+
exports.RefreshCcw = require_refresh_ccw.default;
|
|
132
|
+
exports.RefreshCcwNode = require_refresh_ccw.default;
|
|
133
|
+
exports.RefreshCw = require_refresh_cw.default;
|
|
134
|
+
exports.RefreshCwNode = require_refresh_cw.default;
|
|
135
|
+
exports.RefreshCwOff = require_refresh_cw_off.default;
|
|
136
|
+
exports.RefreshCwOffNode = require_refresh_cw_off.default;
|
|
137
|
+
exports.Rows2 = require_rows_2.default;
|
|
138
|
+
exports.Rows2Dashed = require_rows_2_dashed.default;
|
|
139
|
+
exports.Rows2DashedNode = require_rows_2_dashed.default;
|
|
140
|
+
exports.Rows2Node = require_rows_2.default;
|
|
141
|
+
exports.Rows3 = require_rows_3.default;
|
|
142
|
+
exports.Rows3Dashed = require_rows_3_dashed.default;
|
|
143
|
+
exports.Rows3DashedNode = require_rows_3_dashed.default;
|
|
144
|
+
exports.Rows3Node = require_rows_3.default;
|
|
145
|
+
exports.Trash = require_trash.default;
|
|
146
|
+
exports.Trash2 = require_trash_2.default;
|
|
147
|
+
exports.Trash2Node = require_trash_2.default;
|
|
148
|
+
exports.Trash3 = require_trash_3.default;
|
|
149
|
+
exports.Trash3Node = require_trash_3.default;
|
|
150
|
+
exports.TrashDelete = require_trash_delete.default;
|
|
151
|
+
exports.TrashDeleteNode = require_trash_delete.default;
|
|
152
|
+
exports.TrashNode = require_trash.default;
|
|
84
153
|
exports.createElement = require_createElement.createElement;
|
|
85
154
|
exports.createIcons = require_createIcons.createIcons;
|
|
86
155
|
exports.defaultAttributes = require_defaultAttributes.defaultAttributes;
|
package/dist/index.d.cts
CHANGED
|
@@ -29,4 +29,27 @@ import { ChevronsDown } from "./icons/chevrons-down.cjs";
|
|
|
29
29
|
import { ChevronsLeft } from "./icons/chevrons-left.cjs";
|
|
30
30
|
import { ChevronsRight } from "./icons/chevrons-right.cjs";
|
|
31
31
|
import { ChevronsUp } from "./icons/chevrons-up.cjs";
|
|
32
|
-
|
|
32
|
+
import { Columns2Dashed } from "./icons/columns-2-dashed.cjs";
|
|
33
|
+
import { Columns2 } from "./icons/columns-2.cjs";
|
|
34
|
+
import { Columns3Dashed } from "./icons/columns-3-dashed.cjs";
|
|
35
|
+
import { Columns3 } from "./icons/columns-3.cjs";
|
|
36
|
+
import { PanelBottom } from "./icons/panel-bottom.cjs";
|
|
37
|
+
import { PanelLeft } from "./icons/panel-left.cjs";
|
|
38
|
+
import { PanelRight } from "./icons/panel-right.cjs";
|
|
39
|
+
import { PanelTop } from "./icons/panel-top.cjs";
|
|
40
|
+
import { PenLine } from "./icons/pen-line.cjs";
|
|
41
|
+
import { Pen } from "./icons/pen.cjs";
|
|
42
|
+
import { PencilLine } from "./icons/pencil-line.cjs";
|
|
43
|
+
import { Pencil } from "./icons/pencil.cjs";
|
|
44
|
+
import { RefreshCcw } from "./icons/refresh-ccw.cjs";
|
|
45
|
+
import { RefreshCwOff } from "./icons/refresh-cw-off.cjs";
|
|
46
|
+
import { RefreshCw } from "./icons/refresh-cw.cjs";
|
|
47
|
+
import { Rows2Dashed } from "./icons/rows-2-dashed.cjs";
|
|
48
|
+
import { Rows2 } from "./icons/rows-2.cjs";
|
|
49
|
+
import { Rows3Dashed } from "./icons/rows-3-dashed.cjs";
|
|
50
|
+
import { Rows3 } from "./icons/rows-3.cjs";
|
|
51
|
+
import { Trash2 } from "./icons/trash-2.cjs";
|
|
52
|
+
import { Trash3 } from "./icons/trash-3.cjs";
|
|
53
|
+
import { TrashDelete } from "./icons/trash-delete.cjs";
|
|
54
|
+
import { Trash } from "./icons/trash.cjs";
|
|
55
|
+
export { ArrowCornerDownLeft, ArrowCornerDownLeft as ArrowCornerDownLeftNode, ArrowCornerDownRight, ArrowCornerDownRight as ArrowCornerDownRightNode, ArrowCornerLeftDown, ArrowCornerLeftDown as ArrowCornerLeftDownNode, ArrowCornerLeftUp, ArrowCornerLeftUp as ArrowCornerLeftUpNode, ArrowCornerRightDown, ArrowCornerRightDown as ArrowCornerRightDownNode, ArrowCornerRightUp, ArrowCornerRightUp as ArrowCornerRightUpNode, ArrowCornerUpLeft, ArrowCornerUpLeft as ArrowCornerUpLeftNode, ArrowCornerUpRight, ArrowCornerUpRight as ArrowCornerUpRightNode, ArrowDown, ArrowDownLeft, ArrowDownLeft as ArrowDownLeftNode, ArrowDown as ArrowDownNode, ArrowDownRight, ArrowDownRight as ArrowDownRightNode, ArrowDownUp, ArrowDownUp as ArrowDownUpNode, ArrowLeft, ArrowLeft as ArrowLeftNode, ArrowRight, ArrowRight as ArrowRightNode, ArrowUp, ArrowUpDown, ArrowUpDown as ArrowUpDownNode, ArrowUpLeft, ArrowUpLeft as ArrowUpLeftNode, ArrowUp as ArrowUpNode, ArrowUpRight, ArrowUpRight as ArrowUpRightNode, ChevronDown, ChevronDown as ChevronDownNode, ChevronLeft, ChevronLeft as ChevronLeftNode, ChevronRight, ChevronRight as ChevronRightNode, ChevronUp, ChevronUp as ChevronUpNode, ChevronsDown, ChevronsDown as ChevronsDownNode, ChevronsLeft, ChevronsLeft as ChevronsLeftNode, ChevronsRight, ChevronsRight as ChevronsRightNode, ChevronsUp, ChevronsUp as ChevronsUpNode, Columns2, Columns2Dashed, Columns2Dashed as Columns2DashedNode, Columns2 as Columns2Node, Columns3, Columns3Dashed, Columns3Dashed as Columns3DashedNode, Columns3 as Columns3Node, type CreateElementOptions, type CreateIconsOptions, type IconNode, PanelBottom, PanelBottom as PanelBottomNode, PanelLeft, PanelLeft as PanelLeftNode, PanelRight, PanelRight as PanelRightNode, PanelTop, PanelTop as PanelTopNode, Pen, PenLine, PenLine as PenLineNode, Pen as PenNode, Pencil, PencilLine, PencilLine as PencilLineNode, Pencil as PencilNode, RefreshCcw, RefreshCcw as RefreshCcwNode, RefreshCw, RefreshCw as RefreshCwNode, RefreshCwOff, RefreshCwOff as RefreshCwOffNode, Rows2, Rows2Dashed, Rows2Dashed as Rows2DashedNode, Rows2 as Rows2Node, Rows3, Rows3Dashed, Rows3Dashed as Rows3DashedNode, Rows3 as Rows3Node, Trash, Trash2, Trash2 as Trash2Node, Trash3, Trash3 as Trash3Node, TrashDelete, TrashDelete as TrashDeleteNode, Trash as TrashNode, type Variant, createElement, createIcons, defaultAttributes, resolveStrokeWidth, variantDefaults };
|
package/dist/index.d.mts
CHANGED
|
@@ -29,4 +29,27 @@ import { ChevronsDown } from "./icons/chevrons-down.mjs";
|
|
|
29
29
|
import { ChevronsLeft } from "./icons/chevrons-left.mjs";
|
|
30
30
|
import { ChevronsRight } from "./icons/chevrons-right.mjs";
|
|
31
31
|
import { ChevronsUp } from "./icons/chevrons-up.mjs";
|
|
32
|
-
|
|
32
|
+
import { Columns2Dashed } from "./icons/columns-2-dashed.mjs";
|
|
33
|
+
import { Columns2 } from "./icons/columns-2.mjs";
|
|
34
|
+
import { Columns3Dashed } from "./icons/columns-3-dashed.mjs";
|
|
35
|
+
import { Columns3 } from "./icons/columns-3.mjs";
|
|
36
|
+
import { PanelBottom } from "./icons/panel-bottom.mjs";
|
|
37
|
+
import { PanelLeft } from "./icons/panel-left.mjs";
|
|
38
|
+
import { PanelRight } from "./icons/panel-right.mjs";
|
|
39
|
+
import { PanelTop } from "./icons/panel-top.mjs";
|
|
40
|
+
import { PenLine } from "./icons/pen-line.mjs";
|
|
41
|
+
import { Pen } from "./icons/pen.mjs";
|
|
42
|
+
import { PencilLine } from "./icons/pencil-line.mjs";
|
|
43
|
+
import { Pencil } from "./icons/pencil.mjs";
|
|
44
|
+
import { RefreshCcw } from "./icons/refresh-ccw.mjs";
|
|
45
|
+
import { RefreshCwOff } from "./icons/refresh-cw-off.mjs";
|
|
46
|
+
import { RefreshCw } from "./icons/refresh-cw.mjs";
|
|
47
|
+
import { Rows2Dashed } from "./icons/rows-2-dashed.mjs";
|
|
48
|
+
import { Rows2 } from "./icons/rows-2.mjs";
|
|
49
|
+
import { Rows3Dashed } from "./icons/rows-3-dashed.mjs";
|
|
50
|
+
import { Rows3 } from "./icons/rows-3.mjs";
|
|
51
|
+
import { Trash2 } from "./icons/trash-2.mjs";
|
|
52
|
+
import { Trash3 } from "./icons/trash-3.mjs";
|
|
53
|
+
import { TrashDelete } from "./icons/trash-delete.mjs";
|
|
54
|
+
import { Trash } from "./icons/trash.mjs";
|
|
55
|
+
export { ArrowCornerDownLeft, ArrowCornerDownLeft as ArrowCornerDownLeftNode, ArrowCornerDownRight, ArrowCornerDownRight as ArrowCornerDownRightNode, ArrowCornerLeftDown, ArrowCornerLeftDown as ArrowCornerLeftDownNode, ArrowCornerLeftUp, ArrowCornerLeftUp as ArrowCornerLeftUpNode, ArrowCornerRightDown, ArrowCornerRightDown as ArrowCornerRightDownNode, ArrowCornerRightUp, ArrowCornerRightUp as ArrowCornerRightUpNode, ArrowCornerUpLeft, ArrowCornerUpLeft as ArrowCornerUpLeftNode, ArrowCornerUpRight, ArrowCornerUpRight as ArrowCornerUpRightNode, ArrowDown, ArrowDownLeft, ArrowDownLeft as ArrowDownLeftNode, ArrowDown as ArrowDownNode, ArrowDownRight, ArrowDownRight as ArrowDownRightNode, ArrowDownUp, ArrowDownUp as ArrowDownUpNode, ArrowLeft, ArrowLeft as ArrowLeftNode, ArrowRight, ArrowRight as ArrowRightNode, ArrowUp, ArrowUpDown, ArrowUpDown as ArrowUpDownNode, ArrowUpLeft, ArrowUpLeft as ArrowUpLeftNode, ArrowUp as ArrowUpNode, ArrowUpRight, ArrowUpRight as ArrowUpRightNode, ChevronDown, ChevronDown as ChevronDownNode, ChevronLeft, ChevronLeft as ChevronLeftNode, ChevronRight, ChevronRight as ChevronRightNode, ChevronUp, ChevronUp as ChevronUpNode, ChevronsDown, ChevronsDown as ChevronsDownNode, ChevronsLeft, ChevronsLeft as ChevronsLeftNode, ChevronsRight, ChevronsRight as ChevronsRightNode, ChevronsUp, ChevronsUp as ChevronsUpNode, Columns2, Columns2Dashed, Columns2Dashed as Columns2DashedNode, Columns2 as Columns2Node, Columns3, Columns3Dashed, Columns3Dashed as Columns3DashedNode, Columns3 as Columns3Node, type CreateElementOptions, type CreateIconsOptions, type IconNode, PanelBottom, PanelBottom as PanelBottomNode, PanelLeft, PanelLeft as PanelLeftNode, PanelRight, PanelRight as PanelRightNode, PanelTop, PanelTop as PanelTopNode, Pen, PenLine, PenLine as PenLineNode, Pen as PenNode, Pencil, PencilLine, PencilLine as PencilLineNode, Pencil as PencilNode, RefreshCcw, RefreshCcw as RefreshCcwNode, RefreshCw, RefreshCw as RefreshCwNode, RefreshCwOff, RefreshCwOff as RefreshCwOffNode, Rows2, Rows2Dashed, Rows2Dashed as Rows2DashedNode, Rows2 as Rows2Node, Rows3, Rows3Dashed, Rows3Dashed as Rows3DashedNode, Rows3 as Rows3Node, Trash, Trash2, Trash2 as Trash2Node, Trash3, Trash3 as Trash3Node, TrashDelete, TrashDelete as TrashDeleteNode, Trash as TrashNode, type Variant, createElement, createIcons, defaultAttributes, resolveStrokeWidth, variantDefaults };
|
package/dist/index.mjs
CHANGED
|
@@ -28,4 +28,27 @@ import ChevronsDown from "./icons/chevrons-down.mjs";
|
|
|
28
28
|
import ChevronsLeft from "./icons/chevrons-left.mjs";
|
|
29
29
|
import ChevronsRight from "./icons/chevrons-right.mjs";
|
|
30
30
|
import ChevronsUp from "./icons/chevrons-up.mjs";
|
|
31
|
-
|
|
31
|
+
import Columns2Dashed from "./icons/columns-2-dashed.mjs";
|
|
32
|
+
import Columns2 from "./icons/columns-2.mjs";
|
|
33
|
+
import Columns3Dashed from "./icons/columns-3-dashed.mjs";
|
|
34
|
+
import Columns3 from "./icons/columns-3.mjs";
|
|
35
|
+
import PanelBottom from "./icons/panel-bottom.mjs";
|
|
36
|
+
import PanelLeft from "./icons/panel-left.mjs";
|
|
37
|
+
import PanelRight from "./icons/panel-right.mjs";
|
|
38
|
+
import PanelTop from "./icons/panel-top.mjs";
|
|
39
|
+
import PenLine from "./icons/pen-line.mjs";
|
|
40
|
+
import Pen from "./icons/pen.mjs";
|
|
41
|
+
import PencilLine from "./icons/pencil-line.mjs";
|
|
42
|
+
import Pencil from "./icons/pencil.mjs";
|
|
43
|
+
import RefreshCcw from "./icons/refresh-ccw.mjs";
|
|
44
|
+
import RefreshCwOff from "./icons/refresh-cw-off.mjs";
|
|
45
|
+
import RefreshCw from "./icons/refresh-cw.mjs";
|
|
46
|
+
import Rows2Dashed from "./icons/rows-2-dashed.mjs";
|
|
47
|
+
import Rows2 from "./icons/rows-2.mjs";
|
|
48
|
+
import Rows3Dashed from "./icons/rows-3-dashed.mjs";
|
|
49
|
+
import Rows3 from "./icons/rows-3.mjs";
|
|
50
|
+
import Trash2 from "./icons/trash-2.mjs";
|
|
51
|
+
import Trash3 from "./icons/trash-3.mjs";
|
|
52
|
+
import TrashDelete from "./icons/trash-delete.mjs";
|
|
53
|
+
import Trash from "./icons/trash.mjs";
|
|
54
|
+
export { ArrowCornerDownLeft, ArrowCornerDownLeft as ArrowCornerDownLeftNode, ArrowCornerDownRight, ArrowCornerDownRight as ArrowCornerDownRightNode, ArrowCornerLeftDown, ArrowCornerLeftDown as ArrowCornerLeftDownNode, ArrowCornerLeftUp, ArrowCornerLeftUp as ArrowCornerLeftUpNode, ArrowCornerRightDown, ArrowCornerRightDown as ArrowCornerRightDownNode, ArrowCornerRightUp, ArrowCornerRightUp as ArrowCornerRightUpNode, ArrowCornerUpLeft, ArrowCornerUpLeft as ArrowCornerUpLeftNode, ArrowCornerUpRight, ArrowCornerUpRight as ArrowCornerUpRightNode, ArrowDown, ArrowDownLeft, ArrowDownLeft as ArrowDownLeftNode, ArrowDown as ArrowDownNode, ArrowDownRight, ArrowDownRight as ArrowDownRightNode, ArrowDownUp, ArrowDownUp as ArrowDownUpNode, ArrowLeft, ArrowLeft as ArrowLeftNode, ArrowRight, ArrowRight as ArrowRightNode, ArrowUp, ArrowUpDown, ArrowUpDown as ArrowUpDownNode, ArrowUpLeft, ArrowUpLeft as ArrowUpLeftNode, ArrowUp as ArrowUpNode, ArrowUpRight, ArrowUpRight as ArrowUpRightNode, ChevronDown, ChevronDown as ChevronDownNode, ChevronLeft, ChevronLeft as ChevronLeftNode, ChevronRight, ChevronRight as ChevronRightNode, ChevronUp, ChevronUp as ChevronUpNode, ChevronsDown, ChevronsDown as ChevronsDownNode, ChevronsLeft, ChevronsLeft as ChevronsLeftNode, ChevronsRight, ChevronsRight as ChevronsRightNode, ChevronsUp, ChevronsUp as ChevronsUpNode, Columns2, Columns2Dashed, Columns2Dashed as Columns2DashedNode, Columns2 as Columns2Node, Columns3, Columns3Dashed, Columns3Dashed as Columns3DashedNode, Columns3 as Columns3Node, PanelBottom, PanelBottom as PanelBottomNode, PanelLeft, PanelLeft as PanelLeftNode, PanelRight, PanelRight as PanelRightNode, PanelTop, PanelTop as PanelTopNode, Pen, PenLine, PenLine as PenLineNode, Pen as PenNode, Pencil, PencilLine, PencilLine as PencilLineNode, Pencil as PencilNode, RefreshCcw, RefreshCcw as RefreshCcwNode, RefreshCw, RefreshCw as RefreshCwNode, RefreshCwOff, RefreshCwOff as RefreshCwOffNode, Rows2, Rows2Dashed, Rows2Dashed as Rows2DashedNode, Rows2 as Rows2Node, Rows3, Rows3Dashed, Rows3Dashed as Rows3DashedNode, Rows3 as Rows3Node, Trash, Trash2, Trash2 as Trash2Node, Trash3, Trash3 as Trash3Node, TrashDelete, TrashDelete as TrashDeleteNode, Trash as TrashNode, createElement, createIcons, defaultAttributes, resolveStrokeWidth, variantDefaults };
|