@univerjs/icons 0.1.72 → 0.1.73
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/power-single.d.ts +4 -0
- package/dist/icons.d.ts +1 -0
- package/dist/index.js +1 -1
- package/esm/components/power-single.d.ts +4 -0
- package/esm/components/power-single.js +14 -0
- package/esm/components/power-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
|
@@ -276,6 +276,7 @@ export { default as PipingSingle } from './components/piping-single';
|
|
|
276
276
|
export { default as PivotTableSingle } from './components/pivot-table-single';
|
|
277
277
|
export { default as PositionSingle16 } from './components/position-single-16';
|
|
278
278
|
export { default as PositionSingle20 } from './components/position-single-20';
|
|
279
|
+
export { default as PowerSingle } from './components/power-single';
|
|
279
280
|
export { default as PrintSingle } from './components/print-single';
|
|
280
281
|
export { default as PrivacyViewing } from './components/privacy-viewing';
|
|
281
282
|
export { default as Progress0Single } from './components/progress-0-single';
|