lucide-solid 0.280.0 → 0.281.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 +13 -7
- package/dist/cjs/lucide-solid.js.map +1 -1
- package/dist/esm/lucide-solid.js +13 -7
- package/dist/esm/lucide-solid.js.map +1 -1
- package/dist/source/icons/mouse-pointer-click.jsx +5 -9
- 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.281.0 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
'use strict';
|
|
@@ -16839,14 +16839,20 @@ const MousePointer2 = props => web.createComponent(Icon$1, web.mergeProps(props,
|
|
|
16839
16839
|
var MousePointer2$1 = MousePointer2;
|
|
16840
16840
|
|
|
16841
16841
|
const iconNode$7v = [['path', {
|
|
16842
|
-
d: 'm9 9 5 12 1.
|
|
16843
|
-
key: '
|
|
16842
|
+
d: 'm9 9 5 12 1.8-5.2L21 14Z',
|
|
16843
|
+
key: '1b76lo'
|
|
16844
16844
|
}], ['path', {
|
|
16845
|
-
d: '
|
|
16846
|
-
key: '
|
|
16845
|
+
d: 'M7.2 2.2 8 5.1',
|
|
16846
|
+
key: '1cfko1'
|
|
16847
16847
|
}], ['path', {
|
|
16848
|
-
d: '
|
|
16849
|
-
key: '
|
|
16848
|
+
d: 'm5.1 8-2.9-.8',
|
|
16849
|
+
key: '1go3kf'
|
|
16850
|
+
}], ['path', {
|
|
16851
|
+
d: 'M14 4.1 12 6',
|
|
16852
|
+
key: 'ita8i4'
|
|
16853
|
+
}], ['path', {
|
|
16854
|
+
d: 'm6 12-1.9 2',
|
|
16855
|
+
key: 'mnht97'
|
|
16850
16856
|
}]];
|
|
16851
16857
|
const MousePointerClick = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
16852
16858
|
name: "MousePointerClick",
|