lucide-astro 0.292.0 → 0.293.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/CassetteTape.astro +1 -1
- package/dist/Drama.astro +8 -8
- package/dist/LifeBuoy.astro +4 -4
- package/dist/RotateCcw.astro +1 -1
- package/dist/Spade.astro +2 -2
- package/dist/Store.astro +5 -5
- package/dist/TextCursorInput.astro +5 -5
- package/dist/Theater.astro +9 -9
- package/dist/{User2.astro → UserRound.astro} +1 -1
- package/dist/UserRoundCheck.astro +10 -0
- package/dist/UserRoundCog.astro +18 -0
- package/dist/UserRoundMinus.astro +10 -0
- package/dist/UserRoundPlus.astro +11 -0
- package/dist/UserRoundX.astro +11 -0
- package/dist/UsersRound.astro +10 -0
- package/dist/index.d.ts +12 -12
- package/dist/index.js +12 -12
- package/package.json +2 -2
- package/dist/UserCheck2.astro +0 -10
- package/dist/UserCog2.astro +0 -18
- package/dist/UserMinus2.astro +0 -10
- package/dist/UserPlus2.astro +0 -11
- package/dist/UserX2.astro +0 -11
- package/dist/Users2.astro +0 -10
- /package/dist/{AlarmCheck.astro → AlarmClockCheck.astro} +0 -0
- /package/dist/{UserCircle.astro → CircleUser.astro} +0 -0
- /package/dist/{UserCircle2.astro → CircleUserRound.astro} +0 -0
- /package/dist/{UserSquare.astro → SquareUser.astro} +0 -0
- /package/dist/{UserSquare2.astro → SquareUserRound.astro} +0 -0
package/dist/CassetteTape.astro
CHANGED
@@ -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/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="
|
8
|
-
<path d="
|
9
|
-
<path d="
|
10
|
-
<path d="
|
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>
|
package/dist/LifeBuoy.astro
CHANGED
@@ -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>
|
package/dist/RotateCcw.astro
CHANGED
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>
|
package/dist/Theater.astro
CHANGED
@@ -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>
|
@@ -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,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
|
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'
|
@@ -317,6 +317,8 @@ export { default as CircleEqual } from './CircleEqual.astro'
|
|
317
317
|
export { default as CircleOff } from './CircleOff.astro'
|
318
318
|
export { default as CircleSlash2 } from './CircleSlash2.astro'
|
319
319
|
export { default as CircleSlash } from './CircleSlash.astro'
|
320
|
+
export { default as CircleUserRound } from './CircleUserRound.astro'
|
321
|
+
export { default as CircleUser } from './CircleUser.astro'
|
320
322
|
export { default as Circle } from './Circle.astro'
|
321
323
|
export { default as CircuitBoard } from './CircuitBoard.astro'
|
322
324
|
export { default as Citrus } from './Citrus.astro'
|
@@ -1133,6 +1135,8 @@ export { default as SquareDot } from './SquareDot.astro'
|
|
1133
1135
|
export { default as SquareEqual } from './SquareEqual.astro'
|
1134
1136
|
export { default as SquareSlash } from './SquareSlash.astro'
|
1135
1137
|
export { default as SquareStack } from './SquareStack.astro'
|
1138
|
+
export { default as SquareUserRound } from './SquareUserRound.astro'
|
1139
|
+
export { default as SquareUser } from './SquareUser.astro'
|
1136
1140
|
export { default as Square } from './Square.astro'
|
1137
1141
|
export { default as Squirrel } from './Squirrel.astro'
|
1138
1142
|
export { default as Stamp } from './Stamp.astro'
|
@@ -1250,23 +1254,19 @@ export { default as Unplug } from './Unplug.astro'
|
|
1250
1254
|
export { default as UploadCloud } from './UploadCloud.astro'
|
1251
1255
|
export { default as Upload } from './Upload.astro'
|
1252
1256
|
export { default as Usb } from './Usb.astro'
|
1253
|
-
export { default as User2 } from './User2.astro'
|
1254
|
-
export { default as UserCheck2 } from './UserCheck2.astro'
|
1255
1257
|
export { default as UserCheck } from './UserCheck.astro'
|
1256
|
-
export { default as UserCircle2 } from './UserCircle2.astro'
|
1257
|
-
export { default as UserCircle } from './UserCircle.astro'
|
1258
|
-
export { default as UserCog2 } from './UserCog2.astro'
|
1259
1258
|
export { default as UserCog } from './UserCog.astro'
|
1260
|
-
export { default as UserMinus2 } from './UserMinus2.astro'
|
1261
1259
|
export { default as UserMinus } from './UserMinus.astro'
|
1262
|
-
export { default as UserPlus2 } from './UserPlus2.astro'
|
1263
1260
|
export { default as UserPlus } from './UserPlus.astro'
|
1264
|
-
export { default as
|
1265
|
-
export { default as
|
1266
|
-
export { default as
|
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'
|
1267
1267
|
export { default as UserX } from './UserX.astro'
|
1268
1268
|
export { default as User } from './User.astro'
|
1269
|
-
export { default as
|
1269
|
+
export { default as UsersRound } from './UsersRound.astro'
|
1270
1270
|
export { default as Users } from './Users.astro'
|
1271
1271
|
export { default as UtensilsCrossed } from './UtensilsCrossed.astro'
|
1272
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
|
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'
|
@@ -312,6 +312,8 @@ export { default as CircleEqual } from './CircleEqual.astro'
|
|
312
312
|
export { default as CircleOff } from './CircleOff.astro'
|
313
313
|
export { default as CircleSlash2 } from './CircleSlash2.astro'
|
314
314
|
export { default as CircleSlash } from './CircleSlash.astro'
|
315
|
+
export { default as CircleUserRound } from './CircleUserRound.astro'
|
316
|
+
export { default as CircleUser } from './CircleUser.astro'
|
315
317
|
export { default as Circle } from './Circle.astro'
|
316
318
|
export { default as CircuitBoard } from './CircuitBoard.astro'
|
317
319
|
export { default as Citrus } from './Citrus.astro'
|
@@ -1128,6 +1130,8 @@ export { default as SquareDot } from './SquareDot.astro'
|
|
1128
1130
|
export { default as SquareEqual } from './SquareEqual.astro'
|
1129
1131
|
export { default as SquareSlash } from './SquareSlash.astro'
|
1130
1132
|
export { default as SquareStack } from './SquareStack.astro'
|
1133
|
+
export { default as SquareUserRound } from './SquareUserRound.astro'
|
1134
|
+
export { default as SquareUser } from './SquareUser.astro'
|
1131
1135
|
export { default as Square } from './Square.astro'
|
1132
1136
|
export { default as Squirrel } from './Squirrel.astro'
|
1133
1137
|
export { default as Stamp } from './Stamp.astro'
|
@@ -1245,23 +1249,19 @@ export { default as Unplug } from './Unplug.astro'
|
|
1245
1249
|
export { default as UploadCloud } from './UploadCloud.astro'
|
1246
1250
|
export { default as Upload } from './Upload.astro'
|
1247
1251
|
export { default as Usb } from './Usb.astro'
|
1248
|
-
export { default as User2 } from './User2.astro'
|
1249
|
-
export { default as UserCheck2 } from './UserCheck2.astro'
|
1250
1252
|
export { default as UserCheck } from './UserCheck.astro'
|
1251
|
-
export { default as UserCircle2 } from './UserCircle2.astro'
|
1252
|
-
export { default as UserCircle } from './UserCircle.astro'
|
1253
|
-
export { default as UserCog2 } from './UserCog2.astro'
|
1254
1253
|
export { default as UserCog } from './UserCog.astro'
|
1255
|
-
export { default as UserMinus2 } from './UserMinus2.astro'
|
1256
1254
|
export { default as UserMinus } from './UserMinus.astro'
|
1257
|
-
export { default as UserPlus2 } from './UserPlus2.astro'
|
1258
1255
|
export { default as UserPlus } from './UserPlus.astro'
|
1259
|
-
export { default as
|
1260
|
-
export { default as
|
1261
|
-
export { default as
|
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'
|
1262
1262
|
export { default as UserX } from './UserX.astro'
|
1263
1263
|
export { default as User } from './User.astro'
|
1264
|
-
export { default as
|
1264
|
+
export { default as UsersRound } from './UsersRound.astro'
|
1265
1265
|
export { default as Users } from './Users.astro'
|
1266
1266
|
export { default as UtensilsCrossed } from './UtensilsCrossed.astro'
|
1267
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.
|
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.
|
29
|
+
"lucide-static": "0.293.0"
|
30
30
|
},
|
31
31
|
"peerDependencies": {
|
32
32
|
"astro": "^2.7.1 || ^3.0.0"
|
package/dist/UserCheck2.astro
DELETED
package/dist/UserCog2.astro
DELETED
@@ -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>
|
package/dist/UserMinus2.astro
DELETED
package/dist/UserPlus2.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="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
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|