@edux-design/icons 0.0.3 → 0.0.4
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/index.d.mts +11 -1
- package/dist/index.d.ts +11 -1
- package/dist/index.js +238 -121
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +234 -122
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/24/draghandle.svg +1 -0
- package/src/24/list.svg +1 -0
- package/src/24/listordered.svg +1 -0
- package/src/24/sigma.svg +1 -0
- package/src/24/table.svg +1 -0
package/dist/index.d.mts
CHANGED
|
@@ -21,6 +21,8 @@ declare const SvgCollapse: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime
|
|
|
21
21
|
|
|
22
22
|
declare const SvgCopy: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
23
23
|
|
|
24
|
+
declare const SvgDraghandle: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
25
|
+
|
|
24
26
|
declare const SvgError: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
25
27
|
|
|
26
28
|
declare const SvgExternal: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -57,6 +59,10 @@ declare const SvgItalicstext: (props: SVGProps<SVGSVGElement>) => react_jsx_runt
|
|
|
57
59
|
|
|
58
60
|
declare const SvgLast: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
59
61
|
|
|
62
|
+
declare const SvgList: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
63
|
+
|
|
64
|
+
declare const SvgListordered: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
65
|
+
|
|
60
66
|
declare const SvgNext: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
61
67
|
|
|
62
68
|
declare const SvgPersonAvatar: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -75,10 +81,14 @@ declare const SvgSeries: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.J
|
|
|
75
81
|
|
|
76
82
|
declare const SvgSettings: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
77
83
|
|
|
84
|
+
declare const SvgSigma: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
85
|
+
|
|
78
86
|
declare const SvgSuccess: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
79
87
|
|
|
80
88
|
declare const SvgSwaporder: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
81
89
|
|
|
90
|
+
declare const SvgTable: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
91
|
+
|
|
82
92
|
declare const SvgTextAlignCenter: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
83
93
|
|
|
84
94
|
declare const SvgTextAlignEnd: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -97,4 +107,4 @@ declare const SvgUsers: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JS
|
|
|
97
107
|
|
|
98
108
|
declare const SvgWarning: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
99
109
|
|
|
100
|
-
export { SvgAddimage as Addimage, SvgBoldtext as Boldtext, SvgBook as Book, SvgCheck as Check, SvgChevron as Chevron, SvgClass as Class, SvgClose as Close, SvgCode as Code, SvgCollapse as Collapse, SvgCopy as Copy, SvgError as Error, SvgExternal as External, SvgEye as Eye, SvgEyehide as Eyehide, SvgFirst as First, SvgGologo as Gologo, SvgHamburger as Hamburger, SvgHeadingtext as Headingtext, SvgHeadingtext1 as Headingtext1, SvgHeadingtext2 as Headingtext2, SvgHeadingtext3 as Headingtext3, SvgHeadingtext4 as Headingtext4, SvgHeadingtext5 as Headingtext5, SvgHeadingtext6 as Headingtext6, SvgIndeterminate as Indeterminate, SvgInfo as Info, SvgItalicstext as Italicstext, SvgLast as Last, SvgNext as Next, SvgPersonAvatar as PersonAvatar, SvgPlus as Plus, SvgPrevious as Previous, SvgProduct as Product, SvgRedo as Redo, SvgSearchglass as Searchglass, SvgSeries as Series, SvgSettings as Settings, SvgSuccess as Success, SvgSwaporder as Swaporder, SvgTextAlignCenter as TextAlignCenter, SvgTextAlignEnd as TextAlignEnd, SvgTextAlignJustify as TextAlignJustify, SvgTextAlignStart as TextAlignStart, SvgUnderlinetext as Underlinetext, SvgUndo as Undo, SvgUnknown as Unknown, SvgUsers as Users, SvgWarning as Warning };
|
|
110
|
+
export { SvgAddimage as Addimage, SvgBoldtext as Boldtext, SvgBook as Book, SvgCheck as Check, SvgChevron as Chevron, SvgClass as Class, SvgClose as Close, SvgCode as Code, SvgCollapse as Collapse, SvgCopy as Copy, SvgDraghandle as Draghandle, SvgError as Error, SvgExternal as External, SvgEye as Eye, SvgEyehide as Eyehide, SvgFirst as First, SvgGologo as Gologo, SvgHamburger as Hamburger, SvgHeadingtext as Headingtext, SvgHeadingtext1 as Headingtext1, SvgHeadingtext2 as Headingtext2, SvgHeadingtext3 as Headingtext3, SvgHeadingtext4 as Headingtext4, SvgHeadingtext5 as Headingtext5, SvgHeadingtext6 as Headingtext6, SvgIndeterminate as Indeterminate, SvgInfo as Info, SvgItalicstext as Italicstext, SvgLast as Last, SvgList as List, SvgListordered as Listordered, SvgNext as Next, SvgPersonAvatar as PersonAvatar, SvgPlus as Plus, SvgPrevious as Previous, SvgProduct as Product, SvgRedo as Redo, SvgSearchglass as Searchglass, SvgSeries as Series, SvgSettings as Settings, SvgSigma as Sigma, SvgSuccess as Success, SvgSwaporder as Swaporder, SvgTable as Table, SvgTextAlignCenter as TextAlignCenter, SvgTextAlignEnd as TextAlignEnd, SvgTextAlignJustify as TextAlignJustify, SvgTextAlignStart as TextAlignStart, SvgUnderlinetext as Underlinetext, SvgUndo as Undo, SvgUnknown as Unknown, SvgUsers as Users, SvgWarning as Warning };
|
package/dist/index.d.ts
CHANGED
|
@@ -21,6 +21,8 @@ declare const SvgCollapse: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime
|
|
|
21
21
|
|
|
22
22
|
declare const SvgCopy: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
23
23
|
|
|
24
|
+
declare const SvgDraghandle: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
25
|
+
|
|
24
26
|
declare const SvgError: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
25
27
|
|
|
26
28
|
declare const SvgExternal: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -57,6 +59,10 @@ declare const SvgItalicstext: (props: SVGProps<SVGSVGElement>) => react_jsx_runt
|
|
|
57
59
|
|
|
58
60
|
declare const SvgLast: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
59
61
|
|
|
62
|
+
declare const SvgList: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
63
|
+
|
|
64
|
+
declare const SvgListordered: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
65
|
+
|
|
60
66
|
declare const SvgNext: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
61
67
|
|
|
62
68
|
declare const SvgPersonAvatar: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -75,10 +81,14 @@ declare const SvgSeries: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.J
|
|
|
75
81
|
|
|
76
82
|
declare const SvgSettings: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
77
83
|
|
|
84
|
+
declare const SvgSigma: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
85
|
+
|
|
78
86
|
declare const SvgSuccess: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
79
87
|
|
|
80
88
|
declare const SvgSwaporder: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
81
89
|
|
|
90
|
+
declare const SvgTable: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
91
|
+
|
|
82
92
|
declare const SvgTextAlignCenter: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
83
93
|
|
|
84
94
|
declare const SvgTextAlignEnd: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -97,4 +107,4 @@ declare const SvgUsers: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JS
|
|
|
97
107
|
|
|
98
108
|
declare const SvgWarning: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
99
109
|
|
|
100
|
-
export { SvgAddimage as Addimage, SvgBoldtext as Boldtext, SvgBook as Book, SvgCheck as Check, SvgChevron as Chevron, SvgClass as Class, SvgClose as Close, SvgCode as Code, SvgCollapse as Collapse, SvgCopy as Copy, SvgError as Error, SvgExternal as External, SvgEye as Eye, SvgEyehide as Eyehide, SvgFirst as First, SvgGologo as Gologo, SvgHamburger as Hamburger, SvgHeadingtext as Headingtext, SvgHeadingtext1 as Headingtext1, SvgHeadingtext2 as Headingtext2, SvgHeadingtext3 as Headingtext3, SvgHeadingtext4 as Headingtext4, SvgHeadingtext5 as Headingtext5, SvgHeadingtext6 as Headingtext6, SvgIndeterminate as Indeterminate, SvgInfo as Info, SvgItalicstext as Italicstext, SvgLast as Last, SvgNext as Next, SvgPersonAvatar as PersonAvatar, SvgPlus as Plus, SvgPrevious as Previous, SvgProduct as Product, SvgRedo as Redo, SvgSearchglass as Searchglass, SvgSeries as Series, SvgSettings as Settings, SvgSuccess as Success, SvgSwaporder as Swaporder, SvgTextAlignCenter as TextAlignCenter, SvgTextAlignEnd as TextAlignEnd, SvgTextAlignJustify as TextAlignJustify, SvgTextAlignStart as TextAlignStart, SvgUnderlinetext as Underlinetext, SvgUndo as Undo, SvgUnknown as Unknown, SvgUsers as Users, SvgWarning as Warning };
|
|
110
|
+
export { SvgAddimage as Addimage, SvgBoldtext as Boldtext, SvgBook as Book, SvgCheck as Check, SvgChevron as Chevron, SvgClass as Class, SvgClose as Close, SvgCode as Code, SvgCollapse as Collapse, SvgCopy as Copy, SvgDraghandle as Draghandle, SvgError as Error, SvgExternal as External, SvgEye as Eye, SvgEyehide as Eyehide, SvgFirst as First, SvgGologo as Gologo, SvgHamburger as Hamburger, SvgHeadingtext as Headingtext, SvgHeadingtext1 as Headingtext1, SvgHeadingtext2 as Headingtext2, SvgHeadingtext3 as Headingtext3, SvgHeadingtext4 as Headingtext4, SvgHeadingtext5 as Headingtext5, SvgHeadingtext6 as Headingtext6, SvgIndeterminate as Indeterminate, SvgInfo as Info, SvgItalicstext as Italicstext, SvgLast as Last, SvgList as List, SvgListordered as Listordered, SvgNext as Next, SvgPersonAvatar as PersonAvatar, SvgPlus as Plus, SvgPrevious as Previous, SvgProduct as Product, SvgRedo as Redo, SvgSearchglass as Searchglass, SvgSeries as Series, SvgSettings as Settings, SvgSigma as Sigma, SvgSuccess as Success, SvgSwaporder as Swaporder, SvgTable as Table, SvgTextAlignCenter as TextAlignCenter, SvgTextAlignEnd as TextAlignEnd, SvgTextAlignJustify as TextAlignJustify, SvgTextAlignStart as TextAlignStart, SvgUnderlinetext as Underlinetext, SvgUndo as Undo, SvgUnknown as Unknown, SvgUsers as Users, SvgWarning as Warning };
|