lucide-react 0.46.0 → 0.49.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/cjs/lucide-react.js +422 -61
- package/dist/cjs/lucide-react.js.map +1 -1
- package/dist/esm/icons/alarm-clock-off.js +5 -2
- package/dist/esm/icons/bath.js +30 -0
- package/dist/esm/icons/binary.js +20 -8
- package/dist/esm/icons/bus.js +5 -2
- package/dist/esm/icons/camera-off.js +5 -2
- package/dist/esm/icons/cast.js +8 -2
- package/dist/esm/icons/chef-hat.js +12 -0
- package/dist/esm/icons/clipboard-copy.js +5 -2
- package/dist/esm/icons/component.js +15 -0
- package/dist/esm/icons/contact.js +1 -2
- package/dist/esm/icons/croissant.js +18 -0
- package/dist/esm/icons/dribbble.js +8 -2
- package/dist/esm/icons/flag-off.js +5 -2
- package/dist/esm/icons/fuel.js +21 -0
- package/dist/esm/icons/index.js +11 -0
- package/dist/esm/icons/lightbulb-off.js +5 -2
- package/dist/esm/icons/link-2-off.js +5 -2
- package/dist/esm/icons/link-2.js +5 -2
- package/dist/esm/icons/magnet.js +12 -0
- package/dist/esm/icons/maximize.js +11 -2
- package/dist/esm/icons/minimize.js +11 -2
- package/dist/esm/icons/phone-call.js +8 -2
- package/dist/esm/icons/podcast.js +6 -6
- package/dist/esm/icons/power-off.js +5 -2
- package/dist/esm/icons/radio.js +11 -2
- package/dist/esm/icons/scale.js +4 -4
- package/dist/esm/icons/star-off.js +15 -0
- package/dist/esm/icons/sun-medium.js +30 -0
- package/dist/esm/icons/sun-moon.js +33 -0
- package/dist/esm/icons/sword.js +24 -0
- package/dist/esm/icons/swords.js +45 -0
- package/dist/esm/icons/text-cursor-input.js +9 -6
- package/dist/esm/icons/truck.js +8 -2
- package/dist/esm/icons/volume-2.js +5 -2
- package/dist/lucide-react.d.ts +11 -0
- package/dist/umd/lucide-react.js +422 -61
- package/dist/umd/lucide-react.js.map +1 -1
- package/dist/umd/lucide-react.min.js +2 -2
- package/dist/umd/lucide-react.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var Swords = createReactComponent('Swords', [['polyline', {
|
|
3
|
+
points: '14.5 17.5 3 6 3 3 6 3 17.5 14.5',
|
|
4
|
+
key: '1hfsw2'
|
|
5
|
+
}], ['line', {
|
|
6
|
+
x1: '13',
|
|
7
|
+
y1: '19',
|
|
8
|
+
x2: '19',
|
|
9
|
+
y2: '13',
|
|
10
|
+
key: '7h9f57'
|
|
11
|
+
}], ['line', {
|
|
12
|
+
x1: '16',
|
|
13
|
+
y1: '16',
|
|
14
|
+
x2: '20',
|
|
15
|
+
y2: '20',
|
|
16
|
+
key: '1b4zco'
|
|
17
|
+
}], ['line', {
|
|
18
|
+
x1: '19',
|
|
19
|
+
y1: '21',
|
|
20
|
+
x2: '21',
|
|
21
|
+
y2: '19',
|
|
22
|
+
key: 'df24kr'
|
|
23
|
+
}], ['polyline', {
|
|
24
|
+
points: '14.5 6.5 18 3 21 3 21 6 17.5 9.5',
|
|
25
|
+
key: 'hbey2j'
|
|
26
|
+
}], ['line', {
|
|
27
|
+
x1: '5',
|
|
28
|
+
y1: '14',
|
|
29
|
+
x2: '9',
|
|
30
|
+
y2: '18',
|
|
31
|
+
key: 'acydkb'
|
|
32
|
+
}], ['line', {
|
|
33
|
+
x1: '7',
|
|
34
|
+
y1: '17',
|
|
35
|
+
x2: '4',
|
|
36
|
+
y2: '20',
|
|
37
|
+
key: '1vmq9v'
|
|
38
|
+
}], ['line', {
|
|
39
|
+
x1: '3',
|
|
40
|
+
y1: '19',
|
|
41
|
+
x2: '5',
|
|
42
|
+
y2: '21',
|
|
43
|
+
key: '139kw4'
|
|
44
|
+
}]]);
|
|
45
|
+
export default Swords;
|
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
import createReactComponent from '../createReactComponent';
|
|
2
2
|
var TextCursorInput = createReactComponent('TextCursorInput', [['path', {
|
|
3
|
-
d: '
|
|
4
|
-
key: '
|
|
3
|
+
d: 'M13 20h-1a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3h1',
|
|
4
|
+
key: '19sqy7'
|
|
5
5
|
}], ['path', {
|
|
6
|
-
d: '
|
|
7
|
-
key: '
|
|
6
|
+
d: 'M5 4h1a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5',
|
|
7
|
+
key: '1etnvu'
|
|
8
8
|
}], ['path', {
|
|
9
|
-
d: '
|
|
10
|
-
key: '
|
|
9
|
+
d: 'M13.1 7.9h6.8A2.18 2.18 0 0 1 22 10v4a2.11 2.11 0 0 1-2.1 2.1h-6.8',
|
|
10
|
+
key: 'ebxlah'
|
|
11
|
+
}], ['path', {
|
|
12
|
+
d: 'M4.8 16.1h-.7A2.18 2.18 0 0 1 2 14v-4a2.18 2.18 0 0 1 2.1-2.1h.7',
|
|
13
|
+
key: '1l3v11'
|
|
11
14
|
}]]);
|
|
12
15
|
export default TextCursorInput;
|
package/dist/esm/icons/truck.js
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
import createReactComponent from '../createReactComponent';
|
|
2
2
|
var Truck = createReactComponent('Truck', [['path', {
|
|
3
|
-
d: 'M10
|
|
4
|
-
key: '
|
|
3
|
+
d: 'M10 17h4V5H2v12h3',
|
|
4
|
+
key: '1jq12e'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M20 17h2v-3.34a4 4 0 0 0-1.17-2.83L19 9h-5',
|
|
7
|
+
key: '1xb3ft'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'M14 17h1',
|
|
10
|
+
key: 'nufu4t'
|
|
5
11
|
}], ['circle', {
|
|
6
12
|
cx: '7.5',
|
|
7
13
|
cy: '17.5',
|
|
@@ -3,7 +3,10 @@ var Volume2 = createReactComponent('Volume2', [['polygon', {
|
|
|
3
3
|
points: '11 5 6 9 2 9 2 15 6 15 11 19 11 5',
|
|
4
4
|
key: '16drj5'
|
|
5
5
|
}], ['path', {
|
|
6
|
-
d: '
|
|
7
|
-
key: '
|
|
6
|
+
d: 'M15.54 8.46a5 5 0 0 1 0 7.07',
|
|
7
|
+
key: 'ltjumu'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'M19.07 4.93a10 10 0 0 1 0 14.14',
|
|
10
|
+
key: '1kegas'
|
|
8
11
|
}]]);
|
|
9
12
|
export default Volume2;
|
package/dist/lucide-react.d.ts
CHANGED
|
@@ -82,6 +82,7 @@ export declare const BarChart4: (props: LucideProps) => JSX.Element;
|
|
|
82
82
|
export declare const BarChartHorizontal: (props: LucideProps) => JSX.Element;
|
|
83
83
|
export declare const BarChart: (props: LucideProps) => JSX.Element;
|
|
84
84
|
export declare const Baseline: (props: LucideProps) => JSX.Element;
|
|
85
|
+
export declare const Bath: (props: LucideProps) => JSX.Element;
|
|
85
86
|
export declare const BatteryCharging: (props: LucideProps) => JSX.Element;
|
|
86
87
|
export declare const BatteryFull: (props: LucideProps) => JSX.Element;
|
|
87
88
|
export declare const BatteryLow: (props: LucideProps) => JSX.Element;
|
|
@@ -126,6 +127,7 @@ export declare const CheckCircle2: (props: LucideProps) => JSX.Element;
|
|
|
126
127
|
export declare const CheckCircle: (props: LucideProps) => JSX.Element;
|
|
127
128
|
export declare const CheckSquare: (props: LucideProps) => JSX.Element;
|
|
128
129
|
export declare const Check: (props: LucideProps) => JSX.Element;
|
|
130
|
+
export declare const ChefHat: (props: LucideProps) => JSX.Element;
|
|
129
131
|
export declare const ChevronDown: (props: LucideProps) => JSX.Element;
|
|
130
132
|
export declare const ChevronFirst: (props: LucideProps) => JSX.Element;
|
|
131
133
|
export declare const ChevronLast: (props: LucideProps) => JSX.Element;
|
|
@@ -184,6 +186,7 @@ export declare const Coins: (props: LucideProps) => JSX.Element;
|
|
|
184
186
|
export declare const Columns: (props: LucideProps) => JSX.Element;
|
|
185
187
|
export declare const Command: (props: LucideProps) => JSX.Element;
|
|
186
188
|
export declare const Compass: (props: LucideProps) => JSX.Element;
|
|
189
|
+
export declare const Component: (props: LucideProps) => JSX.Element;
|
|
187
190
|
export declare const Contact: (props: LucideProps) => JSX.Element;
|
|
188
191
|
export declare const Contrast: (props: LucideProps) => JSX.Element;
|
|
189
192
|
export declare const Cookie: (props: LucideProps) => JSX.Element;
|
|
@@ -200,6 +203,7 @@ export declare const CornerUpLeft: (props: LucideProps) => JSX.Element;
|
|
|
200
203
|
export declare const CornerUpRight: (props: LucideProps) => JSX.Element;
|
|
201
204
|
export declare const Cpu: (props: LucideProps) => JSX.Element;
|
|
202
205
|
export declare const CreditCard: (props: LucideProps) => JSX.Element;
|
|
206
|
+
export declare const Croissant: (props: LucideProps) => JSX.Element;
|
|
203
207
|
export declare const Crop: (props: LucideProps) => JSX.Element;
|
|
204
208
|
export declare const Cross: (props: LucideProps) => JSX.Element;
|
|
205
209
|
export declare const Crosshair: (props: LucideProps) => JSX.Element;
|
|
@@ -278,6 +282,7 @@ export declare const Forward: (props: LucideProps) => JSX.Element;
|
|
|
278
282
|
export declare const Frame: (props: LucideProps) => JSX.Element;
|
|
279
283
|
export declare const Framer: (props: LucideProps) => JSX.Element;
|
|
280
284
|
export declare const Frown: (props: LucideProps) => JSX.Element;
|
|
285
|
+
export declare const Fuel: (props: LucideProps) => JSX.Element;
|
|
281
286
|
export declare const FunctionSquare: (props: LucideProps) => JSX.Element;
|
|
282
287
|
export declare const Gamepad2: (props: LucideProps) => JSX.Element;
|
|
283
288
|
export declare const Gamepad: (props: LucideProps) => JSX.Element;
|
|
@@ -369,6 +374,7 @@ export declare const Locate: (props: LucideProps) => JSX.Element;
|
|
|
369
374
|
export declare const Lock: (props: LucideProps) => JSX.Element;
|
|
370
375
|
export declare const LogIn: (props: LucideProps) => JSX.Element;
|
|
371
376
|
export declare const LogOut: (props: LucideProps) => JSX.Element;
|
|
377
|
+
export declare const Magnet: (props: LucideProps) => JSX.Element;
|
|
372
378
|
export declare const Mail: (props: LucideProps) => JSX.Element;
|
|
373
379
|
export declare const MapPinOff: (props: LucideProps) => JSX.Element;
|
|
374
380
|
export declare const MapPin: (props: LucideProps) => JSX.Element;
|
|
@@ -533,6 +539,7 @@ export declare const Speaker: (props: LucideProps) => JSX.Element;
|
|
|
533
539
|
export declare const Sprout: (props: LucideProps) => JSX.Element;
|
|
534
540
|
export declare const Square: (props: LucideProps) => JSX.Element;
|
|
535
541
|
export declare const StarHalf: (props: LucideProps) => JSX.Element;
|
|
542
|
+
export declare const StarOff: (props: LucideProps) => JSX.Element;
|
|
536
543
|
export declare const Star: (props: LucideProps) => JSX.Element;
|
|
537
544
|
export declare const StopCircle: (props: LucideProps) => JSX.Element;
|
|
538
545
|
export declare const StretchHorizontal: (props: LucideProps) => JSX.Element;
|
|
@@ -540,12 +547,16 @@ export declare const StretchVertical: (props: LucideProps) => JSX.Element;
|
|
|
540
547
|
export declare const Strikethrough: (props: LucideProps) => JSX.Element;
|
|
541
548
|
export declare const Subscript: (props: LucideProps) => JSX.Element;
|
|
542
549
|
export declare const SunDim: (props: LucideProps) => JSX.Element;
|
|
550
|
+
export declare const SunMedium: (props: LucideProps) => JSX.Element;
|
|
551
|
+
export declare const SunMoon: (props: LucideProps) => JSX.Element;
|
|
543
552
|
export declare const Sun: (props: LucideProps) => JSX.Element;
|
|
544
553
|
export declare const Sunrise: (props: LucideProps) => JSX.Element;
|
|
545
554
|
export declare const Sunset: (props: LucideProps) => JSX.Element;
|
|
546
555
|
export declare const Superscript: (props: LucideProps) => JSX.Element;
|
|
547
556
|
export declare const SwissFranc: (props: LucideProps) => JSX.Element;
|
|
548
557
|
export declare const SwitchCamera: (props: LucideProps) => JSX.Element;
|
|
558
|
+
export declare const Sword: (props: LucideProps) => JSX.Element;
|
|
559
|
+
export declare const Swords: (props: LucideProps) => JSX.Element;
|
|
549
560
|
export declare const Table: (props: LucideProps) => JSX.Element;
|
|
550
561
|
export declare const Tablet: (props: LucideProps) => JSX.Element;
|
|
551
562
|
export declare const Tag: (props: LucideProps) => JSX.Element;
|