@stenajs-webui/elements 19.0.0 → 19.0.1
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/generated/CommonIcons.d.ts +13 -0
- package/dist/index.es.js +1114 -958
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
|
@@ -1,20 +1,25 @@
|
|
|
1
1
|
import { MediumIcon } from "../IconSizes";
|
|
2
2
|
export declare const stenaAccount: MediumIcon;
|
|
3
3
|
export declare const stenaAnimals: MediumIcon;
|
|
4
|
+
export declare const stenaAtm: MediumIcon;
|
|
4
5
|
export declare const stenaBackspace: MediumIcon;
|
|
5
6
|
export declare const stenaBan: MediumIcon;
|
|
7
|
+
export declare const stenaBar: MediumIcon;
|
|
6
8
|
export declare const stenaBellFilled: MediumIcon;
|
|
7
9
|
export declare const stenaBell: MediumIcon;
|
|
8
10
|
export declare const stenaBookmark: MediumIcon;
|
|
9
11
|
export declare const stenaBuy: MediumIcon;
|
|
12
|
+
export declare const stenaCafe: MediumIcon;
|
|
10
13
|
export declare const stenaCalculate: MediumIcon;
|
|
11
14
|
export declare const stenaCalendarFilled: MediumIcon;
|
|
12
15
|
export declare const stenaCalendarManage: MediumIcon;
|
|
13
16
|
export declare const stenaCalendarSortDown: MediumIcon;
|
|
14
17
|
export declare const stenaCalendarSortUp: MediumIcon;
|
|
15
18
|
export declare const stenaCalendar: MediumIcon;
|
|
19
|
+
export declare const stenaCarRentalDesk: MediumIcon;
|
|
16
20
|
export declare const stenaCargoConstruction: MediumIcon;
|
|
17
21
|
export declare const stenaCargoMetal: MediumIcon;
|
|
22
|
+
export declare const stenaChangingTable: MediumIcon;
|
|
18
23
|
export declare const stenaCheckCircleFilled: MediumIcon;
|
|
19
24
|
export declare const stenaCheckCircle: MediumIcon;
|
|
20
25
|
export declare const stenaCheckDouble: MediumIcon;
|
|
@@ -43,6 +48,7 @@ export declare const stenaDownload: MediumIcon;
|
|
|
43
48
|
export declare const stenaDrag: MediumIcon;
|
|
44
49
|
export declare const stenaEditColumns: MediumIcon;
|
|
45
50
|
export declare const stenaEdit: MediumIcon;
|
|
51
|
+
export declare const stenaElectricCharger: MediumIcon;
|
|
46
52
|
export declare const stenaEmptyRead: MediumIcon;
|
|
47
53
|
export declare const stenaExclamationCircleFilled: MediumIcon;
|
|
48
54
|
export declare const stenaExclamationCircle: MediumIcon;
|
|
@@ -103,12 +109,14 @@ export declare const stenaMoveOut: MediumIcon;
|
|
|
103
109
|
export declare const stenaMove: MediumIcon;
|
|
104
110
|
export declare const stenaMovieTheatre: MediumIcon;
|
|
105
111
|
export declare const stenaOverview: MediumIcon;
|
|
112
|
+
export declare const stenaParking: MediumIcon;
|
|
106
113
|
export declare const stenaPen: MediumIcon;
|
|
107
114
|
export declare const stenaPercentage: MediumIcon;
|
|
108
115
|
export declare const stenaPerformance: MediumIcon;
|
|
109
116
|
export declare const stenaPets: MediumIcon;
|
|
110
117
|
export declare const stenaPhone: MediumIcon;
|
|
111
118
|
export declare const stenaPhoto: MediumIcon;
|
|
119
|
+
export declare const stenaPhotobooth: MediumIcon;
|
|
112
120
|
export declare const stenaPin: MediumIcon;
|
|
113
121
|
export declare const stenaPluginCheck: MediumIcon;
|
|
114
122
|
export declare const stenaPlugin: MediumIcon;
|
|
@@ -120,6 +128,7 @@ export declare const stenaQuestionCircle: MediumIcon;
|
|
|
120
128
|
export declare const stenaRateThumbDown: MediumIcon;
|
|
121
129
|
export declare const stenaRateThumbUp: MediumIcon;
|
|
122
130
|
export declare const stenaRefresh: MediumIcon;
|
|
131
|
+
export declare const stenaRestrooms: MediumIcon;
|
|
123
132
|
export declare const stenaRobot: MediumIcon;
|
|
124
133
|
export declare const stenaRunningPerson: MediumIcon;
|
|
125
134
|
export declare const stenaSailingBus: MediumIcon;
|
|
@@ -139,12 +148,14 @@ export declare const stenaSailingRouteAlt: MediumIcon;
|
|
|
139
148
|
export declare const stenaSailingRoute: MediumIcon;
|
|
140
149
|
export declare const stenaSailingShip: MediumIcon;
|
|
141
150
|
export declare const stenaSailingShoulder: MediumIcon;
|
|
151
|
+
export declare const stenaSailingTaxi: MediumIcon;
|
|
142
152
|
export declare const stenaSailingTicketFilled: MediumIcon;
|
|
143
153
|
export declare const stenaSailingTicket: MediumIcon;
|
|
144
154
|
export declare const stenaSailingTrailerDo: MediumIcon;
|
|
145
155
|
export declare const stenaSailingTrailerPu: MediumIcon;
|
|
146
156
|
export declare const stenaSailingTrailer: MediumIcon;
|
|
147
157
|
export declare const stenaSailingTrain: MediumIcon;
|
|
158
|
+
export declare const stenaSailingTram: MediumIcon;
|
|
148
159
|
export declare const stenaSailingTruckAlt: MediumIcon;
|
|
149
160
|
export declare const stenaSailingTruckSide: MediumIcon;
|
|
150
161
|
export declare const stenaSailingVehicle: MediumIcon;
|
|
@@ -166,6 +177,7 @@ export declare const stenaSortDownMini: MediumIcon;
|
|
|
166
177
|
export declare const stenaSortDown: MediumIcon;
|
|
167
178
|
export declare const stenaSortUpMini: MediumIcon;
|
|
168
179
|
export declare const stenaSortUp: MediumIcon;
|
|
180
|
+
export declare const stenaSpa: MediumIcon;
|
|
169
181
|
export declare const stenaStackCheck: MediumIcon;
|
|
170
182
|
export declare const stenaStack: MediumIcon;
|
|
171
183
|
export declare const stenaStar: MediumIcon;
|
|
@@ -200,6 +212,7 @@ export declare const stenaTurnOff: MediumIcon;
|
|
|
200
212
|
export declare const stenaUndo: MediumIcon;
|
|
201
213
|
export declare const stenaUnlink: MediumIcon;
|
|
202
214
|
export declare const stenaUpload: MediumIcon;
|
|
215
|
+
export declare const stenaVendingMachine: MediumIcon;
|
|
203
216
|
export declare const stenaWarehouse: MediumIcon;
|
|
204
217
|
export declare const stenaWeather: MediumIcon;
|
|
205
218
|
export declare const stenaWeight: MediumIcon;
|