lucide-react 0.47.0 → 0.52.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 +531 -72
- 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/calendar-check-2.js +27 -0
- package/dist/esm/icons/calendar-check.js +32 -0
- package/dist/esm/icons/calendar-days.js +47 -0
- package/dist/esm/icons/calendar-minus.js +30 -0
- package/dist/esm/icons/calendar-off.js +24 -0
- package/dist/esm/icons/calendar-plus.js +36 -0
- package/dist/esm/icons/calendar-range.js +41 -0
- package/dist/esm/icons/calendar-x-2.js +36 -0
- package/dist/esm/icons/calendar-x.js +41 -0
- 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/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/pin-off.js +21 -0
- package/dist/esm/icons/pin.js +8 -8
- 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/thumbs-down.js +5 -2
- package/dist/esm/icons/thumbs-up.js +5 -2
- 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 +531 -72
- 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',
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var CalendarCheck2 = createReactComponent('CalendarCheck2', [['path', {
|
|
3
|
+
d: 'M21 14V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8',
|
|
4
|
+
key: 'bce9hv'
|
|
5
|
+
}], ['line', {
|
|
6
|
+
x1: '16',
|
|
7
|
+
y1: '2',
|
|
8
|
+
x2: '16',
|
|
9
|
+
y2: '6',
|
|
10
|
+
key: '18saeg'
|
|
11
|
+
}], ['line', {
|
|
12
|
+
x1: '8',
|
|
13
|
+
y1: '2',
|
|
14
|
+
x2: '8',
|
|
15
|
+
y2: '6',
|
|
16
|
+
key: '1u51jw'
|
|
17
|
+
}], ['line', {
|
|
18
|
+
x1: '3',
|
|
19
|
+
y1: '10',
|
|
20
|
+
x2: '21',
|
|
21
|
+
y2: '10',
|
|
22
|
+
key: '6sq0yj'
|
|
23
|
+
}], ['path', {
|
|
24
|
+
d: 'm16 20 2 2 4-4',
|
|
25
|
+
key: '13tcca'
|
|
26
|
+
}]]);
|
|
27
|
+
export default CalendarCheck2;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var CalendarCheck = createReactComponent('CalendarCheck', [['rect', {
|
|
3
|
+
x: '3',
|
|
4
|
+
y: '4',
|
|
5
|
+
width: '18',
|
|
6
|
+
height: '18',
|
|
7
|
+
rx: '2',
|
|
8
|
+
ry: '2',
|
|
9
|
+
key: '1dtxiw'
|
|
10
|
+
}], ['line', {
|
|
11
|
+
x1: '16',
|
|
12
|
+
y1: '2',
|
|
13
|
+
x2: '16',
|
|
14
|
+
y2: '6',
|
|
15
|
+
key: '18saeg'
|
|
16
|
+
}], ['line', {
|
|
17
|
+
x1: '8',
|
|
18
|
+
y1: '2',
|
|
19
|
+
x2: '8',
|
|
20
|
+
y2: '6',
|
|
21
|
+
key: '1u51jw'
|
|
22
|
+
}], ['line', {
|
|
23
|
+
x1: '3',
|
|
24
|
+
y1: '10',
|
|
25
|
+
x2: '21',
|
|
26
|
+
y2: '10',
|
|
27
|
+
key: '6sq0yj'
|
|
28
|
+
}], ['path', {
|
|
29
|
+
d: 'm9 16 2 2 4-4',
|
|
30
|
+
key: '19s6y9'
|
|
31
|
+
}]]);
|
|
32
|
+
export default CalendarCheck;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var CalendarDays = createReactComponent('CalendarDays', [['rect', {
|
|
3
|
+
x: '3',
|
|
4
|
+
y: '4',
|
|
5
|
+
width: '18',
|
|
6
|
+
height: '18',
|
|
7
|
+
rx: '2',
|
|
8
|
+
ry: '2',
|
|
9
|
+
key: '1dtxiw'
|
|
10
|
+
}], ['line', {
|
|
11
|
+
x1: '16',
|
|
12
|
+
y1: '2',
|
|
13
|
+
x2: '16',
|
|
14
|
+
y2: '6',
|
|
15
|
+
key: '18saeg'
|
|
16
|
+
}], ['line', {
|
|
17
|
+
x1: '8',
|
|
18
|
+
y1: '2',
|
|
19
|
+
x2: '8',
|
|
20
|
+
y2: '6',
|
|
21
|
+
key: '1u51jw'
|
|
22
|
+
}], ['line', {
|
|
23
|
+
x1: '3',
|
|
24
|
+
y1: '10',
|
|
25
|
+
x2: '21',
|
|
26
|
+
y2: '10',
|
|
27
|
+
key: '6sq0yj'
|
|
28
|
+
}], ['path', {
|
|
29
|
+
d: 'M8 14h.01',
|
|
30
|
+
key: '6423bh'
|
|
31
|
+
}], ['path', {
|
|
32
|
+
d: 'M12 14h.01',
|
|
33
|
+
key: '1etili'
|
|
34
|
+
}], ['path', {
|
|
35
|
+
d: 'M16 14h.01',
|
|
36
|
+
key: '1gbofw'
|
|
37
|
+
}], ['path', {
|
|
38
|
+
d: 'M8 18h.01',
|
|
39
|
+
key: 'lrp35t'
|
|
40
|
+
}], ['path', {
|
|
41
|
+
d: 'M12 18h.01',
|
|
42
|
+
key: 'mhygvu'
|
|
43
|
+
}], ['path', {
|
|
44
|
+
d: 'M16 18h.01',
|
|
45
|
+
key: 'kzsmim'
|
|
46
|
+
}]]);
|
|
47
|
+
export default CalendarDays;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var CalendarMinus = createReactComponent('CalendarMinus', [['path', {
|
|
3
|
+
d: 'M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8',
|
|
4
|
+
key: '3spt84'
|
|
5
|
+
}], ['line', {
|
|
6
|
+
x1: '16',
|
|
7
|
+
y1: '2',
|
|
8
|
+
x2: '16',
|
|
9
|
+
y2: '6',
|
|
10
|
+
key: '18saeg'
|
|
11
|
+
}], ['line', {
|
|
12
|
+
x1: '8',
|
|
13
|
+
y1: '2',
|
|
14
|
+
x2: '8',
|
|
15
|
+
y2: '6',
|
|
16
|
+
key: '1u51jw'
|
|
17
|
+
}], ['line', {
|
|
18
|
+
x1: '3',
|
|
19
|
+
y1: '10',
|
|
20
|
+
x2: '21',
|
|
21
|
+
y2: '10',
|
|
22
|
+
key: '6sq0yj'
|
|
23
|
+
}], ['line', {
|
|
24
|
+
x1: '16',
|
|
25
|
+
y1: '19',
|
|
26
|
+
x2: '22',
|
|
27
|
+
y2: '19',
|
|
28
|
+
key: 'qkgpxo'
|
|
29
|
+
}]]);
|
|
30
|
+
export default CalendarMinus;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var CalendarOff = createReactComponent('CalendarOff', [['path', {
|
|
3
|
+
d: 'M4.18 4.18A2 2 0 0 0 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 1.82-1.18',
|
|
4
|
+
key: '1feomx'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M21 15.5V6a2 2 0 0 0-2-2H9.5',
|
|
7
|
+
key: 'yhw86o'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'M16 2v4',
|
|
10
|
+
key: '4m81vk'
|
|
11
|
+
}], ['path', {
|
|
12
|
+
d: 'M3 10h7',
|
|
13
|
+
key: '1wap6i'
|
|
14
|
+
}], ['path', {
|
|
15
|
+
d: 'M21 10h-5.5',
|
|
16
|
+
key: 'quycpq'
|
|
17
|
+
}], ['line', {
|
|
18
|
+
x1: '2',
|
|
19
|
+
y1: '2',
|
|
20
|
+
x2: '22',
|
|
21
|
+
y2: '22',
|
|
22
|
+
key: '1w4vcy'
|
|
23
|
+
}]]);
|
|
24
|
+
export default CalendarOff;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var CalendarPlus = createReactComponent('CalendarPlus', [['path', {
|
|
3
|
+
d: 'M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8',
|
|
4
|
+
key: '3spt84'
|
|
5
|
+
}], ['line', {
|
|
6
|
+
x1: '16',
|
|
7
|
+
y1: '2',
|
|
8
|
+
x2: '16',
|
|
9
|
+
y2: '6',
|
|
10
|
+
key: '18saeg'
|
|
11
|
+
}], ['line', {
|
|
12
|
+
x1: '8',
|
|
13
|
+
y1: '2',
|
|
14
|
+
x2: '8',
|
|
15
|
+
y2: '6',
|
|
16
|
+
key: '1u51jw'
|
|
17
|
+
}], ['line', {
|
|
18
|
+
x1: '3',
|
|
19
|
+
y1: '10',
|
|
20
|
+
x2: '21',
|
|
21
|
+
y2: '10',
|
|
22
|
+
key: '6sq0yj'
|
|
23
|
+
}], ['line', {
|
|
24
|
+
x1: '19',
|
|
25
|
+
y1: '16',
|
|
26
|
+
x2: '19',
|
|
27
|
+
y2: '22',
|
|
28
|
+
key: '537lsc'
|
|
29
|
+
}], ['line', {
|
|
30
|
+
x1: '16',
|
|
31
|
+
y1: '19',
|
|
32
|
+
x2: '22',
|
|
33
|
+
y2: '19',
|
|
34
|
+
key: 'qkgpxo'
|
|
35
|
+
}]]);
|
|
36
|
+
export default CalendarPlus;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var CalendarRange = createReactComponent('CalendarRange', [['rect', {
|
|
3
|
+
x: '3',
|
|
4
|
+
y: '4',
|
|
5
|
+
width: '18',
|
|
6
|
+
height: '18',
|
|
7
|
+
rx: '2',
|
|
8
|
+
ry: '2',
|
|
9
|
+
key: '1dtxiw'
|
|
10
|
+
}], ['line', {
|
|
11
|
+
x1: '16',
|
|
12
|
+
y1: '2',
|
|
13
|
+
x2: '16',
|
|
14
|
+
y2: '6',
|
|
15
|
+
key: '18saeg'
|
|
16
|
+
}], ['line', {
|
|
17
|
+
x1: '8',
|
|
18
|
+
y1: '2',
|
|
19
|
+
x2: '8',
|
|
20
|
+
y2: '6',
|
|
21
|
+
key: '1u51jw'
|
|
22
|
+
}], ['line', {
|
|
23
|
+
x1: '3',
|
|
24
|
+
y1: '10',
|
|
25
|
+
x2: '21',
|
|
26
|
+
y2: '10',
|
|
27
|
+
key: '6sq0yj'
|
|
28
|
+
}], ['path', {
|
|
29
|
+
d: 'M17 14h-6',
|
|
30
|
+
key: 'bkmgh3'
|
|
31
|
+
}], ['path', {
|
|
32
|
+
d: 'M13 18H7',
|
|
33
|
+
key: 'bb0bb7'
|
|
34
|
+
}], ['path', {
|
|
35
|
+
d: 'M7 14h.01',
|
|
36
|
+
key: '1qa3f1'
|
|
37
|
+
}], ['path', {
|
|
38
|
+
d: 'M17 18h.01',
|
|
39
|
+
key: '1bdyru'
|
|
40
|
+
}]]);
|
|
41
|
+
export default CalendarRange;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var CalendarX2 = createReactComponent('CalendarX2', [['path', {
|
|
3
|
+
d: 'M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8',
|
|
4
|
+
key: '3spt84'
|
|
5
|
+
}], ['line', {
|
|
6
|
+
x1: '16',
|
|
7
|
+
y1: '2',
|
|
8
|
+
x2: '16',
|
|
9
|
+
y2: '6',
|
|
10
|
+
key: '18saeg'
|
|
11
|
+
}], ['line', {
|
|
12
|
+
x1: '8',
|
|
13
|
+
y1: '2',
|
|
14
|
+
x2: '8',
|
|
15
|
+
y2: '6',
|
|
16
|
+
key: '1u51jw'
|
|
17
|
+
}], ['line', {
|
|
18
|
+
x1: '3',
|
|
19
|
+
y1: '10',
|
|
20
|
+
x2: '21',
|
|
21
|
+
y2: '10',
|
|
22
|
+
key: '6sq0yj'
|
|
23
|
+
}], ['line', {
|
|
24
|
+
x1: '17',
|
|
25
|
+
y1: '17',
|
|
26
|
+
x2: '22',
|
|
27
|
+
y2: '22',
|
|
28
|
+
key: 'tvgkbv'
|
|
29
|
+
}], ['line', {
|
|
30
|
+
x1: '17',
|
|
31
|
+
y1: '22',
|
|
32
|
+
x2: '22',
|
|
33
|
+
y2: '17',
|
|
34
|
+
key: '1l23f3'
|
|
35
|
+
}]]);
|
|
36
|
+
export default CalendarX2;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var CalendarX = createReactComponent('CalendarX', [['rect', {
|
|
3
|
+
x: '3',
|
|
4
|
+
y: '4',
|
|
5
|
+
width: '18',
|
|
6
|
+
height: '18',
|
|
7
|
+
rx: '2',
|
|
8
|
+
ry: '2',
|
|
9
|
+
key: '1dtxiw'
|
|
10
|
+
}], ['line', {
|
|
11
|
+
x1: '16',
|
|
12
|
+
y1: '2',
|
|
13
|
+
x2: '16',
|
|
14
|
+
y2: '6',
|
|
15
|
+
key: '18saeg'
|
|
16
|
+
}], ['line', {
|
|
17
|
+
x1: '8',
|
|
18
|
+
y1: '2',
|
|
19
|
+
x2: '8',
|
|
20
|
+
y2: '6',
|
|
21
|
+
key: '1u51jw'
|
|
22
|
+
}], ['line', {
|
|
23
|
+
x1: '3',
|
|
24
|
+
y1: '10',
|
|
25
|
+
x2: '21',
|
|
26
|
+
y2: '10',
|
|
27
|
+
key: '6sq0yj'
|
|
28
|
+
}], ['line', {
|
|
29
|
+
x1: '10',
|
|
30
|
+
y1: '14',
|
|
31
|
+
x2: '14',
|
|
32
|
+
y2: '18',
|
|
33
|
+
key: 'fs6roj'
|
|
34
|
+
}], ['line', {
|
|
35
|
+
x1: '14',
|
|
36
|
+
y1: '14',
|
|
37
|
+
x2: '10',
|
|
38
|
+
y2: '18',
|
|
39
|
+
key: '1kdrv6'
|
|
40
|
+
}]]);
|
|
41
|
+
export default CalendarX;
|
|
@@ -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',
|
package/dist/esm/icons/index.js
CHANGED
|
@@ -102,6 +102,15 @@ export { default as Building2 } from './building-2';
|
|
|
102
102
|
export { default as Building } from './building';
|
|
103
103
|
export { default as Bus } from './bus';
|
|
104
104
|
export { default as Calculator } from './calculator';
|
|
105
|
+
export { default as CalendarCheck2 } from './calendar-check-2';
|
|
106
|
+
export { default as CalendarCheck } from './calendar-check';
|
|
107
|
+
export { default as CalendarDays } from './calendar-days';
|
|
108
|
+
export { default as CalendarMinus } from './calendar-minus';
|
|
109
|
+
export { default as CalendarOff } from './calendar-off';
|
|
110
|
+
export { default as CalendarPlus } from './calendar-plus';
|
|
111
|
+
export { default as CalendarRange } from './calendar-range';
|
|
112
|
+
export { default as CalendarX2 } from './calendar-x-2';
|
|
113
|
+
export { default as CalendarX } from './calendar-x';
|
|
105
114
|
export { default as Calendar } from './calendar';
|
|
106
115
|
export { default as CameraOff } from './camera-off';
|
|
107
116
|
export { default as Camera } from './camera';
|
|
@@ -359,6 +368,7 @@ export { default as Locate } from './locate';
|
|
|
359
368
|
export { default as Lock } from './lock';
|
|
360
369
|
export { default as LogIn } from './log-in';
|
|
361
370
|
export { default as LogOut } from './log-out';
|
|
371
|
+
export { default as Magnet } from './magnet';
|
|
362
372
|
export { default as Mail } from './mail';
|
|
363
373
|
export { default as MapPinOff } from './map-pin-off';
|
|
364
374
|
export { default as MapPin } from './map-pin';
|
|
@@ -429,6 +439,7 @@ export { default as PhoneOutgoing } from './phone-outgoing';
|
|
|
429
439
|
export { default as Phone } from './phone';
|
|
430
440
|
export { default as PieChart } from './pie-chart';
|
|
431
441
|
export { default as PiggyBank } from './piggy-bank';
|
|
442
|
+
export { default as PinOff } from './pin-off';
|
|
432
443
|
export { default as Pin } from './pin';
|
|
433
444
|
export { default as Pipette } from './pipette';
|
|
434
445
|
export { default as Plane } from './plane';
|
|
@@ -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',
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var Magnet = createReactComponent('Magnet', [['path', {
|
|
3
|
+
d: 'm6 15-4-4 6.75-6.77a7.79 7.79 0 0 1 11 11L13 22l-4-4 6.39-6.36a2.14 2.14 0 0 0-3-3L6 15',
|
|
4
|
+
key: '1i3lhw'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'm5 8 4 4',
|
|
7
|
+
key: 'j6kj7e'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'm12 15 4 4',
|
|
10
|
+
key: 'lnac28'
|
|
11
|
+
}]]);
|
|
12
|
+
export default Magnet;
|
|
@@ -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;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var PinOff = createReactComponent('PinOff', [['line', {
|
|
3
|
+
x1: '2',
|
|
4
|
+
y1: '2',
|
|
5
|
+
x2: '22',
|
|
6
|
+
y2: '22',
|
|
7
|
+
key: '1w4vcy'
|
|
8
|
+
}], ['line', {
|
|
9
|
+
x1: '12',
|
|
10
|
+
y1: '17',
|
|
11
|
+
x2: '12',
|
|
12
|
+
y2: '22',
|
|
13
|
+
key: 'fb3qrx'
|
|
14
|
+
}], ['path', {
|
|
15
|
+
d: 'M9 9v1.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V17h12',
|
|
16
|
+
key: '13x2n8'
|
|
17
|
+
}], ['path', {
|
|
18
|
+
d: 'M15 9.34V6h1a2 2 0 0 0 0-4H7.89',
|
|
19
|
+
key: 'reo3ki'
|
|
20
|
+
}]]);
|
|
21
|
+
export default PinOff;
|
package/dist/esm/icons/pin.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import createReactComponent from '../createReactComponent';
|
|
2
|
-
var Pin = createReactComponent('Pin', [['
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
var Pin = createReactComponent('Pin', [['line', {
|
|
3
|
+
x1: '12',
|
|
4
|
+
y1: '17',
|
|
5
|
+
x2: '12',
|
|
6
|
+
y2: '22',
|
|
7
|
+
key: 'fb3qrx'
|
|
5
8
|
}], ['path', {
|
|
6
|
-
d: '
|
|
7
|
-
key: '
|
|
8
|
-
}], ['path', {
|
|
9
|
-
d: 'M7 3h10',
|
|
10
|
-
key: '5tt5ne'
|
|
9
|
+
d: 'M5 17h14v-1.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V6h1a2 2 0 0 0 0-4H8a2 2 0 0 0 0 4h1v4.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24Z',
|
|
10
|
+
key: '13yl11'
|
|
11
11
|
}]]);
|
|
12
12
|
export default Pin;
|