lucide-solid 0.153.0 → 0.154.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 +20 -15
- package/dist/cjs/lucide-solid.js.map +1 -1
- package/dist/esm/lucide-solid.js +20 -15
- package/dist/esm/lucide-solid.js.map +1 -1
- package/dist/source/icons/accessibility.jsx +4 -16
- package/dist/source/icons/bike.jsx +3 -8
- 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.154.0 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
'use strict';
|
|
@@ -76,17 +76,17 @@ const iconNode$eX = [['circle', {
|
|
|
76
76
|
r: '1',
|
|
77
77
|
key: '1grugj'
|
|
78
78
|
}], ['path', {
|
|
79
|
-
d: 'm18 19 1-7-
|
|
80
|
-
key: '
|
|
79
|
+
d: 'm18 19 1-7-6 1',
|
|
80
|
+
key: 'r0i19z'
|
|
81
81
|
}], ['path', {
|
|
82
|
-
d: 'm5 8 3-3 5.5 3-2.
|
|
83
|
-
key: '
|
|
82
|
+
d: 'm5 8 3-3 5.5 3-2.36 3.5',
|
|
83
|
+
key: '9ptxx2'
|
|
84
84
|
}], ['path', {
|
|
85
|
-
d: 'M4.24 14.
|
|
86
|
-
key: '
|
|
85
|
+
d: 'M4.24 14.5a5 5 0 0 0 6.88 6',
|
|
86
|
+
key: '10kmtu'
|
|
87
87
|
}], ['path', {
|
|
88
|
-
d: 'M13.76 17.
|
|
89
|
-
key: '
|
|
88
|
+
d: 'M13.76 17.5a5 5 0 0 0-6.88-6',
|
|
89
|
+
key: '2qq6rc'
|
|
90
90
|
}]];
|
|
91
91
|
const Accessibility = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
92
92
|
name: "Accessibility",
|
|
@@ -2344,18 +2344,23 @@ const Bell = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
|
2344
2344
|
var Bell$1 = Bell;
|
|
2345
2345
|
|
|
2346
2346
|
const iconNode$dh = [['circle', {
|
|
2347
|
-
cx: '
|
|
2347
|
+
cx: '18.5',
|
|
2348
2348
|
cy: '17.5',
|
|
2349
2349
|
r: '3.5',
|
|
2350
|
-
key: '
|
|
2350
|
+
key: '15x4ox'
|
|
2351
2351
|
}], ['circle', {
|
|
2352
|
-
cx: '
|
|
2352
|
+
cx: '5.5',
|
|
2353
2353
|
cy: '17.5',
|
|
2354
2354
|
r: '3.5',
|
|
2355
|
-
key: '
|
|
2355
|
+
key: '1noe27'
|
|
2356
|
+
}], ['circle', {
|
|
2357
|
+
cx: '15',
|
|
2358
|
+
cy: '5',
|
|
2359
|
+
r: '1',
|
|
2360
|
+
key: '19l28e'
|
|
2356
2361
|
}], ['path', {
|
|
2357
|
-
d: '
|
|
2358
|
-
key: '
|
|
2362
|
+
d: 'M12 17.5V14l-3-3 4-3 2 3h2',
|
|
2363
|
+
key: '1npguv'
|
|
2359
2364
|
}]];
|
|
2360
2365
|
const Bike = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
2361
2366
|
name: "Bike",
|