lucide-react 0.17.2 → 0.17.5
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 +405 -39
- package/dist/cjs/lucide-react.js.map +1 -1
- package/dist/esm/icons/align-center-horizontal.js +18 -0
- package/dist/esm/icons/align-center-vertical.js +18 -0
- package/dist/esm/icons/align-end-horizontal.js +20 -0
- package/dist/esm/icons/align-end-vertical.js +20 -0
- package/dist/esm/icons/align-horizontal-justify-center.js +20 -0
- package/dist/esm/icons/align-horizontal-justify-end.js +20 -0
- package/dist/esm/icons/align-horizontal-justify-start.js +20 -0
- package/dist/esm/icons/align-horizontal-space-around.js +16 -0
- package/dist/esm/icons/align-horizontal-space-between.js +23 -0
- package/dist/esm/icons/align-start-horizontal.js +20 -0
- package/dist/esm/icons/align-start-vertical.js +20 -0
- package/dist/esm/icons/align-vertical-justify-center.js +20 -0
- package/dist/esm/icons/align-vertical-justify-end.js +20 -0
- package/dist/esm/icons/align-vertical-justify-start.js +20 -0
- package/dist/esm/icons/align-vertical-space-around.js +16 -0
- package/dist/esm/icons/align-vertical-space-between.js +23 -0
- package/dist/esm/icons/cookie.js +2 -2
- package/dist/esm/icons/index.js +18 -0
- package/dist/esm/icons/package-check.js +8 -8
- package/dist/esm/icons/package-minus.js +6 -6
- package/dist/esm/icons/package-plus.js +6 -6
- package/dist/esm/icons/package-search.js +8 -8
- package/dist/esm/icons/package-x.js +8 -8
- package/dist/esm/icons/stretch-horizontal.js +17 -0
- package/dist/esm/icons/stretch-vertical.js +17 -0
- package/dist/lucide-react.d.ts +18 -0
- package/dist/umd/lucide-react.js +405 -39
- 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,18 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var AlignCenterHorizontal = createReactComponent('AlignCenterHorizontal', [['path', {
|
|
3
|
+
d: 'M2 12h20',
|
|
4
|
+
key: '9i4pu4'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M10 16v4a2 2 0 01-2 2H6a2 2 0 01-2-2v-4',
|
|
7
|
+
key: 'mgmay7'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'M10 8V4a2 2 0 00-2-2H6a2 2 0 00-2 2v4',
|
|
10
|
+
key: '18kf9r'
|
|
11
|
+
}], ['path', {
|
|
12
|
+
d: 'M20 16v1a2 2 0 01-2 2h-2a2 2 0 01-2-2v-1',
|
|
13
|
+
key: 'lpc05h'
|
|
14
|
+
}], ['path', {
|
|
15
|
+
d: 'M14 8V7c0-1.1.9-2 2-2h2a2 2 0 012 2v1',
|
|
16
|
+
key: '1aaghm'
|
|
17
|
+
}]]);
|
|
18
|
+
export default AlignCenterHorizontal;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var AlignCenterVertical = createReactComponent('AlignCenterVertical', [['path', {
|
|
3
|
+
d: 'M12 2v20',
|
|
4
|
+
key: 't6zp3m'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M8 10H4a2 2 0 01-2-2V6c0-1.1.9-2 2-2h4',
|
|
7
|
+
key: '35kip7'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'M16 10h4a2 2 0 002-2V6a2 2 0 00-2-2h-4',
|
|
10
|
+
key: '1gu5gt'
|
|
11
|
+
}], ['path', {
|
|
12
|
+
d: 'M8 20H7a2 2 0 01-2-2v-2c0-1.1.9-2 2-2h1',
|
|
13
|
+
key: '1w7ovj'
|
|
14
|
+
}], ['path', {
|
|
15
|
+
d: 'M16 14h1a2 2 0 012 2v2a2 2 0 01-2 2h-1',
|
|
16
|
+
key: 'w7sxkh'
|
|
17
|
+
}]]);
|
|
18
|
+
export default AlignCenterVertical;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var AlignEndHorizontal = createReactComponent('AlignEndHorizontal', [['rect', {
|
|
3
|
+
x: '4',
|
|
4
|
+
y: '2',
|
|
5
|
+
width: '6',
|
|
6
|
+
height: '16',
|
|
7
|
+
rx: '2',
|
|
8
|
+
key: 'xp5u6c'
|
|
9
|
+
}], ['rect', {
|
|
10
|
+
x: '14',
|
|
11
|
+
y: '9',
|
|
12
|
+
width: '6',
|
|
13
|
+
height: '9',
|
|
14
|
+
rx: '2',
|
|
15
|
+
key: '1e039c'
|
|
16
|
+
}], ['path', {
|
|
17
|
+
d: 'M22 22H2',
|
|
18
|
+
key: '19qnx5'
|
|
19
|
+
}]]);
|
|
20
|
+
export default AlignEndHorizontal;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var AlignEndVertical = createReactComponent('AlignEndVertical', [['rect', {
|
|
3
|
+
x: '2',
|
|
4
|
+
y: '4',
|
|
5
|
+
width: '16',
|
|
6
|
+
height: '6',
|
|
7
|
+
rx: '2',
|
|
8
|
+
key: '1j7b8s'
|
|
9
|
+
}], ['rect', {
|
|
10
|
+
x: '9',
|
|
11
|
+
y: '14',
|
|
12
|
+
width: '9',
|
|
13
|
+
height: '6',
|
|
14
|
+
rx: '2',
|
|
15
|
+
key: 'b2t4yo'
|
|
16
|
+
}], ['path', {
|
|
17
|
+
d: 'M22 22V2',
|
|
18
|
+
key: '12ipfv'
|
|
19
|
+
}]]);
|
|
20
|
+
export default AlignEndVertical;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var AlignHorizontalJustifyCenter = createReactComponent('AlignHorizontalJustifyCenter', [['rect', {
|
|
3
|
+
x: '2',
|
|
4
|
+
y: '5',
|
|
5
|
+
width: '6',
|
|
6
|
+
height: '14',
|
|
7
|
+
rx: '2',
|
|
8
|
+
key: '15angl'
|
|
9
|
+
}], ['rect', {
|
|
10
|
+
x: '16',
|
|
11
|
+
y: '7',
|
|
12
|
+
width: '6',
|
|
13
|
+
height: '10',
|
|
14
|
+
rx: '2',
|
|
15
|
+
key: '1di99g'
|
|
16
|
+
}], ['path', {
|
|
17
|
+
d: 'M12 2v20',
|
|
18
|
+
key: 't6zp3m'
|
|
19
|
+
}]]);
|
|
20
|
+
export default AlignHorizontalJustifyCenter;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var AlignHorizontalJustifyEnd = createReactComponent('AlignHorizontalJustifyEnd', [['rect', {
|
|
3
|
+
x: '2',
|
|
4
|
+
y: '5',
|
|
5
|
+
width: '6',
|
|
6
|
+
height: '14',
|
|
7
|
+
rx: '2',
|
|
8
|
+
key: '15angl'
|
|
9
|
+
}], ['rect', {
|
|
10
|
+
x: '12',
|
|
11
|
+
y: '7',
|
|
12
|
+
width: '6',
|
|
13
|
+
height: '10',
|
|
14
|
+
rx: '2',
|
|
15
|
+
key: '150rwc'
|
|
16
|
+
}], ['path', {
|
|
17
|
+
d: 'M22 2v20',
|
|
18
|
+
key: '40qfg1'
|
|
19
|
+
}]]);
|
|
20
|
+
export default AlignHorizontalJustifyEnd;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var AlignHorizontalJustifyStart = createReactComponent('AlignHorizontalJustifyStart', [['rect', {
|
|
3
|
+
x: '6',
|
|
4
|
+
y: '5',
|
|
5
|
+
width: '6',
|
|
6
|
+
height: '14',
|
|
7
|
+
rx: '2',
|
|
8
|
+
key: '1mezge'
|
|
9
|
+
}], ['rect', {
|
|
10
|
+
x: '16',
|
|
11
|
+
y: '7',
|
|
12
|
+
width: '6',
|
|
13
|
+
height: '10',
|
|
14
|
+
rx: '2',
|
|
15
|
+
key: '1di99g'
|
|
16
|
+
}], ['path', {
|
|
17
|
+
d: 'M2 2v20',
|
|
18
|
+
key: '1ivd8o'
|
|
19
|
+
}]]);
|
|
20
|
+
export default AlignHorizontalJustifyStart;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var AlignHorizontalSpaceAround = createReactComponent('AlignHorizontalSpaceAround', [['rect', {
|
|
3
|
+
x: '9',
|
|
4
|
+
y: '7',
|
|
5
|
+
width: '6',
|
|
6
|
+
height: '10',
|
|
7
|
+
rx: '2',
|
|
8
|
+
key: '7k3bt6'
|
|
9
|
+
}], ['path', {
|
|
10
|
+
d: 'M4 22V2',
|
|
11
|
+
key: 'tsjzd3'
|
|
12
|
+
}], ['path', {
|
|
13
|
+
d: 'M20 22V2',
|
|
14
|
+
key: '1bnhr8'
|
|
15
|
+
}]]);
|
|
16
|
+
export default AlignHorizontalSpaceAround;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var AlignHorizontalSpaceBetween = createReactComponent('AlignHorizontalSpaceBetween', [['rect', {
|
|
3
|
+
x: '3',
|
|
4
|
+
y: '5',
|
|
5
|
+
width: '6',
|
|
6
|
+
height: '14',
|
|
7
|
+
rx: '2',
|
|
8
|
+
key: 'iybqme'
|
|
9
|
+
}], ['rect', {
|
|
10
|
+
x: '15',
|
|
11
|
+
y: '7',
|
|
12
|
+
width: '6',
|
|
13
|
+
height: '10',
|
|
14
|
+
rx: '2',
|
|
15
|
+
key: '11q98m'
|
|
16
|
+
}], ['path', {
|
|
17
|
+
d: 'M3 2v20',
|
|
18
|
+
key: '1d2pfg'
|
|
19
|
+
}], ['path', {
|
|
20
|
+
d: 'M21 2v20',
|
|
21
|
+
key: 'p059bm'
|
|
22
|
+
}]]);
|
|
23
|
+
export default AlignHorizontalSpaceBetween;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var AlignStartHorizontal = createReactComponent('AlignStartHorizontal', [['rect', {
|
|
3
|
+
x: '4',
|
|
4
|
+
y: '6',
|
|
5
|
+
width: '6',
|
|
6
|
+
height: '16',
|
|
7
|
+
rx: '2',
|
|
8
|
+
key: '1l8oni'
|
|
9
|
+
}], ['rect', {
|
|
10
|
+
x: '14',
|
|
11
|
+
y: '6',
|
|
12
|
+
width: '6',
|
|
13
|
+
height: '9',
|
|
14
|
+
rx: '2',
|
|
15
|
+
key: '16r6cq'
|
|
16
|
+
}], ['path', {
|
|
17
|
+
d: 'M22 2H2',
|
|
18
|
+
key: 'fhrpnj'
|
|
19
|
+
}]]);
|
|
20
|
+
export default AlignStartHorizontal;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var AlignStartVertical = createReactComponent('AlignStartVertical', [['rect', {
|
|
3
|
+
x: '6',
|
|
4
|
+
y: '14',
|
|
5
|
+
width: '9',
|
|
6
|
+
height: '6',
|
|
7
|
+
rx: '2',
|
|
8
|
+
key: 'pvftf3'
|
|
9
|
+
}], ['rect', {
|
|
10
|
+
x: '6',
|
|
11
|
+
y: '4',
|
|
12
|
+
width: '16',
|
|
13
|
+
height: '6',
|
|
14
|
+
rx: '2',
|
|
15
|
+
key: '1aj6m8'
|
|
16
|
+
}], ['path', {
|
|
17
|
+
d: 'M2 2v20',
|
|
18
|
+
key: '1ivd8o'
|
|
19
|
+
}]]);
|
|
20
|
+
export default AlignStartVertical;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var AlignVerticalJustifyCenter = createReactComponent('AlignVerticalJustifyCenter', [['rect', {
|
|
3
|
+
x: '5',
|
|
4
|
+
y: '16',
|
|
5
|
+
width: '14',
|
|
6
|
+
height: '6',
|
|
7
|
+
rx: '2',
|
|
8
|
+
key: '1xmr5l'
|
|
9
|
+
}], ['rect', {
|
|
10
|
+
x: '7',
|
|
11
|
+
y: '2',
|
|
12
|
+
width: '10',
|
|
13
|
+
height: '6',
|
|
14
|
+
rx: '2',
|
|
15
|
+
key: '1dm79a'
|
|
16
|
+
}], ['path', {
|
|
17
|
+
d: 'M2 12h20',
|
|
18
|
+
key: '9i4pu4'
|
|
19
|
+
}]]);
|
|
20
|
+
export default AlignVerticalJustifyCenter;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var AlignVerticalJustifyEnd = createReactComponent('AlignVerticalJustifyEnd', [['rect', {
|
|
3
|
+
x: '5',
|
|
4
|
+
y: '12',
|
|
5
|
+
width: '14',
|
|
6
|
+
height: '6',
|
|
7
|
+
rx: '2',
|
|
8
|
+
key: '12nflp'
|
|
9
|
+
}], ['rect', {
|
|
10
|
+
x: '7',
|
|
11
|
+
y: '2',
|
|
12
|
+
width: '10',
|
|
13
|
+
height: '6',
|
|
14
|
+
rx: '2',
|
|
15
|
+
key: '1dm79a'
|
|
16
|
+
}], ['path', {
|
|
17
|
+
d: 'M2 22h20',
|
|
18
|
+
key: '272qi7'
|
|
19
|
+
}]]);
|
|
20
|
+
export default AlignVerticalJustifyEnd;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var AlignVerticalJustifyStart = createReactComponent('AlignVerticalJustifyStart', [['rect', {
|
|
3
|
+
x: '5',
|
|
4
|
+
y: '16',
|
|
5
|
+
width: '14',
|
|
6
|
+
height: '6',
|
|
7
|
+
rx: '2',
|
|
8
|
+
key: '1xmr5l'
|
|
9
|
+
}], ['rect', {
|
|
10
|
+
x: '7',
|
|
11
|
+
y: '6',
|
|
12
|
+
width: '10',
|
|
13
|
+
height: '6',
|
|
14
|
+
rx: '2',
|
|
15
|
+
key: 'q2ofyd'
|
|
16
|
+
}], ['path', {
|
|
17
|
+
d: 'M2 2h20',
|
|
18
|
+
key: '1ennik'
|
|
19
|
+
}]]);
|
|
20
|
+
export default AlignVerticalJustifyStart;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var AlignVerticalSpaceAround = createReactComponent('AlignVerticalSpaceAround', [['rect', {
|
|
3
|
+
x: '7',
|
|
4
|
+
y: '9',
|
|
5
|
+
width: '10',
|
|
6
|
+
height: '6',
|
|
7
|
+
rx: '2',
|
|
8
|
+
key: '1iy9tl'
|
|
9
|
+
}], ['path', {
|
|
10
|
+
d: 'M22 20H2',
|
|
11
|
+
key: '1p1f7z'
|
|
12
|
+
}], ['path', {
|
|
13
|
+
d: 'M22 4H2',
|
|
14
|
+
key: '1b7qnq'
|
|
15
|
+
}]]);
|
|
16
|
+
export default AlignVerticalSpaceAround;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var AlignVerticalSpaceBetween = createReactComponent('AlignVerticalSpaceBetween', [['rect', {
|
|
3
|
+
x: '5',
|
|
4
|
+
y: '15',
|
|
5
|
+
width: '14',
|
|
6
|
+
height: '6',
|
|
7
|
+
rx: '2',
|
|
8
|
+
key: 'hytrht'
|
|
9
|
+
}], ['rect', {
|
|
10
|
+
x: '7',
|
|
11
|
+
y: '3',
|
|
12
|
+
width: '10',
|
|
13
|
+
height: '6',
|
|
14
|
+
rx: '2',
|
|
15
|
+
key: 'y09b40'
|
|
16
|
+
}], ['path', {
|
|
17
|
+
d: 'M2 21h20',
|
|
18
|
+
key: '1nyx9w'
|
|
19
|
+
}], ['path', {
|
|
20
|
+
d: 'M2 3h20',
|
|
21
|
+
key: '91anmk'
|
|
22
|
+
}]]);
|
|
23
|
+
export default AlignVerticalSpaceBetween;
|
package/dist/esm/icons/cookie.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import createReactComponent from '../createReactComponent';
|
|
2
2
|
var Cookie = createReactComponent('Cookie', [['path', {
|
|
3
|
-
d: 'M12 2a10 10 0
|
|
4
|
-
key: '
|
|
3
|
+
d: 'M12 2a10 10 0 1010 10 4 4 0 01-5-5 4 4 0 01-5-5',
|
|
4
|
+
key: '1kkfqj'
|
|
5
5
|
}], ['path', {
|
|
6
6
|
d: 'M8.5 8.5v.01',
|
|
7
7
|
key: 'ue8clq'
|
package/dist/esm/icons/index.js
CHANGED
|
@@ -9,10 +9,26 @@ export { default as Album } from './album';
|
|
|
9
9
|
export { default as AlertCircle } from './alert-circle';
|
|
10
10
|
export { default as AlertOctagon } from './alert-octagon';
|
|
11
11
|
export { default as AlertTriangle } from './alert-triangle';
|
|
12
|
+
export { default as AlignCenterHorizontal } from './align-center-horizontal';
|
|
13
|
+
export { default as AlignCenterVertical } from './align-center-vertical';
|
|
12
14
|
export { default as AlignCenter } from './align-center';
|
|
15
|
+
export { default as AlignEndHorizontal } from './align-end-horizontal';
|
|
16
|
+
export { default as AlignEndVertical } from './align-end-vertical';
|
|
17
|
+
export { default as AlignHorizontalJustifyCenter } from './align-horizontal-justify-center';
|
|
18
|
+
export { default as AlignHorizontalJustifyEnd } from './align-horizontal-justify-end';
|
|
19
|
+
export { default as AlignHorizontalJustifyStart } from './align-horizontal-justify-start';
|
|
20
|
+
export { default as AlignHorizontalSpaceAround } from './align-horizontal-space-around';
|
|
21
|
+
export { default as AlignHorizontalSpaceBetween } from './align-horizontal-space-between';
|
|
13
22
|
export { default as AlignJustify } from './align-justify';
|
|
14
23
|
export { default as AlignLeft } from './align-left';
|
|
15
24
|
export { default as AlignRight } from './align-right';
|
|
25
|
+
export { default as AlignStartHorizontal } from './align-start-horizontal';
|
|
26
|
+
export { default as AlignStartVertical } from './align-start-vertical';
|
|
27
|
+
export { default as AlignVerticalJustifyCenter } from './align-vertical-justify-center';
|
|
28
|
+
export { default as AlignVerticalJustifyEnd } from './align-vertical-justify-end';
|
|
29
|
+
export { default as AlignVerticalJustifyStart } from './align-vertical-justify-start';
|
|
30
|
+
export { default as AlignVerticalSpaceAround } from './align-vertical-space-around';
|
|
31
|
+
export { default as AlignVerticalSpaceBetween } from './align-vertical-space-between';
|
|
16
32
|
export { default as Anchor } from './anchor';
|
|
17
33
|
export { default as Aperture } from './aperture';
|
|
18
34
|
export { default as Archive } from './archive';
|
|
@@ -462,6 +478,8 @@ export { default as Square } from './square';
|
|
|
462
478
|
export { default as StarHalf } from './star-half';
|
|
463
479
|
export { default as Star } from './star';
|
|
464
480
|
export { default as StopCircle } from './stop-circle';
|
|
481
|
+
export { default as StretchHorizontal } from './stretch-horizontal';
|
|
482
|
+
export { default as StretchVertical } from './stretch-vertical';
|
|
465
483
|
export { default as Strikethrough } from './strikethrough';
|
|
466
484
|
export { default as Subscript } from './subscript';
|
|
467
485
|
export { default as Sun } from './sun';
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import createReactComponent from '../createReactComponent';
|
|
2
2
|
var PackageCheck = createReactComponent('PackageCheck', [['path', {
|
|
3
|
-
d: '
|
|
4
|
-
key: '
|
|
3
|
+
d: 'M16 16l2 2 4-4',
|
|
4
|
+
key: 'akgpna'
|
|
5
5
|
}], ['path', {
|
|
6
|
-
d: 'M21 10V8a2 2 0
|
|
7
|
-
key: '
|
|
6
|
+
d: 'M21 10V8a2 2 0 00-1-1.73l-7-4a2 2 0 00-2 0l-7 4A2 2 0 003 8v8a2 2 0 001 1.73l7 4a2 2 0 002 0l2-1.14',
|
|
7
|
+
key: '9k1k5l'
|
|
8
8
|
}], ['path', {
|
|
9
|
-
d: 'M16.5 9.
|
|
10
|
-
key: '
|
|
9
|
+
d: 'M16.5 9.4L7.55 4.24',
|
|
10
|
+
key: 'o2dcxt'
|
|
11
11
|
}], ['path', {
|
|
12
|
-
d: 'M3.29
|
|
13
|
-
key: '
|
|
12
|
+
d: 'M3.29 7L12 12m0 0l8.71-5M12 12v10',
|
|
13
|
+
key: '1l98cg'
|
|
14
14
|
}]]);
|
|
15
15
|
export default PackageCheck;
|
|
@@ -3,13 +3,13 @@ var PackageMinus = createReactComponent('PackageMinus', [['path', {
|
|
|
3
3
|
d: 'M16 16h6',
|
|
4
4
|
key: '100bgy'
|
|
5
5
|
}], ['path', {
|
|
6
|
-
d: 'M21 10V8a2 2 0
|
|
7
|
-
key: '
|
|
6
|
+
d: 'M21 10V8a2 2 0 00-1-1.73l-7-4a2 2 0 00-2 0l-7 4A2 2 0 003 8v8a2 2 0 001 1.73l7 4a2 2 0 002 0l2-1.14',
|
|
7
|
+
key: '9k1k5l'
|
|
8
8
|
}], ['path', {
|
|
9
|
-
d: 'M16.5 9.
|
|
10
|
-
key: '
|
|
9
|
+
d: 'M16.5 9.4L7.55 4.24',
|
|
10
|
+
key: 'o2dcxt'
|
|
11
11
|
}], ['path', {
|
|
12
|
-
d: 'M3.29
|
|
13
|
-
key: '
|
|
12
|
+
d: 'M3.29 7L12 12m0 0l8.71-5M12 12v10',
|
|
13
|
+
key: '1l98cg'
|
|
14
14
|
}]]);
|
|
15
15
|
export default PackageMinus;
|
|
@@ -6,13 +6,13 @@ var PackagePlus = createReactComponent('PackagePlus', [['path', {
|
|
|
6
6
|
d: 'M19 13v6',
|
|
7
7
|
key: '85cyf1'
|
|
8
8
|
}], ['path', {
|
|
9
|
-
d: 'M21 10V8a2 2 0
|
|
10
|
-
key: '
|
|
9
|
+
d: 'M21 10V8a2 2 0 00-1-1.73l-7-4a2 2 0 00-2 0l-7 4A2 2 0 003 8v8a2 2 0 001 1.73l7 4a2 2 0 002 0l2-1.14',
|
|
10
|
+
key: '9k1k5l'
|
|
11
11
|
}], ['path', {
|
|
12
|
-
d: 'M16.5 9.
|
|
13
|
-
key: '
|
|
12
|
+
d: 'M16.5 9.4L7.55 4.24',
|
|
13
|
+
key: 'o2dcxt'
|
|
14
14
|
}], ['path', {
|
|
15
|
-
d: 'M3.29
|
|
16
|
-
key: '
|
|
15
|
+
d: 'M3.29 7L12 12m0 0l8.71-5M12 12v10',
|
|
16
|
+
key: '1l98cg'
|
|
17
17
|
}]]);
|
|
18
18
|
export default PackagePlus;
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import createReactComponent from '../createReactComponent';
|
|
2
2
|
var PackageSearch = createReactComponent('PackageSearch', [['path', {
|
|
3
|
-
d: 'M21 10V8a2 2 0
|
|
4
|
-
key: '
|
|
3
|
+
d: 'M21 10V8a2 2 0 00-1-1.73l-7-4a2 2 0 00-2 0l-7 4A2 2 0 003 8v8a2 2 0 001 1.73l7 4a2 2 0 002 0l2-1.14',
|
|
4
|
+
key: '9k1k5l'
|
|
5
5
|
}], ['path', {
|
|
6
|
-
d: 'M16.5 9.
|
|
7
|
-
key: '
|
|
6
|
+
d: 'M16.5 9.4L7.55 4.24',
|
|
7
|
+
key: 'o2dcxt'
|
|
8
8
|
}], ['path', {
|
|
9
|
-
d: 'M12 12v10M3.29
|
|
10
|
-
key: '
|
|
9
|
+
d: 'M12 12v10M3.29 7L12 12 3.29 7zM12 12l8.71-5L12 12z',
|
|
10
|
+
key: 'w2fe9w'
|
|
11
11
|
}], ['circle', {
|
|
12
12
|
cx: '18.5',
|
|
13
13
|
cy: '15.5',
|
|
14
14
|
r: '2.5',
|
|
15
15
|
key: 'b5zd12'
|
|
16
16
|
}], ['path', {
|
|
17
|
-
d: 'M20.27 17.
|
|
18
|
-
key: '
|
|
17
|
+
d: 'M20.27 17.27L22 19',
|
|
18
|
+
key: 'kr85zr'
|
|
19
19
|
}]]);
|
|
20
20
|
export default PackageSearch;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import createReactComponent from '../createReactComponent';
|
|
2
2
|
var PackageX = createReactComponent('PackageX', [['path', {
|
|
3
|
-
d: 'M21 10V8a2 2 0
|
|
4
|
-
key: '
|
|
3
|
+
d: 'M21 10V8a2 2 0 00-1-1.73l-7-4a2 2 0 00-2 0l-7 4A2 2 0 003 8v8a2 2 0 001 1.73l7 4a2 2 0 002 0l2-1.14',
|
|
4
|
+
key: '9k1k5l'
|
|
5
5
|
}], ['path', {
|
|
6
|
-
d: 'M16.5 9.
|
|
7
|
-
key: '
|
|
6
|
+
d: 'M16.5 9.4L7.55 4.24',
|
|
7
|
+
key: 'o2dcxt'
|
|
8
8
|
}], ['path', {
|
|
9
|
-
d: 'M3.29
|
|
10
|
-
key: '
|
|
9
|
+
d: 'M3.29 7L12 12m0 0l8.71-5M12 12v10',
|
|
10
|
+
key: '1l98cg'
|
|
11
11
|
}], ['path', {
|
|
12
|
-
d: '
|
|
13
|
-
key: '
|
|
12
|
+
d: 'M17 13l5 5m-5 0l5-5',
|
|
13
|
+
key: '556ij'
|
|
14
14
|
}]]);
|
|
15
15
|
export default PackageX;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var StretchHorizontal = createReactComponent('StretchHorizontal', [['rect', {
|
|
3
|
+
x: '2',
|
|
4
|
+
y: '4',
|
|
5
|
+
width: '20',
|
|
6
|
+
height: '6',
|
|
7
|
+
rx: '2',
|
|
8
|
+
key: '12sjy4'
|
|
9
|
+
}], ['rect', {
|
|
10
|
+
x: '2',
|
|
11
|
+
y: '14',
|
|
12
|
+
width: '20',
|
|
13
|
+
height: '6',
|
|
14
|
+
rx: '2',
|
|
15
|
+
key: 'lnm6uo'
|
|
16
|
+
}]]);
|
|
17
|
+
export default StretchHorizontal;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var StretchVertical = createReactComponent('StretchVertical', [['rect', {
|
|
3
|
+
x: '4',
|
|
4
|
+
y: '2',
|
|
5
|
+
width: '6',
|
|
6
|
+
height: '20',
|
|
7
|
+
rx: '2',
|
|
8
|
+
key: '1lym67'
|
|
9
|
+
}], ['rect', {
|
|
10
|
+
x: '14',
|
|
11
|
+
y: '2',
|
|
12
|
+
width: '6',
|
|
13
|
+
height: '20',
|
|
14
|
+
rx: '2',
|
|
15
|
+
key: 'b7v5o0'
|
|
16
|
+
}]]);
|
|
17
|
+
export default StretchVertical;
|
package/dist/lucide-react.d.ts
CHANGED
|
@@ -24,10 +24,26 @@ export declare const Album: (props: LucideProps) => JSX.Element;
|
|
|
24
24
|
export declare const AlertCircle: (props: LucideProps) => JSX.Element;
|
|
25
25
|
export declare const AlertOctagon: (props: LucideProps) => JSX.Element;
|
|
26
26
|
export declare const AlertTriangle: (props: LucideProps) => JSX.Element;
|
|
27
|
+
export declare const AlignCenterHorizontal: (props: LucideProps) => JSX.Element;
|
|
28
|
+
export declare const AlignCenterVertical: (props: LucideProps) => JSX.Element;
|
|
27
29
|
export declare const AlignCenter: (props: LucideProps) => JSX.Element;
|
|
30
|
+
export declare const AlignEndHorizontal: (props: LucideProps) => JSX.Element;
|
|
31
|
+
export declare const AlignEndVertical: (props: LucideProps) => JSX.Element;
|
|
32
|
+
export declare const AlignHorizontalJustifyCenter: (props: LucideProps) => JSX.Element;
|
|
33
|
+
export declare const AlignHorizontalJustifyEnd: (props: LucideProps) => JSX.Element;
|
|
34
|
+
export declare const AlignHorizontalJustifyStart: (props: LucideProps) => JSX.Element;
|
|
35
|
+
export declare const AlignHorizontalSpaceAround: (props: LucideProps) => JSX.Element;
|
|
36
|
+
export declare const AlignHorizontalSpaceBetween: (props: LucideProps) => JSX.Element;
|
|
28
37
|
export declare const AlignJustify: (props: LucideProps) => JSX.Element;
|
|
29
38
|
export declare const AlignLeft: (props: LucideProps) => JSX.Element;
|
|
30
39
|
export declare const AlignRight: (props: LucideProps) => JSX.Element;
|
|
40
|
+
export declare const AlignStartHorizontal: (props: LucideProps) => JSX.Element;
|
|
41
|
+
export declare const AlignStartVertical: (props: LucideProps) => JSX.Element;
|
|
42
|
+
export declare const AlignVerticalJustifyCenter: (props: LucideProps) => JSX.Element;
|
|
43
|
+
export declare const AlignVerticalJustifyEnd: (props: LucideProps) => JSX.Element;
|
|
44
|
+
export declare const AlignVerticalJustifyStart: (props: LucideProps) => JSX.Element;
|
|
45
|
+
export declare const AlignVerticalSpaceAround: (props: LucideProps) => JSX.Element;
|
|
46
|
+
export declare const AlignVerticalSpaceBetween: (props: LucideProps) => JSX.Element;
|
|
31
47
|
export declare const Anchor: (props: LucideProps) => JSX.Element;
|
|
32
48
|
export declare const Aperture: (props: LucideProps) => JSX.Element;
|
|
33
49
|
export declare const Archive: (props: LucideProps) => JSX.Element;
|
|
@@ -477,6 +493,8 @@ export declare const Square: (props: LucideProps) => JSX.Element;
|
|
|
477
493
|
export declare const StarHalf: (props: LucideProps) => JSX.Element;
|
|
478
494
|
export declare const Star: (props: LucideProps) => JSX.Element;
|
|
479
495
|
export declare const StopCircle: (props: LucideProps) => JSX.Element;
|
|
496
|
+
export declare const StretchHorizontal: (props: LucideProps) => JSX.Element;
|
|
497
|
+
export declare const StretchVertical: (props: LucideProps) => JSX.Element;
|
|
480
498
|
export declare const Strikethrough: (props: LucideProps) => JSX.Element;
|
|
481
499
|
export declare const Subscript: (props: LucideProps) => JSX.Element;
|
|
482
500
|
export declare const Sun: (props: LucideProps) => JSX.Element;
|