lucide-solid 0.156.0 → 0.158.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-solid.js +14 -9
- package/dist/cjs/lucide-solid.js.map +1 -1
- package/dist/esm/lucide-solid.js +14 -9
- package/dist/esm/lucide-solid.js.map +1 -1
- package/dist/source/icons/headphones.jsx +2 -3
- package/dist/source/icons/key.jsx +3 -7
- package/dist/source/lucide-solid.js +1 -1
- package/dist/types/lucide-solid.d.ts +1 -1
- package/package.json +1 -1
package/dist/cjs/lucide-solid.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* lucide-solid v0.
|
|
2
|
+
* lucide-solid v0.158.0 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
'use strict';
|
|
@@ -10800,11 +10800,8 @@ const Heading = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
|
10800
10800
|
var Heading$1 = Heading;
|
|
10801
10801
|
|
|
10802
10802
|
const iconNode$7e = [['path', {
|
|
10803
|
-
d: 'M3
|
|
10804
|
-
key: '
|
|
10805
|
-
}], ['path', {
|
|
10806
|
-
d: 'M21 19a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3zM3 19a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H3z',
|
|
10807
|
-
key: '110y4r'
|
|
10803
|
+
d: 'M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 18 0v7a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3',
|
|
10804
|
+
key: '1xhozi'
|
|
10808
10805
|
}]];
|
|
10809
10806
|
const Headphones = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
10810
10807
|
name: "Headphones",
|
|
@@ -11445,9 +11442,17 @@ const Joystick = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
|
11445
11442
|
}));
|
|
11446
11443
|
var Joystick$1 = Joystick;
|
|
11447
11444
|
|
|
11448
|
-
const iconNode$6J = [['
|
|
11449
|
-
|
|
11450
|
-
|
|
11445
|
+
const iconNode$6J = [['circle', {
|
|
11446
|
+
cx: '7.5',
|
|
11447
|
+
cy: '15.5',
|
|
11448
|
+
r: '5.5',
|
|
11449
|
+
key: 'yqb3hr'
|
|
11450
|
+
}], ['path', {
|
|
11451
|
+
d: 'm21 2-9.6 9.6',
|
|
11452
|
+
key: '1j0ho8'
|
|
11453
|
+
}], ['path', {
|
|
11454
|
+
d: 'm15.5 7.5 3 3L22 7l-3-3',
|
|
11455
|
+
key: '1rn1fs'
|
|
11451
11456
|
}]];
|
|
11452
11457
|
const Key = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
11453
11458
|
name: "Key",
|