@univerjs/icons 0.1.42 → 0.1.43
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/cell-filter-single.d.ts +4 -0
- package/dist/components/write-single.d.ts +4 -0
- package/dist/icons.d.ts +2 -0
- package/dist/index.js +1 -1
- package/esm/components/cell-filter-single.d.ts +4 -0
- package/esm/components/cell-filter-single.js +14 -0
- package/esm/components/cell-filter-single.js.map +1 -0
- package/esm/components/write-single.d.ts +4 -0
- package/esm/components/write-single.js +14 -0
- package/esm/components/write-single.js.map +1 -0
- package/esm/icons.d.ts +2 -0
- package/esm/icons.js +2 -0
- package/esm/icons.js.map +1 -1
- package/esm/manifest.js +2 -0
- package/esm/manifest.js.map +1 -1
- package/package.json +1 -1
package/dist/icons.d.ts
CHANGED
|
@@ -33,6 +33,7 @@ export { default as Cell100 } from './components/cell-100';
|
|
|
33
33
|
export { default as Cell25 } from './components/cell-25';
|
|
34
34
|
export { default as Cell50 } from './components/cell-50';
|
|
35
35
|
export { default as Cell75 } from './components/cell-75';
|
|
36
|
+
export { default as CellFilterSingle } from './components/cell-filter-single';
|
|
36
37
|
export { default as CheckBoxPartSingle } from './components/check-box-part-single';
|
|
37
38
|
export { default as CheckMarkSingle } from './components/check-mark-single';
|
|
38
39
|
export { default as ChipSingle } from './components/chip-single';
|
|
@@ -251,6 +252,7 @@ export { default as WarningSingle } from './components/warning-single';
|
|
|
251
252
|
export { default as WechatSingle24 } from './components/wechat-single-24';
|
|
252
253
|
export { default as WechatSingle40 } from './components/wechat-single-40';
|
|
253
254
|
export { default as WireframeSingle } from './components/wireframe-single';
|
|
255
|
+
export { default as WriteSingle } from './components/write-single';
|
|
254
256
|
export { default as ZenSingle } from './components/zen-single';
|
|
255
257
|
export { default as ZoomIncreaseSingle } from './components/zoom-increase-single';
|
|
256
258
|
export { default as ZoomReduceSingle } from './components/zoom-reduce-single';
|