@edvisor/product-language 0.10.44 → 0.10.45
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/index.cjs +1 -1
- package/index.js +1 -1
- package/lib/components/icon/icon-list.d.ts +10 -0
- package/lib/components/icon/icon.d.ts +10 -0
- package/package.json +1 -1
|
@@ -12,6 +12,7 @@ export declare const IconListMajor: {
|
|
|
12
12
|
readonly calculator: JSX.Element;
|
|
13
13
|
readonly 'calendar-day': JSX.Element;
|
|
14
14
|
readonly 'chart-line': JSX.Element;
|
|
15
|
+
readonly 'chart-simple': JSX.Element;
|
|
15
16
|
readonly check: JSX.Element;
|
|
16
17
|
readonly 'circle-check': JSX.Element;
|
|
17
18
|
readonly 'circle-info': JSX.Element;
|
|
@@ -28,9 +29,12 @@ export declare const IconListMajor: {
|
|
|
28
29
|
readonly 'file-lines': JSX.Element;
|
|
29
30
|
readonly gear: JSX.Element;
|
|
30
31
|
readonly 'graduation-cap': JSX.Element;
|
|
32
|
+
readonly heart: JSX.Element;
|
|
31
33
|
readonly house: JSX.Element;
|
|
34
|
+
readonly inbox: JSX.Element;
|
|
32
35
|
readonly 'magnifying-glass': JSX.Element;
|
|
33
36
|
readonly 'paper-plane-top': JSX.Element;
|
|
37
|
+
readonly plus: JSX.Element;
|
|
34
38
|
readonly 'school-flag': JSX.Element;
|
|
35
39
|
readonly 'shield-plus': JSX.Element;
|
|
36
40
|
readonly store: JSX.Element;
|
|
@@ -59,6 +63,7 @@ export declare const IconListMinor: {
|
|
|
59
63
|
readonly bold: JSX.Element;
|
|
60
64
|
readonly book: JSX.Element;
|
|
61
65
|
readonly bookmark: JSX.Element;
|
|
66
|
+
readonly 'building-columns': JSX.Element;
|
|
62
67
|
readonly calendar: JSX.Element;
|
|
63
68
|
readonly campground: JSX.Element;
|
|
64
69
|
readonly 'cart-shopping': JSX.Element;
|
|
@@ -83,10 +88,12 @@ export declare const IconListMinor: {
|
|
|
83
88
|
readonly 'eye-slash': JSX.Element;
|
|
84
89
|
readonly eye: JSX.Element;
|
|
85
90
|
readonly facebook: JSX.Element;
|
|
91
|
+
readonly 'file-lines': JSX.Element;
|
|
86
92
|
readonly 'fire-burner': JSX.Element;
|
|
87
93
|
readonly fire: JSX.Element;
|
|
88
94
|
readonly 'folder-open': JSX.Element;
|
|
89
95
|
readonly folder: JSX.Element;
|
|
96
|
+
readonly gear: JSX.Element;
|
|
90
97
|
readonly 'graduation-cap': JSX.Element;
|
|
91
98
|
readonly h1: JSX.Element;
|
|
92
99
|
readonly 'heart-solid': JSX.Element;
|
|
@@ -106,10 +113,12 @@ export declare const IconListMinor: {
|
|
|
106
113
|
readonly paperclip: JSX.Element;
|
|
107
114
|
readonly pen: JSX.Element;
|
|
108
115
|
readonly 'person-praying': JSX.Element;
|
|
116
|
+
readonly phone: JSX.Element;
|
|
109
117
|
readonly 'plane-arrival': JSX.Element;
|
|
110
118
|
readonly 'plane-departure': JSX.Element;
|
|
111
119
|
readonly plus: JSX.Element;
|
|
112
120
|
readonly print: JSX.Element;
|
|
121
|
+
readonly 'restroom-simple': JSX.Element;
|
|
113
122
|
readonly 'rotate-left': JSX.Element;
|
|
114
123
|
readonly 'rotate-right': JSX.Element;
|
|
115
124
|
readonly school: JSX.Element;
|
|
@@ -119,6 +128,7 @@ export declare const IconListMinor: {
|
|
|
119
128
|
readonly 'star-solid': JSX.Element;
|
|
120
129
|
readonly star: JSX.Element;
|
|
121
130
|
readonly strikethrough: JSX.Element;
|
|
131
|
+
readonly suitcase: JSX.Element;
|
|
122
132
|
readonly 'table-tennis-paddle-ball': JSX.Element;
|
|
123
133
|
readonly 'trash-can': JSX.Element;
|
|
124
134
|
readonly twitter: JSX.Element;
|
|
@@ -11,6 +11,7 @@ export declare const Icon: {
|
|
|
11
11
|
Calculator: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
12
12
|
CalendarDay: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
13
13
|
ChartLine: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
14
|
+
ChartSimple: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
14
15
|
Check: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
15
16
|
CircleCheck: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
16
17
|
CircleInfo: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
@@ -27,9 +28,12 @@ export declare const Icon: {
|
|
|
27
28
|
FileLines: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
28
29
|
Gear: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
29
30
|
GraduationCap: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
31
|
+
Heart: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
30
32
|
House: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
33
|
+
Inbox: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
31
34
|
MagnifyingGlass: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
32
35
|
PaperPlaneTop: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
36
|
+
Plus: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
33
37
|
SchoolFlag: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
34
38
|
ShieldPlus: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
35
39
|
Store: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
@@ -59,6 +63,7 @@ export declare const IconMinor: {
|
|
|
59
63
|
Bold: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
60
64
|
Bookmark: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
61
65
|
Book: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
66
|
+
BuildingColumns: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
62
67
|
Calendar: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
63
68
|
Campground: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
64
69
|
CartShopping: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
@@ -83,11 +88,13 @@ export declare const IconMinor: {
|
|
|
83
88
|
Eye: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
84
89
|
EyeSlash: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
85
90
|
Facebook: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
91
|
+
FileLines: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
86
92
|
FireBurner: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
87
93
|
Fire: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
88
94
|
Folder: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
89
95
|
FolderOpen: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
90
96
|
GraduationCap: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
97
|
+
Gear: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
91
98
|
H1: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
92
99
|
Heart: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
93
100
|
HeartSolid: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
@@ -106,10 +113,12 @@ export declare const IconMinor: {
|
|
|
106
113
|
Paperclip: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
107
114
|
Pen: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
108
115
|
PersonPraying: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
116
|
+
Phone: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
109
117
|
PlaneArrival: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
110
118
|
PlaneDeparture: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
111
119
|
Plus: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
112
120
|
Print: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
121
|
+
RestroomSimple: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
113
122
|
RotateLeft: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
114
123
|
RotateRight: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
115
124
|
School: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
@@ -119,6 +128,7 @@ export declare const IconMinor: {
|
|
|
119
128
|
Star: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
120
129
|
StarSolid: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
121
130
|
Strikethrough: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
131
|
+
Suitcase: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
122
132
|
TableTennisPaddleBall: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
123
133
|
TrashCan: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|
|
124
134
|
Twitter: (props: HTMLAttributes<HTMLElement>) => JSX.Element;
|