huspy-icons 0.1.8 → 0.1.9

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.
@@ -333,20 +333,94 @@ var init_EyeVisible = __esm({
333
333
  }
334
334
  });
335
335
 
336
+ // src/react/HomeFilled.tsx
337
+ var HomeFilled_exports = {};
338
+ __export(HomeFilled_exports, {
339
+ default: () => HomeFilled_default
340
+ });
341
+ var React7, SvgHomeFilled, HomeFilled_default;
342
+ var init_HomeFilled = __esm({
343
+ "src/react/HomeFilled.tsx"() {
344
+ "use strict";
345
+ React7 = __toESM(require("react"));
346
+ init_types();
347
+ SvgHomeFilled = ({ size = 16, ...props }) => {
348
+ const sizeValue = resolveSize(size);
349
+ return /* @__PURE__ */ React7.createElement(
350
+ "svg",
351
+ {
352
+ width: sizeValue,
353
+ height: sizeValue,
354
+ viewBox: "0 0 24 24",
355
+ fill: "none",
356
+ xmlns: "http://www.w3.org/2000/svg",
357
+ ...props
358
+ },
359
+ /* @__PURE__ */ React7.createElement(
360
+ "path",
361
+ {
362
+ d: "M9.78125 3.47949C11.1248 2.58376 12.8752 2.58376 14.2188 3.47949L19.2188 6.8125C20.3315 7.5543 20.9999 8.80333 21 10.1406V18C21 20.2091 19.2091 22 17 22H7C4.79086 22 3 20.2091 3 18V10.1406C3.00011 8.80333 3.66855 7.5543 4.78125 6.8125L9.78125 3.47949ZM11 11.5928C9.89548 11.5928 9.00008 12.4883 9 13.5928V18.9629C9 19.5152 9.44772 19.9629 10 19.9629H14C14.5523 19.9629 15 19.5152 15 18.9629V13.5928C14.9999 12.4883 14.1045 11.5928 13 11.5928H11Z",
363
+ fill: "currentColor"
364
+ }
365
+ )
366
+ );
367
+ };
368
+ HomeFilled_default = SvgHomeFilled;
369
+ }
370
+ });
371
+
372
+ // src/react/HomeLinear.tsx
373
+ var HomeLinear_exports = {};
374
+ __export(HomeLinear_exports, {
375
+ default: () => HomeLinear_default
376
+ });
377
+ var React8, SvgHomeLinear, HomeLinear_default;
378
+ var init_HomeLinear = __esm({
379
+ "src/react/HomeLinear.tsx"() {
380
+ "use strict";
381
+ React8 = __toESM(require("react"));
382
+ init_types();
383
+ SvgHomeLinear = ({ size = 16, ...props }) => {
384
+ const sizeValue = resolveSize(size);
385
+ return /* @__PURE__ */ React8.createElement(
386
+ "svg",
387
+ {
388
+ width: sizeValue,
389
+ height: sizeValue,
390
+ viewBox: "0 0 24 24",
391
+ fill: "none",
392
+ xmlns: "http://www.w3.org/2000/svg",
393
+ ...props
394
+ },
395
+ /* @__PURE__ */ React8.createElement(
396
+ "path",
397
+ {
398
+ fillRule: "evenodd",
399
+ clipRule: "evenodd",
400
+ d: "M9.41907 2.34989C10.8836 1.18903 12.9628 1.18903 14.4274 2.34989L14.4297 2.35175L20.6971 7.34998C21.5044 7.97088 21.9859 8.9246 21.9999 9.94342L22.0001 9.95718L22 18.2764C22 20.651 20.0583 22.5588 17.6844 22.5588H6.18957C3.8157 22.5588 1.87402 20.651 1.87402 18.2764V9.95634C1.88411 8.93538 2.36644 7.97892 3.17688 7.359L9.41907 2.34989ZM10.6682 3.92151L4.42343 8.93273C4.41618 8.93855 4.40884 8.94427 4.40142 8.94989C4.07644 9.19615 3.88685 9.57352 3.8816 9.97193V18.2764C3.8816 19.5232 4.90537 20.5512 6.18957 20.5512H17.6844C18.9686 20.5512 19.9924 19.5232 19.9924 18.2764V9.96496C19.9851 9.56511 19.7947 9.18684 19.4695 8.93851L19.4529 8.92555L13.1804 3.92318C13.18 3.9229 13.1796 3.92261 13.1793 3.92233C12.446 3.34193 11.4018 3.34165 10.6682 3.92151Z",
401
+ fill: "currentColor"
402
+ }
403
+ )
404
+ );
405
+ };
406
+ HomeLinear_default = SvgHomeLinear;
407
+ }
408
+ });
409
+
336
410
  // src/react/IconSlot.tsx
337
411
  var IconSlot_exports = {};
338
412
  __export(IconSlot_exports, {
339
413
  default: () => IconSlot_default
340
414
  });
341
- var React7, SvgIconSlot, IconSlot_default;
415
+ var React9, SvgIconSlot, IconSlot_default;
342
416
  var init_IconSlot = __esm({
343
417
  "src/react/IconSlot.tsx"() {
344
418
  "use strict";
345
- React7 = __toESM(require("react"));
419
+ React9 = __toESM(require("react"));
346
420
  init_types();
347
421
  SvgIconSlot = ({ size = 16, ...props }) => {
348
422
  const sizeValue = resolveSize(size);
349
- return /* @__PURE__ */ React7.createElement(
423
+ return /* @__PURE__ */ React9.createElement(
350
424
  "svg",
351
425
  {
352
426
  width: sizeValue,
@@ -356,7 +430,7 @@ var init_IconSlot = __esm({
356
430
  xmlns: "http://www.w3.org/2000/svg",
357
431
  ...props
358
432
  },
359
- /* @__PURE__ */ React7.createElement(
433
+ /* @__PURE__ */ React9.createElement(
360
434
  "path",
361
435
  {
362
436
  d: "M21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12ZM23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12Z",
@@ -369,20 +443,296 @@ var init_IconSlot = __esm({
369
443
  }
370
444
  });
371
445
 
446
+ // src/react/LeadsFilled.tsx
447
+ var LeadsFilled_exports = {};
448
+ __export(LeadsFilled_exports, {
449
+ default: () => LeadsFilled_default
450
+ });
451
+ var React10, SvgLeadsFilled, LeadsFilled_default;
452
+ var init_LeadsFilled = __esm({
453
+ "src/react/LeadsFilled.tsx"() {
454
+ "use strict";
455
+ React10 = __toESM(require("react"));
456
+ init_types();
457
+ SvgLeadsFilled = ({ size = 16, ...props }) => {
458
+ const sizeValue = resolveSize(size);
459
+ return /* @__PURE__ */ React10.createElement(
460
+ "svg",
461
+ {
462
+ width: sizeValue,
463
+ height: sizeValue,
464
+ viewBox: "0 0 24 24",
465
+ fill: "none",
466
+ xmlns: "http://www.w3.org/2000/svg",
467
+ ...props
468
+ },
469
+ /* @__PURE__ */ React10.createElement(
470
+ "path",
471
+ {
472
+ fillRule: "evenodd",
473
+ clipRule: "evenodd",
474
+ d: "M2.46447 15.4645C3.40215 14.5268 4.67392 14 6 14H12C13.3261 14 14.5979 14.5268 15.5355 15.4645C16.4732 16.4021 17 17.6739 17 19V20.4888C17 21.3289 16.2744 22 15.4848 22H2.53383C1.779 22 1 21.2236 1 20.486V19C1 17.6739 1.52678 16.4021 2.46447 15.4645Z",
475
+ fill: "currentColor"
476
+ }
477
+ ),
478
+ /* @__PURE__ */ React10.createElement(
479
+ "path",
480
+ {
481
+ fillRule: "evenodd",
482
+ clipRule: "evenodd",
483
+ d: "M4 7C4 4.23858 6.23858 2 9 2C11.7614 2 14 4.23858 14 7C14 9.76142 11.7614 12 9 12C6.23858 12 4 9.76142 4 7Z",
484
+ fill: "currentColor"
485
+ }
486
+ ),
487
+ /* @__PURE__ */ React10.createElement(
488
+ "path",
489
+ {
490
+ fillRule: "evenodd",
491
+ clipRule: "evenodd",
492
+ d: "M18.0318 14.88C18.1698 14.3453 18.7153 14.0237 19.25 14.1618C20.3227 14.4387 21.273 15.0641 21.9517 15.9396C22.6304 16.8152 22.9992 17.8914 23 18.9993V21C23 21.5523 22.5523 22 22 22C21.4477 22 21 21.5523 21 21V19.0007C20.9994 18.3361 20.7782 17.6902 20.371 17.165C19.9638 16.6396 19.3936 16.2644 18.75 16.0982C18.2153 15.9602 17.8937 15.4147 18.0318 14.88Z",
493
+ fill: "currentColor"
494
+ }
495
+ ),
496
+ /* @__PURE__ */ React10.createElement(
497
+ "path",
498
+ {
499
+ fillRule: "evenodd",
500
+ clipRule: "evenodd",
501
+ d: "M15.0312 2.88196C15.1682 2.34694 15.713 2.02426 16.248 2.16125C17.3236 2.43663 18.2768 3.06213 18.9576 3.93914C19.6383 4.81615 20.0078 5.89479 20.0078 7.005C20.0078 8.11521 19.6383 9.19385 18.9576 10.0709C18.2768 10.9479 17.3236 11.5734 16.248 11.8487C15.713 11.9857 15.1682 11.6631 15.0312 11.128C14.8943 10.593 15.2169 10.0482 15.752 9.91125C16.3973 9.74602 16.9692 9.37072 17.3777 8.84452C17.7861 8.31831 18.0078 7.67113 18.0078 7.005C18.0078 6.33887 17.7861 5.69169 17.3777 5.16548C16.9692 4.63928 16.3973 4.26398 15.752 4.09875C15.2169 3.96176 14.8943 3.41699 15.0312 2.88196Z",
502
+ fill: "currentColor"
503
+ }
504
+ )
505
+ );
506
+ };
507
+ LeadsFilled_default = SvgLeadsFilled;
508
+ }
509
+ });
510
+
511
+ // src/react/LeadsLinear.tsx
512
+ var LeadsLinear_exports = {};
513
+ __export(LeadsLinear_exports, {
514
+ default: () => LeadsLinear_default
515
+ });
516
+ var React11, SvgLeadsLinear, LeadsLinear_default;
517
+ var init_LeadsLinear = __esm({
518
+ "src/react/LeadsLinear.tsx"() {
519
+ "use strict";
520
+ React11 = __toESM(require("react"));
521
+ init_types();
522
+ SvgLeadsLinear = ({ size = 16, ...props }) => {
523
+ const sizeValue = resolveSize(size);
524
+ return /* @__PURE__ */ React11.createElement(
525
+ "svg",
526
+ {
527
+ width: sizeValue,
528
+ height: sizeValue,
529
+ viewBox: "0 0 24 24",
530
+ fill: "none",
531
+ xmlns: "http://www.w3.org/2000/svg",
532
+ ...props
533
+ },
534
+ /* @__PURE__ */ React11.createElement(
535
+ "path",
536
+ {
537
+ fillRule: "evenodd",
538
+ clipRule: "evenodd",
539
+ d: "M2.46447 15.4645C3.40215 14.5268 4.67392 14 6 14H12C13.3261 14 14.5979 14.5268 15.5355 15.4645C16.4732 16.4021 17 17.6739 17 19V21C17 21.5523 16.5523 22 16 22C15.4477 22 15 21.5523 15 21V19C15 18.2043 14.6839 17.4413 14.1213 16.8787C13.5587 16.3161 12.7956 16 12 16H6C5.20435 16 4.44129 16.3161 3.87868 16.8787C3.31607 17.4413 3 18.2043 3 19V21C3 21.5523 2.55228 22 2 22C1.44772 22 1 21.5523 1 21V19C1 17.6739 1.52678 16.4021 2.46447 15.4645Z",
540
+ fill: "currentColor"
541
+ }
542
+ ),
543
+ /* @__PURE__ */ React11.createElement(
544
+ "path",
545
+ {
546
+ fillRule: "evenodd",
547
+ clipRule: "evenodd",
548
+ d: "M9 4C7.34315 4 6 5.34315 6 7C6 8.65685 7.34315 10 9 10C10.6569 10 12 8.65685 12 7C12 5.34315 10.6569 4 9 4ZM4 7C4 4.23858 6.23858 2 9 2C11.7614 2 14 4.23858 14 7C14 9.76142 11.7614 12 9 12C6.23858 12 4 9.76142 4 7Z",
549
+ fill: "currentColor"
550
+ }
551
+ ),
552
+ /* @__PURE__ */ React11.createElement(
553
+ "path",
554
+ {
555
+ fillRule: "evenodd",
556
+ clipRule: "evenodd",
557
+ d: "M18.0318 14.88C18.1698 14.3453 18.7153 14.0237 19.25 14.1618C20.3227 14.4387 21.273 15.0641 21.9517 15.9396C22.6304 16.8152 22.9992 17.8914 23 18.9993V21C23 21.5523 22.5523 22 22 22C21.4477 22 21 21.5523 21 21V19.0007C21 19.0006 21 19.0008 21 19.0007C20.9994 18.3361 20.7782 17.6902 20.371 17.165C19.9638 16.6396 19.3936 16.2644 18.75 16.0982C18.2153 15.9602 17.8937 15.4147 18.0318 14.88Z",
558
+ fill: "currentColor"
559
+ }
560
+ ),
561
+ /* @__PURE__ */ React11.createElement(
562
+ "path",
563
+ {
564
+ fillRule: "evenodd",
565
+ clipRule: "evenodd",
566
+ d: "M15.0312 2.88196C15.1682 2.34694 15.713 2.02426 16.248 2.16125C17.3236 2.43663 18.2768 3.06213 18.9576 3.93914C19.6383 4.81615 20.0078 5.89479 20.0078 7.005C20.0078 8.11521 19.6383 9.19385 18.9576 10.0709C18.2768 10.9479 17.3236 11.5734 16.248 11.8487C15.713 11.9857 15.1682 11.6631 15.0312 11.128C14.8943 10.593 15.2169 10.0482 15.752 9.91125C16.3973 9.74602 16.9692 9.37072 17.3777 8.84452C17.7861 8.31831 18.0078 7.67113 18.0078 7.005C18.0078 6.33887 17.7861 5.69169 17.3777 5.16548C16.9692 4.63928 16.3973 4.26398 15.752 4.09875C15.2169 3.96176 14.8943 3.41699 15.0312 2.88196Z",
567
+ fill: "currentColor"
568
+ }
569
+ )
570
+ );
571
+ };
572
+ LeadsLinear_default = SvgLeadsLinear;
573
+ }
574
+ });
575
+
576
+ // src/react/PropertiesFilled.tsx
577
+ var PropertiesFilled_exports = {};
578
+ __export(PropertiesFilled_exports, {
579
+ default: () => PropertiesFilled_default
580
+ });
581
+ var React12, SvgPropertiesFilled, PropertiesFilled_default;
582
+ var init_PropertiesFilled = __esm({
583
+ "src/react/PropertiesFilled.tsx"() {
584
+ "use strict";
585
+ React12 = __toESM(require("react"));
586
+ init_types();
587
+ SvgPropertiesFilled = ({ size = 16, ...props }) => {
588
+ const sizeValue = resolveSize(size);
589
+ return /* @__PURE__ */ React12.createElement(
590
+ "svg",
591
+ {
592
+ width: sizeValue,
593
+ height: sizeValue,
594
+ viewBox: "0 0 24 24",
595
+ fill: "none",
596
+ xmlns: "http://www.w3.org/2000/svg",
597
+ ...props
598
+ },
599
+ /* @__PURE__ */ React12.createElement(
600
+ "path",
601
+ {
602
+ fillRule: "evenodd",
603
+ clipRule: "evenodd",
604
+ d: "M1.87831 11.8787C2.44092 11.3161 3.20398 11 3.99963 11H5.99963C6.55192 11 6.99963 11.4477 6.99963 12C6.99963 12.5523 6.55192 13 5.99963 13H3.99963C3.73442 13 3.48006 13.1054 3.29253 13.2929C3.10499 13.4804 2.99963 13.7348 2.99963 14V20C2.99963 20.2652 3.10499 20.5196 3.29253 20.7071C3.48006 20.8946 3.73442 21 3.99963 21H7.99963C8.55192 21 8.99963 21.4477 8.99963 22C8.99963 22.5523 8.55192 23 7.99963 23H3.99963C3.20398 23 2.44092 22.6839 1.87831 22.1213C1.3157 21.5587 0.999634 20.7956 0.999634 20V14C0.999634 13.2044 1.3157 12.4413 1.87831 11.8787Z",
605
+ fill: "currentColor"
606
+ }
607
+ ),
608
+ /* @__PURE__ */ React12.createElement(
609
+ "path",
610
+ {
611
+ fillRule: "evenodd",
612
+ clipRule: "evenodd",
613
+ d: "M16.9996 9C16.9996 8.44772 17.4473 8 17.9996 8H19.9996C20.7953 8 21.5583 8.31607 22.121 8.87868C22.6836 9.44129 22.9996 10.2043 22.9996 11V20C22.9996 20.7957 22.6836 21.5587 22.121 22.1213C21.5583 22.6839 20.7953 23 19.9996 23H15.9996C15.4473 23 14.9996 22.5523 14.9996 22C14.9996 21.4477 15.4473 21 15.9996 21H19.9996C20.2649 21 20.5192 20.8946 20.7067 20.7071C20.8943 20.5196 20.9996 20.2652 20.9996 20V11C20.9996 10.7348 20.8943 10.4804 20.7067 10.2929C20.5192 10.1054 20.2649 10 19.9996 10H17.9996C17.4473 10 16.9996 9.55228 16.9996 9Z",
614
+ fill: "currentColor"
615
+ }
616
+ ),
617
+ /* @__PURE__ */ React12.createElement(
618
+ "path",
619
+ {
620
+ d: "M16.0356 0.902344C17.6923 0.902608 19.0356 2.24565 19.0356 3.90234V19.999C19.0356 21.6559 17.6915 22.999 16.0347 22.999H8.00049C6.34363 22.999 5.00049 21.6559 5.00049 19.999V3.90234C5.00049 2.24549 6.34363 0.902344 8.00049 0.902344H16.0356ZM10.0005 17C9.4482 17 9.00049 17.4477 9.00049 18C9.00051 18.5523 9.44822 19 10.0005 19H14.0005C14.5525 18.9997 15.0005 18.5521 15.0005 18C15.0005 17.4479 14.5525 17.0003 14.0005 17H10.0005ZM10.0005 13C9.4482 13 9.00049 13.4477 9.00049 14C9.00051 14.5523 9.44822 15 10.0005 15H14.0005C14.5525 14.9997 15.0005 14.5521 15.0005 14C15.0005 13.4479 14.5525 13.0003 14.0005 13H10.0005ZM10.0005 9C9.4482 9 9.00049 9.44771 9.00049 10C9.00051 10.5523 9.44822 11 10.0005 11H14.0005C14.5525 10.9997 15.0005 10.5521 15.0005 10C15.0005 9.44788 14.5525 9.00026 14.0005 9H10.0005ZM10.0005 5C9.4482 5 9.00049 5.44772 9.00049 6C9.00051 6.55226 9.44822 7 10.0005 7H14.0005C14.5525 6.99974 15.0005 6.5521 15.0005 6C15.0005 5.44788 14.5525 5.00026 14.0005 5H10.0005Z",
621
+ fill: "currentColor"
622
+ }
623
+ )
624
+ );
625
+ };
626
+ PropertiesFilled_default = SvgPropertiesFilled;
627
+ }
628
+ });
629
+
630
+ // src/react/PropertiesLinear.tsx
631
+ var PropertiesLinear_exports = {};
632
+ __export(PropertiesLinear_exports, {
633
+ default: () => PropertiesLinear_default
634
+ });
635
+ var React13, SvgPropertiesLinear, PropertiesLinear_default;
636
+ var init_PropertiesLinear = __esm({
637
+ "src/react/PropertiesLinear.tsx"() {
638
+ "use strict";
639
+ React13 = __toESM(require("react"));
640
+ init_types();
641
+ SvgPropertiesLinear = ({ size = 16, ...props }) => {
642
+ const sizeValue = resolveSize(size);
643
+ return /* @__PURE__ */ React13.createElement(
644
+ "svg",
645
+ {
646
+ width: sizeValue,
647
+ height: sizeValue,
648
+ viewBox: "0 0 24 24",
649
+ fill: "none",
650
+ xmlns: "http://www.w3.org/2000/svg",
651
+ ...props
652
+ },
653
+ /* @__PURE__ */ React13.createElement(
654
+ "path",
655
+ {
656
+ fillRule: "evenodd",
657
+ clipRule: "evenodd",
658
+ d: "M8 3C7.73478 3 7.48043 3.10536 7.29289 3.29289C7.10536 3.48043 7 3.73478 7 4V21H17V4C17 3.73478 16.8946 3.48043 16.7071 3.29289C16.5196 3.10536 16.2652 3 16 3H8ZM5.87868 1.87868C6.44129 1.31607 7.20435 1 8 1H16C16.7956 1 17.5587 1.31607 18.1213 1.87868C18.6839 2.44129 19 3.20435 19 4V22C19 22.5523 18.5523 23 18 23H6C5.44772 23 5 22.5523 5 22V4C5 3.20435 5.31607 2.44129 5.87868 1.87868Z",
659
+ fill: "currentColor"
660
+ }
661
+ ),
662
+ /* @__PURE__ */ React13.createElement(
663
+ "path",
664
+ {
665
+ fillRule: "evenodd",
666
+ clipRule: "evenodd",
667
+ d: "M1.87868 11.8787C2.44129 11.3161 3.20435 11 4 11H6C6.55228 11 7 11.4477 7 12C7 12.5523 6.55228 13 6 13H4C3.73478 13 3.48043 13.1054 3.29289 13.2929C3.10536 13.4804 3 13.7348 3 14V20C3 20.2652 3.10536 20.5196 3.29289 20.7071C3.48043 20.8946 3.73478 21 4 21H6C6.55228 21 7 21.4477 7 22C7 22.5523 6.55228 23 6 23H4C3.20435 23 2.44129 22.6839 1.87868 22.1213C1.31607 21.5587 1 20.7957 1 20V14C1 13.2044 1.31607 12.4413 1.87868 11.8787Z",
668
+ fill: "currentColor"
669
+ }
670
+ ),
671
+ /* @__PURE__ */ React13.createElement(
672
+ "path",
673
+ {
674
+ fillRule: "evenodd",
675
+ clipRule: "evenodd",
676
+ d: "M17 9C17 8.44772 17.4477 8 18 8H20C20.7957 8 21.5587 8.31607 22.1213 8.87868C22.6839 9.44129 23 10.2043 23 11V20C23 20.7957 22.6839 21.5587 22.1213 22.1213C21.5587 22.6839 20.7957 23 20 23H18C17.4477 23 17 22.5523 17 22C17 21.4477 17.4477 21 18 21H20C20.2652 21 20.5196 20.8946 20.7071 20.7071C20.8946 20.5196 21 20.2652 21 20V11C21 10.7348 20.8946 10.4804 20.7071 10.2929C20.5196 10.1054 20.2652 10 20 10H18C17.4477 10 17 9.55228 17 9Z",
677
+ fill: "currentColor"
678
+ }
679
+ ),
680
+ /* @__PURE__ */ React13.createElement(
681
+ "path",
682
+ {
683
+ fillRule: "evenodd",
684
+ clipRule: "evenodd",
685
+ d: "M9 6C9 5.44772 9.44771 5 10 5H14C14.5523 5 15 5.44772 15 6C15 6.55228 14.5523 7 14 7H10C9.44771 7 9 6.55228 9 6Z",
686
+ fill: "currentColor"
687
+ }
688
+ ),
689
+ /* @__PURE__ */ React13.createElement(
690
+ "path",
691
+ {
692
+ fillRule: "evenodd",
693
+ clipRule: "evenodd",
694
+ d: "M9 10C9 9.44771 9.44771 9 10 9H14C14.5523 9 15 9.44771 15 10C15 10.5523 14.5523 11 14 11H10C9.44771 11 9 10.5523 9 10Z",
695
+ fill: "currentColor"
696
+ }
697
+ ),
698
+ /* @__PURE__ */ React13.createElement(
699
+ "path",
700
+ {
701
+ fillRule: "evenodd",
702
+ clipRule: "evenodd",
703
+ d: "M9 14C9 13.4477 9.44771 13 10 13H14C14.5523 13 15 13.4477 15 14C15 14.5523 14.5523 15 14 15H10C9.44771 15 9 14.5523 9 14Z",
704
+ fill: "currentColor"
705
+ }
706
+ ),
707
+ /* @__PURE__ */ React13.createElement(
708
+ "path",
709
+ {
710
+ fillRule: "evenodd",
711
+ clipRule: "evenodd",
712
+ d: "M9 18C9 17.4477 9.44771 17 10 17H14C14.5523 17 15 17.4477 15 18C15 18.5523 14.5523 19 14 19H10C9.44771 19 9 18.5523 9 18Z",
713
+ fill: "currentColor"
714
+ }
715
+ )
716
+ );
717
+ };
718
+ PropertiesLinear_default = SvgPropertiesLinear;
719
+ }
720
+ });
721
+
372
722
  // src/react/Search.tsx
373
723
  var Search_exports = {};
374
724
  __export(Search_exports, {
375
725
  default: () => Search_default
376
726
  });
377
- var React8, SvgSearch, Search_default;
727
+ var React14, SvgSearch, Search_default;
378
728
  var init_Search = __esm({
379
729
  "src/react/Search.tsx"() {
380
730
  "use strict";
381
- React8 = __toESM(require("react"));
731
+ React14 = __toESM(require("react"));
382
732
  init_types();
383
733
  SvgSearch = ({ size = 16, ...props }) => {
384
734
  const sizeValue = resolveSize(size);
385
- return /* @__PURE__ */ React8.createElement(
735
+ return /* @__PURE__ */ React14.createElement(
386
736
  "svg",
387
737
  {
388
738
  width: sizeValue,
@@ -392,7 +742,7 @@ var init_Search = __esm({
392
742
  xmlns: "http://www.w3.org/2000/svg",
393
743
  ...props
394
744
  },
395
- /* @__PURE__ */ React8.createElement(
745
+ /* @__PURE__ */ React14.createElement(
396
746
  "path",
397
747
  {
398
748
  fillRule: "evenodd",
@@ -401,7 +751,7 @@ var init_Search = __esm({
401
751
  fill: "currentColor"
402
752
  }
403
753
  ),
404
- /* @__PURE__ */ React8.createElement(
754
+ /* @__PURE__ */ React14.createElement(
405
755
  "path",
406
756
  {
407
757
  fillRule: "evenodd",
@@ -421,15 +771,15 @@ var User_exports = {};
421
771
  __export(User_exports, {
422
772
  default: () => User_default
423
773
  });
424
- var React9, SvgUser, User_default;
774
+ var React15, SvgUser, User_default;
425
775
  var init_User = __esm({
426
776
  "src/react/User.tsx"() {
427
777
  "use strict";
428
- React9 = __toESM(require("react"));
778
+ React15 = __toESM(require("react"));
429
779
  init_types();
430
780
  SvgUser = ({ size = 16, ...props }) => {
431
781
  const sizeValue = resolveSize(size);
432
- return /* @__PURE__ */ React9.createElement(
782
+ return /* @__PURE__ */ React15.createElement(
433
783
  "svg",
434
784
  {
435
785
  width: sizeValue,
@@ -439,7 +789,7 @@ var init_User = __esm({
439
789
  xmlns: "http://www.w3.org/2000/svg",
440
790
  ...props
441
791
  },
442
- /* @__PURE__ */ React9.createElement(
792
+ /* @__PURE__ */ React15.createElement(
443
793
  "path",
444
794
  {
445
795
  fillRule: "evenodd",
@@ -448,7 +798,7 @@ var init_User = __esm({
448
798
  fill: "currentColor"
449
799
  }
450
800
  ),
451
- /* @__PURE__ */ React9.createElement(
801
+ /* @__PURE__ */ React15.createElement(
452
802
  "path",
453
803
  {
454
804
  fillRule: "evenodd",
@@ -472,9 +822,15 @@ __export(react_exports, {
472
822
  Edit: () => Edit_default,
473
823
  EyeHidden: () => EyeHidden_default,
474
824
  EyeVisible: () => EyeVisible_default,
825
+ HomeFilled: () => HomeFilled_default,
826
+ HomeLinear: () => HomeLinear_default,
475
827
  ICON_SIZES: () => ICON_SIZES,
476
828
  Icon: () => Icon_default,
477
829
  IconSlot: () => IconSlot_default,
830
+ LeadsFilled: () => LeadsFilled_default,
831
+ LeadsLinear: () => LeadsLinear_default,
832
+ PropertiesFilled: () => PropertiesFilled_default,
833
+ PropertiesLinear: () => PropertiesLinear_default,
478
834
  Search: () => Search_default,
479
835
  User: () => User_default,
480
836
  resolveSize: () => resolveSize
@@ -486,12 +842,18 @@ init_Check();
486
842
  init_Edit();
487
843
  init_EyeHidden();
488
844
  init_EyeVisible();
845
+ init_HomeFilled();
846
+ init_HomeLinear();
489
847
  init_IconSlot();
848
+ init_LeadsFilled();
849
+ init_LeadsLinear();
850
+ init_PropertiesFilled();
851
+ init_PropertiesLinear();
490
852
  init_Search();
491
853
  init_User();
492
854
 
493
855
  // src/react/Icon.tsx
494
- var React10 = __toESM(require("react"));
856
+ var React16 = __toESM(require("react"));
495
857
  function loadIcon(name) {
496
858
  switch (name) {
497
859
  case "arrow-left":
@@ -506,8 +868,20 @@ function loadIcon(name) {
506
868
  return Promise.resolve().then(() => (init_EyeHidden(), EyeHidden_exports)).then((m) => m.default);
507
869
  case "eye-visible":
508
870
  return Promise.resolve().then(() => (init_EyeVisible(), EyeVisible_exports)).then((m) => m.default);
871
+ case "home-filled":
872
+ return Promise.resolve().then(() => (init_HomeFilled(), HomeFilled_exports)).then((m) => m.default);
873
+ case "home-linear":
874
+ return Promise.resolve().then(() => (init_HomeLinear(), HomeLinear_exports)).then((m) => m.default);
509
875
  case "icon-slot":
510
876
  return Promise.resolve().then(() => (init_IconSlot(), IconSlot_exports)).then((m) => m.default);
877
+ case "leads-filled":
878
+ return Promise.resolve().then(() => (init_LeadsFilled(), LeadsFilled_exports)).then((m) => m.default);
879
+ case "leads-linear":
880
+ return Promise.resolve().then(() => (init_LeadsLinear(), LeadsLinear_exports)).then((m) => m.default);
881
+ case "properties-filled":
882
+ return Promise.resolve().then(() => (init_PropertiesFilled(), PropertiesFilled_exports)).then((m) => m.default);
883
+ case "properties-linear":
884
+ return Promise.resolve().then(() => (init_PropertiesLinear(), PropertiesLinear_exports)).then((m) => m.default);
511
885
  case "search":
512
886
  return Promise.resolve().then(() => (init_Search(), Search_exports)).then((m) => m.default);
513
887
  case "user":
@@ -517,10 +891,10 @@ function loadIcon(name) {
517
891
  }
518
892
  }
519
893
  var Icon = ({ name, size = 16, color, ...props }) => {
520
- const [IconComponent, setIconComponent] = React10.useState(null);
521
- const [loading, setLoading] = React10.useState(true);
522
- const [error, setError] = React10.useState(null);
523
- React10.useEffect(() => {
894
+ const [IconComponent, setIconComponent] = React16.useState(null);
895
+ const [loading, setLoading] = React16.useState(true);
896
+ const [error, setError] = React16.useState(null);
897
+ React16.useEffect(() => {
524
898
  setLoading(true);
525
899
  setError(null);
526
900
  loadIcon(name).then((Component) => {
@@ -539,7 +913,7 @@ var Icon = ({ name, size = 16, color, ...props }) => {
539
913
  return null;
540
914
  }
541
915
  const style = color ? { ...props.style, color } : props.style;
542
- return /* @__PURE__ */ React10.createElement(IconComponent, { size, ...props, style });
916
+ return /* @__PURE__ */ React16.createElement(IconComponent, { size, ...props, style });
543
917
  };
544
918
  var Icon_default = Icon;
545
919