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