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