@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.
- package/build/cjs/index.js +2 -2
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/types/assets/icons/PhoneCallback.d.ts +3 -0
- package/build/cjs/types/assets/icons/PhoneForward.d.ts +3 -0
- package/build/cjs/types/assets/icons/PhoneTransfer.d.ts +3 -0
- package/build/cjs/types/components/Icon/icons.d.ts +3 -0
- package/build/esm/index.js +3 -3
- package/build/esm/index.js.map +1 -1
- package/build/esm/types/assets/icons/PhoneCallback.d.ts +3 -0
- package/build/esm/types/assets/icons/PhoneForward.d.ts +3 -0
- package/build/esm/types/assets/icons/PhoneTransfer.d.ts +3 -0
- package/build/esm/types/components/Icon/icons.d.ts +3 -0
- package/build/index.d.ts +3 -0
- package/package.json +4 -4
|
@@ -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;
|