@leapdev/gui-icons 3.0.33 → 3.0.34
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.js
CHANGED
|
@@ -293,9 +293,11 @@ export { default as DoctypeUnknownText16 } from './icons/doctype/unknown-text-16
|
|
|
293
293
|
export { default as DoctypeUnknownType24 } from './icons/doctype/unknown-type-24.svg';
|
|
294
294
|
export { default as DoctypeUnknownType28 } from './icons/doctype/unknown-type-28.svg';
|
|
295
295
|
export { default as DoctypeVideo16 } from './icons/doctype/video-16.svg';
|
|
296
|
+
export { default as DoctypeVideo24 } from './icons/doctype/video-24.svg';
|
|
296
297
|
export { default as DoctypeVideo28 } from './icons/doctype/video-28.svg';
|
|
297
298
|
export { default as DoctypeVideoCall16 } from './icons/doctype/video-call-16.svg';
|
|
298
299
|
export { default as DoctypeVideoCall24 } from './icons/doctype/video-call-24.svg';
|
|
300
|
+
export { default as DoctypeVideoSc24 } from './icons/doctype/video-sc-24.svg';
|
|
299
301
|
export { default as DoctypeWord16 } from './icons/doctype/word-16.svg';
|
|
300
302
|
export { default as DoctypeWord24 } from './icons/doctype/word-24.svg';
|
|
301
303
|
export { default as DoctypeWordSc16 } from './icons/doctype/word-sc-16.svg';
|