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.
@@ -6703,14 +6703,18 @@ const Watch = [
6703
6703
  'svg',
6704
6704
  defaultAttributes,
6705
6705
  [
6706
- ['circle', { cx: '12', cy: '12', r: '7' }],
6707
- ['polyline', { points: '12 9 12 12 13.5 13.5' }],
6706
+ ['circle', { cx: '12', cy: '12', r: '6' }],
6707
+ ['polyline', { points: '12 10 12 12 13 13' }],
6708
6708
  [
6709
6709
  'path',
6710
6710
  {
6711
- d: 'm16.51 17.35-.35 3.83a2 2 0 0 1-2 1.82H9.83a2 2 0 0 1-2-1.82l-.35-3.83m.01-10.7.35-3.83A2 2 0 0 1 9.83 1h4.35a2 2 0 0 1 2 1.82l.35 3.83',
6711
+ 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',
6712
6712
  },
6713
6713
  ],
6714
+ [
6715
+ 'path',
6716
+ { 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' },
6717
+ ],
6714
6718
  ],
6715
6719
  ];
6716
6720