@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.
- package/dist/components/notvalue-filter-single.d.ts +4 -0
- package/dist/components/value-filter-single.d.ts +4 -0
- package/dist/components/write-single.d.ts +4 -0
- package/dist/icons.d.ts +3 -0
- package/dist/index.js +1 -1
- package/esm/components/notvalue-filter-single.d.ts +4 -0
- package/esm/components/notvalue-filter-single.js +14 -0
- package/esm/components/notvalue-filter-single.js.map +1 -0
- package/esm/components/value-filter-single.d.ts +4 -0
- package/esm/components/value-filter-single.js +14 -0
- package/esm/components/value-filter-single.js.map +1 -0
- package/esm/components/write-single.d.ts +4 -0
- package/esm/components/write-single.js +14 -0
- package/esm/components/write-single.js.map +1 -0
- package/esm/icons.d.ts +3 -0
- package/esm/icons.js +3 -0
- package/esm/icons.js.map +1 -1
- package/esm/manifest.js +3 -0
- package/esm/manifest.js.map +1 -1
- package/package.json +1 -1
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';
|