@univerjs/icons 0.1.43 → 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;
package/dist/icons.d.ts CHANGED
@@ -33,7 +33,6 @@ export { default as Cell100 } from './components/cell-100';
33
33
  export { default as Cell25 } from './components/cell-25';
34
34
  export { default as Cell50 } from './components/cell-50';
35
35
  export { default as Cell75 } from './components/cell-75';
36
- export { default as CellFilterSingle } from './components/cell-filter-single';
37
36
  export { default as CheckBoxPartSingle } from './components/check-box-part-single';
38
37
  export { default as CheckMarkSingle } from './components/check-mark-single';
39
38
  export { default as ChipSingle } from './components/chip-single';
@@ -158,6 +157,7 @@ export { default as NoColor } from './components/no-color';
158
157
  export { default as NoRotationSingle } from './components/no-rotation-single';
159
158
  export { default as Noninductive } from './components/noninductive';
160
159
  export { default as NoteSingle } from './components/note-single';
160
+ export { default as NotvalueFilterSingle } from './components/notvalue-filter-single';
161
161
  export { default as OffLineSingle } from './components/off-line-single';
162
162
  export { default as OnLineSingle } from './components/on-line-single';
163
163
  export { default as OrderSingle } from './components/order-single';
@@ -241,6 +241,7 @@ export { default as UnlockSingle } from './components/unlock-single';
241
241
  export { default as UnorderSingle } from './components/unorder-single';
242
242
  export { default as UpBorder } from './components/up-border';
243
243
  export { default as UpSingle } from './components/up-single';
244
+ export { default as ValueFilterSingle } from './components/value-filter-single';
244
245
  export { default as VerticalBorder } from './components/vertical-border';
245
246
  export { default as VerticalCenterSingle } from './components/vertical-center-single';
246
247
  export { default as VerticalIntegrationSingle } from './components/vertical-integration-single';