@univerjs/icons 0.1.55 → 0.1.57
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/custom-completion.d.ts +4 -0
- package/dist/components/folder-fill-single.d.ts +4 -0
- package/dist/components/stop-single.d.ts +4 -0
- package/dist/icons.d.ts +3 -0
- package/dist/index.js +1 -1
- package/esm/components/custom-completion.d.ts +4 -0
- package/esm/components/custom-completion.js +14 -0
- package/esm/components/custom-completion.js.map +1 -0
- package/esm/components/folder-fill-single.d.ts +4 -0
- package/esm/components/folder-fill-single.js +14 -0
- package/esm/components/folder-fill-single.js.map +1 -0
- package/esm/components/stop-single.d.ts +4 -0
- package/esm/components/stop-single.js +14 -0
- package/esm/components/stop-single.js.map +1 -0
- package/esm/icons.d.ts +3 -0
- package/esm/icons.js +3 -0
- package/esm/icons.js.map +1 -1
- package/esm/manifest.js +3 -0
- package/esm/manifest.js.map +1 -1
- package/package.json +1 -1
package/dist/icons.d.ts
CHANGED
|
@@ -62,6 +62,7 @@ export { default as Correct } from './components/correct';
|
|
|
62
62
|
export { default as CreateCopySingle } from './components/create-copy-single';
|
|
63
63
|
export { default as CrossSingle } from './components/cross-single';
|
|
64
64
|
export { default as CustomColorsSingle } from './components/custom-colors-single';
|
|
65
|
+
export { default as CustomCompletion } from './components/custom-completion';
|
|
65
66
|
export { default as CustomSortSingle } from './components/custom-sort-single';
|
|
66
67
|
export { default as CustomSorting1 } from './components/custom-sorting-1';
|
|
67
68
|
export { default as CustomSorting } from './components/custom-sorting';
|
|
@@ -97,6 +98,7 @@ export { default as EyelashSingle } from './components/eyelash-single';
|
|
|
97
98
|
export { default as FileLockSingle } from './components/file-lock-single';
|
|
98
99
|
export { default as FilterSingle } from './components/filter-single';
|
|
99
100
|
export { default as FlagSingle } from './components/flag-single';
|
|
101
|
+
export { default as FolderFillSingle } from './components/folder-fill-single';
|
|
100
102
|
export { default as FolderSingle } from './components/folder-single';
|
|
101
103
|
export { default as FontColor } from './components/font-color';
|
|
102
104
|
export { default as FontSizeIncreaseSingle } from './components/font-size-increase-single';
|
|
@@ -261,6 +263,7 @@ export { default as StarEmpty } from './components/star-empty';
|
|
|
261
263
|
export { default as StarFull } from './components/star-full';
|
|
262
264
|
export { default as StarIncomplete } from './components/star-incomplete';
|
|
263
265
|
export { default as StarSingle } from './components/star-single';
|
|
266
|
+
export { default as StopSingle } from './components/stop-single';
|
|
264
267
|
export { default as StrikethroughSingle } from './components/strikethrough-single';
|
|
265
268
|
export { default as SubscriptSingle } from './components/subscript-single';
|
|
266
269
|
export { default as SuccessSingle } from './components/success-single';
|