lucide-angular 0.329.0 → 0.331.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/aliases.d.ts +2 -0
- package/esm2020/aliases.mjs +4 -1
- package/esm2020/icons/file-output.mjs +6 -5
- package/esm2020/icons/folder-output.mjs +4 -4
- package/esm2020/icons/lucide-icons.mjs +2 -1
- package/esm2020/icons/telescope.mjs +34 -0
- package/esm2020/src/icons/aliases.mjs +4 -1
- package/esm2020/src/icons/icons/file-output.mjs +6 -5
- package/esm2020/src/icons/icons/folder-output.mjs +4 -4
- package/esm2020/src/icons/icons/lucide-icons.mjs +2 -1
- package/esm2020/src/icons/icons/telescope.mjs +34 -0
- package/fesm2015/lucide-angular-src-icons.mjs +43 -8
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +43 -8
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +43 -8
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +43 -8
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/file-output.d.ts +1 -1
- package/icons/folder-output.d.ts +1 -1
- package/icons/lucide-icons.d.ts +1 -0
- package/icons/telescope.d.ts +14 -0
- package/package.json +1 -1
- package/src/icons/aliases.d.ts +2 -0
- package/src/icons/icons/file-output.d.ts +1 -1
- package/src/icons/icons/folder-output.d.ts +1 -1
- package/src/icons/icons/lucide-icons.d.ts +1 -0
- package/src/icons/icons/telescope.d.ts +14 -0
package/icons/file-output.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { LucideIconData } from './types';
|
|
|
3
3
|
* @component @name FileOutput
|
|
4
4
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
5
5
|
*
|
|
6
|
-
* @preview  - https://lucide.dev/icons/file-output
|
|
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/folder-output.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { LucideIconData } from './types';
|
|
|
3
3
|
* @component @name FolderOutput
|
|
4
4
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
5
5
|
*
|
|
6
|
-
* @preview  - https://lucide.dev/icons/folder-output
|
|
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/lucide-icons.d.ts
CHANGED
|
@@ -1275,6 +1275,7 @@ export { default as Tally4 } from './tally-4';
|
|
|
1275
1275
|
export { default as Tally5 } from './tally-5';
|
|
1276
1276
|
export { default as Tangent } from './tangent';
|
|
1277
1277
|
export { default as Target } from './target';
|
|
1278
|
+
export { default as Telescope } from './telescope';
|
|
1278
1279
|
export { default as TentTree } from './tent-tree';
|
|
1279
1280
|
export { default as Tent } from './tent';
|
|
1280
1281
|
export { default as TerminalSquare } from './terminal-square';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { LucideIconData } from './types';
|
|
2
|
+
/**
|
|
3
|
+
* @component @name Telescope
|
|
4
|
+
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
5
|
+
*
|
|
6
|
+
* @preview  - https://lucide.dev/icons/telescope
|
|
7
|
+
* @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
|
|
8
|
+
*
|
|
9
|
+
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
10
|
+
* @returns {FunctionalComponent} Vue component
|
|
11
|
+
*
|
|
12
|
+
*/
|
|
13
|
+
declare const Telescope: LucideIconData;
|
|
14
|
+
export default Telescope;
|
package/package.json
CHANGED
package/src/icons/aliases.d.ts
CHANGED
|
@@ -2418,6 +2418,8 @@ export { default as TangentIcon } from './icons/tangent';
|
|
|
2418
2418
|
export { default as LucideTangent } from './icons/tangent';
|
|
2419
2419
|
export { default as TargetIcon } from './icons/target';
|
|
2420
2420
|
export { default as LucideTarget } from './icons/target';
|
|
2421
|
+
export { default as TelescopeIcon } from './icons/telescope';
|
|
2422
|
+
export { default as LucideTelescope } from './icons/telescope';
|
|
2421
2423
|
export { default as TentTreeIcon } from './icons/tent-tree';
|
|
2422
2424
|
export { default as LucideTentTree } from './icons/tent-tree';
|
|
2423
2425
|
export { default as TentIcon } from './icons/tent';
|
|
@@ -3,7 +3,7 @@ import { LucideIconData } from './types';
|
|
|
3
3
|
* @component @name FileOutput
|
|
4
4
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
5
5
|
*
|
|
6
|
-
* @preview  - https://lucide.dev/icons/file-output
|
|
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 FolderOutput
|
|
4
4
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
5
5
|
*
|
|
6
|
-
* @preview  - https://lucide.dev/icons/folder-output
|
|
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
|
|
@@ -1275,6 +1275,7 @@ export { default as Tally4 } from './tally-4';
|
|
|
1275
1275
|
export { default as Tally5 } from './tally-5';
|
|
1276
1276
|
export { default as Tangent } from './tangent';
|
|
1277
1277
|
export { default as Target } from './target';
|
|
1278
|
+
export { default as Telescope } from './telescope';
|
|
1278
1279
|
export { default as TentTree } from './tent-tree';
|
|
1279
1280
|
export { default as Tent } from './tent';
|
|
1280
1281
|
export { default as TerminalSquare } from './terminal-square';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { LucideIconData } from './types';
|
|
2
|
+
/**
|
|
3
|
+
* @component @name Telescope
|
|
4
|
+
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
5
|
+
*
|
|
6
|
+
* @preview  - https://lucide.dev/icons/telescope
|
|
7
|
+
* @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
|
|
8
|
+
*
|
|
9
|
+
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
10
|
+
* @returns {FunctionalComponent} Vue component
|
|
11
|
+
*
|
|
12
|
+
*/
|
|
13
|
+
declare const Telescope: LucideIconData;
|
|
14
|
+
export default Telescope;
|