@uva-glass/component-library 2.2.0 → 2.3.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.
@@ -245,6 +245,12 @@ export declare const Icons: {
245
245
  desc?: string;
246
246
  descId?: string;
247
247
  }>;
248
+ Eight: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
249
+ title?: string;
250
+ titleId?: string;
251
+ desc?: string;
252
+ descId?: string;
253
+ }>;
248
254
  EllipsisVertical: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
249
255
  title?: string;
250
256
  titleId?: string;
@@ -287,6 +293,18 @@ export declare const Icons: {
287
293
  desc?: string;
288
294
  descId?: string;
289
295
  }>;
296
+ Five: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
297
+ title?: string;
298
+ titleId?: string;
299
+ desc?: string;
300
+ descId?: string;
301
+ }>;
302
+ Four: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
303
+ title?: string;
304
+ titleId?: string;
305
+ desc?: string;
306
+ descId?: string;
307
+ }>;
290
308
  Hamburger: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
291
309
  title?: string;
292
310
  titleId?: string;
@@ -359,6 +377,12 @@ export declare const Icons: {
359
377
  desc?: string;
360
378
  descId?: string;
361
379
  }>;
380
+ MiniCheck: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
381
+ title?: string;
382
+ titleId?: string;
383
+ desc?: string;
384
+ descId?: string;
385
+ }>;
362
386
  Minus: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
363
387
  title?: string;
364
388
  titleId?: string;
@@ -371,12 +395,24 @@ export declare const Icons: {
371
395
  desc?: string;
372
396
  descId?: string;
373
397
  }>;
398
+ Nine: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
399
+ title?: string;
400
+ titleId?: string;
401
+ desc?: string;
402
+ descId?: string;
403
+ }>;
374
404
  NumberedList: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
375
405
  title?: string;
376
406
  titleId?: string;
377
407
  desc?: string;
378
408
  descId?: string;
379
409
  }>;
410
+ One: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
411
+ title?: string;
412
+ titleId?: string;
413
+ desc?: string;
414
+ descId?: string;
415
+ }>;
380
416
  Pencil: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
381
417
  title?: string;
382
418
  titleId?: string;
@@ -401,6 +437,18 @@ export declare const Icons: {
401
437
  desc?: string;
402
438
  descId?: string;
403
439
  }>;
440
+ Seven: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
441
+ title?: string;
442
+ titleId?: string;
443
+ desc?: string;
444
+ descId?: string;
445
+ }>;
446
+ Six: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
447
+ title?: string;
448
+ titleId?: string;
449
+ desc?: string;
450
+ descId?: string;
451
+ }>;
404
452
  Sparkles: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
405
453
  title?: string;
406
454
  titleId?: string;
@@ -449,6 +497,12 @@ export declare const Icons: {
449
497
  desc?: string;
450
498
  descId?: string;
451
499
  }>;
500
+ Three: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
501
+ title?: string;
502
+ titleId?: string;
503
+ desc?: string;
504
+ descId?: string;
505
+ }>;
452
506
  Trash: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
453
507
  title?: string;
454
508
  titleId?: string;
@@ -461,6 +515,12 @@ export declare const Icons: {
461
515
  desc?: string;
462
516
  descId?: string;
463
517
  }>;
518
+ Two: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
519
+ title?: string;
520
+ titleId?: string;
521
+ desc?: string;
522
+ descId?: string;
523
+ }>;
464
524
  User: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
465
525
  title?: string;
466
526
  titleId?: string;
@@ -479,4 +539,10 @@ export declare const Icons: {
479
539
  desc?: string;
480
540
  descId?: string;
481
541
  }>;
542
+ Zero: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
543
+ title?: string;
544
+ titleId?: string;
545
+ desc?: string;
546
+ descId?: string;
547
+ }>;
482
548
  };