@univerjs/icons 0.1.41 → 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/align-text-both-single.d.ts +4 -0
- package/dist/components/cell-filter-single.d.ts +4 -0
- package/dist/components/filter-single.d.ts +4 -0
- package/dist/components/write-single.d.ts +4 -0
- package/dist/icons.d.ts +4 -0
- package/dist/index.js +1 -1
- package/esm/components/align-text-both-single.d.ts +4 -0
- package/esm/components/align-text-both-single.js +14 -0
- package/esm/components/align-text-both-single.js.map +1 -0
- 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/filter-single.d.ts +4 -0
- package/esm/components/filter-single.js +14 -0
- package/esm/components/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 +4 -0
- package/esm/icons.js +4 -0
- package/esm/icons.js.map +1 -1
- package/esm/manifest.js +4 -0
- package/esm/manifest.js.map +1 -1
- package/package.json +1 -1
package/dist/icons.d.ts
CHANGED
|
@@ -4,6 +4,7 @@ export { default as AdditionAndSubtractionSingle } from './components/addition-a
|
|
|
4
4
|
export { default as AdjustHeight } from './components/adjust-height';
|
|
5
5
|
export { default as AdjustWidth } from './components/adjust-width';
|
|
6
6
|
export { default as AlignBottomSingle } from './components/align-bottom-single';
|
|
7
|
+
export { default as AlignTextBothSingle } from './components/align-text-both-single';
|
|
7
8
|
export { default as AlignTopSingle } from './components/align-top-single';
|
|
8
9
|
export { default as AllBorderSingle } from './components/all-border-single';
|
|
9
10
|
export { default as AmplifySingle } from './components/amplify-single';
|
|
@@ -32,6 +33,7 @@ export { default as Cell100 } from './components/cell-100';
|
|
|
32
33
|
export { default as Cell25 } from './components/cell-25';
|
|
33
34
|
export { default as Cell50 } from './components/cell-50';
|
|
34
35
|
export { default as Cell75 } from './components/cell-75';
|
|
36
|
+
export { default as CellFilterSingle } from './components/cell-filter-single';
|
|
35
37
|
export { default as CheckBoxPartSingle } from './components/check-box-part-single';
|
|
36
38
|
export { default as CheckMarkSingle } from './components/check-mark-single';
|
|
37
39
|
export { default as ChipSingle } from './components/chip-single';
|
|
@@ -77,6 +79,7 @@ export { default as ErrorSingle } from './components/error-single';
|
|
|
77
79
|
export { default as ExportSingle } from './components/export-single';
|
|
78
80
|
export { default as EyelashSingle } from './components/eyelash-single';
|
|
79
81
|
export { default as FileLockSingle } from './components/file-lock-single';
|
|
82
|
+
export { default as FilterSingle } from './components/filter-single';
|
|
80
83
|
export { default as FlagSingle } from './components/flag-single';
|
|
81
84
|
export { default as FolderSingle } from './components/folder-single';
|
|
82
85
|
export { default as FontColor } from './components/font-color';
|
|
@@ -249,6 +252,7 @@ export { default as WarningSingle } from './components/warning-single';
|
|
|
249
252
|
export { default as WechatSingle24 } from './components/wechat-single-24';
|
|
250
253
|
export { default as WechatSingle40 } from './components/wechat-single-40';
|
|
251
254
|
export { default as WireframeSingle } from './components/wireframe-single';
|
|
255
|
+
export { default as WriteSingle } from './components/write-single';
|
|
252
256
|
export { default as ZenSingle } from './components/zen-single';
|
|
253
257
|
export { default as ZoomIncreaseSingle } from './components/zoom-increase-single';
|
|
254
258
|
export { default as ZoomReduceSingle } from './components/zoom-reduce-single';
|