@marigold/icons 1.1.16 → 1.2.0
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/dist/index.d.ts +13 -1
- package/dist/index.js +330 -898
- package/dist/index.mjs +322 -900
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -63,6 +63,14 @@ declare const AutoRenew: React.ForwardRefExoticComponent<SVGProps & React.RefAtt
|
|
|
63
63
|
|
|
64
64
|
declare const Banned: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGElement>>;
|
|
65
65
|
|
|
66
|
+
declare const BatteryCharging: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGElement>>;
|
|
67
|
+
|
|
68
|
+
declare const BatteryEmpty: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGElement>>;
|
|
69
|
+
|
|
70
|
+
declare const BatteryFull: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGElement>>;
|
|
71
|
+
|
|
72
|
+
declare const BatteryHalf: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGElement>>;
|
|
73
|
+
|
|
66
74
|
declare const Bus: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGElement>>;
|
|
67
75
|
|
|
68
76
|
declare const Calendar: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGElement>>;
|
|
@@ -93,6 +101,8 @@ declare const Marker: React.ForwardRefExoticComponent<SVGProps & React.RefAttrib
|
|
|
93
101
|
|
|
94
102
|
declare const MobilePhone: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGElement>>;
|
|
95
103
|
|
|
104
|
+
declare const MobileSignal: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGElement>>;
|
|
105
|
+
|
|
96
106
|
declare const Notification: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGElement>>;
|
|
97
107
|
|
|
98
108
|
declare const Parking: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGElement>>;
|
|
@@ -111,6 +121,8 @@ declare const Thumb: React.ForwardRefExoticComponent<SVGProps & React.RefAttribu
|
|
|
111
121
|
|
|
112
122
|
declare const Truck: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGElement>>;
|
|
113
123
|
|
|
124
|
+
declare const Wifi: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGElement>>;
|
|
125
|
+
|
|
114
126
|
declare const Facebook: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGElement>>;
|
|
115
127
|
|
|
116
128
|
declare const Google: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGElement>>;
|
|
@@ -217,4 +229,4 @@ declare const SmilieVerySatisfied: React.ForwardRefExoticComponent<SVGProps & Re
|
|
|
217
229
|
|
|
218
230
|
declare const User: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGElement>>;
|
|
219
231
|
|
|
220
|
-
export { Accessible, Add, ArrowDown, ArrowLeft, ArrowRight, ArrowUp, AutoRenew, Banned, BurgerMenu, Bus, Calendar, Camera, Cancel, Cart, Check, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, CircleChecked, CircleUnchecked, Clock, Close, CreditCard, Crop, Deal, Delete, DesignTicket, Direction, Edit, Email, EventDate, Exclamation, ExternalLink, Eye, Facebook, Feedback, Filter, Food, FormatBold, FormatItalic, FormatSize, GiftCard, Globe, Google, Group, HighlightOff, Home, IconMore, Id, Info, Instagram, Location, Lock, LockOpen, Logout, Marker, Membership, MobilePhone, Notification, Parking, Pause, PauseAlt, Phone, Pickup, Picture, Play, PlayAlt, Price, Print, Remove, Required, Resale, ResaleEdit, ResaleLogbook, Restart, RotateLeft, RotateRight, Save, Scanner, Search, Seat, Selling, SettingDots, Share, SmilieDissatisfied, SmilieNeutral, SmilieSatisfied, SmilieVeryDissatisfied, SmilieVerySatisfied, Sort, SortDown, SortUp, Spinner, SquareChecked, SquareUnchecked, Star, Stop, Thumb, Ticket, TicketInsurance, Truck, Turnstile, Twitter, Underlined, User, Whatsapp, Zoom };
|
|
232
|
+
export { Accessible, Add, ArrowDown, ArrowLeft, ArrowRight, ArrowUp, AutoRenew, Banned, BatteryCharging, BatteryEmpty, BatteryFull, BatteryHalf, BurgerMenu, Bus, Calendar, Camera, Cancel, Cart, Check, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, CircleChecked, CircleUnchecked, Clock, Close, CreditCard, Crop, Deal, Delete, DesignTicket, Direction, Edit, Email, EventDate, Exclamation, ExternalLink, Eye, Facebook, Feedback, Filter, Food, FormatBold, FormatItalic, FormatSize, GiftCard, Globe, Google, Group, HighlightOff, Home, IconMore, Id, Info, Instagram, Location, Lock, LockOpen, Logout, Marker, Membership, MobilePhone, MobileSignal, Notification, Parking, Pause, PauseAlt, Phone, Pickup, Picture, Play, PlayAlt, Price, Print, Remove, Required, Resale, ResaleEdit, ResaleLogbook, Restart, RotateLeft, RotateRight, Save, Scanner, Search, Seat, Selling, SettingDots, Share, SmilieDissatisfied, SmilieNeutral, SmilieSatisfied, SmilieVeryDissatisfied, SmilieVerySatisfied, Sort, SortDown, SortUp, Spinner, SquareChecked, SquareUnchecked, Star, Stop, Thumb, Ticket, TicketInsurance, Truck, Turnstile, Twitter, Underlined, User, Whatsapp, Wifi, Zoom };
|