@revolugo/common 6.13.0-beta.13 → 6.13.0-beta.15
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/package.json +1 -1
- package/src/icons/index.ts +0 -17
package/package.json
CHANGED
package/src/icons/index.ts
CHANGED
|
@@ -194,20 +194,3 @@ export const ICONS_TO_FA_ICONS: Partial<
|
|
|
194
194
|
star: 'star',
|
|
195
195
|
van: 'van-shuttle',
|
|
196
196
|
}
|
|
197
|
-
|
|
198
|
-
export const FA_ICONS_TO_ICONS = {
|
|
199
|
-
bus: ICONS_NAME.bus,
|
|
200
|
-
child: ICONS_NAME.baby,
|
|
201
|
-
clock: ICONS_NAME.clock,
|
|
202
|
-
'euro-sign': ICONS_NAME.euro,
|
|
203
|
-
'hand-peace': ICONS_NAME.handPeace,
|
|
204
|
-
heart: ICONS_NAME.heart,
|
|
205
|
-
house: ICONS_NAME.house,
|
|
206
|
-
'id-badge': ICONS_NAME.idBadge,
|
|
207
|
-
leaf: ICONS_NAME.leaf,
|
|
208
|
-
'mug-hot': ICONS_NAME.coffee,
|
|
209
|
-
'person-running': ICONS_NAME.running,
|
|
210
|
-
shirt: ICONS_NAME.shirt,
|
|
211
|
-
star: ICONS_NAME.star,
|
|
212
|
-
'van-shuttle': ICONS_NAME.van,
|
|
213
|
-
}
|