@univerjs/icons 0.1.42 → 0.1.44

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 NotvalueFilterSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default NotvalueFilterSingle;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const ValueFilterSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default ValueFilterSingle;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const WriteSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default WriteSingle;
package/dist/icons.d.ts CHANGED
@@ -157,6 +157,7 @@ export { default as NoColor } from './components/no-color';
157
157
  export { default as NoRotationSingle } from './components/no-rotation-single';
158
158
  export { default as Noninductive } from './components/noninductive';
159
159
  export { default as NoteSingle } from './components/note-single';
160
+ export { default as NotvalueFilterSingle } from './components/notvalue-filter-single';
160
161
  export { default as OffLineSingle } from './components/off-line-single';
161
162
  export { default as OnLineSingle } from './components/on-line-single';
162
163
  export { default as OrderSingle } from './components/order-single';
@@ -240,6 +241,7 @@ export { default as UnlockSingle } from './components/unlock-single';
240
241
  export { default as UnorderSingle } from './components/unorder-single';
241
242
  export { default as UpBorder } from './components/up-border';
242
243
  export { default as UpSingle } from './components/up-single';
244
+ export { default as ValueFilterSingle } from './components/value-filter-single';
243
245
  export { default as VerticalBorder } from './components/vertical-border';
244
246
  export { default as VerticalCenterSingle } from './components/vertical-center-single';
245
247
  export { default as VerticalIntegrationSingle } from './components/vertical-integration-single';
@@ -251,6 +253,7 @@ export { default as WarningSingle } from './components/warning-single';
251
253
  export { default as WechatSingle24 } from './components/wechat-single-24';
252
254
  export { default as WechatSingle40 } from './components/wechat-single-40';
253
255
  export { default as WireframeSingle } from './components/wireframe-single';
256
+ export { default as WriteSingle } from './components/write-single';
254
257
  export { default as ZenSingle } from './components/zen-single';
255
258
  export { default as ZoomIncreaseSingle } from './components/zoom-increase-single';
256
259
  export { default as ZoomReduceSingle } from './components/zoom-reduce-single';