lucide-astro 0.301.0 → 0.303.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Columns2.astro +9 -0
- package/dist/Columns3.astro +10 -0
- package/dist/Columns4.astro +11 -0
- package/dist/PanelBottom.astro +2 -2
- package/dist/PanelBottomClose.astro +2 -2
- package/dist/PanelBottomOpen.astro +2 -2
- package/dist/PanelLeft.astro +2 -2
- package/dist/PanelLeftClose.astro +1 -1
- package/dist/PanelLeftOpen.astro +1 -1
- package/dist/PanelRight.astro +2 -2
- package/dist/PanelRightClose.astro +2 -2
- package/dist/PanelRightOpen.astro +2 -2
- package/dist/PanelTop.astro +2 -2
- package/dist/PanelTopClose.astro +2 -2
- package/dist/PanelTopOpen.astro +2 -2
- package/dist/PanelsLeftBottom.astro +10 -0
- package/dist/PanelsRightBottom.astro +10 -0
- package/dist/PanelsTopLeft.astro +10 -0
- package/dist/Rabbit.astro +3 -3
- package/dist/Rows2.astro +9 -0
- package/dist/Rows3.astro +10 -0
- package/dist/Rows4.astro +11 -0
- package/dist/Squirrel.astro +3 -3
- package/dist/index.d.ts +15 -9
- package/dist/index.js +15 -9
- package/package.json +2 -2
- package/dist/Columns.astro +0 -9
- package/dist/Layout.astro +0 -10
- package/dist/Rows.astro +0 -9
- /package/dist/{AlarmMinus.astro → AlarmClockMinus.astro} +0 -0
- /package/dist/{AlarmPlus.astro → AlarmClockPlus.astro} +0 -0
- /package/dist/{PanelBottomInactive.astro → PanelBottomDashed.astro} +0 -0
- /package/dist/{PanelLeftInactive.astro → PanelLeftDashed.astro} +0 -0
- /package/dist/{PanelRightInactive.astro → PanelRightDashed.astro} +0 -0
- /package/dist/{PanelTopInactive.astro → PanelTopDashed.astro} +0 -0
@@ -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
|
+
<rect width="18" height="18" x="3" y="3" rx="2" />
|
8
|
+
<path d="M7.5 3v18" />
|
9
|
+
<path d="M12 3v18" />
|
10
|
+
<path d="M16.5 3v18" />
|
11
|
+
</Layout>
|
package/dist/PanelBottom.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<rect width="18" height="18" x="3" y="3" rx="2"
|
8
|
-
<
|
7
|
+
<rect width="18" height="18" x="3" y="3" rx="2" />
|
8
|
+
<path d="M3 15h18" />
|
9
9
|
</Layout>
|
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<rect width="18" height="18" x="3" y="3" rx="2"
|
8
|
-
<
|
7
|
+
<rect width="18" height="18" x="3" y="3" rx="2" />
|
8
|
+
<path d="M3 15h18" />
|
9
9
|
<path d="m15 8-3 3-3-3" />
|
10
10
|
</Layout>
|
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<rect width="18" height="18" x="3" y="3" rx="2"
|
8
|
-
<
|
7
|
+
<rect width="18" height="18" x="3" y="3" rx="2" />
|
8
|
+
<path d="M3 15h18" />
|
9
9
|
<path d="m9 10 3-3 3 3" />
|
10
10
|
</Layout>
|
package/dist/PanelLeft.astro
CHANGED
package/dist/PanelLeftOpen.astro
CHANGED
package/dist/PanelRight.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<rect width="18" height="18" x="3" y="3" rx="2"
|
8
|
-
<
|
7
|
+
<rect width="18" height="18" x="3" y="3" rx="2" />
|
8
|
+
<path d="M15 3v18" />
|
9
9
|
</Layout>
|
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<rect width="18" height="18" x="3" y="3" rx="2"
|
8
|
-
<
|
7
|
+
<rect width="18" height="18" x="3" y="3" rx="2" />
|
8
|
+
<path d="M15 3v18" />
|
9
9
|
<path d="m8 9 3 3-3 3" />
|
10
10
|
</Layout>
|
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<rect width="18" height="18" x="3" y="3" rx="2"
|
8
|
-
<
|
7
|
+
<rect width="18" height="18" x="3" y="3" rx="2" />
|
8
|
+
<path d="M15 3v18" />
|
9
9
|
<path d="m10 15-3-3 3-3" />
|
10
10
|
</Layout>
|
package/dist/PanelTop.astro
CHANGED
package/dist/PanelTopClose.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<rect width="18" height="18" x="3" y="3" rx="2"
|
8
|
-
<
|
7
|
+
<rect width="18" height="18" x="3" y="3" rx="2" />
|
8
|
+
<path d="M3 9h18" />
|
9
9
|
<path d="m9 16 3-3 3 3" />
|
10
10
|
</Layout>
|
package/dist/PanelTopOpen.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<rect width="18" height="18" x="3" y="3" rx="2"
|
8
|
-
<
|
7
|
+
<rect width="18" height="18" x="3" y="3" rx="2" />
|
8
|
+
<path d="M3 9h18" />
|
9
9
|
<path d="m15 14-3 3-3-3" />
|
10
10
|
</Layout>
|
package/dist/Rabbit.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="M20 8.54V4a2 2 0 1 0-4 0v3" />
|
8
|
-
<path d="M18 21h-8a4 4 0 0 1-4-4 7 7 0 0 1 7-7h.2L9.6 6.4a1.93 1.93 0 1 1 2.8-2.8L15.8 7h.2c3.3 0 6 2.7 6 6v1a2 2 0 0 1-2 2h-1c-1.7 0-3 1.3-3 3" />
|
9
|
-
<path d="M7.61 12.53a3 3 0 1 0-1.6 4.3" />
|
10
7
|
<path d="M13 16a3 3 0 0 1 2.24 5" />
|
11
8
|
<path d="M18 12h.01" />
|
9
|
+
<path d="M18 21h-8a4 4 0 0 1-4-4 7 7 0 0 1 7-7h.2L9.6 6.4a1 1 0 1 1 2.8-2.8L15.8 7h.2c3.3 0 6 2.7 6 6v1a2 2 0 0 1-2 2h-1a3 3 0 0 0-3 3" />
|
10
|
+
<path d="M20 8.54V4a2 2 0 1 0-4 0v3" />
|
11
|
+
<path d="M7.612 12.524a3 3 0 1 0-1.6 4.3" />
|
12
12
|
</Layout>
|
package/dist/Rows2.astro
ADDED
package/dist/Rows3.astro
ADDED
package/dist/Rows4.astro
ADDED
@@ -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
|
+
<rect width="18" height="18" x="3" y="3" rx="2" />
|
8
|
+
<path d="M21 7.5H3" />
|
9
|
+
<path d="M21 12H3" />
|
10
|
+
<path d="M21 16.5H3" />
|
11
|
+
</Layout>
|
package/dist/Squirrel.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="M16
|
9
|
-
<path d="M15.2 22a3 3 0 0 0-2.2-5" />
|
7
|
+
<path d="M15.236 22a3 3 0 0 0-2.2-5" />
|
8
|
+
<path d="M16 20a3 3 0 0 1 3-3h1a2 2 0 0 0 2-2v-2a4 4 0 0 0-4-4V4" />
|
10
9
|
<path d="M18 13h.01" />
|
10
|
+
<path d="M18 6a4 4 0 0 0-4 4 7 7 0 0 0-7 7c0-5 4-5 4-10.5a4.5 4.5 0 1 0-9 0 2.5 2.5 0 0 0 5 0C7 10 3 11 3 17c0 2.8 2.2 5 5 5h10" />
|
11
11
|
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -12,10 +12,10 @@ export { default as Activity } from './Activity.astro'
|
|
12
12
|
export { default as AirVent } from './AirVent.astro'
|
13
13
|
export { default as Airplay } from './Airplay.astro'
|
14
14
|
export { default as AlarmClockCheck } from './AlarmClockCheck.astro'
|
15
|
+
export { default as AlarmClockMinus } from './AlarmClockMinus.astro'
|
15
16
|
export { default as AlarmClockOff } from './AlarmClockOff.astro'
|
17
|
+
export { default as AlarmClockPlus } from './AlarmClockPlus.astro'
|
16
18
|
export { default as AlarmClock } from './AlarmClock.astro'
|
17
|
-
export { default as AlarmMinus } from './AlarmMinus.astro'
|
18
|
-
export { default as AlarmPlus } from './AlarmPlus.astro'
|
19
19
|
export { default as AlarmSmoke } from './AlarmSmoke.astro'
|
20
20
|
export { default as Album } from './Album.astro'
|
21
21
|
export { default as AlertCircle } from './AlertCircle.astro'
|
@@ -379,7 +379,9 @@ export { default as Codesandbox } from './Codesandbox.astro'
|
|
379
379
|
export { default as Coffee } from './Coffee.astro'
|
380
380
|
export { default as Cog } from './Cog.astro'
|
381
381
|
export { default as Coins } from './Coins.astro'
|
382
|
-
export { default as
|
382
|
+
export { default as Columns2 } from './Columns2.astro'
|
383
|
+
export { default as Columns3 } from './Columns3.astro'
|
384
|
+
export { default as Columns4 } from './Columns4.astro'
|
383
385
|
export { default as Combine } from './Combine.astro'
|
384
386
|
export { default as Command } from './Command.astro'
|
385
387
|
export { default as Compass } from './Compass.astro'
|
@@ -740,7 +742,6 @@ export { default as LayoutList } from './LayoutList.astro'
|
|
740
742
|
export { default as LayoutPanelLeft } from './LayoutPanelLeft.astro'
|
741
743
|
export { default as LayoutPanelTop } from './LayoutPanelTop.astro'
|
742
744
|
export { default as LayoutTemplate } from './LayoutTemplate.astro'
|
743
|
-
export { default as Layout } from './Layout.astro'
|
744
745
|
export { default as Leaf } from './Leaf.astro'
|
745
746
|
export { default as LeafyGreen } from './LeafyGreen.astro'
|
746
747
|
export { default as LibraryBig } from './LibraryBig.astro'
|
@@ -917,21 +918,24 @@ export { default as Paintbrush } from './Paintbrush.astro'
|
|
917
918
|
export { default as Palette } from './Palette.astro'
|
918
919
|
export { default as Palmtree } from './Palmtree.astro'
|
919
920
|
export { default as PanelBottomClose } from './PanelBottomClose.astro'
|
920
|
-
export { default as
|
921
|
+
export { default as PanelBottomDashed } from './PanelBottomDashed.astro'
|
921
922
|
export { default as PanelBottomOpen } from './PanelBottomOpen.astro'
|
922
923
|
export { default as PanelBottom } from './PanelBottom.astro'
|
923
924
|
export { default as PanelLeftClose } from './PanelLeftClose.astro'
|
924
|
-
export { default as
|
925
|
+
export { default as PanelLeftDashed } from './PanelLeftDashed.astro'
|
925
926
|
export { default as PanelLeftOpen } from './PanelLeftOpen.astro'
|
926
927
|
export { default as PanelLeft } from './PanelLeft.astro'
|
927
928
|
export { default as PanelRightClose } from './PanelRightClose.astro'
|
928
|
-
export { default as
|
929
|
+
export { default as PanelRightDashed } from './PanelRightDashed.astro'
|
929
930
|
export { default as PanelRightOpen } from './PanelRightOpen.astro'
|
930
931
|
export { default as PanelRight } from './PanelRight.astro'
|
931
932
|
export { default as PanelTopClose } from './PanelTopClose.astro'
|
932
|
-
export { default as
|
933
|
+
export { default as PanelTopDashed } from './PanelTopDashed.astro'
|
933
934
|
export { default as PanelTopOpen } from './PanelTopOpen.astro'
|
934
935
|
export { default as PanelTop } from './PanelTop.astro'
|
936
|
+
export { default as PanelsLeftBottom } from './PanelsLeftBottom.astro'
|
937
|
+
export { default as PanelsRightBottom } from './PanelsRightBottom.astro'
|
938
|
+
export { default as PanelsTopLeft } from './PanelsTopLeft.astro'
|
935
939
|
export { default as Paperclip } from './Paperclip.astro'
|
936
940
|
export { default as Parentheses } from './Parentheses.astro'
|
937
941
|
export { default as ParkingCircleOff } from './ParkingCircleOff.astro'
|
@@ -1054,7 +1058,9 @@ export { default as RotateCw } from './RotateCw.astro'
|
|
1054
1058
|
export { default as RouteOff } from './RouteOff.astro'
|
1055
1059
|
export { default as Route } from './Route.astro'
|
1056
1060
|
export { default as Router } from './Router.astro'
|
1057
|
-
export { default as
|
1061
|
+
export { default as Rows2 } from './Rows2.astro'
|
1062
|
+
export { default as Rows3 } from './Rows3.astro'
|
1063
|
+
export { default as Rows4 } from './Rows4.astro'
|
1058
1064
|
export { default as Rss } from './Rss.astro'
|
1059
1065
|
export { default as Ruler } from './Ruler.astro'
|
1060
1066
|
export { default as RussianRuble } from './RussianRuble.astro'
|
package/dist/index.js
CHANGED
@@ -7,10 +7,10 @@ export { default as Activity } from './Activity.astro'
|
|
7
7
|
export { default as AirVent } from './AirVent.astro'
|
8
8
|
export { default as Airplay } from './Airplay.astro'
|
9
9
|
export { default as AlarmClockCheck } from './AlarmClockCheck.astro'
|
10
|
+
export { default as AlarmClockMinus } from './AlarmClockMinus.astro'
|
10
11
|
export { default as AlarmClockOff } from './AlarmClockOff.astro'
|
12
|
+
export { default as AlarmClockPlus } from './AlarmClockPlus.astro'
|
11
13
|
export { default as AlarmClock } from './AlarmClock.astro'
|
12
|
-
export { default as AlarmMinus } from './AlarmMinus.astro'
|
13
|
-
export { default as AlarmPlus } from './AlarmPlus.astro'
|
14
14
|
export { default as AlarmSmoke } from './AlarmSmoke.astro'
|
15
15
|
export { default as Album } from './Album.astro'
|
16
16
|
export { default as AlertCircle } from './AlertCircle.astro'
|
@@ -374,7 +374,9 @@ export { default as Codesandbox } from './Codesandbox.astro'
|
|
374
374
|
export { default as Coffee } from './Coffee.astro'
|
375
375
|
export { default as Cog } from './Cog.astro'
|
376
376
|
export { default as Coins } from './Coins.astro'
|
377
|
-
export { default as
|
377
|
+
export { default as Columns2 } from './Columns2.astro'
|
378
|
+
export { default as Columns3 } from './Columns3.astro'
|
379
|
+
export { default as Columns4 } from './Columns4.astro'
|
378
380
|
export { default as Combine } from './Combine.astro'
|
379
381
|
export { default as Command } from './Command.astro'
|
380
382
|
export { default as Compass } from './Compass.astro'
|
@@ -735,7 +737,6 @@ export { default as LayoutList } from './LayoutList.astro'
|
|
735
737
|
export { default as LayoutPanelLeft } from './LayoutPanelLeft.astro'
|
736
738
|
export { default as LayoutPanelTop } from './LayoutPanelTop.astro'
|
737
739
|
export { default as LayoutTemplate } from './LayoutTemplate.astro'
|
738
|
-
export { default as Layout } from './Layout.astro'
|
739
740
|
export { default as Leaf } from './Leaf.astro'
|
740
741
|
export { default as LeafyGreen } from './LeafyGreen.astro'
|
741
742
|
export { default as LibraryBig } from './LibraryBig.astro'
|
@@ -912,21 +913,24 @@ export { default as Paintbrush } from './Paintbrush.astro'
|
|
912
913
|
export { default as Palette } from './Palette.astro'
|
913
914
|
export { default as Palmtree } from './Palmtree.astro'
|
914
915
|
export { default as PanelBottomClose } from './PanelBottomClose.astro'
|
915
|
-
export { default as
|
916
|
+
export { default as PanelBottomDashed } from './PanelBottomDashed.astro'
|
916
917
|
export { default as PanelBottomOpen } from './PanelBottomOpen.astro'
|
917
918
|
export { default as PanelBottom } from './PanelBottom.astro'
|
918
919
|
export { default as PanelLeftClose } from './PanelLeftClose.astro'
|
919
|
-
export { default as
|
920
|
+
export { default as PanelLeftDashed } from './PanelLeftDashed.astro'
|
920
921
|
export { default as PanelLeftOpen } from './PanelLeftOpen.astro'
|
921
922
|
export { default as PanelLeft } from './PanelLeft.astro'
|
922
923
|
export { default as PanelRightClose } from './PanelRightClose.astro'
|
923
|
-
export { default as
|
924
|
+
export { default as PanelRightDashed } from './PanelRightDashed.astro'
|
924
925
|
export { default as PanelRightOpen } from './PanelRightOpen.astro'
|
925
926
|
export { default as PanelRight } from './PanelRight.astro'
|
926
927
|
export { default as PanelTopClose } from './PanelTopClose.astro'
|
927
|
-
export { default as
|
928
|
+
export { default as PanelTopDashed } from './PanelTopDashed.astro'
|
928
929
|
export { default as PanelTopOpen } from './PanelTopOpen.astro'
|
929
930
|
export { default as PanelTop } from './PanelTop.astro'
|
931
|
+
export { default as PanelsLeftBottom } from './PanelsLeftBottom.astro'
|
932
|
+
export { default as PanelsRightBottom } from './PanelsRightBottom.astro'
|
933
|
+
export { default as PanelsTopLeft } from './PanelsTopLeft.astro'
|
930
934
|
export { default as Paperclip } from './Paperclip.astro'
|
931
935
|
export { default as Parentheses } from './Parentheses.astro'
|
932
936
|
export { default as ParkingCircleOff } from './ParkingCircleOff.astro'
|
@@ -1049,7 +1053,9 @@ export { default as RotateCw } from './RotateCw.astro'
|
|
1049
1053
|
export { default as RouteOff } from './RouteOff.astro'
|
1050
1054
|
export { default as Route } from './Route.astro'
|
1051
1055
|
export { default as Router } from './Router.astro'
|
1052
|
-
export { default as
|
1056
|
+
export { default as Rows2 } from './Rows2.astro'
|
1057
|
+
export { default as Rows3 } from './Rows3.astro'
|
1058
|
+
export { default as Rows4 } from './Rows4.astro'
|
1053
1059
|
export { default as Rss } from './Rss.astro'
|
1054
1060
|
export { default as Ruler } from './Ruler.astro'
|
1055
1061
|
export { default as RussianRuble } from './RussianRuble.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.303.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.303.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|
package/dist/Columns.astro
DELETED
package/dist/Layout.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
|
-
<rect width="18" height="18" x="3" y="3" rx="2" ry="2" />
|
8
|
-
<line x1="3" x2="21" y1="9" y2="9" />
|
9
|
-
<line x1="9" x2="9" y1="21" y2="9" />
|
10
|
-
</Layout>
|
package/dist/Rows.astro
DELETED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|