lucide-angular 0.31.0 → 0.32.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/bundles/lucide-angular-src-icons.umd.js +7 -3
- package/bundles/lucide-angular-src-icons.umd.js.map +1 -1
- package/bundles/lucide-angular-src-icons.umd.min.js +1 -1
- package/bundles/lucide-angular-src-icons.umd.min.js.map +1 -1
- package/bundles/lucide-angular.umd.js +7 -3
- package/bundles/lucide-angular.umd.js.map +1 -1
- package/bundles/lucide-angular.umd.min.js +1 -1
- package/bundles/lucide-angular.umd.min.js.map +1 -1
- package/esm2015/icons/watch.js +8 -4
- package/esm2015/src/icons/watch.js +8 -4
- package/fesm2015/lucide-angular-src-icons.js +7 -3
- package/fesm2015/lucide-angular-src-icons.js.map +1 -1
- package/fesm2015/lucide-angular.js +7 -3
- package/fesm2015/lucide-angular.js.map +1 -1
- package/package.json +1 -1
|
@@ -6707,14 +6707,18 @@
|
|
|
6707
6707
|
'svg',
|
|
6708
6708
|
defaultAttributes,
|
|
6709
6709
|
[
|
|
6710
|
-
['circle', { cx: '12', cy: '12', r: '
|
|
6711
|
-
['polyline', { points: '12
|
|
6710
|
+
['circle', { cx: '12', cy: '12', r: '6' }],
|
|
6711
|
+
['polyline', { points: '12 10 12 12 13 13' }],
|
|
6712
6712
|
[
|
|
6713
6713
|
'path',
|
|
6714
6714
|
{
|
|
6715
|
-
d: '
|
|
6715
|
+
d: 'M16.13 7.66l-.81-4.05a2 2 0 0 0-2-1.61H10.64a2 2 0 0 0-2 1.61L7.86 7.66',
|
|
6716
6716
|
},
|
|
6717
6717
|
],
|
|
6718
|
+
[
|
|
6719
|
+
'path',
|
|
6720
|
+
{ d: 'M7.88 16.36l.8 4a2 2 0 0 0 2 1.61h2.72a2 2 0 0 0 2-1.61l.81-4.05' },
|
|
6721
|
+
],
|
|
6718
6722
|
],
|
|
6719
6723
|
];
|
|
6720
6724
|
|