lucide-solid 0.210.0 → 0.211.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 -3
- package/dist/cjs/lucide-solid.js.map +1 -1
- package/dist/esm/lucide-solid.js +3 -3
- package/dist/esm/lucide-solid.js.map +1 -1
- package/dist/source/icons/at-sign.jsx +1 -4
- 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.211.0 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
'use strict';
|
|
@@ -2276,8 +2276,8 @@ const iconNode$ff = [['circle', {
|
|
|
2276
2276
|
r: '4',
|
|
2277
2277
|
key: '4exip2'
|
|
2278
2278
|
}], ['path', {
|
|
2279
|
-
d: 'M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-
|
|
2280
|
-
key: '
|
|
2279
|
+
d: 'M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8',
|
|
2280
|
+
key: '7n84p3'
|
|
2281
2281
|
}]];
|
|
2282
2282
|
const AtSign = props => web.createComponent(Icon$1, web.mergeProps(props, {
|
|
2283
2283
|
name: "AtSign",
|