@emblamedical/icons-react 0.1.0 → 0.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 +1 -0
- package/dist/index.esm.js +292 -280
- package/dist/index.js +292 -279
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -121,6 +121,7 @@ export { default as UserOutlined } from '../../icons/icons/user-outlined.svg';
|
|
|
121
121
|
export { default as UserPlus } from '../../icons/icons/user-plus.svg';
|
|
122
122
|
export { default as Video } from '../../icons/icons/video.svg';
|
|
123
123
|
export { default as Wechat } from '../../icons/icons/wechat.svg';
|
|
124
|
+
export { default as Whatsapp } from '../../icons/icons/whatsapp.svg';
|
|
124
125
|
export { default as World } from '../../icons/icons/world.svg';
|
|
125
126
|
export { default as X } from '../../icons/icons/x.svg';
|
|
126
127
|
export { default as Xtwitter } from '../../icons/icons/xtwitter.svg';
|