lucide-astro 0.539.0 → 0.541.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/dist/Building.astro +5 -5
- package/dist/Camera.astro +1 -1
- package/dist/CameraOff.astro +4 -4
- package/dist/Chrome.astro +4 -4
- package/dist/Chromium.astro +12 -0
- package/dist/Cog.astro +9 -9
- package/dist/PanelLeftRightDashed.astro +16 -0
- package/dist/PanelTopBottomDashed.astro +16 -0
- package/dist/Rose.astro +12 -0
- package/dist/Umbrella.astro +3 -3
- package/dist/UmbrellaOff.astro +4 -3
- package/dist/Wallpaper.astro +4 -3
- package/dist/index.d.ts +4 -0
- package/dist/index.js +4 -0
- package/package.json +2 -2
package/dist/Building.astro
CHANGED
@@ -4,15 +4,15 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="building" {...Astro.props}>
|
7
|
-
<rect width="16" height="20" x="4" y="2" rx="2" ry="2" />
|
8
|
-
<path d="M9 22v-4h6v4" />
|
9
|
-
<path d="M8 6h.01" />
|
10
|
-
<path d="M16 6h.01" />
|
11
|
-
<path d="M12 6h.01" />
|
12
7
|
<path d="M12 10h.01" />
|
13
8
|
<path d="M12 14h.01" />
|
9
|
+
<path d="M12 6h.01" />
|
14
10
|
<path d="M16 10h.01" />
|
15
11
|
<path d="M16 14h.01" />
|
12
|
+
<path d="M16 6h.01" />
|
16
13
|
<path d="M8 10h.01" />
|
17
14
|
<path d="M8 14h.01" />
|
15
|
+
<path d="M8 6h.01" />
|
16
|
+
<path d="M9 22v-3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v3" />
|
17
|
+
<rect x="4" y="2" width="16" height="20" rx="2" />
|
18
18
|
</Layout>
|
package/dist/Camera.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="camera" {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M13.997 4a2 2 0 0 1 1.76 1.05l.486.9A2 2 0 0 0 18.003 7H20a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1.997a2 2 0 0 0 1.759-1.048l.489-.904A2 2 0 0 1 10.004 4z" />
|
8
8
|
<circle cx="12" cy="13" r="3" />
|
9
9
|
</Layout>
|
package/dist/CameraOff.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="camera-off" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<path d="
|
9
|
-
<path d="
|
10
|
-
<path d="
|
7
|
+
<path d="M14.564 14.558a3 3 0 1 1-4.122-4.121" />
|
8
|
+
<path d="m2 2 20 20" />
|
9
|
+
<path d="M20 20H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1.997a2 2 0 0 0 .819-.175" />
|
10
|
+
<path d="M9.695 4.024A2 2 0 0 1 10.004 4h3.993a2 2 0 0 1 1.76 1.05l.486.9A2 2 0 0 0 18.003 7H20a2 2 0 0 1 2 2v7.344" />
|
11
11
|
</Layout>
|
package/dist/Chrome.astro
CHANGED
@@ -3,10 +3,10 @@ import Layout from './.Layout.astro'
|
|
3
3
|
export type { Props } from './index.d.ts'
|
4
4
|
---
|
5
5
|
|
6
|
-
<Layout iconName="
|
6
|
+
<Layout iconName="chromium" {...Astro.props}>
|
7
|
+
<path d="M10.88 21.94 15.46 14" />
|
8
|
+
<path d="M21.17 8H12" />
|
9
|
+
<path d="M3.95 6.06 8.54 14" />
|
7
10
|
<circle cx="12" cy="12" r="10" />
|
8
11
|
<circle cx="12" cy="12" r="4" />
|
9
|
-
<line x1="21.17" x2="12" y1="8" y2="8" />
|
10
|
-
<line x1="3.95" x2="8.54" y1="6.06" y2="14" />
|
11
|
-
<line x1="10.88" x2="15.46" y1="21.94" y2="14" />
|
12
12
|
</Layout>
|
@@ -0,0 +1,12 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout iconName="chromium" {...Astro.props}>
|
7
|
+
<path d="M10.88 21.94 15.46 14" />
|
8
|
+
<path d="M21.17 8H12" />
|
9
|
+
<path d="M3.95 6.06 8.54 14" />
|
10
|
+
<circle cx="12" cy="12" r="10" />
|
11
|
+
<circle cx="12" cy="12" r="4" />
|
12
|
+
</Layout>
|
package/dist/Cog.astro
CHANGED
@@ -4,18 +4,18 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="cog" {...Astro.props}>
|
7
|
-
<path d="M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16Z" />
|
8
|
-
<path d="M12 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z" />
|
9
|
-
<path d="M12 2v2" />
|
10
|
-
<path d="M12 22v-2" />
|
11
|
-
<path d="m17 20.66-1-1.73" />
|
12
7
|
<path d="M11 10.27 7 3.34" />
|
13
|
-
<path d="
|
14
|
-
<path d="
|
8
|
+
<path d="m11 13.73-4 6.93" />
|
9
|
+
<path d="M12 22v-2" />
|
10
|
+
<path d="M12 2v2" />
|
15
11
|
<path d="M14 12h8" />
|
12
|
+
<path d="m17 20.66-1-1.73" />
|
13
|
+
<path d="m17 3.34-1 1.73" />
|
16
14
|
<path d="M2 12h2" />
|
15
|
+
<path d="m20.66 17-1.73-1" />
|
17
16
|
<path d="m20.66 7-1.73 1" />
|
18
17
|
<path d="m3.34 17 1.73-1" />
|
19
|
-
<path d="
|
20
|
-
<
|
18
|
+
<path d="m3.34 7 1.73 1" />
|
19
|
+
<circle cx="12" cy="12" r="2" />
|
20
|
+
<circle cx="12" cy="12" r="8" />
|
21
21
|
</Layout>
|
@@ -0,0 +1,16 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout iconName="panel-left-right-dashed" {...Astro.props}>
|
7
|
+
<path d="M16 10V9" />
|
8
|
+
<path d="M16 15v-1" />
|
9
|
+
<path d="M16 21v-2" />
|
10
|
+
<path d="M16 5V3" />
|
11
|
+
<path d="M8 10V9" />
|
12
|
+
<path d="M8 15v-1" />
|
13
|
+
<path d="M8 21v-2" />
|
14
|
+
<path d="M8 5V3" />
|
15
|
+
<rect x="3" y="3" width="18" height="18" rx="2" />
|
16
|
+
</Layout>
|
@@ -0,0 +1,16 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout iconName="panel-top-bottom-dashed" {...Astro.props}>
|
7
|
+
<path d="M14 16h1" />
|
8
|
+
<path d="M14 8h1" />
|
9
|
+
<path d="M19 16h2" />
|
10
|
+
<path d="M19 8h2" />
|
11
|
+
<path d="M3 16h2" />
|
12
|
+
<path d="M3 8h2" />
|
13
|
+
<path d="M9 16h1" />
|
14
|
+
<path d="M9 8h1" />
|
15
|
+
<rect x="3" y="3" width="18" height="18" rx="2" />
|
16
|
+
</Layout>
|
package/dist/Rose.astro
ADDED
@@ -0,0 +1,12 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout iconName="rose" {...Astro.props}>
|
7
|
+
<path d="M17 10h-1a4 4 0 1 1 4-4v.534" />
|
8
|
+
<path d="M17 6h1a4 4 0 0 1 1.42 7.74l-2.29.87a6 6 0 0 1-5.339-10.68l2.069-1.31" />
|
9
|
+
<path d="M4.5 17c2.8-.5 4.4 0 5.5.8s1.8 2.2 2.3 3.7c-2 .4-3.5.4-4.8-.3-1.2-.6-2.3-1.9-3-4.2" />
|
10
|
+
<path d="M9.77 12C4 15 2 22 2 22" />
|
11
|
+
<circle cx="17" cy="8" r="2" />
|
12
|
+
</Layout>
|
package/dist/Umbrella.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="umbrella" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="M12
|
9
|
-
<path d="
|
7
|
+
<path d="M12 13v7a2 2 0 0 0 4 0" />
|
8
|
+
<path d="M12 2v2" />
|
9
|
+
<path d="M20.992 13a1 1 0 0 0 .97-1.274 10.284 10.284 0 0 0-19.923 0A1 1 0 0 0 3 13z" />
|
10
10
|
</Layout>
|
package/dist/UmbrellaOff.astro
CHANGED
@@ -4,8 +4,9 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="umbrella-off" {...Astro.props}>
|
7
|
-
<path d="M12
|
8
|
-
<path d="
|
9
|
-
<path d="
|
7
|
+
<path d="M12 13v7a2 2 0 0 0 4 0" />
|
8
|
+
<path d="M12 2v2" />
|
9
|
+
<path d="M18.656 13h2.336a1 1 0 0 0 .97-1.274 10.284 10.284 0 0 0-12.07-7.51" />
|
10
10
|
<path d="m2 2 20 20" />
|
11
|
+
<path d="M5.961 5.957a10.28 10.28 0 0 0-3.922 5.769A1 1 0 0 0 3 13h10" />
|
11
12
|
</Layout>
|
package/dist/Wallpaper.astro
CHANGED
@@ -4,8 +4,9 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="wallpaper" {...Astro.props}>
|
7
|
-
<circle cx="8" cy="9" r="2" />
|
8
|
-
<path d="m9 17 6.1-6.1a2 2 0 0 1 2.81.01L22 15V5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2" />
|
9
|
-
<path d="M8 21h8" />
|
10
7
|
<path d="M12 17v4" />
|
8
|
+
<path d="M8 21h8" />
|
9
|
+
<path d="m9 17 6.1-6.1a2 2 0 0 1 2.81.01L22 15" />
|
10
|
+
<circle cx="8" cy="9" r="2" />
|
11
|
+
<rect x="2" y="3" width="20" height="14" rx="2" />
|
11
12
|
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -400,6 +400,7 @@ export { default as ChevronsRightLeft } from './ChevronsRightLeft.astro'
|
|
400
400
|
export { default as ChevronsUp } from './ChevronsUp.astro'
|
401
401
|
export { default as ChevronsUpDown } from './ChevronsUpDown.astro'
|
402
402
|
export { default as Chrome } from './Chrome.astro'
|
403
|
+
export { default as Chromium } from './Chromium.astro'
|
403
404
|
export { default as Church } from './Church.astro'
|
404
405
|
export { default as Cigarette } from './Cigarette.astro'
|
405
406
|
export { default as CigaretteOff } from './CigaretteOff.astro'
|
@@ -1215,12 +1216,14 @@ export { default as PanelLeftClose } from './PanelLeftClose.astro'
|
|
1215
1216
|
export { default as PanelLeftDashed } from './PanelLeftDashed.astro'
|
1216
1217
|
export { default as PanelLeftInactive } from './PanelLeftInactive.astro'
|
1217
1218
|
export { default as PanelLeftOpen } from './PanelLeftOpen.astro'
|
1219
|
+
export { default as PanelLeftRightDashed } from './PanelLeftRightDashed.astro'
|
1218
1220
|
export { default as PanelRight } from './PanelRight.astro'
|
1219
1221
|
export { default as PanelRightClose } from './PanelRightClose.astro'
|
1220
1222
|
export { default as PanelRightDashed } from './PanelRightDashed.astro'
|
1221
1223
|
export { default as PanelRightInactive } from './PanelRightInactive.astro'
|
1222
1224
|
export { default as PanelRightOpen } from './PanelRightOpen.astro'
|
1223
1225
|
export { default as PanelTop } from './PanelTop.astro'
|
1226
|
+
export { default as PanelTopBottomDashed } from './PanelTopBottomDashed.astro'
|
1224
1227
|
export { default as PanelTopClose } from './PanelTopClose.astro'
|
1225
1228
|
export { default as PanelTopDashed } from './PanelTopDashed.astro'
|
1226
1229
|
export { default as PanelTopInactive } from './PanelTopInactive.astro'
|
@@ -1369,6 +1372,7 @@ export { default as Ribbon } from './Ribbon.astro'
|
|
1369
1372
|
export { default as Rocket } from './Rocket.astro'
|
1370
1373
|
export { default as RockingChair } from './RockingChair.astro'
|
1371
1374
|
export { default as RollerCoaster } from './RollerCoaster.astro'
|
1375
|
+
export { default as Rose } from './Rose.astro'
|
1372
1376
|
export { default as Rotate3D } from './Rotate3D.astro'
|
1373
1377
|
export { default as Rotate3d } from './Rotate3d.astro'
|
1374
1378
|
export { default as RotateCcw } from './RotateCcw.astro'
|
package/dist/index.js
CHANGED
@@ -395,6 +395,7 @@ export { default as ChevronsRightLeft } from './ChevronsRightLeft.astro'
|
|
395
395
|
export { default as ChevronsUp } from './ChevronsUp.astro'
|
396
396
|
export { default as ChevronsUpDown } from './ChevronsUpDown.astro'
|
397
397
|
export { default as Chrome } from './Chrome.astro'
|
398
|
+
export { default as Chromium } from './Chromium.astro'
|
398
399
|
export { default as Church } from './Church.astro'
|
399
400
|
export { default as Cigarette } from './Cigarette.astro'
|
400
401
|
export { default as CigaretteOff } from './CigaretteOff.astro'
|
@@ -1210,12 +1211,14 @@ export { default as PanelLeftClose } from './PanelLeftClose.astro'
|
|
1210
1211
|
export { default as PanelLeftDashed } from './PanelLeftDashed.astro'
|
1211
1212
|
export { default as PanelLeftInactive } from './PanelLeftInactive.astro'
|
1212
1213
|
export { default as PanelLeftOpen } from './PanelLeftOpen.astro'
|
1214
|
+
export { default as PanelLeftRightDashed } from './PanelLeftRightDashed.astro'
|
1213
1215
|
export { default as PanelRight } from './PanelRight.astro'
|
1214
1216
|
export { default as PanelRightClose } from './PanelRightClose.astro'
|
1215
1217
|
export { default as PanelRightDashed } from './PanelRightDashed.astro'
|
1216
1218
|
export { default as PanelRightInactive } from './PanelRightInactive.astro'
|
1217
1219
|
export { default as PanelRightOpen } from './PanelRightOpen.astro'
|
1218
1220
|
export { default as PanelTop } from './PanelTop.astro'
|
1221
|
+
export { default as PanelTopBottomDashed } from './PanelTopBottomDashed.astro'
|
1219
1222
|
export { default as PanelTopClose } from './PanelTopClose.astro'
|
1220
1223
|
export { default as PanelTopDashed } from './PanelTopDashed.astro'
|
1221
1224
|
export { default as PanelTopInactive } from './PanelTopInactive.astro'
|
@@ -1364,6 +1367,7 @@ export { default as Ribbon } from './Ribbon.astro'
|
|
1364
1367
|
export { default as Rocket } from './Rocket.astro'
|
1365
1368
|
export { default as RockingChair } from './RockingChair.astro'
|
1366
1369
|
export { default as RollerCoaster } from './RollerCoaster.astro'
|
1370
|
+
export { default as Rose } from './Rose.astro'
|
1367
1371
|
export { default as Rotate3D } from './Rotate3D.astro'
|
1368
1372
|
export { default as Rotate3d } from './Rotate3d.astro'
|
1369
1373
|
export { default as RotateCcw } from './RotateCcw.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.541.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",
|
@@ -34,7 +34,7 @@
|
|
34
34
|
"author": "Aviortheking",
|
35
35
|
"license": "MIT",
|
36
36
|
"devDependencies": {
|
37
|
-
"lucide-static": "0.
|
37
|
+
"lucide-static": "0.541.0",
|
38
38
|
"semver": "^7.5.4"
|
39
39
|
},
|
40
40
|
"peerDependencies": {
|