@tripian/react 7.1.2 → 7.1.7

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.
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import IIconSvg from './IIconSvg';
3
+ declare const Shopping: React.FC<IIconSvg>;
4
+ export default Shopping;
@@ -30,6 +30,7 @@ import PreviousArrow from './PreviousArrow';
30
30
  import Restaurant from './Restaurant';
31
31
  import Retail from './Retail';
32
32
  import Share from './Share';
33
+ import Shopping from './Shopping';
33
34
  import SwitchIcon from './SwitchIcon/SwitchIcon';
34
35
  import ThumbsDown from './ThumbsDown';
35
36
  import ThumbsDownEmpty from './ThumbsDownEmpty';
@@ -37,4 +38,4 @@ import ThumbsUp from './ThumbsUp';
37
38
  import ThumbsUpEmpty from './ThumbsUpEmpty';
38
39
  import Time from './Time';
39
40
  import Uber from './Uber';
40
- export { Add, Attraction, Avatar, Bars, Bicycle, Booking, Bookmark, BookmarkFill, Cafe, Calendar, Car, Clock, Close, Delete, DragDrop, Drink, Favorite, Food, LandingCalendar, LandingCellPhone, LandingProfile, LandingThumbsUp, Legs, Link, MustTry, NightLife, NextArrow, Offer, PreviousArrow, Restaurant, Retail, Share, SwitchIcon, ThumbsDown, ThumbsDownEmpty, ThumbsUp, ThumbsUpEmpty, Time, Uber, };
41
+ export { Add, Attraction, Avatar, Bars, Bicycle, Booking, Bookmark, BookmarkFill, Cafe, Calendar, Car, Clock, Close, Delete, DragDrop, Drink, Favorite, Food, LandingCalendar, LandingCellPhone, LandingProfile, LandingThumbsUp, Legs, Link, MustTry, NightLife, NextArrow, Offer, PreviousArrow, Restaurant, Retail, Share, Shopping, SwitchIcon, ThumbsDown, ThumbsDownEmpty, ThumbsUp, ThumbsUpEmpty, Time, Uber, };