lucide-astro 0.291.0 → 0.293.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,5 +8,5 @@ export type { Props } from './index.d.ts'
8
8
  <circle cx="8" cy="10" r="2" />
9
9
  <path d="M8 12h8" />
10
10
  <circle cx="16" cy="10" r="2" />
11
- <path d="m6 20 .7-2.9A1.4 1.4 0 0 1 8.1 16h7.8a1.4 1.4 0 0 1 1.4 1l.7 3"/>
11
+ <path d="m6 20 .7-2.9A1.4 1.4 0 0 1 8.1 16h7.8a1.4 1.4 0 0 1 1.4 1l.7 3" />
12
12
  </Layout>
package/dist/Check.astro CHANGED
@@ -4,5 +4,5 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <polyline points="20 6 9 17 4 12" />
7
+ <path d="M20 6 9 17l-5-5" />
8
8
  </Layout>
@@ -5,5 +5,5 @@ export type { Props } from './index.d.ts'
5
5
 
6
6
  <Layout {...Astro.props}>
7
7
  <path d="M22 11.08V12a10 10 0 1 1-5.93-9.14" />
8
- <polyline points="22 4 12 14.01 9 11.01" />
8
+ <path d="m9 11 3 3L22 4" />
9
9
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z" />
7
+ <circle cx="12" cy="12" r="10" />
8
8
  <path d="m9 12 2 2 4-4" />
9
9
  </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <polyline points="9 11 12 14 22 4" />
7
+ <path d="m9 11 3 3L22 4" />
8
8
  <path d="M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11" />
9
9
  </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
+ <rect width="18" height="18" x="3" y="3" rx="2" />
8
+ <path d="m9 12 2 2 4-4" />
9
+ </Layout>
package/dist/Drama.astro CHANGED
@@ -4,12 +4,12 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M 10 11h.01"/>
8
- <path d="M 14 6h.01"/>
9
- <path d="M 18 6h.01"/>
10
- <path d="M 6.5 13.1h.01"/>
11
- <path d="M22 5c0 9-4 12-6 12s-6-3-6-12c0-2 2-3 6-3s6 1 6 3"/>
12
- <path d="M17.4 9.9c-.8.8-2 .8-2.8 0"/>
13
- <path d="M10.1 7.1C9 7.2 7.7 7.7 6 8.6c-3.5 2-4.7 3.9-3.7 5.6 4.5 7.8 9.5 8.4 11.2 7.4.9-.5 1.9-2.1 1.9-4.7"/>
14
- <path d="M9.1 16.5c.3-1.1 1.4-1.7 2.4-1.4"/>
7
+ <path d="M10 11h.01" />
8
+ <path d="M14 6h.01" />
9
+ <path d="M18 6h.01" />
10
+ <path d="M6.5 13.1h.01" />
11
+ <path d="M22 5c0 9-4 12-6 12s-6-3-6-12c0-2 2-3 6-3s6 1 6 3" />
12
+ <path d="M17.4 9.9c-.8.8-2 .8-2.8 0" />
13
+ <path d="M10.1 7.1C9 7.2 7.7 7.7 6 8.6c-3.5 2-4.7 3.9-3.7 5.6 4.5 7.8 9.5 8.4 11.2 7.4.9-.5 1.9-2.1 1.9-4.7" />
14
+ <path d="M9.1 16.5c.3-1.1 1.4-1.7 2.4-1.4" />
15
15
  </Layout>
@@ -5,9 +5,9 @@ export type { Props } from './index.d.ts'
5
5
 
6
6
  <Layout {...Astro.props}>
7
7
  <circle cx="12" cy="12" r="10" />
8
- <path d="m4.93 4.93 4.24 4.24"/>
9
- <path d="m14.83 9.17 4.24-4.24"/>
10
- <path d="m14.83 14.83 4.24 4.24"/>
11
- <path d="m9.17 14.83-4.24 4.24"/>
8
+ <path d="m4.93 4.93 4.24 4.24" />
9
+ <path d="m14.83 9.17 4.24-4.24" />
10
+ <path d="m14.83 14.83 4.24 4.24" />
11
+ <path d="m9.17 14.83-4.24 4.24" />
12
12
  <circle cx="12" cy="12" r="4" />
13
13
  </Layout>
@@ -0,0 +1,12 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout {...Astro.props}>
7
+ <path d="M17.75 9.01c-.52 2.08-1.83 3.64-3.18 5.49l-2.6 3.54-2.97 4-3.5-2.54 3.85-4.97c-1.86-2.61-2.8-3.77-3.16-5.44" />
8
+ <path d="M17.75 9.01A7 7 0 0 0 6.2 9.1C6.06 8.5 6 7.82 6 7c0-3.5 2.83-5 5.98-5C15.24 2 18 3.5 18 7c0 .73-.09 1.4-.25 2.01Z" />
9
+ <path d="m9.35 14.53 2.64-3.31" />
10
+ <path d="m11.97 18.04 2.99 4 3.54-2.54-3.93-5" />
11
+ <path d="M14 8c0 1-1 2-2.01 3.22C11 10 10 9 10 8a2 2 0 1 1 4 0" />
12
+ </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8"/>
7
+ <path d="M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8" />
8
8
  <path d="M3 3v5h5" />
9
9
  </Layout>
package/dist/Spade.astro CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M5 9c-1.5 1.5-3 3.2-3 5.5A5.5 5.5 0 0 0 7.5 20c1.8 0 3-.5 4.5-2 1.5 1.5 2.7 2 4.5 2a5.5 5.5 0 0 0 5.5-5.5c0-2.3-1.5-4-3-5.5l-7-7-7 7Z"/>
8
- <path d="M12 18v4"/>
7
+ <path d="M5 9c-1.5 1.5-3 3.2-3 5.5A5.5 5.5 0 0 0 7.5 20c1.8 0 3-.5 4.5-2 1.5 1.5 2.7 2 4.5 2a5.5 5.5 0 0 0 5.5-5.5c0-2.3-1.5-4-3-5.5l-7-7-7 7Z" />
8
+ <path d="M12 18v4" />
9
9
  </Layout>
package/dist/Store.astro CHANGED
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="m2 7 4.41-4.41A2 2 0 0 1 7.83 2h8.34a2 2 0 0 1 1.42.59L22 7"/>
8
- <path d="M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8"/>
9
- <path d="M15 22v-4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4"/>
10
- <path d="M2 7h20"/>
11
- <path d="M22 7v3a2 2 0 0 1-2 2v0a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 16 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 12 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 8 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 4 12v0a2 2 0 0 1-2-2V7"/>
7
+ <path d="m2 7 4.41-4.41A2 2 0 0 1 7.83 2h8.34a2 2 0 0 1 1.42.59L22 7" />
8
+ <path d="M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8" />
9
+ <path d="M15 22v-4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4" />
10
+ <path d="M2 7h20" />
11
+ <path d="M22 7v3a2 2 0 0 1-2 2v0a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 16 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 12 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 8 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 4 12v0a2 2 0 0 1-2-2V7" />
12
12
  </Layout>
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M5 4h1a3 3 0 0 1 3 3 3 3 0 0 1 3-3h1"/>
8
- <path d="M13 20h-1a3 3 0 0 1-3-3 3 3 0 0 1-3 3H5"/>
9
- <path d="M5 16H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h1"/>
10
- <path d="M13 8h7a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-7"/>
11
- <path d="M9 7v10"/>
7
+ <path d="M5 4h1a3 3 0 0 1 3 3 3 3 0 0 1 3-3h1" />
8
+ <path d="M13 20h-1a3 3 0 0 1-3-3 3 3 0 0 1-3 3H5" />
9
+ <path d="M5 16H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h1" />
10
+ <path d="M13 8h7a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-7" />
11
+ <path d="M9 7v10" />
12
12
  </Layout>
@@ -4,13 +4,13 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M2 10s3-3 3-8"/>
8
- <path d="M22 10s-3-3-3-8"/>
9
- <path d="M10 2c0 4.4-3.6 8-8 8"/>
10
- <path d="M14 2c0 4.4 3.6 8 8 8"/>
11
- <path d="M2 10s2 2 2 5"/>
12
- <path d="M22 10s-2 2-2 5"/>
13
- <path d="M8 15h8"/>
14
- <path d="M2 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1"/>
15
- <path d="M14 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1"/>
7
+ <path d="M2 10s3-3 3-8" />
8
+ <path d="M22 10s-3-3-3-8" />
9
+ <path d="M10 2c0 4.4-3.6 8-8 8" />
10
+ <path d="M14 2c0 4.4 3.6 8 8 8" />
11
+ <path d="M2 10s2 2 2 5" />
12
+ <path d="M22 10s-2 2-2 5" />
13
+ <path d="M8 15h8" />
14
+ <path d="M2 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1" />
15
+ <path d="M14 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1" />
16
16
  </Layout>
@@ -5,5 +5,5 @@ export type { Props } from './index.d.ts'
5
5
 
6
6
  <Layout {...Astro.props}>
7
7
  <circle cx="12" cy="8" r="5" />
8
- <path d="M20 21a8 8 0 1 0-16 0" />
8
+ <path d="M20 21a8 8 0 0 0-16 0" />
9
9
  </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="M2 21a8 8 0 0 1 13.292-6" />
8
+ <circle cx="10" cy="8" r="5" />
9
+ <path d="m16 19 2 2 4-4" />
10
+ </Layout>
@@ -0,0 +1,18 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout {...Astro.props}>
7
+ <path d="M2 21a8 8 0 0 1 10.434-7.62" />
8
+ <circle cx="10" cy="8" r="5" />
9
+ <circle cx="18" cy="18" r="3" />
10
+ <path d="m19.5 14.3-.4.9" />
11
+ <path d="m16.9 20.8-.4.9" />
12
+ <path d="m21.7 19.5-.9-.4" />
13
+ <path d="m15.2 16.9-.9-.4" />
14
+ <path d="m21.7 16.5-.9.4" />
15
+ <path d="m15.2 19.1-.9.4" />
16
+ <path d="m19.5 21.7-.4-.9" />
17
+ <path d="m16.9 15.2-.4-.9" />
18
+ </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="M2 21a8 8 0 0 1 13.292-6" />
8
+ <circle cx="10" cy="8" r="5" />
9
+ <path d="M22 19h-6" />
10
+ </Layout>
@@ -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
+ <path d="M2 21a8 8 0 0 1 13.292-6" />
8
+ <circle cx="10" cy="8" r="5" />
9
+ <path d="M19 16v6" />
10
+ <path d="M22 19h-6" />
11
+ </Layout>
@@ -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
+ <path d="M2 21a8 8 0 0 1 11.873-7" />
8
+ <circle cx="10" cy="8" r="5" />
9
+ <path d="m17 17 5 5" />
10
+ <path d="m22 17-5 5" />
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="M18 21a8 8 0 0 0-16 0" />
8
+ <circle cx="10" cy="8" r="5" />
9
+ <path d="M22 20c0-3.37-2-6.5-4-8a5 5 0 0 0-.45-8.3" />
10
+ </Layout>
package/dist/index.d.ts CHANGED
@@ -8,7 +8,7 @@ export { default as ActivitySquare } from './ActivitySquare.astro'
8
8
  export { default as Activity } from './Activity.astro'
9
9
  export { default as AirVent } from './AirVent.astro'
10
10
  export { default as Airplay } from './Airplay.astro'
11
- export { default as AlarmCheck } from './AlarmCheck.astro'
11
+ export { default as AlarmClockCheck } from './AlarmClockCheck.astro'
12
12
  export { default as AlarmClockOff } from './AlarmClockOff.astro'
13
13
  export { default as AlarmClock } from './AlarmClock.astro'
14
14
  export { default as AlarmMinus } from './AlarmMinus.astro'
@@ -277,6 +277,7 @@ export { default as Cat } from './Cat.astro'
277
277
  export { default as CheckCheck } from './CheckCheck.astro'
278
278
  export { default as CheckCircle2 } from './CheckCircle2.astro'
279
279
  export { default as CheckCircle } from './CheckCircle.astro'
280
+ export { default as CheckSquare2 } from './CheckSquare2.astro'
280
281
  export { default as CheckSquare } from './CheckSquare.astro'
281
282
  export { default as Check } from './Check.astro'
282
283
  export { default as ChefHat } from './ChefHat.astro'
@@ -316,6 +317,8 @@ export { default as CircleEqual } from './CircleEqual.astro'
316
317
  export { default as CircleOff } from './CircleOff.astro'
317
318
  export { default as CircleSlash2 } from './CircleSlash2.astro'
318
319
  export { default as CircleSlash } from './CircleSlash.astro'
320
+ export { default as CircleUserRound } from './CircleUserRound.astro'
321
+ export { default as CircleUser } from './CircleUser.astro'
319
322
  export { default as Circle } from './Circle.astro'
320
323
  export { default as CircuitBoard } from './CircuitBoard.astro'
321
324
  export { default as Citrus } from './Citrus.astro'
@@ -998,6 +1001,7 @@ export { default as Replace } from './Replace.astro'
998
1001
  export { default as ReplyAll } from './ReplyAll.astro'
999
1002
  export { default as Reply } from './Reply.astro'
1000
1003
  export { default as Rewind } from './Rewind.astro'
1004
+ export { default as Ribbon } from './Ribbon.astro'
1001
1005
  export { default as Rocket } from './Rocket.astro'
1002
1006
  export { default as RockingChair } from './RockingChair.astro'
1003
1007
  export { default as RollerCoaster } from './RollerCoaster.astro'
@@ -1131,6 +1135,8 @@ export { default as SquareDot } from './SquareDot.astro'
1131
1135
  export { default as SquareEqual } from './SquareEqual.astro'
1132
1136
  export { default as SquareSlash } from './SquareSlash.astro'
1133
1137
  export { default as SquareStack } from './SquareStack.astro'
1138
+ export { default as SquareUserRound } from './SquareUserRound.astro'
1139
+ export { default as SquareUser } from './SquareUser.astro'
1134
1140
  export { default as Square } from './Square.astro'
1135
1141
  export { default as Squirrel } from './Squirrel.astro'
1136
1142
  export { default as Stamp } from './Stamp.astro'
@@ -1248,23 +1254,19 @@ export { default as Unplug } from './Unplug.astro'
1248
1254
  export { default as UploadCloud } from './UploadCloud.astro'
1249
1255
  export { default as Upload } from './Upload.astro'
1250
1256
  export { default as Usb } from './Usb.astro'
1251
- export { default as User2 } from './User2.astro'
1252
- export { default as UserCheck2 } from './UserCheck2.astro'
1253
1257
  export { default as UserCheck } from './UserCheck.astro'
1254
- export { default as UserCircle2 } from './UserCircle2.astro'
1255
- export { default as UserCircle } from './UserCircle.astro'
1256
- export { default as UserCog2 } from './UserCog2.astro'
1257
1258
  export { default as UserCog } from './UserCog.astro'
1258
- export { default as UserMinus2 } from './UserMinus2.astro'
1259
1259
  export { default as UserMinus } from './UserMinus.astro'
1260
- export { default as UserPlus2 } from './UserPlus2.astro'
1261
1260
  export { default as UserPlus } from './UserPlus.astro'
1262
- export { default as UserSquare2 } from './UserSquare2.astro'
1263
- export { default as UserSquare } from './UserSquare.astro'
1264
- export { default as UserX2 } from './UserX2.astro'
1261
+ export { default as UserRoundCheck } from './UserRoundCheck.astro'
1262
+ export { default as UserRoundCog } from './UserRoundCog.astro'
1263
+ export { default as UserRoundMinus } from './UserRoundMinus.astro'
1264
+ export { default as UserRoundPlus } from './UserRoundPlus.astro'
1265
+ export { default as UserRoundX } from './UserRoundX.astro'
1266
+ export { default as UserRound } from './UserRound.astro'
1265
1267
  export { default as UserX } from './UserX.astro'
1266
1268
  export { default as User } from './User.astro'
1267
- export { default as Users2 } from './Users2.astro'
1269
+ export { default as UsersRound } from './UsersRound.astro'
1268
1270
  export { default as Users } from './Users.astro'
1269
1271
  export { default as UtensilsCrossed } from './UtensilsCrossed.astro'
1270
1272
  export { default as Utensils } from './Utensils.astro'
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@ export { default as ActivitySquare } from './ActivitySquare.astro'
3
3
  export { default as Activity } from './Activity.astro'
4
4
  export { default as AirVent } from './AirVent.astro'
5
5
  export { default as Airplay } from './Airplay.astro'
6
- export { default as AlarmCheck } from './AlarmCheck.astro'
6
+ export { default as AlarmClockCheck } from './AlarmClockCheck.astro'
7
7
  export { default as AlarmClockOff } from './AlarmClockOff.astro'
8
8
  export { default as AlarmClock } from './AlarmClock.astro'
9
9
  export { default as AlarmMinus } from './AlarmMinus.astro'
@@ -272,6 +272,7 @@ export { default as Cat } from './Cat.astro'
272
272
  export { default as CheckCheck } from './CheckCheck.astro'
273
273
  export { default as CheckCircle2 } from './CheckCircle2.astro'
274
274
  export { default as CheckCircle } from './CheckCircle.astro'
275
+ export { default as CheckSquare2 } from './CheckSquare2.astro'
275
276
  export { default as CheckSquare } from './CheckSquare.astro'
276
277
  export { default as Check } from './Check.astro'
277
278
  export { default as ChefHat } from './ChefHat.astro'
@@ -311,6 +312,8 @@ export { default as CircleEqual } from './CircleEqual.astro'
311
312
  export { default as CircleOff } from './CircleOff.astro'
312
313
  export { default as CircleSlash2 } from './CircleSlash2.astro'
313
314
  export { default as CircleSlash } from './CircleSlash.astro'
315
+ export { default as CircleUserRound } from './CircleUserRound.astro'
316
+ export { default as CircleUser } from './CircleUser.astro'
314
317
  export { default as Circle } from './Circle.astro'
315
318
  export { default as CircuitBoard } from './CircuitBoard.astro'
316
319
  export { default as Citrus } from './Citrus.astro'
@@ -993,6 +996,7 @@ export { default as Replace } from './Replace.astro'
993
996
  export { default as ReplyAll } from './ReplyAll.astro'
994
997
  export { default as Reply } from './Reply.astro'
995
998
  export { default as Rewind } from './Rewind.astro'
999
+ export { default as Ribbon } from './Ribbon.astro'
996
1000
  export { default as Rocket } from './Rocket.astro'
997
1001
  export { default as RockingChair } from './RockingChair.astro'
998
1002
  export { default as RollerCoaster } from './RollerCoaster.astro'
@@ -1126,6 +1130,8 @@ export { default as SquareDot } from './SquareDot.astro'
1126
1130
  export { default as SquareEqual } from './SquareEqual.astro'
1127
1131
  export { default as SquareSlash } from './SquareSlash.astro'
1128
1132
  export { default as SquareStack } from './SquareStack.astro'
1133
+ export { default as SquareUserRound } from './SquareUserRound.astro'
1134
+ export { default as SquareUser } from './SquareUser.astro'
1129
1135
  export { default as Square } from './Square.astro'
1130
1136
  export { default as Squirrel } from './Squirrel.astro'
1131
1137
  export { default as Stamp } from './Stamp.astro'
@@ -1243,23 +1249,19 @@ export { default as Unplug } from './Unplug.astro'
1243
1249
  export { default as UploadCloud } from './UploadCloud.astro'
1244
1250
  export { default as Upload } from './Upload.astro'
1245
1251
  export { default as Usb } from './Usb.astro'
1246
- export { default as User2 } from './User2.astro'
1247
- export { default as UserCheck2 } from './UserCheck2.astro'
1248
1252
  export { default as UserCheck } from './UserCheck.astro'
1249
- export { default as UserCircle2 } from './UserCircle2.astro'
1250
- export { default as UserCircle } from './UserCircle.astro'
1251
- export { default as UserCog2 } from './UserCog2.astro'
1252
1253
  export { default as UserCog } from './UserCog.astro'
1253
- export { default as UserMinus2 } from './UserMinus2.astro'
1254
1254
  export { default as UserMinus } from './UserMinus.astro'
1255
- export { default as UserPlus2 } from './UserPlus2.astro'
1256
1255
  export { default as UserPlus } from './UserPlus.astro'
1257
- export { default as UserSquare2 } from './UserSquare2.astro'
1258
- export { default as UserSquare } from './UserSquare.astro'
1259
- export { default as UserX2 } from './UserX2.astro'
1256
+ export { default as UserRoundCheck } from './UserRoundCheck.astro'
1257
+ export { default as UserRoundCog } from './UserRoundCog.astro'
1258
+ export { default as UserRoundMinus } from './UserRoundMinus.astro'
1259
+ export { default as UserRoundPlus } from './UserRoundPlus.astro'
1260
+ export { default as UserRoundX } from './UserRoundX.astro'
1261
+ export { default as UserRound } from './UserRound.astro'
1260
1262
  export { default as UserX } from './UserX.astro'
1261
1263
  export { default as User } from './User.astro'
1262
- export { default as Users2 } from './Users2.astro'
1264
+ export { default as UsersRound } from './UsersRound.astro'
1263
1265
  export { default as Users } from './Users.astro'
1264
1266
  export { default as UtensilsCrossed } from './UtensilsCrossed.astro'
1265
1267
  export { default as Utensils } from './Utensils.astro'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.291.0",
3
+ "version": "0.293.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.291.0"
29
+ "lucide-static": "0.293.0"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "astro": "^2.7.1 || ^3.0.0"
@@ -1,10 +0,0 @@
1
- ---
2
- import Layout from './.Layout.astro'
3
- export type { Props } from './index.d.ts'
4
- ---
5
-
6
- <Layout {...Astro.props}>
7
- <path d="M14 19a6 6 0 0 0-12 0" />
8
- <circle cx="8" cy="9" r="4" />
9
- <polyline points="16 11 18 13 22 9" />
10
- </Layout>
@@ -1,18 +0,0 @@
1
- ---
2
- import Layout from './.Layout.astro'
3
- export type { Props } from './index.d.ts'
4
- ---
5
-
6
- <Layout {...Astro.props}>
7
- <circle cx="18" cy="15" r="3" />
8
- <circle cx="8" cy="9" r="4" />
9
- <path d="M10.5 13.5A6 6 0 0 0 2 19" />
10
- <path d="m21.7 16.4-.9-.3" />
11
- <path d="m15.2 13.9-.9-.3" />
12
- <path d="m16.6 18.7.3-.9" />
13
- <path d="m19.1 12.2.3-.9" />
14
- <path d="m19.6 18.7-.4-1" />
15
- <path d="m16.8 12.3-.4-1" />
16
- <path d="m14.3 16.6 1-.4" />
17
- <path d="m20.7 13.8 1-.4" />
18
- </Layout>
@@ -1,10 +0,0 @@
1
- ---
2
- import Layout from './.Layout.astro'
3
- export type { Props } from './index.d.ts'
4
- ---
5
-
6
- <Layout {...Astro.props}>
7
- <path d="M14 19a6 6 0 0 0-12 0" />
8
- <circle cx="8" cy="9" r="4" />
9
- <line x1="22" x2="16" y1="11" y2="11" />
10
- </Layout>
@@ -1,11 +0,0 @@
1
- ---
2
- import Layout from './.Layout.astro'
3
- export type { Props } from './index.d.ts'
4
- ---
5
-
6
- <Layout {...Astro.props}>
7
- <path d="M14 19a6 6 0 0 0-12 0" />
8
- <circle cx="8" cy="9" r="4" />
9
- <line x1="19" x2="19" y1="8" y2="14" />
10
- <line x1="22" x2="16" y1="11" y2="11" />
11
- </Layout>
package/dist/UserX2.astro DELETED
@@ -1,11 +0,0 @@
1
- ---
2
- import Layout from './.Layout.astro'
3
- export type { Props } from './index.d.ts'
4
- ---
5
-
6
- <Layout {...Astro.props}>
7
- <path d="M14 19a6 6 0 0 0-12 0" />
8
- <circle cx="8" cy="9" r="4" />
9
- <line x1="17" x2="22" y1="8" y2="13" />
10
- <line x1="22" x2="17" y1="8" y2="13" />
11
- </Layout>
package/dist/Users2.astro DELETED
@@ -1,10 +0,0 @@
1
- ---
2
- import Layout from './.Layout.astro'
3
- export type { Props } from './index.d.ts'
4
- ---
5
-
6
- <Layout {...Astro.props}>
7
- <path d="M14 19a6 6 0 0 0-12 0" />
8
- <circle cx="8" cy="9" r="4" />
9
- <path d="M22 19a6 6 0 0 0-6-6 4 4 0 1 0 0-8" />
10
- </Layout>
File without changes
File without changes