@entur/icons 7.7.0-beta.0 → 7.7.0
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.ts +12 -0
- package/dist/index.esm.js +598 -361
- package/dist/index.esm.native.js +650 -405
- package/dist/index.js +938 -689
- package/package.json +5 -4
package/dist/index.d.ts
CHANGED
|
@@ -257,6 +257,8 @@ export declare const AnimalFreeIcon: React.FC<IconProps & React.SVGProps<SVGElem
|
|
|
257
257
|
export declare const AssignToMeIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
258
258
|
export declare const AssignToMeFilledIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
259
259
|
export declare const BellIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
260
|
+
export declare const BoardIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
261
|
+
export declare const BoardFilledIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
260
262
|
export declare const BookmarkIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
261
263
|
export declare const BrightnessIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
262
264
|
export declare const BugIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
@@ -280,6 +282,7 @@ export declare const CloseSmallIcon: React.FC<IconProps & React.SVGProps<SVGElem
|
|
|
280
282
|
export declare const CloseSmallFilledIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
281
283
|
export declare const ColorPickerIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
282
284
|
export declare const CommentIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
285
|
+
export declare const ComponentIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
283
286
|
export declare const ConfigurationIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
284
287
|
export declare const ContactsIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
285
288
|
export declare const CopyIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
@@ -299,9 +302,14 @@ export declare const FileIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
|
299
302
|
export declare const FillIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
300
303
|
export declare const FilterIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
301
304
|
export declare const FilterFilledIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
305
|
+
export declare const FolderIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
306
|
+
export declare const FolderFilledIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
302
307
|
export declare const GridViewIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
303
308
|
export declare const HandToolIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
304
309
|
export declare const HeartIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
310
|
+
export declare const HistoryIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
311
|
+
export declare const HistoryFilledIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
312
|
+
export declare const IconIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
305
313
|
export declare const LanguageIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
306
314
|
export declare const LanguageFilledIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
307
315
|
export declare const LikeIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
@@ -323,6 +331,7 @@ export declare const PackageIcon: React.FC<IconProps & React.SVGProps<SVGElement
|
|
|
323
331
|
export declare const PlayIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
324
332
|
export declare const PrivacyIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
325
333
|
export declare const PurposeIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
334
|
+
export declare const PuzzleIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
326
335
|
export declare const QuietIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
327
336
|
export declare const QuitIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
328
337
|
export declare const RSSIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
@@ -346,11 +355,14 @@ export declare const StandardIcon: React.FC<IconProps & React.SVGProps<SVGElemen
|
|
|
346
355
|
export declare const StudentIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
347
356
|
export declare const StudentFilledIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
348
357
|
export declare const SubtractIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
358
|
+
export declare const TagIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
349
359
|
export declare const TerminalIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
350
360
|
export declare const TerminalFilledIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
351
361
|
export declare const TimeglassIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
352
362
|
export declare const TimeglassFilledIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
353
363
|
export declare const TimelineIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
364
|
+
export declare const TokenIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
365
|
+
export declare const ToneSmileIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
354
366
|
export declare const UnviewIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
355
367
|
export declare const UserIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
356
368
|
export declare const UsersIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|