@tripian/react 9.0.6 → 9.0.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 Edit: React.FC<IIconSvg>;
4
+ export default Edit;
@@ -15,6 +15,7 @@ import Delete from './Delete';
15
15
  import Distance from './Distance';
16
16
  import DragDrop from './DragDrop';
17
17
  import Drink from './Drink';
18
+ import Edit from './Edit';
18
19
  import Favorite from './Favorite';
19
20
  import Filter from './Filter';
20
21
  import Food from './Food';
@@ -42,4 +43,4 @@ import Time from './Time';
42
43
  import Uber from './Uber';
43
44
  import Info from './Info';
44
45
  import Info2 from './Info2';
45
- export { Add, Attraction, Avatar, Bars, Bicycle, Booking, Bookmark, BookmarkFill, Cafe, Calendar, Car, Clock, Close, Delete, Distance, DragDrop, Drink, Favorite, Filter, Food, LandingCalendar, LandingCellPhone, LandingProfile, LandingThumbsUp, Legs, Link, MustTry, NightLife, NextArrow, Offer, PreviousArrow, Restaurant, Retail, Share, Shopping, SwitchIcon, ThumbsDown, ThumbsDownEmpty, ThumbsUp, ThumbsUpEmpty, Time, Uber, Info, Info2, };
46
+ export { Add, Attraction, Avatar, Bars, Bicycle, Booking, Bookmark, BookmarkFill, Cafe, Calendar, Car, Clock, Close, Delete, Distance, DragDrop, Drink, Edit, Favorite, Filter, Food, LandingCalendar, LandingCellPhone, LandingProfile, LandingThumbsUp, Legs, Link, MustTry, NightLife, NextArrow, Offer, PreviousArrow, Restaurant, Retail, Share, Shopping, SwitchIcon, ThumbsDown, ThumbsDownEmpty, ThumbsUp, ThumbsUpEmpty, Time, Uber, Info, Info2, };