lucide-react 0.16.2 → 0.16.3
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-react.js +19 -1
- package/dist/cjs/lucide-react.js.map +1 -1
- package/dist/esm/icons/alarm-clock-off.js +18 -0
- package/dist/esm/icons/index.js +1 -0
- package/dist/lucide-react.d.ts +1 -0
- package/dist/umd/lucide-react.js +19 -1
- package/dist/umd/lucide-react.js.map +1 -1
- package/dist/umd/lucide-react.min.js +2 -2
- package/dist/umd/lucide-react.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var AlarmClockOff = createReactComponent('AlarmClockOff', [['path', {
|
|
3
|
+
d: 'M19.94 14A8 8 0 0 0 10 5.25m8.13 12.89A8 8 0 1 1 6.87 6.86',
|
|
4
|
+
key: '1yqh8f'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'm22 6-3-3',
|
|
7
|
+
key: '1opdir'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'm6 19-2 2',
|
|
10
|
+
key: '1ek6nb'
|
|
11
|
+
}], ['path', {
|
|
12
|
+
d: 'm2 2 20 20',
|
|
13
|
+
key: '1ooewy'
|
|
14
|
+
}], ['path', {
|
|
15
|
+
d: 'M4 4 2 6',
|
|
16
|
+
key: '1ycko6'
|
|
17
|
+
}]]);
|
|
18
|
+
export default AlarmClockOff;
|
package/dist/esm/icons/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export { default as Activity } from './activity';
|
|
2
2
|
export { default as Airplay } from './airplay';
|
|
3
3
|
export { default as AlarmCheck } from './alarm-check';
|
|
4
|
+
export { default as AlarmClockOff } from './alarm-clock-off';
|
|
4
5
|
export { default as AlarmClock } from './alarm-clock';
|
|
5
6
|
export { default as AlarmMinus } from './alarm-minus';
|
|
6
7
|
export { default as AlarmPlus } from './alarm-plus';
|
package/dist/lucide-react.d.ts
CHANGED
|
@@ -14,6 +14,7 @@ export type Icon = React.FC<LucideProps>;
|
|
|
14
14
|
export declare const Activity: (props: LucideProps) => JSX.Element;
|
|
15
15
|
export declare const Airplay: (props: LucideProps) => JSX.Element;
|
|
16
16
|
export declare const AlarmCheck: (props: LucideProps) => JSX.Element;
|
|
17
|
+
export declare const AlarmClockOff: (props: LucideProps) => JSX.Element;
|
|
17
18
|
export declare const AlarmClock: (props: LucideProps) => JSX.Element;
|
|
18
19
|
export declare const AlarmMinus: (props: LucideProps) => JSX.Element;
|
|
19
20
|
export declare const AlarmPlus: (props: LucideProps) => JSX.Element;
|
package/dist/umd/lucide-react.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* lucide-react v0.16.
|
|
2
|
+
* lucide-react v0.16.3 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
(function (global, factory) {
|
|
@@ -245,6 +245,23 @@
|
|
|
245
245
|
key: '1648xo'
|
|
246
246
|
}]]);
|
|
247
247
|
|
|
248
|
+
var AlarmClockOff = createReactComponent('AlarmClockOff', [['path', {
|
|
249
|
+
d: 'M19.94 14A8 8 0 0 0 10 5.25m8.13 12.89A8 8 0 1 1 6.87 6.86',
|
|
250
|
+
key: '1yqh8f'
|
|
251
|
+
}], ['path', {
|
|
252
|
+
d: 'm22 6-3-3',
|
|
253
|
+
key: '1opdir'
|
|
254
|
+
}], ['path', {
|
|
255
|
+
d: 'm6 19-2 2',
|
|
256
|
+
key: '1ek6nb'
|
|
257
|
+
}], ['path', {
|
|
258
|
+
d: 'm2 2 20 20',
|
|
259
|
+
key: '1ooewy'
|
|
260
|
+
}], ['path', {
|
|
261
|
+
d: 'M4 4 2 6',
|
|
262
|
+
key: '1ycko6'
|
|
263
|
+
}]]);
|
|
264
|
+
|
|
248
265
|
var AlarmClock = createReactComponent('AlarmClock', [['circle', {
|
|
249
266
|
cx: '12',
|
|
250
267
|
cy: '13',
|
|
@@ -7673,6 +7690,7 @@
|
|
|
7673
7690
|
exports.Airplay = Airplay;
|
|
7674
7691
|
exports.AlarmCheck = AlarmCheck;
|
|
7675
7692
|
exports.AlarmClock = AlarmClock;
|
|
7693
|
+
exports.AlarmClockOff = AlarmClockOff;
|
|
7676
7694
|
exports.AlarmMinus = AlarmMinus;
|
|
7677
7695
|
exports.AlarmPlus = AlarmPlus;
|
|
7678
7696
|
exports.Album = Album;
|