lucide-solid 0.157.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 +3 -6
- package/dist/cjs/lucide-solid.js.map +1 -1
- package/dist/esm/lucide-solid.js +3 -6
- package/dist/esm/lucide-solid.js.map +1 -1
- package/dist/source/icons/headphones.jsx +2 -3
- 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",
|