@bethinkpl/design-system 37.0.2 → 37.0.3
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.
|
@@ -113,6 +113,7 @@ import { faImageCircleXmark } from '@fortawesome/pro-regular-svg-icons/faImageCi
|
|
|
113
113
|
import { faImage as fasImage } from '@fortawesome/pro-solid-svg-icons/faImage';
|
|
114
114
|
import { faImages } from '@fortawesome/pro-regular-svg-icons/faImages';
|
|
115
115
|
import { faImages as fasImages } from '@fortawesome/pro-solid-svg-icons/faImages';
|
|
116
|
+
import { faInboxIn } from '@fortawesome/pro-regular-svg-icons/faInboxIn';
|
|
116
117
|
import { faKey } from '@fortawesome/pro-regular-svg-icons/faKey';
|
|
117
118
|
import { faKeyboard } from '@fortawesome/pro-regular-svg-icons/faKeyboard';
|
|
118
119
|
import { faLightbulb } from '@fortawesome/pro-regular-svg-icons/faLightbulb';
|
|
@@ -425,6 +426,7 @@ export const FONTAWESOME_ICONS = {
|
|
|
425
426
|
FA_IMAGE_SOLID: fasImage,
|
|
426
427
|
FA_IMAGES_SOLID: fasImages,
|
|
427
428
|
FA_IMAGES: faImages,
|
|
429
|
+
FA_INBOX_IN: faInboxIn,
|
|
428
430
|
FA_INFO_SOLID: fasInfo,
|
|
429
431
|
FA_INSTAGRAM: faInstagram,
|
|
430
432
|
FA_KEY: faKey,
|