@univerjs/icons 0.1.71 → 0.1.72
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/go-single.d.ts +4 -0
- package/dist/icons.d.ts +1 -0
- package/dist/index.js +1 -1
- package/esm/components/go-single.d.ts +4 -0
- package/esm/components/go-single.js +14 -0
- package/esm/components/go-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
|
@@ -155,6 +155,7 @@ export { default as FunctionSingle } from './components/function-single';
|
|
|
155
155
|
export { default as FxSingle } from './components/fx-single';
|
|
156
156
|
export { default as GithubSingle24 } from './components/github-single-24';
|
|
157
157
|
export { default as GithubSingle40 } from './components/github-single-40';
|
|
158
|
+
export { default as GoSingle } from './components/go-single';
|
|
158
159
|
export { default as GraphSingle } from './components/graph-single';
|
|
159
160
|
export { default as GridSingle } from './components/grid-single';
|
|
160
161
|
export { default as GroupSingle } from './components/group-single';
|