lucide-astro 0.540.0 → 0.542.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.
@@ -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/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="chrome" {...Astro.props}>
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="m20.66 17-1.73-1" />
14
- <path d="m3.34 7 1.73 1" />
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="m17 3.34-1 1.73" />
20
- <path d="m11 13.73-4 6.93" />
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,12 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout iconName="list-chevrons-down-up" {...Astro.props}>
7
+ <path d="m15 18 3-3 3 3" />
8
+ <path d="m15 6 3 3 3-3" />
9
+ <path d="M3 12h8" />
10
+ <path d="M3 18h8" />
11
+ <path d="M3 6h8" />
12
+ </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>
@@ -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'
@@ -1000,6 +1001,7 @@ export { default as Linkedin } from './Linkedin.astro'
1000
1001
  export { default as List } from './List.astro'
1001
1002
  export { default as ListCheck } from './ListCheck.astro'
1002
1003
  export { default as ListChecks } from './ListChecks.astro'
1004
+ export { default as ListChevronsDownUp } from './ListChevronsDownUp.astro'
1003
1005
  export { default as ListCollapse } from './ListCollapse.astro'
1004
1006
  export { default as ListEnd } from './ListEnd.astro'
1005
1007
  export { default as ListFilter } from './ListFilter.astro'
@@ -1215,12 +1217,14 @@ export { default as PanelLeftClose } from './PanelLeftClose.astro'
1215
1217
  export { default as PanelLeftDashed } from './PanelLeftDashed.astro'
1216
1218
  export { default as PanelLeftInactive } from './PanelLeftInactive.astro'
1217
1219
  export { default as PanelLeftOpen } from './PanelLeftOpen.astro'
1220
+ export { default as PanelLeftRightDashed } from './PanelLeftRightDashed.astro'
1218
1221
  export { default as PanelRight } from './PanelRight.astro'
1219
1222
  export { default as PanelRightClose } from './PanelRightClose.astro'
1220
1223
  export { default as PanelRightDashed } from './PanelRightDashed.astro'
1221
1224
  export { default as PanelRightInactive } from './PanelRightInactive.astro'
1222
1225
  export { default as PanelRightOpen } from './PanelRightOpen.astro'
1223
1226
  export { default as PanelTop } from './PanelTop.astro'
1227
+ export { default as PanelTopBottomDashed } from './PanelTopBottomDashed.astro'
1224
1228
  export { default as PanelTopClose } from './PanelTopClose.astro'
1225
1229
  export { default as PanelTopDashed } from './PanelTopDashed.astro'
1226
1230
  export { default as PanelTopInactive } from './PanelTopInactive.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'
@@ -995,6 +996,7 @@ export { default as Linkedin } from './Linkedin.astro'
995
996
  export { default as List } from './List.astro'
996
997
  export { default as ListCheck } from './ListCheck.astro'
997
998
  export { default as ListChecks } from './ListChecks.astro'
999
+ export { default as ListChevronsDownUp } from './ListChevronsDownUp.astro'
998
1000
  export { default as ListCollapse } from './ListCollapse.astro'
999
1001
  export { default as ListEnd } from './ListEnd.astro'
1000
1002
  export { default as ListFilter } from './ListFilter.astro'
@@ -1210,12 +1212,14 @@ export { default as PanelLeftClose } from './PanelLeftClose.astro'
1210
1212
  export { default as PanelLeftDashed } from './PanelLeftDashed.astro'
1211
1213
  export { default as PanelLeftInactive } from './PanelLeftInactive.astro'
1212
1214
  export { default as PanelLeftOpen } from './PanelLeftOpen.astro'
1215
+ export { default as PanelLeftRightDashed } from './PanelLeftRightDashed.astro'
1213
1216
  export { default as PanelRight } from './PanelRight.astro'
1214
1217
  export { default as PanelRightClose } from './PanelRightClose.astro'
1215
1218
  export { default as PanelRightDashed } from './PanelRightDashed.astro'
1216
1219
  export { default as PanelRightInactive } from './PanelRightInactive.astro'
1217
1220
  export { default as PanelRightOpen } from './PanelRightOpen.astro'
1218
1221
  export { default as PanelTop } from './PanelTop.astro'
1222
+ export { default as PanelTopBottomDashed } from './PanelTopBottomDashed.astro'
1219
1223
  export { default as PanelTopClose } from './PanelTopClose.astro'
1220
1224
  export { default as PanelTopDashed } from './PanelTopDashed.astro'
1221
1225
  export { default as PanelTopInactive } from './PanelTopInactive.astro'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.540.0",
3
+ "version": "0.542.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.540.0",
37
+ "lucide-static": "0.542.0",
38
38
  "semver": "^7.5.4"
39
39
  },
40
40
  "peerDependencies": {