@tripian/react 9.1.47 → 9.1.48

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,9 @@
1
+ import React from 'react';
2
+ type Props = {
3
+ className?: string;
4
+ fill?: string;
5
+ width?: string;
6
+ height?: string;
7
+ };
8
+ declare const Filter2: React.FC<Props>;
9
+ export default Filter2;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ type Props = {
3
+ className?: string;
4
+ fill?: string;
5
+ width?: string;
6
+ height?: string;
7
+ };
8
+ declare const SearchIcon: React.FC<Props>;
9
+ export default SearchIcon;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ type Props = {
3
+ className?: string;
4
+ fill?: string;
5
+ width?: string;
6
+ height?: string;
7
+ };
8
+ declare const SearchClose: React.FC<Props>;
9
+ export default SearchClose;
@@ -41,6 +41,7 @@ import Euro from './Euro';
41
41
  import Exclamation2 from './Exclamation2';
42
42
  import Favorite from './Favorite';
43
43
  import Filter from './Filter';
44
+ import Filter2 from './Filter2';
44
45
  import Food from './Food';
45
46
  import Hearth from './Hearth';
46
47
  import Home from './Home';
@@ -74,6 +75,8 @@ import Replace from './Replace';
74
75
  import Restaurant from './Restaurant';
75
76
  import Retail from './Retail';
76
77
  import Right from './Right';
78
+ import Search from './Search';
79
+ import SearchClose from './SearchClose';
77
80
  import Share from './Share';
78
81
  import Shopping from './Shopping';
79
82
  import Star from './Star';
@@ -98,4 +101,4 @@ import Web from './Web';
98
101
  import Wifi from './Wifi';
99
102
  import X from './X';
100
103
  import X2 from './X2';
101
- export { Add, AddLocation, ArrivalDate, ArrivalHours, ArrowLeft, ArrowRight, ArrowRight2, Attraction, Avatar, Bars, BookOpen, Bicycle, Booking, Bookmark, Bookmark2, BookmarkFill, Cafe, Calendar, Calendar2, Car, Check, Check2, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Children, Clock, Clock2, Close, Delete, Dots, DepartureDate, Destination, Distance, DragDrop, Drink, Edit, EditHour, Euro, Exclamation2, Favorite, Filter, Food, Hearth, Home, Info, Info2, Info3, LandingCalendar, LandingCellPhone, LandingProfile, LandingThumbsUp, Left, Legs, Link, Link2, MapPin, Music, MustTry, NightLife, NextArrow, NoImage, Offer, Offer2, OfferNew, Phone, Phone2, Plus, Power, PreviousArrow, RadioButtonChecked, RadioButtonUnChecked, Replace, Restaurant, Retail, Right, Share, Shopping, Star, Star2, StarBlack, Success, SwitchIcon, Tags, Ticket2, Timer, Thermometer, ThumbsDown, ThumbsDownEmpty, ThumbsUp, ThumbsUpEmpty, Time, Trash, Uber, User, Users, Web, Wifi, X, X2, };
104
+ export { Add, AddLocation, ArrivalDate, ArrivalHours, ArrowLeft, ArrowRight, ArrowRight2, Attraction, Avatar, Bars, BookOpen, Bicycle, Booking, Bookmark, Bookmark2, BookmarkFill, Cafe, Calendar, Calendar2, Car, Check, Check2, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Children, Clock, Clock2, Close, Delete, Dots, DepartureDate, Destination, Distance, DragDrop, Drink, Edit, EditHour, Euro, Exclamation2, Favorite, Filter, Filter2, Food, Hearth, Home, Info, Info2, Info3, LandingCalendar, LandingCellPhone, LandingProfile, LandingThumbsUp, Left, Legs, Link, Link2, MapPin, Music, MustTry, NightLife, NextArrow, NoImage, Offer, Offer2, OfferNew, Phone, Phone2, Plus, Power, PreviousArrow, RadioButtonChecked, RadioButtonUnChecked, Replace, Restaurant, Retail, Right, Search, SearchClose, Share, Shopping, Star, Star2, StarBlack, Success, SwitchIcon, Tags, Ticket2, Timer, Thermometer, ThumbsDown, ThumbsDownEmpty, ThumbsUp, ThumbsUpEmpty, Time, Trash, Uber, User, Users, Web, Wifi, X, X2, };