@univerjs/icons 0.3.21 → 0.3.22
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/doc-setting-single.d.ts +4 -0
- package/dist/icons.d.ts +1 -0
- package/dist/index.js +1 -1
- package/esm/components/doc-setting-single.d.ts +4 -0
- package/esm/components/doc-setting-single.js +14 -0
- package/esm/components/doc-setting-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
|
@@ -164,6 +164,7 @@ export { default as DiscordSingle24 } from './components/discord-single-24';
|
|
|
164
164
|
export { default as DiscordSingle40 } from './components/discord-single-40';
|
|
165
165
|
export { default as Dissatisfied } from './components/dissatisfied';
|
|
166
166
|
export { default as DividerSingle } from './components/divider-single';
|
|
167
|
+
export { default as DocSettingSingle } from './components/doc-setting-single';
|
|
167
168
|
export { default as DocSingle } from './components/doc-single';
|
|
168
169
|
export { default as Doc } from './components/doc';
|
|
169
170
|
export { default as DocumentSingle } from './components/document-single';
|