@marigold/icons 1.2.34 → 1.2.36
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.mts +5 -1
- package/dist/index.d.ts +5 -1
- package/dist/index.js +305 -284
- package/dist/index.mjs +303 -284
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -7,6 +7,8 @@ declare const Crop: React.ForwardRefExoticComponent<SVGProps & React.RefAttribut
|
|
|
7
7
|
|
|
8
8
|
declare const Edit: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
9
9
|
|
|
10
|
+
declare const ExportFile: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
11
|
+
|
|
10
12
|
declare const FormatBold: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
11
13
|
|
|
12
14
|
declare const FormatItalic: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -153,6 +155,8 @@ declare const Resale: React.ForwardRefExoticComponent<SVGProps & React.RefAttrib
|
|
|
153
155
|
|
|
154
156
|
declare const Scanner: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
155
157
|
|
|
158
|
+
declare const Stadium: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
159
|
+
|
|
156
160
|
declare const Seat: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
157
161
|
|
|
158
162
|
declare const Selling: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -231,4 +235,4 @@ declare const SmilieVerySatisfied: React.ForwardRefExoticComponent<SVGProps & Re
|
|
|
231
235
|
|
|
232
236
|
declare const User: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
233
237
|
|
|
234
|
-
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, PDF, 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 };
|
|
238
|
+
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, ExportFile, 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, PDF, 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, Stadium, Star, Stop, Thumb, Ticket, TicketInsurance, Truck, Turnstile, Twitter, Underlined, User, Whatsapp, Wifi, Zoom };
|
package/dist/index.d.ts
CHANGED
|
@@ -7,6 +7,8 @@ declare const Crop: React.ForwardRefExoticComponent<SVGProps & React.RefAttribut
|
|
|
7
7
|
|
|
8
8
|
declare const Edit: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
9
9
|
|
|
10
|
+
declare const ExportFile: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
11
|
+
|
|
10
12
|
declare const FormatBold: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
11
13
|
|
|
12
14
|
declare const FormatItalic: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -153,6 +155,8 @@ declare const Resale: React.ForwardRefExoticComponent<SVGProps & React.RefAttrib
|
|
|
153
155
|
|
|
154
156
|
declare const Scanner: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
155
157
|
|
|
158
|
+
declare const Stadium: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
159
|
+
|
|
156
160
|
declare const Seat: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
157
161
|
|
|
158
162
|
declare const Selling: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -231,4 +235,4 @@ declare const SmilieVerySatisfied: React.ForwardRefExoticComponent<SVGProps & Re
|
|
|
231
235
|
|
|
232
236
|
declare const User: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
233
237
|
|
|
234
|
-
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, PDF, 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 };
|
|
238
|
+
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, ExportFile, 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, PDF, 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, Stadium, Star, Stop, Thumb, Ticket, TicketInsurance, Truck, Turnstile, Twitter, Underlined, User, Whatsapp, Wifi, Zoom };
|