lucide-solid 0.149.0 → 0.150.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 +19 -15
- package/dist/cjs/lucide-solid.js.map +1 -1
- package/dist/esm/lucide-solid.js +19 -15
- package/dist/esm/lucide-solid.js.map +1 -1
- package/dist/source/icons/bold.jsx +2 -2
- package/dist/source/icons/command.jsx +2 -2
- package/dist/source/icons/construction.jsx +4 -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.150.0 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
'use strict';
|
|
@@ -2518,11 +2518,11 @@ const Bluetooth = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
|
2518
2518
|
var Bluetooth$1 = Bluetooth;
|
|
2519
2519
|
|
|
2520
2520
|
const iconNode$d8 = [['path', {
|
|
2521
|
-
d: '
|
|
2522
|
-
key: '
|
|
2521
|
+
d: 'M14 12a4 4 0 0 0 0-8H6v8',
|
|
2522
|
+
key: 'v2sylx'
|
|
2523
2523
|
}], ['path', {
|
|
2524
|
-
d: '
|
|
2525
|
-
key: '
|
|
2524
|
+
d: 'M15 20a4 4 0 0 0 0-8H6v8Z',
|
|
2525
|
+
key: '1ef5ya'
|
|
2526
2526
|
}]];
|
|
2527
2527
|
const Bold = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
2528
2528
|
name: "Bold",
|
|
@@ -5580,8 +5580,8 @@ const Columns = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
|
5580
5580
|
var Columns$1 = Columns;
|
|
5581
5581
|
|
|
5582
5582
|
const iconNode$aY = [['path', {
|
|
5583
|
-
d: '
|
|
5584
|
-
key: '
|
|
5583
|
+
d: 'M15 6v12a3 3 0 1 0 3-3H6a3 3 0 1 0 3 3V6a3 3 0 1 0-3 3h12a3 3 0 1 0-3-3',
|
|
5584
|
+
key: '11bfej'
|
|
5585
5585
|
}]];
|
|
5586
5586
|
const Command = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
5587
5587
|
name: "Command",
|
|
@@ -5642,9 +5642,13 @@ const ConciergeBell = props => web.createComponent(Icon$1, web.mergeProps(props,
|
|
|
5642
5642
|
}));
|
|
5643
5643
|
var ConciergeBell$1 = ConciergeBell;
|
|
5644
5644
|
|
|
5645
|
-
const iconNode$aU = [['
|
|
5646
|
-
|
|
5647
|
-
|
|
5645
|
+
const iconNode$aU = [['rect', {
|
|
5646
|
+
x: '2',
|
|
5647
|
+
y: '6',
|
|
5648
|
+
width: '20',
|
|
5649
|
+
height: '8',
|
|
5650
|
+
rx: '1',
|
|
5651
|
+
key: '1estib'
|
|
5648
5652
|
}], ['path', {
|
|
5649
5653
|
d: 'M17 14v7',
|
|
5650
5654
|
key: '7m2elx'
|
|
@@ -5658,14 +5662,14 @@ const iconNode$aU = [['path', {
|
|
|
5658
5662
|
d: 'M7 3v3',
|
|
5659
5663
|
key: '7o6guu'
|
|
5660
5664
|
}], ['path', {
|
|
5661
|
-
d: '
|
|
5662
|
-
key: '
|
|
5665
|
+
d: 'M10 14 2.3 6.3',
|
|
5666
|
+
key: '1023jk'
|
|
5667
|
+
}], ['path', {
|
|
5668
|
+
d: 'm14 6 7.7 7.7',
|
|
5669
|
+
key: '1s8pl2'
|
|
5663
5670
|
}], ['path', {
|
|
5664
5671
|
d: 'm8 6 8 8',
|
|
5665
5672
|
key: 'hl96qh'
|
|
5666
|
-
}], ['path', {
|
|
5667
|
-
d: 'm14 6 7.5 7.5',
|
|
5668
|
-
key: 'vloqxw'
|
|
5669
5673
|
}]];
|
|
5670
5674
|
const Construction = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
5671
5675
|
name: "Construction",
|