lucide-angular 0.321.0 → 0.322.0
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/esm2020/icons/scaling.mjs +5 -5
- package/esm2020/icons/tag.mjs +5 -5
- package/esm2020/icons/tags.mjs +6 -6
- package/esm2020/src/icons/icons/scaling.mjs +5 -5
- package/esm2020/src/icons/icons/tag.mjs +5 -5
- package/esm2020/src/icons/icons/tags.mjs +6 -6
- package/fesm2015/lucide-angular-src-icons.mjs +13 -13
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +13 -13
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +13 -13
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +13 -13
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/scaling.d.ts +1 -1
- package/icons/tag.d.ts +1 -1
- package/icons/tags.d.ts +1 -1
- package/package.json +1 -1
- package/src/icons/icons/scaling.d.ts +1 -1
- package/src/icons/icons/tag.d.ts +1 -1
- package/src/icons/icons/tags.d.ts +1 -1
package/icons/scaling.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { LucideIconData } from './types';
|
|
|
3
3
|
* @component @name Scaling
|
|
4
4
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
5
5
|
*
|
|
6
|
-
* @preview  - https://lucide.dev/icons/scaling
|
|
7
7
|
* @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
|
|
8
8
|
*
|
|
9
9
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
package/icons/tag.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { LucideIconData } from './types';
|
|
|
3
3
|
* @component @name Tag
|
|
4
4
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
5
5
|
*
|
|
6
|
-
* @preview  - https://lucide.dev/icons/tag
|
|
7
7
|
* @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
|
|
8
8
|
*
|
|
9
9
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
package/icons/tags.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { LucideIconData } from './types';
|
|
|
3
3
|
* @component @name Tags
|
|
4
4
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
5
5
|
*
|
|
6
|
-
* @preview  - https://lucide.dev/icons/tags
|
|
7
7
|
* @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
|
|
8
8
|
*
|
|
9
9
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@ import { LucideIconData } from './types';
|
|
|
3
3
|
* @component @name Scaling
|
|
4
4
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
5
5
|
*
|
|
6
|
-
* @preview  - https://lucide.dev/icons/scaling
|
|
7
7
|
* @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
|
|
8
8
|
*
|
|
9
9
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
package/src/icons/icons/tag.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { LucideIconData } from './types';
|
|
|
3
3
|
* @component @name Tag
|
|
4
4
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
5
5
|
*
|
|
6
|
-
* @preview  - https://lucide.dev/icons/tag
|
|
7
7
|
* @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
|
|
8
8
|
*
|
|
9
9
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
@@ -3,7 +3,7 @@ import { LucideIconData } from './types';
|
|
|
3
3
|
* @component @name Tags
|
|
4
4
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
5
5
|
*
|
|
6
|
-
* @preview  - https://lucide.dev/icons/tags
|
|
7
7
|
* @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
|
|
8
8
|
*
|
|
9
9
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|