@univerjs/icons 0.2.26 → 0.2.27
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/components/refresh-single.d.ts +4 -0
- package/dist/icons.d.ts +1 -0
- package/dist/index.js +1 -1
- package/esm/components/refresh-single.d.ts +4 -0
- package/esm/components/refresh-single.js +14 -0
- package/esm/components/refresh-single.js.map +1 -0
- package/esm/icons.d.ts +1 -0
- package/esm/icons.js +1 -0
- package/esm/icons.js.map +1 -1
- package/esm/manifest.js +1 -0
- package/esm/manifest.js.map +1 -1
- package/package.json +1 -1
package/dist/icons.d.ts
CHANGED
|
@@ -417,6 +417,7 @@ export { default as RedoSingle } from './components/redo-single';
|
|
|
417
417
|
export { default as ReduceDigitsSingle } from './components/reduce-digits-single';
|
|
418
418
|
export { default as ReduceSingle } from './components/reduce-single';
|
|
419
419
|
export { default as Reduce } from './components/reduce';
|
|
420
|
+
export { default as RefreshSingle } from './components/refresh-single';
|
|
420
421
|
export { default as RemindSingle } from './components/remind-single';
|
|
421
422
|
export { default as RenameSingle } from './components/rename-single';
|
|
422
423
|
export { default as RenewSingle } from './components/renew-single';
|