@wavv/ui 1.9.19 → 1.9.20

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 PhoneIncoming: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default PhoneIncoming;
@@ -189,6 +189,7 @@ declare const icons: {
189
189
  'phone-forward': (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
190
190
  'phone-history': typeof PhoneHistory;
191
191
  'phone-hold': (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
192
+ 'phone-incoming': (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
192
193
  'phone-talk': typeof PhoneTalk;
193
194
  'phone-transfer': (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
194
195
  play: typeof Play;