@stacksjs/iconify-cil 0.2.218 → 0.2.302
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/delete.d.ts +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +565 -3
- package/package.json +2 -2
package/dist/delete.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { IconData } from '@stacksjs/iconify-core';
|
|
2
|
-
export declare const
|
|
3
|
-
export default
|
|
2
|
+
export declare const delete_: IconData;
|
|
3
|
+
export default delete_;
|
package/dist/index.d.ts
CHANGED
|
@@ -188,7 +188,7 @@ export { default as cut } from './cut.js';
|
|
|
188
188
|
export { default as dataTransferDown } from './data-transfer-down.js';
|
|
189
189
|
export { default as dataTransferUp } from './data-transfer-up.js';
|
|
190
190
|
export { default as deaf } from './deaf.js';
|
|
191
|
-
export { default as
|
|
191
|
+
export { default as delete_ } from './delete.js';
|
|
192
192
|
export { default as description } from './description.js';
|
|
193
193
|
export { default as devices } from './devices.js';
|
|
194
194
|
export { default as dialpad } from './dialpad.js';
|