@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.
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const GoSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default GoSingle;
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';