@wavv/ui 1.8.1 → 1.8.2

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,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const PhoneCallback: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default PhoneCallback;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const PhoneForward: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default PhoneForward;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const PhoneTransfer: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default PhoneTransfer;
@@ -170,9 +170,12 @@ declare const icons: {
170
170
  person: typeof Person;
171
171
  phone: typeof Phone;
172
172
  'phone-blocked': typeof PhoneBlocked;
173
+ 'phone-callback': (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
173
174
  'phone-end': typeof PhoneEnd;
175
+ 'phone-forward': (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
174
176
  'phone-history': typeof PhoneHistory;
175
177
  'phone-talk': typeof PhoneTalk;
178
+ 'phone-transfer': (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
176
179
  play: typeof Play;
177
180
  'play-outline': typeof PlayOutline;
178
181
  'profile-user': typeof ProfileUser;