@emblamedical/icons-react 0.2.1 → 0.2.2

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +149 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -147,3 +147,152 @@ export declare const MultipleCircle: SvgComponent;
147
147
  export declare const ShieldLock: SvgComponent;
148
148
  export declare const SingleManActionsInformation: SvgComponent;
149
149
  export declare const SingleNeutralActionsChat: SvgComponent;
150
+ export type IconName =
151
+ | '360-view'
152
+ | 'adjustments-filled'
153
+ | 'adjustments-horizontal-filled'
154
+ | 'adjustments-horizontal-outlined'
155
+ | 'adjustments-outlined'
156
+ | 'alert-circle-filled'
157
+ | 'alert-circle-outlined'
158
+ | 'alert-triangle-filled'
159
+ | 'alert-triangle-outlined'
160
+ | 'arrow-forward'
161
+ | 'arrow-left'
162
+ | 'arrow-right'
163
+ | 'arrow-up-right'
164
+ | 'arrows-expand'
165
+ | 'arrows-up-down'
166
+ | 'bell-filled'
167
+ | 'bell-outlined'
168
+ | 'bookmark'
169
+ | 'calendar'
170
+ | 'camera-filled'
171
+ | 'camera-outlined'
172
+ | 'certification'
173
+ | 'check'
174
+ | 'chevron-down'
175
+ | 'chevron-left'
176
+ | 'chevron-right'
177
+ | 'chevron-up'
178
+ | 'circle-check-filled'
179
+ | 'circle-check-outlined'
180
+ | 'circle-filled'
181
+ | 'circle-outlined'
182
+ | 'circle-xfilled'
183
+ | 'circle-xoutlined'
184
+ | 'clock-filled'
185
+ | 'clock-outlined'
186
+ | 'copy'
187
+ | 'copyright-filled'
188
+ | 'copyright-outlined'
189
+ | 'current-location-filled'
190
+ | 'current-location-outlined'
191
+ | 'discount-check-filled'
192
+ | 'discount-check'
193
+ | 'dots'
194
+ | 'download'
195
+ | 'email-filled'
196
+ | 'email-outlined'
197
+ | 'external-link'
198
+ | 'eye-filled'
199
+ | 'eye-outlined-off'
200
+ | 'eye-outlined'
201
+ | 'facebook'
202
+ | 'file-lambda'
203
+ | 'file-text'
204
+ | 'file-type-doc'
205
+ | 'file-type-pdf'
206
+ | 'filter-filled'
207
+ | 'filter-outlined'
208
+ | 'folders'
209
+ | 'heart-filled'
210
+ | 'heart-outlined'
211
+ | 'home-filled'
212
+ | 'home-outlined'
213
+ | 'info-circle-filled'
214
+ | 'info-circle-outlined'
215
+ | 'instagram'
216
+ | 'link'
217
+ | 'linkedin-filled'
218
+ | 'list'
219
+ | 'loader'
220
+ | 'map-pin-filled'
221
+ | 'map-pin-off'
222
+ | 'map-pin-outlined'
223
+ | 'map'
224
+ | 'maximize'
225
+ | 'menu2'
226
+ | 'message-circle2-filled'
227
+ | 'message-circle2-outlined'
228
+ | 'messenger-filled'
229
+ | 'messenger-outlined'
230
+ | 'minus'
231
+ | 'navigation-filled'
232
+ | 'navigation-outlined'
233
+ | 'package'
234
+ | 'pause-filled'
235
+ | 'pdf-reader'
236
+ | 'pencil'
237
+ | 'phone-filled'
238
+ | 'phone-outlined'
239
+ | 'photo-filled'
240
+ | 'photo-outlined'
241
+ | 'photo'
242
+ | 'player-play-filled'
243
+ | 'player-play-outlined'
244
+ | 'plus'
245
+ | 'point-filled'
246
+ | 'point-outlined'
247
+ | 'refresh'
248
+ | 'registered'
249
+ | 'repeat'
250
+ | 'reset'
251
+ | 'scan'
252
+ | 'search'
253
+ | 'settings-filled'
254
+ | 'settings-outlined'
255
+ | 'share-outlined'
256
+ | 'shopping-bag'
257
+ | 'shopping-cart'
258
+ | 'star-filled'
259
+ | 'start-outlined'
260
+ | 'tiktok-filled'
261
+ | 'tiktok-outlined'
262
+ | 'tool'
263
+ | 'trash-filled'
264
+ | 'trash-off'
265
+ | 'trash-outlined'
266
+ | 'trending-down'
267
+ | 'trending-up'
268
+ | 'upload'
269
+ | 'user-filled'
270
+ | 'user-outlined'
271
+ | 'user-plus'
272
+ | 'video'
273
+ | 'wechat'
274
+ | 'whatsapp'
275
+ | 'world'
276
+ | 'x'
277
+ | 'xtwitter'
278
+ | 'youtube';
279
+ export type IconographicName =
280
+ | 'calendar'
281
+ | 'calories-food-pyramid'
282
+ | 'cash-payment-bill'
283
+ | 'diagram-steady-down'
284
+ | 'donation-charity-care-person'
285
+ | 'expand'
286
+ | 'hospital-shield'
287
+ | 'insurance-document'
288
+ | 'lock'
289
+ | 'locker-room-hanger-man'
290
+ | 'medical-file'
291
+ | 'medical-profile-patient'
292
+ | 'medical-resources-folder'
293
+ | 'medical-specialty-rehabilitation'
294
+ | 'multiple-actions-star'
295
+ | 'multiple-circle'
296
+ | 'shield-lock'
297
+ | 'single-man-actions-information'
298
+ | 'single-neutral-actions-chat';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emblamedical/icons-react",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "React components for icons",
5
5
  "keywords": ["icons", "react", "svg"],
6
6
  "author": "karljohann <karljohann@hotmail.com>",