lucide-solid 0.158.0 → 0.159.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 +7 -10
- package/dist/cjs/lucide-solid.js.map +1 -1
- package/dist/esm/lucide-solid.js +7 -10
- package/dist/esm/lucide-solid.js.map +1 -1
- package/dist/source/icons/citrus.jsx +4 -11
- 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.159.0 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
'use strict';
|
|
@@ -4665,20 +4665,17 @@ const Circle = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
|
4665
4665
|
var Circle$1 = Circle;
|
|
4666
4666
|
|
|
4667
4667
|
const iconNode$bM = [['path', {
|
|
4668
|
-
d: '
|
|
4669
|
-
key: '
|
|
4668
|
+
d: 'M21.66 17.67a1.08 1.08 0 0 1-.04 1.6A12 12 0 0 1 4.73 2.38a1.1 1.1 0 0 1 1.61-.04z',
|
|
4669
|
+
key: '4ite01'
|
|
4670
4670
|
}], ['path', {
|
|
4671
|
-
d: '
|
|
4672
|
-
key: '
|
|
4671
|
+
d: 'M19.65 15.66A8 8 0 0 1 8.35 4.34',
|
|
4672
|
+
key: '1gxipu'
|
|
4673
4673
|
}], ['path', {
|
|
4674
4674
|
d: 'm14 10-5.5 5.5',
|
|
4675
4675
|
key: '92pfem'
|
|
4676
4676
|
}], ['path', {
|
|
4677
|
-
d: 'M14
|
|
4678
|
-
key: '
|
|
4679
|
-
}], ['path', {
|
|
4680
|
-
d: 'M14 10H6',
|
|
4681
|
-
key: '1aai03'
|
|
4677
|
+
d: 'M14 17.85V10H6.15',
|
|
4678
|
+
key: 'xqmtsk'
|
|
4682
4679
|
}]];
|
|
4683
4680
|
const Citrus = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
4684
4681
|
name: "Citrus",
|