lucide-react 0.69.0 → 0.70.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.
@@ -0,0 +1,30 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Cake = createReactComponent('Cake', [['path', {
3
+ d: 'M20 21v-8a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v8',
4
+ key: '1w3rig'
5
+ }], ['path', {
6
+ d: 'M4 16s.5-1 2-1 2.5 2 4 2 2.5-2 4-2 2.5 2 4 2 2-1 2-1',
7
+ key: 'n2jgmb'
8
+ }], ['path', {
9
+ d: 'M2 21h20',
10
+ key: '1nyx9w'
11
+ }], ['path', {
12
+ d: 'M7 8v2',
13
+ key: 'kqglng'
14
+ }], ['path', {
15
+ d: 'M12 8v2',
16
+ key: '1woqiv'
17
+ }], ['path', {
18
+ d: 'M17 8v2',
19
+ key: 'teptal'
20
+ }], ['path', {
21
+ d: 'M7 4h.01',
22
+ key: '1bh4kh'
23
+ }], ['path', {
24
+ d: 'M12 4h.01',
25
+ key: '1ujb9j'
26
+ }], ['path', {
27
+ d: 'M17 4h.01',
28
+ key: '1upcoc'
29
+ }]]);
30
+ export default Cake;
@@ -0,0 +1,13 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var CircleDot = createReactComponent('CircleDot', [['circle', {
3
+ cx: '12',
4
+ cy: '12',
5
+ r: '10',
6
+ key: '1mglay'
7
+ }], ['circle', {
8
+ cx: '12',
9
+ cy: '12',
10
+ r: '1',
11
+ key: '41hilf'
12
+ }]]);
13
+ export default CircleDot;
@@ -0,0 +1,17 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var CircleEllipsis = createReactComponent('CircleEllipsis', [['circle', {
3
+ cx: '12',
4
+ cy: '12',
5
+ r: '10',
6
+ key: '1mglay'
7
+ }], ['path', {
8
+ d: 'M17 12h.01',
9
+ key: '1m0b6t'
10
+ }], ['path', {
11
+ d: 'M12 12h.01',
12
+ key: '1mp3jc'
13
+ }], ['path', {
14
+ d: 'M7 12h.01',
15
+ key: 'eqddd0'
16
+ }]]);
17
+ export default CircleEllipsis;
@@ -115,6 +115,7 @@ export { default as Bug } from './bug';
115
115
  export { default as Building2 } from './building-2';
116
116
  export { default as Building } from './building';
117
117
  export { default as Bus } from './bus';
118
+ export { default as Cake } from './cake';
118
119
  export { default as Calculator } from './calculator';
119
120
  export { default as CalendarCheck2 } from './calendar-check-2';
120
121
  export { default as CalendarCheck } from './calendar-check';
@@ -156,6 +157,8 @@ export { default as ChevronsUp } from './chevrons-up';
156
157
  export { default as Chrome } from './chrome';
157
158
  export { default as CigaretteOff } from './cigarette-off';
158
159
  export { default as Cigarette } from './cigarette';
160
+ export { default as CircleDot } from './circle-dot';
161
+ export { default as CircleEllipsis } from './circle-ellipsis';
159
162
  export { default as CircleSlashed } from './circle-slashed';
160
163
  export { default as Circle } from './circle';
161
164
  export { default as Clapperboard } from './clapperboard';
@@ -130,6 +130,7 @@ export declare const Bug: (props: LucideProps) => JSX.Element;
130
130
  export declare const Building2: (props: LucideProps) => JSX.Element;
131
131
  export declare const Building: (props: LucideProps) => JSX.Element;
132
132
  export declare const Bus: (props: LucideProps) => JSX.Element;
133
+ export declare const Cake: (props: LucideProps) => JSX.Element;
133
134
  export declare const Calculator: (props: LucideProps) => JSX.Element;
134
135
  export declare const CalendarCheck2: (props: LucideProps) => JSX.Element;
135
136
  export declare const CalendarCheck: (props: LucideProps) => JSX.Element;
@@ -171,6 +172,8 @@ export declare const ChevronsUp: (props: LucideProps) => JSX.Element;
171
172
  export declare const Chrome: (props: LucideProps) => JSX.Element;
172
173
  export declare const CigaretteOff: (props: LucideProps) => JSX.Element;
173
174
  export declare const Cigarette: (props: LucideProps) => JSX.Element;
175
+ export declare const CircleDot: (props: LucideProps) => JSX.Element;
176
+ export declare const CircleEllipsis: (props: LucideProps) => JSX.Element;
174
177
  export declare const CircleSlashed: (props: LucideProps) => JSX.Element;
175
178
  export declare const Circle: (props: LucideProps) => JSX.Element;
176
179
  export declare const Clapperboard: (props: LucideProps) => JSX.Element;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * lucide-react v0.69.0 - ISC
2
+ * lucide-react v0.70.0 - ISC
3
3
  */
4
4
 
5
5
  (function (global, factory) {
@@ -2346,6 +2346,36 @@
2346
2346
  }]]);
2347
2347
  var Bus$1 = Bus;
2348
2348
 
2349
+ var Cake = createReactComponent('Cake', [['path', {
2350
+ d: 'M20 21v-8a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v8',
2351
+ key: '1w3rig'
2352
+ }], ['path', {
2353
+ d: 'M4 16s.5-1 2-1 2.5 2 4 2 2.5-2 4-2 2.5 2 4 2 2-1 2-1',
2354
+ key: 'n2jgmb'
2355
+ }], ['path', {
2356
+ d: 'M2 21h20',
2357
+ key: '1nyx9w'
2358
+ }], ['path', {
2359
+ d: 'M7 8v2',
2360
+ key: 'kqglng'
2361
+ }], ['path', {
2362
+ d: 'M12 8v2',
2363
+ key: '1woqiv'
2364
+ }], ['path', {
2365
+ d: 'M17 8v2',
2366
+ key: 'teptal'
2367
+ }], ['path', {
2368
+ d: 'M7 4h.01',
2369
+ key: '1bh4kh'
2370
+ }], ['path', {
2371
+ d: 'M12 4h.01',
2372
+ key: '1ujb9j'
2373
+ }], ['path', {
2374
+ d: 'M17 4h.01',
2375
+ key: '1upcoc'
2376
+ }]]);
2377
+ var Cake$1 = Cake;
2378
+
2349
2379
  var Calculator = createReactComponent('Calculator', [['rect', {
2350
2380
  x: '4',
2351
2381
  y: '2',
@@ -3102,6 +3132,36 @@
3102
3132
  }]]);
3103
3133
  var Cigarette$1 = Cigarette;
3104
3134
 
3135
+ var CircleDot = createReactComponent('CircleDot', [['circle', {
3136
+ cx: '12',
3137
+ cy: '12',
3138
+ r: '10',
3139
+ key: '1mglay'
3140
+ }], ['circle', {
3141
+ cx: '12',
3142
+ cy: '12',
3143
+ r: '1',
3144
+ key: '41hilf'
3145
+ }]]);
3146
+ var CircleDot$1 = CircleDot;
3147
+
3148
+ var CircleEllipsis = createReactComponent('CircleEllipsis', [['circle', {
3149
+ cx: '12',
3150
+ cy: '12',
3151
+ r: '10',
3152
+ key: '1mglay'
3153
+ }], ['path', {
3154
+ d: 'M17 12h.01',
3155
+ key: '1m0b6t'
3156
+ }], ['path', {
3157
+ d: 'M12 12h.01',
3158
+ key: '1mp3jc'
3159
+ }], ['path', {
3160
+ d: 'M7 12h.01',
3161
+ key: 'eqddd0'
3162
+ }]]);
3163
+ var CircleEllipsis$1 = CircleEllipsis;
3164
+
3105
3165
  var CircleSlashed = createReactComponent('CircleSlashed', [['circle', {
3106
3166
  cx: '12',
3107
3167
  cy: '12',
@@ -13485,6 +13545,7 @@
13485
13545
  exports.Building = Building$1;
13486
13546
  exports.Building2 = Building2$1;
13487
13547
  exports.Bus = Bus$1;
13548
+ exports.Cake = Cake$1;
13488
13549
  exports.Calculator = Calculator$1;
13489
13550
  exports.Calendar = Calendar$1;
13490
13551
  exports.CalendarCheck = CalendarCheck$1;
@@ -13527,6 +13588,8 @@
13527
13588
  exports.Cigarette = Cigarette$1;
13528
13589
  exports.CigaretteOff = CigaretteOff$1;
13529
13590
  exports.Circle = Circle$1;
13591
+ exports.CircleDot = CircleDot$1;
13592
+ exports.CircleEllipsis = CircleEllipsis$1;
13530
13593
  exports.CircleSlashed = CircleSlashed$1;
13531
13594
  exports.Clapperboard = Clapperboard$1;
13532
13595
  exports.Clipboard = Clipboard$1;