@100mslive/react-icons 0.8.6 → 0.8.7-alpha.1
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/CloudUploadIcon.d.ts +3 -0
- package/dist/CloudUploadIcon.js +2 -0
- package/dist/CloudUploadIcon.js.map +1 -0
- package/dist/PdfShare.d.ts +3 -0
- package/dist/PdfShare.js +2 -0
- package/dist/PdfShare.js.map +1 -0
- package/dist/ScreenShare.d.ts +3 -0
- package/dist/ScreenShare.js +2 -0
- package/dist/ScreenShare.js.map +1 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.js +1 -1
- package/package.json +2 -2
- package/src/CloudUploadIcon.tsx +40 -0
- package/src/PdfShare.tsx +29 -0
- package/src/ScreenShare.tsx +27 -0
- package/src/index.ts +3 -0
package/src/index.ts
CHANGED
|
@@ -57,6 +57,7 @@ export { default as ClipIcon } from './ClipIcon';
|
|
|
57
57
|
export { default as ClockIcon } from './ClockIcon';
|
|
58
58
|
export { default as CloseIcon } from './CloseIcon';
|
|
59
59
|
export { default as ClosedCaptionIcon } from './ClosedCaptionIcon';
|
|
60
|
+
export { default as CloudUploadIcon } from './CloudUploadIcon';
|
|
60
61
|
export { default as CodeIcon } from './CodeIcon';
|
|
61
62
|
export { default as ColoredHandIcon } from './ColoredHandIcon';
|
|
62
63
|
export { default as ColoredTimeIcon } from './ColoredTimeIcon';
|
|
@@ -158,6 +159,7 @@ export { default as NoEntryIcon } from './NoEntryIcon';
|
|
|
158
159
|
export { default as NotificationsIcon } from './NotificationsIcon';
|
|
159
160
|
export { default as OfferIcon } from './OfferIcon';
|
|
160
161
|
export { default as OpenBookIcon } from './OpenBookIcon';
|
|
162
|
+
export { default as PdfShare } from './PdfShare';
|
|
161
163
|
export { default as PipIcon } from './PipIcon';
|
|
162
164
|
export { default as PadLockOnIcon } from './PadLockOnIcon';
|
|
163
165
|
export { default as PaletteIcon } from './PaletteIcon';
|
|
@@ -197,6 +199,7 @@ export { default as ReportIcon } from './ReportIcon';
|
|
|
197
199
|
export { default as RestApiIcon } from './RestApiIcon';
|
|
198
200
|
export { default as RocketIcon } from './RocketIcon';
|
|
199
201
|
export { default as SaveIcon } from './SaveIcon';
|
|
202
|
+
export { default as ScreenShare } from './ScreenShare';
|
|
200
203
|
export { default as SearchIcon } from './SearchIcon';
|
|
201
204
|
export { default as SendIcon } from './SendIcon';
|
|
202
205
|
export { default as ServerIcon } from './ServerIcon';
|