lucide-astro 0.324.0 → 0.325.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Anchor.astro +2 -2
- package/dist/Radical.astro +8 -0
- package/dist/SquareRadical.astro +9 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/package.json +2 -2
package/dist/Anchor.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<
|
8
|
-
<line x1="12" x2="12" y1="22" y2="8" />
|
7
|
+
<path d="M12 22V8" />
|
9
8
|
<path d="M5 12H2a10 10 0 0 0 20 0h-3" />
|
9
|
+
<circle cx="12" cy="5" r="3" />
|
10
10
|
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -1099,6 +1099,7 @@ export { default as Quote } from './Quote.astro'
|
|
1099
1099
|
export { default as Rabbit } from './Rabbit.astro'
|
1100
1100
|
export { default as Radar } from './Radar.astro'
|
1101
1101
|
export { default as Radiation } from './Radiation.astro'
|
1102
|
+
export { default as Radical } from './Radical.astro'
|
1102
1103
|
export { default as Radio } from './Radio.astro'
|
1103
1104
|
export { default as RadioReceiver } from './RadioReceiver.astro'
|
1104
1105
|
export { default as RadioTower } from './RadioTower.astro'
|
@@ -1287,6 +1288,7 @@ export { default as SquareGantt } from './SquareGantt.astro'
|
|
1287
1288
|
export { default as SquareKanban } from './SquareKanban.astro'
|
1288
1289
|
export { default as SquareKanbanDashed } from './SquareKanbanDashed.astro'
|
1289
1290
|
export { default as SquarePen } from './SquarePen.astro'
|
1291
|
+
export { default as SquareRadical } from './SquareRadical.astro'
|
1290
1292
|
export { default as SquareSlash } from './SquareSlash.astro'
|
1291
1293
|
export { default as SquareStack } from './SquareStack.astro'
|
1292
1294
|
export { default as SquareUser } from './SquareUser.astro'
|
package/dist/index.js
CHANGED
@@ -1094,6 +1094,7 @@ export { default as Quote } from './Quote.astro'
|
|
1094
1094
|
export { default as Rabbit } from './Rabbit.astro'
|
1095
1095
|
export { default as Radar } from './Radar.astro'
|
1096
1096
|
export { default as Radiation } from './Radiation.astro'
|
1097
|
+
export { default as Radical } from './Radical.astro'
|
1097
1098
|
export { default as Radio } from './Radio.astro'
|
1098
1099
|
export { default as RadioReceiver } from './RadioReceiver.astro'
|
1099
1100
|
export { default as RadioTower } from './RadioTower.astro'
|
@@ -1282,6 +1283,7 @@ export { default as SquareGantt } from './SquareGantt.astro'
|
|
1282
1283
|
export { default as SquareKanban } from './SquareKanban.astro'
|
1283
1284
|
export { default as SquareKanbanDashed } from './SquareKanbanDashed.astro'
|
1284
1285
|
export { default as SquarePen } from './SquarePen.astro'
|
1286
|
+
export { default as SquareRadical } from './SquareRadical.astro'
|
1285
1287
|
export { default as SquareSlash } from './SquareSlash.astro'
|
1286
1288
|
export { default as SquareStack } from './SquareStack.astro'
|
1287
1289
|
export { default as SquareUser } from './SquareUser.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.325.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.325.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|