lucide-astro 0.343.0 → 0.349.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Airplay.astro +1 -1
- package/dist/AppWindowMac.astro +11 -0
- package/dist/Cannabis.astro +9 -0
- package/dist/Dock.astro +10 -0
- package/dist/FileSearch.astro +2 -2
- package/dist/Keyboard.astro +8 -8
- package/dist/Podcast.astro +3 -3
- package/dist/Proportions.astro +10 -0
- package/dist/RotateCcwSquare.astro +10 -0
- package/dist/RotateCwSquare.astro +10 -0
- package/dist/Zap.astro +1 -1
- package/dist/ZapOff.astro +4 -4
- package/dist/index.d.ts +6 -0
- package/dist/index.js +6 -0
- package/package.json +2 -2
package/dist/Airplay.astro
CHANGED
@@ -0,0 +1,11 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<rect width="20" height="16" x="2" y="4" rx="2" />
|
8
|
+
<path d="M6 8h.01" />
|
9
|
+
<path d="M10 8h.01" />
|
10
|
+
<path d="M14 8h.01" />
|
11
|
+
</Layout>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="M12 22v-4" />
|
8
|
+
<path d="M7 12c-1.5 0-4.5 1.5-5 3 3.5 1.5 6 1 6 1-1.5 1.5-2 3.5-2 5 2.5 0 4.5-1.5 6-3 1.5 1.5 3.5 3 6 3 0-1.5-.5-3.5-2-5 0 0 2.5.5 6-1-.5-1.5-3.5-3-5-3 1.5-1 4-4 4-6-2.5 0-5.5 1.5-7 3 0-2.5-.5-5-2-7-1.5 2-2 4.5-2 7-1.5-1.5-4.5-3-7-3 0 2 2.5 5 4 6" />
|
9
|
+
</Layout>
|
package/dist/Dock.astro
ADDED
package/dist/FileSearch.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3" />
|
8
7
|
<path d="M14 2v4a2 2 0 0 0 2 2h4" />
|
9
|
-
<
|
8
|
+
<path d="M4.268 21a2 2 0 0 0 1.727 1H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3" />
|
10
9
|
<path d="m9 18-1.5-1.5" />
|
10
|
+
<circle cx="5" cy="14" r="3" />
|
11
11
|
</Layout>
|
package/dist/Keyboard.astro
CHANGED
@@ -4,13 +4,13 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<
|
8
|
-
<path d="
|
9
|
-
<path d="
|
10
|
-
<path d="
|
11
|
-
<path d="M18 8h.
|
12
|
-
<path d="
|
13
|
-
<path d="M12 12h.001" />
|
14
|
-
<path d="M16 12h.001" />
|
7
|
+
<path d="M10 8h.01" />
|
8
|
+
<path d="M12 12h.01" />
|
9
|
+
<path d="M14 8h.01" />
|
10
|
+
<path d="M16 12h.01" />
|
11
|
+
<path d="M18 8h.01" />
|
12
|
+
<path d="M6 8h.01" />
|
15
13
|
<path d="M7 16h10" />
|
14
|
+
<path d="M8 12h.01" />
|
15
|
+
<rect x="2" y="4" width="20" height="16" rx="2" />
|
16
16
|
</Layout>
|
package/dist/Podcast.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<
|
8
|
-
<path d="M11 17a1 1 0 0 1 2 0c0 .5-.34 3-.5 4.5a.5.5 0 0 1-1 0c-.16-1.5-.5-4-.5-4.5Z" />
|
7
|
+
<path d="M16.85 18.58a9 9 0 1 0-9.7 0" />
|
9
8
|
<path d="M8 14a5 5 0 1 1 8 0" />
|
10
|
-
<
|
9
|
+
<circle cx="12" cy="11" r="1" />
|
10
|
+
<path d="M13 17a1 1 0 1 0-2 0l.5 4.5a.5.5 0 1 0 1 0Z" />
|
11
11
|
</Layout>
|
@@ -0,0 +1,10 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="M20 9V7a2 2 0 0 0-2-2h-6" />
|
8
|
+
<path d="m15 2-3 3 3 3" />
|
9
|
+
<path d="M20 13v5a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2" />
|
10
|
+
</Layout>
|
@@ -0,0 +1,10 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="M12 5H6a2 2 0 0 0-2 2v3" />
|
8
|
+
<path d="m9 8 3-3-3-3" />
|
9
|
+
<path d="M4 14v4a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2" />
|
10
|
+
</Layout>
|
package/dist/Zap.astro
CHANGED
@@ -4,5 +4,5 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<
|
7
|
+
<path d="M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z" />
|
8
8
|
</Layout>
|
package/dist/ZapOff.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<
|
10
|
-
<
|
7
|
+
<path d="M10.513 4.856 13.12 2.17a.5.5 0 0 1 .86.46l-1.377 4.317" />
|
8
|
+
<path d="M15.656 10H20a1 1 0 0 1 .78 1.63l-1.72 1.773" />
|
9
|
+
<path d="M16.273 16.273 10.88 21.83a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14H4a1 1 0 0 1-.78-1.63l4.507-4.643" />
|
10
|
+
<path d="m2 2 20 20" />
|
11
11
|
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -60,6 +60,7 @@ export { default as Antenna } from './Antenna.astro'
|
|
60
60
|
export { default as Anvil } from './Anvil.astro'
|
61
61
|
export { default as Aperture } from './Aperture.astro'
|
62
62
|
export { default as AppWindow } from './AppWindow.astro'
|
63
|
+
export { default as AppWindowMac } from './AppWindowMac.astro'
|
63
64
|
export { default as Apple } from './Apple.astro'
|
64
65
|
export { default as Archive } from './Archive.astro'
|
65
66
|
export { default as ArchiveRestore } from './ArchiveRestore.astro'
|
@@ -298,6 +299,7 @@ export { default as CandlestickChart } from './CandlestickChart.astro'
|
|
298
299
|
export { default as Candy } from './Candy.astro'
|
299
300
|
export { default as CandyCane } from './CandyCane.astro'
|
300
301
|
export { default as CandyOff } from './CandyOff.astro'
|
302
|
+
export { default as Cannabis } from './Cannabis.astro'
|
301
303
|
export { default as Captions } from './Captions.astro'
|
302
304
|
export { default as CaptionsOff } from './CaptionsOff.astro'
|
303
305
|
export { default as Car } from './Car.astro'
|
@@ -486,6 +488,7 @@ export { default as DivideCircle } from './DivideCircle.astro'
|
|
486
488
|
export { default as DivideSquare } from './DivideSquare.astro'
|
487
489
|
export { default as Dna } from './Dna.astro'
|
488
490
|
export { default as DnaOff } from './DnaOff.astro'
|
491
|
+
export { default as Dock } from './Dock.astro'
|
489
492
|
export { default as Dog } from './Dog.astro'
|
490
493
|
export { default as DollarSign } from './DollarSign.astro'
|
491
494
|
export { default as Donut } from './Donut.astro'
|
@@ -1099,6 +1102,7 @@ export { default as PowerSquare } from './PowerSquare.astro'
|
|
1099
1102
|
export { default as Presentation } from './Presentation.astro'
|
1100
1103
|
export { default as Printer } from './Printer.astro'
|
1101
1104
|
export { default as Projector } from './Projector.astro'
|
1105
|
+
export { default as Proportions } from './Proportions.astro'
|
1102
1106
|
export { default as Puzzle } from './Puzzle.astro'
|
1103
1107
|
export { default as Pyramid } from './Pyramid.astro'
|
1104
1108
|
export { default as QrCode } from './QrCode.astro'
|
@@ -1152,7 +1156,9 @@ export { default as RollerCoaster } from './RollerCoaster.astro'
|
|
1152
1156
|
export { default as Rotate3D } from './Rotate3D.astro'
|
1153
1157
|
export { default as Rotate3d } from './Rotate3d.astro'
|
1154
1158
|
export { default as RotateCcw } from './RotateCcw.astro'
|
1159
|
+
export { default as RotateCcwSquare } from './RotateCcwSquare.astro'
|
1155
1160
|
export { default as RotateCw } from './RotateCw.astro'
|
1161
|
+
export { default as RotateCwSquare } from './RotateCwSquare.astro'
|
1156
1162
|
export { default as Route } from './Route.astro'
|
1157
1163
|
export { default as RouteOff } from './RouteOff.astro'
|
1158
1164
|
export { default as Router } from './Router.astro'
|
package/dist/index.js
CHANGED
@@ -55,6 +55,7 @@ export { default as Antenna } from './Antenna.astro'
|
|
55
55
|
export { default as Anvil } from './Anvil.astro'
|
56
56
|
export { default as Aperture } from './Aperture.astro'
|
57
57
|
export { default as AppWindow } from './AppWindow.astro'
|
58
|
+
export { default as AppWindowMac } from './AppWindowMac.astro'
|
58
59
|
export { default as Apple } from './Apple.astro'
|
59
60
|
export { default as Archive } from './Archive.astro'
|
60
61
|
export { default as ArchiveRestore } from './ArchiveRestore.astro'
|
@@ -293,6 +294,7 @@ export { default as CandlestickChart } from './CandlestickChart.astro'
|
|
293
294
|
export { default as Candy } from './Candy.astro'
|
294
295
|
export { default as CandyCane } from './CandyCane.astro'
|
295
296
|
export { default as CandyOff } from './CandyOff.astro'
|
297
|
+
export { default as Cannabis } from './Cannabis.astro'
|
296
298
|
export { default as Captions } from './Captions.astro'
|
297
299
|
export { default as CaptionsOff } from './CaptionsOff.astro'
|
298
300
|
export { default as Car } from './Car.astro'
|
@@ -481,6 +483,7 @@ export { default as DivideCircle } from './DivideCircle.astro'
|
|
481
483
|
export { default as DivideSquare } from './DivideSquare.astro'
|
482
484
|
export { default as Dna } from './Dna.astro'
|
483
485
|
export { default as DnaOff } from './DnaOff.astro'
|
486
|
+
export { default as Dock } from './Dock.astro'
|
484
487
|
export { default as Dog } from './Dog.astro'
|
485
488
|
export { default as DollarSign } from './DollarSign.astro'
|
486
489
|
export { default as Donut } from './Donut.astro'
|
@@ -1094,6 +1097,7 @@ export { default as PowerSquare } from './PowerSquare.astro'
|
|
1094
1097
|
export { default as Presentation } from './Presentation.astro'
|
1095
1098
|
export { default as Printer } from './Printer.astro'
|
1096
1099
|
export { default as Projector } from './Projector.astro'
|
1100
|
+
export { default as Proportions } from './Proportions.astro'
|
1097
1101
|
export { default as Puzzle } from './Puzzle.astro'
|
1098
1102
|
export { default as Pyramid } from './Pyramid.astro'
|
1099
1103
|
export { default as QrCode } from './QrCode.astro'
|
@@ -1147,7 +1151,9 @@ export { default as RollerCoaster } from './RollerCoaster.astro'
|
|
1147
1151
|
export { default as Rotate3D } from './Rotate3D.astro'
|
1148
1152
|
export { default as Rotate3d } from './Rotate3d.astro'
|
1149
1153
|
export { default as RotateCcw } from './RotateCcw.astro'
|
1154
|
+
export { default as RotateCcwSquare } from './RotateCcwSquare.astro'
|
1150
1155
|
export { default as RotateCw } from './RotateCw.astro'
|
1156
|
+
export { default as RotateCwSquare } from './RotateCwSquare.astro'
|
1151
1157
|
export { default as Route } from './Route.astro'
|
1152
1158
|
export { default as RouteOff } from './RouteOff.astro'
|
1153
1159
|
export { default as Router } from './Router.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.349.0",
|
4
4
|
"description": "Get your Lucide icons right into your Astro project",
|
5
5
|
"main": "./dist/index.js",
|
6
6
|
"types": "./dist/index.d.ts",
|
@@ -26,7 +26,7 @@
|
|
26
26
|
"author": "Aviortheking",
|
27
27
|
"license": "MIT",
|
28
28
|
"devDependencies": {
|
29
|
-
"lucide-static": "0.
|
29
|
+
"lucide-static": "0.349.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|