lucide-react 0.48.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 +156 -61
- package/dist/cjs/lucide-react.js.map +1 -1
- package/dist/esm/icons/alarm-clock-off.js +5 -2
- 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/clipboard-copy.js +5 -2
- package/dist/esm/icons/contact.js +1 -2
- package/dist/esm/icons/dribbble.js +8 -2
- package/dist/esm/icons/flag-off.js +5 -2
- 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/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/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/umd/lucide-react.js +156 -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
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import createReactComponent from '../createReactComponent';
|
|
2
2
|
var AlarmClockOff = createReactComponent('AlarmClockOff', [['path', {
|
|
3
|
-
d: '
|
|
4
|
-
key: '
|
|
3
|
+
d: 'M6.87 6.87a8 8 0 1 0 11.26 11.26',
|
|
4
|
+
key: '3on8tj'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M19.9 14.25A7.44 7.44 0 0 0 20 13a8 8 0 0 0-8-8 7.44 7.44 0 0 0-1.25.1',
|
|
7
|
+
key: 'nxzvge'
|
|
5
8
|
}], ['path', {
|
|
6
9
|
d: 'm22 6-3-3',
|
|
7
10
|
key: '1opdir'
|
package/dist/esm/icons/binary.js
CHANGED
|
@@ -1,15 +1,27 @@
|
|
|
1
1
|
import createReactComponent from '../createReactComponent';
|
|
2
2
|
var Binary = createReactComponent('Binary', [['path', {
|
|
3
|
-
d: '
|
|
4
|
-
key: '
|
|
3
|
+
d: 'M6 20h4',
|
|
4
|
+
key: '1i6q5t'
|
|
5
5
|
}], ['path', {
|
|
6
|
-
d: '
|
|
7
|
-
key: '
|
|
6
|
+
d: 'M14 10h4',
|
|
7
|
+
key: 'ru81e7'
|
|
8
8
|
}], ['path', {
|
|
9
|
-
d: '
|
|
10
|
-
key: '
|
|
9
|
+
d: 'M6 14h2v6',
|
|
10
|
+
key: '16z9wg'
|
|
11
11
|
}], ['path', {
|
|
12
|
-
d: '
|
|
13
|
-
key: '
|
|
12
|
+
d: 'M14 4h2v6',
|
|
13
|
+
key: '1idq9u'
|
|
14
|
+
}], ['rect', {
|
|
15
|
+
x: '6',
|
|
16
|
+
y: '4',
|
|
17
|
+
width: '4',
|
|
18
|
+
height: '6',
|
|
19
|
+
key: 'btwfzx'
|
|
20
|
+
}], ['rect', {
|
|
21
|
+
x: '14',
|
|
22
|
+
y: '14',
|
|
23
|
+
width: '4',
|
|
24
|
+
height: '6',
|
|
25
|
+
key: '1cym0j'
|
|
14
26
|
}]]);
|
|
15
27
|
export default Binary;
|
package/dist/esm/icons/bus.js
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import createReactComponent from '../createReactComponent';
|
|
2
2
|
var Bus = createReactComponent('Bus', [['path', {
|
|
3
|
-
d: 'M19 17h2l.64-2.
|
|
4
|
-
key: '
|
|
3
|
+
d: 'M19 17h2l.64-2.54c.24-.959.24-1.962 0-2.92l-1.07-4.27A3 3 0 0 0 17.66 5H4a2 2 0 0 0-2 2v10h2',
|
|
4
|
+
key: 'wfsdqh'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M14 17H9',
|
|
7
|
+
key: 'o2noo5'
|
|
5
8
|
}], ['circle', {
|
|
6
9
|
cx: '6.5',
|
|
7
10
|
cy: '17.5',
|
|
@@ -6,8 +6,11 @@ var CameraOff = createReactComponent('CameraOff', [['line', {
|
|
|
6
6
|
y2: '22',
|
|
7
7
|
key: '1w4vcy'
|
|
8
8
|
}], ['path', {
|
|
9
|
-
d: '
|
|
10
|
-
key: '
|
|
9
|
+
d: 'M7 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16',
|
|
10
|
+
key: 'qmtpty'
|
|
11
|
+
}], ['path', {
|
|
12
|
+
d: 'M9.5 4h5L17 7h3a2 2 0 0 1 2 2v7.5',
|
|
13
|
+
key: '1ufyfc'
|
|
11
14
|
}], ['path', {
|
|
12
15
|
d: 'M14.121 15.121A3 3 0 1 1 9.88 10.88',
|
|
13
16
|
key: '11zox6'
|
package/dist/esm/icons/cast.js
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
import createReactComponent from '../createReactComponent';
|
|
2
2
|
var Cast = createReactComponent('Cast', [['path', {
|
|
3
|
-
d: 'M2
|
|
4
|
-
key: '
|
|
3
|
+
d: 'M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6',
|
|
4
|
+
key: '3zrzxg'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M2 12a9 9 0 0 1 8 8',
|
|
7
|
+
key: 'g6cvee'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'M2 16a5 5 0 0 1 4 4',
|
|
10
|
+
key: '1y1dii'
|
|
5
11
|
}], ['line', {
|
|
6
12
|
x1: '2',
|
|
7
13
|
y1: '20',
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import createReactComponent from '../createReactComponent';
|
|
2
2
|
var ClipboardCopy = createReactComponent('ClipboardCopy', [['path', {
|
|
3
|
-
d: '
|
|
4
|
-
key: '
|
|
3
|
+
d: 'M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2',
|
|
4
|
+
key: '4jdomd'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M16 4h2a2 2 0 0 1 2 2v4',
|
|
7
|
+
key: '3hqy98'
|
|
5
8
|
}], ['rect', {
|
|
6
9
|
x: '8',
|
|
7
10
|
y: '2',
|
|
@@ -5,7 +5,13 @@ var Dribbble = createReactComponent('Dribbble', [['circle', {
|
|
|
5
5
|
r: '10',
|
|
6
6
|
key: '1mglay'
|
|
7
7
|
}], ['path', {
|
|
8
|
-
d: '
|
|
9
|
-
key: '
|
|
8
|
+
d: 'M19.13 5.09C15.22 9.14 10 10.44 2.25 10.94',
|
|
9
|
+
key: 'hpej1'
|
|
10
|
+
}], ['path', {
|
|
11
|
+
d: 'M21.75 12.84c-6.62-1.41-12.14 1-16.38 6.32',
|
|
12
|
+
key: '1tr44o'
|
|
13
|
+
}], ['path', {
|
|
14
|
+
d: 'M8.56 2.75c4.37 6 6 9.42 8 17.72',
|
|
15
|
+
key: 'kbh691'
|
|
10
16
|
}]]);
|
|
11
17
|
export default Dribbble;
|
|
@@ -3,8 +3,11 @@ var FlagOff = createReactComponent('FlagOff', [['path', {
|
|
|
3
3
|
d: 'M8 2c3 0 5 2 8 2s4-1 4-1v11',
|
|
4
4
|
key: '9rwyz9'
|
|
5
5
|
}], ['path', {
|
|
6
|
-
d: 'M4
|
|
7
|
-
key: '
|
|
6
|
+
d: 'M4 22V4',
|
|
7
|
+
key: '1plyxx'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'M4 15s1-1 4-1 5 2 8 2',
|
|
10
|
+
key: '1myooe'
|
|
8
11
|
}], ['line', {
|
|
9
12
|
x1: '2',
|
|
10
13
|
y1: '2',
|
|
@@ -9,7 +9,10 @@ var LightbulbOff = createReactComponent('LightbulbOff', [['path', {
|
|
|
9
9
|
d: 'm2 2 20 20',
|
|
10
10
|
key: '1ooewy'
|
|
11
11
|
}], ['path', {
|
|
12
|
-
d: '
|
|
13
|
-
key: '
|
|
12
|
+
d: 'M9 2.804A6 6 0 0 1 18 8a4.65 4.65 0 0 1-1.03 3',
|
|
13
|
+
key: '1v6krz'
|
|
14
|
+
}], ['path', {
|
|
15
|
+
d: 'M8.91 14a4.61 4.61 0 0 0-1.41-2.5C6.23 10.23 6 9 6 8a6 6 0 0 1 .084-1',
|
|
16
|
+
key: '1jxmct'
|
|
14
17
|
}]]);
|
|
15
18
|
export default LightbulbOff;
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import createReactComponent from '../createReactComponent';
|
|
2
2
|
var Link2Off = createReactComponent('Link2Off', [['path', {
|
|
3
|
-
d: '
|
|
4
|
-
key: '
|
|
3
|
+
d: 'M9 17H7A5 5 0 0 1 7 7',
|
|
4
|
+
key: '10o201'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M15 7h2a5 5 0 0 1 4 8',
|
|
7
|
+
key: '1d3206'
|
|
5
8
|
}], ['line', {
|
|
6
9
|
x1: '8',
|
|
7
10
|
y1: '12',
|
package/dist/esm/icons/link-2.js
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import createReactComponent from '../createReactComponent';
|
|
2
2
|
var Link2 = createReactComponent('Link2', [['path', {
|
|
3
|
-
d: '
|
|
4
|
-
key: '
|
|
3
|
+
d: 'M9 17H7A5 5 0 0 1 7 7h2',
|
|
4
|
+
key: '8i5ue5'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M15 7h2a5 5 0 1 1 0 10h-2',
|
|
7
|
+
key: '1b9ql8'
|
|
5
8
|
}], ['line', {
|
|
6
9
|
x1: '8',
|
|
7
10
|
y1: '12',
|
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
import createReactComponent from '../createReactComponent';
|
|
2
2
|
var Maximize = createReactComponent('Maximize', [['path', {
|
|
3
|
-
d: 'M8 3H5a2 2 0 0 0-2
|
|
4
|
-
key: '
|
|
3
|
+
d: 'M8 3H5a2 2 0 0 0-2 2v3',
|
|
4
|
+
key: '1dcmit'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M21 8V5a2 2 0 0 0-2-2h-3',
|
|
7
|
+
key: '1e4gt3'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'M3 16v3a2 2 0 0 0 2 2h3',
|
|
10
|
+
key: 'wsl5sc'
|
|
11
|
+
}], ['path', {
|
|
12
|
+
d: 'M16 21h3a2 2 0 0 0 2-2v-3',
|
|
13
|
+
key: '18trek'
|
|
5
14
|
}]]);
|
|
6
15
|
export default Maximize;
|
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
import createReactComponent from '../createReactComponent';
|
|
2
2
|
var Minimize = createReactComponent('Minimize', [['path', {
|
|
3
|
-
d: 'M8 3v3a2 2 0 0 1-2
|
|
4
|
-
key: '
|
|
3
|
+
d: 'M8 3v3a2 2 0 0 1-2 2H3',
|
|
4
|
+
key: 'hohbtr'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M21 8h-3a2 2 0 0 1-2-2V3',
|
|
7
|
+
key: '5jw1f3'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'M3 16h3a2 2 0 0 1 2 2v3',
|
|
10
|
+
key: '198tvr'
|
|
11
|
+
}], ['path', {
|
|
12
|
+
d: 'M16 21v-3a2 2 0 0 1 2-2h3',
|
|
13
|
+
key: 'ph8mxp'
|
|
5
14
|
}]]);
|
|
6
15
|
export default Minimize;
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
import createReactComponent from '../createReactComponent';
|
|
2
2
|
var PhoneCall = createReactComponent('PhoneCall', [['path', {
|
|
3
|
-
d: '
|
|
4
|
-
key: '
|
|
3
|
+
d: 'M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z',
|
|
4
|
+
key: 'foiqr5'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M14.05 2a9 9 0 0 1 8 7.94',
|
|
7
|
+
key: 'vmijpz'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'M14.05 6A5 5 0 0 1 18 10',
|
|
10
|
+
key: '13nbpp'
|
|
5
11
|
}]]);
|
|
6
12
|
export default PhoneCall;
|
|
@@ -5,13 +5,13 @@ var Podcast = createReactComponent('Podcast', [['circle', {
|
|
|
5
5
|
r: '1',
|
|
6
6
|
key: '1gvufo'
|
|
7
7
|
}], ['path', {
|
|
8
|
-
d: '
|
|
9
|
-
key: '
|
|
8
|
+
d: 'M11 17a1 1 0 0 1 2 0c0 .5-.34 3-.5 4.5a.5.5 0 0 1-1 0c-.16-1.5-.5-4-.5-4.5Z',
|
|
9
|
+
key: '1n5fvv'
|
|
10
10
|
}], ['path', {
|
|
11
|
-
d: '
|
|
12
|
-
key: '
|
|
11
|
+
d: 'M8 14a5 5 0 1 1 8 0',
|
|
12
|
+
key: 'fc81rn'
|
|
13
13
|
}], ['path', {
|
|
14
|
-
d: '
|
|
15
|
-
key: '
|
|
14
|
+
d: 'M17 18.5a9 9 0 1 0-10 0',
|
|
15
|
+
key: 'jqtxkf'
|
|
16
16
|
}]]);
|
|
17
17
|
export default Podcast;
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import createReactComponent from '../createReactComponent';
|
|
2
2
|
var PowerOff = createReactComponent('PowerOff', [['path', {
|
|
3
|
-
d: 'M18.36 6.64A9 9 0 0 1 20.77
|
|
4
|
-
key: '
|
|
3
|
+
d: 'M18.36 6.64A9 9 0 0 1 20.77 15',
|
|
4
|
+
key: 'dxknvb'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M6.16 6.16a9 9 0 1 0 12.68 12.68',
|
|
7
|
+
key: '1x7qb5'
|
|
5
8
|
}], ['path', {
|
|
6
9
|
d: 'M12 2v4',
|
|
7
10
|
key: '3427ic'
|
package/dist/esm/icons/radio.js
CHANGED
|
@@ -5,7 +5,16 @@ var Radio = createReactComponent('Radio', [['circle', {
|
|
|
5
5
|
r: '2',
|
|
6
6
|
key: '1c9p78'
|
|
7
7
|
}], ['path', {
|
|
8
|
-
d: '
|
|
9
|
-
key: '
|
|
8
|
+
d: 'M4.93 19.07a10 10 0 0 1 0-14.14',
|
|
9
|
+
key: 'r41b39'
|
|
10
|
+
}], ['path', {
|
|
11
|
+
d: 'M7.76 16.24a6 6 0 0 1-1.3-1.95 6 6 0 0 1 0-4.59 6 6 0 0 1 1.3-1.95',
|
|
12
|
+
key: '1pc8et'
|
|
13
|
+
}], ['path', {
|
|
14
|
+
d: 'M16.24 7.76a6 6 0 0 1 1.3 2 6 6 0 0 1 0 4.59 6 6 0 0 1-1.3 1.95',
|
|
15
|
+
key: '8dzjga'
|
|
16
|
+
}], ['path', {
|
|
17
|
+
d: 'M19.07 4.93a10 10 0 0 1 0 14.14',
|
|
18
|
+
key: '1kegas'
|
|
10
19
|
}]]);
|
|
11
20
|
export default Radio;
|
package/dist/esm/icons/scale.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import createReactComponent from '../createReactComponent';
|
|
2
2
|
var Scale = createReactComponent('Scale', [['path', {
|
|
3
|
-
d: 'm16 16 3-8 3
|
|
4
|
-
key: '
|
|
3
|
+
d: 'm16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z',
|
|
4
|
+
key: '7g6ntu'
|
|
5
5
|
}], ['path', {
|
|
6
|
-
d: 'm2 16 3-8 3
|
|
7
|
-
key: '
|
|
6
|
+
d: 'm2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z',
|
|
7
|
+
key: 'ijws7r'
|
|
8
8
|
}], ['path', {
|
|
9
9
|
d: 'M7 21h10',
|
|
10
10
|
key: '1b0cd5'
|
|
@@ -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;
|