lucide-angular 0.151.0 → 0.152.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.
@@ -92,14 +92,9 @@ const AlarmClockOff = [
92
92
  defaultAttributes,
93
93
  [
94
94
  ['path', { d: 'M6.87 6.87a8 8 0 1 0 11.26 11.26' }],
95
- [
96
- 'path',
97
- {
98
- d: 'M19.9 14.25A7.44 7.44 0 0 0 20 13a8 8 0 0 0-8-8 7.44 7.44 0 0 0-1.25.1',
99
- },
100
- ],
95
+ ['path', { d: 'M19.9 14.25a8 8 0 0 0-9.15-9.15' }],
101
96
  ['path', { d: 'm22 6-3-3' }],
102
- ['path', { d: 'm6 19-2 2' }],
97
+ ['path', { d: 'M6.26 18.67 4 21' }],
103
98
  ['path', { d: 'm2 2 20 20' }],
104
99
  ['path', { d: 'M4 4 2 6' }],
105
100
  ],
@@ -113,8 +108,8 @@ const AlarmClock = [
113
108
  ['path', { d: 'M12 9v4l2 2' }],
114
109
  ['path', { d: 'M5 3 2 6' }],
115
110
  ['path', { d: 'm22 6-3-3' }],
116
- ['path', { d: 'm6 19-2 2' }],
117
- ['path', { d: 'm18 19 2 2' }],
111
+ ['path', { d: 'M6.38 18.7 4 21' }],
112
+ ['path', { d: 'M17.64 18.67 20 21' }],
118
113
  ],
119
114
  ];
120
115
 
@@ -122,11 +117,11 @@ const AlarmMinus = [
122
117
  'svg',
123
118
  defaultAttributes,
124
119
  [
125
- ['path', { d: 'M12 21a8 8 0 1 0 0-16 8 8 0 0 0 0 16z' }],
120
+ ['circle', { cx: '12', cy: '13', r: '8' }],
126
121
  ['path', { d: 'M5 3 2 6' }],
127
122
  ['path', { d: 'm22 6-3-3' }],
128
- ['path', { d: 'm6 19-2 2' }],
129
- ['path', { d: 'm18 19 2 2' }],
123
+ ['path', { d: 'M6.38 18.7 4 21' }],
124
+ ['path', { d: 'M17.64 18.67 20 21' }],
130
125
  ['path', { d: 'M9 13h6' }],
131
126
  ],
132
127
  ];