@univerjs/icons 0.2.21 → 0.2.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/divider-single.d.ts +4 -0
- package/dist/icons.d.ts +1 -0
- package/dist/index.js +1 -1
- package/esm/components/divider-single.d.ts +4 -0
- package/esm/components/divider-single.js +14 -0
- package/esm/components/divider-single.js.map +1 -0
- package/esm/components/text-single.js +1 -1
- package/esm/components/text-single.js.map +1 -1
- package/esm/icons.d.ts +1 -0
- package/esm/icons.js +1 -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
|
@@ -147,6 +147,7 @@ export { default as DiscordFillSingle } from './components/discord-fill-single';
|
|
|
147
147
|
export { default as DiscordSingle24 } from './components/discord-single-24';
|
|
148
148
|
export { default as DiscordSingle40 } from './components/discord-single-40';
|
|
149
149
|
export { default as Dissatisfied } from './components/dissatisfied';
|
|
150
|
+
export { default as DividerSingle } from './components/divider-single';
|
|
150
151
|
export { default as DocSingle } from './components/doc-single';
|
|
151
152
|
export { default as Doc } from './components/doc';
|
|
152
153
|
export { default as DocumentSingle } from './components/document-single';
|