@edux-design/icons 0.0.5 → 0.0.7

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/index.mjs CHANGED
@@ -2493,9 +2493,59 @@ var SvgListordered = (props) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
2493
2493
  );
2494
2494
  var Listordered_default = SvgListordered;
2495
2495
 
2496
- // src/components/Next.tsx
2496
+ // src/components/Meatball.tsx
2497
2497
  var import_jsx_runtime33 = __toESM(require_jsx_runtime());
2498
- var SvgNext = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2498
+ var SvgMeatball = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
2499
+ "svg",
2500
+ {
2501
+ xmlns: "http://www.w3.org/2000/svg",
2502
+ width: "1em",
2503
+ height: "1em",
2504
+ fill: "none",
2505
+ stroke: "currentColor",
2506
+ strokeLinecap: "round",
2507
+ strokeLinejoin: "round",
2508
+ strokeWidth: 2,
2509
+ className: "meatball_svg__lucide meatball_svg__lucide-ellipsis-icon meatball_svg__lucide-ellipsis",
2510
+ viewBox: "0 0 24 24",
2511
+ ...props,
2512
+ children: [
2513
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("circle", { cx: 12, cy: 12, r: 1 }),
2514
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("circle", { cx: 19, cy: 12, r: 1 }),
2515
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("circle", { cx: 5, cy: 12, r: 1 })
2516
+ ]
2517
+ }
2518
+ );
2519
+ var Meatball_default = SvgMeatball;
2520
+
2521
+ // src/components/MeatballVertical.tsx
2522
+ var import_jsx_runtime34 = __toESM(require_jsx_runtime());
2523
+ var SvgMeatballVertical = (props) => /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
2524
+ "svg",
2525
+ {
2526
+ xmlns: "http://www.w3.org/2000/svg",
2527
+ width: "1em",
2528
+ height: "1em",
2529
+ fill: "none",
2530
+ stroke: "currentColor",
2531
+ strokeLinecap: "round",
2532
+ strokeLinejoin: "round",
2533
+ strokeWidth: 2,
2534
+ className: "meatball-vertical_svg__lucide meatball-vertical_svg__lucide-ellipsis-vertical-icon meatball-vertical_svg__lucide-ellipsis-vertical",
2535
+ viewBox: "0 0 24 24",
2536
+ ...props,
2537
+ children: [
2538
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("circle", { cx: 12, cy: 12, r: 1 }),
2539
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("circle", { cx: 12, cy: 5, r: 1 }),
2540
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("circle", { cx: 12, cy: 19, r: 1 })
2541
+ ]
2542
+ }
2543
+ );
2544
+ var MeatballVertical_default = SvgMeatballVertical;
2545
+
2546
+ // src/components/Next.tsx
2547
+ var import_jsx_runtime35 = __toESM(require_jsx_runtime());
2548
+ var SvgNext = (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2499
2549
  "svg",
2500
2550
  {
2501
2551
  xmlns: "http://www.w3.org/2000/svg",
@@ -2504,7 +2554,7 @@ var SvgNext = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2504
2554
  fill: "none",
2505
2555
  viewBox: "0 0 24 24",
2506
2556
  ...props,
2507
- children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2557
+ children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2508
2558
  "path",
2509
2559
  {
2510
2560
  fill: "currentColor",
@@ -2518,8 +2568,8 @@ var SvgNext = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2518
2568
  var Next_default = SvgNext;
2519
2569
 
2520
2570
  // src/components/PersonAvatar.tsx
2521
- var import_jsx_runtime34 = __toESM(require_jsx_runtime());
2522
- var SvgPersonAvatar = (props) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
2571
+ var import_jsx_runtime36 = __toESM(require_jsx_runtime());
2572
+ var SvgPersonAvatar = (props) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2523
2573
  "svg",
2524
2574
  {
2525
2575
  xmlns: "http://www.w3.org/2000/svg",
@@ -2528,7 +2578,7 @@ var SvgPersonAvatar = (props) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
2528
2578
  fill: "none",
2529
2579
  viewBox: "0 0 24 24",
2530
2580
  ...props,
2531
- children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
2581
+ children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2532
2582
  "path",
2533
2583
  {
2534
2584
  fill: "currentColor",
@@ -2542,8 +2592,8 @@ var SvgPersonAvatar = (props) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
2542
2592
  var PersonAvatar_default = SvgPersonAvatar;
2543
2593
 
2544
2594
  // src/components/Plus.tsx
2545
- var import_jsx_runtime35 = __toESM(require_jsx_runtime());
2546
- var SvgPlus = (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2595
+ var import_jsx_runtime37 = __toESM(require_jsx_runtime());
2596
+ var SvgPlus = (props) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2547
2597
  "svg",
2548
2598
  {
2549
2599
  xmlns: "http://www.w3.org/2000/svg",
@@ -2552,7 +2602,7 @@ var SvgPlus = (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2552
2602
  fill: "none",
2553
2603
  viewBox: "0 0 24 24",
2554
2604
  ...props,
2555
- children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2605
+ children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2556
2606
  "path",
2557
2607
  {
2558
2608
  fill: "currentColor",
@@ -2566,8 +2616,8 @@ var SvgPlus = (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2566
2616
  var Plus_default = SvgPlus;
2567
2617
 
2568
2618
  // src/components/Previous.tsx
2569
- var import_jsx_runtime36 = __toESM(require_jsx_runtime());
2570
- var SvgPrevious = (props) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2619
+ var import_jsx_runtime38 = __toESM(require_jsx_runtime());
2620
+ var SvgPrevious = (props) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
2571
2621
  "svg",
2572
2622
  {
2573
2623
  xmlns: "http://www.w3.org/2000/svg",
@@ -2576,7 +2626,7 @@ var SvgPrevious = (props) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2576
2626
  fill: "none",
2577
2627
  viewBox: "0 0 24 24",
2578
2628
  ...props,
2579
- children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2629
+ children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
2580
2630
  "path",
2581
2631
  {
2582
2632
  fill: "currentColor",
@@ -2590,8 +2640,8 @@ var SvgPrevious = (props) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2590
2640
  var Previous_default = SvgPrevious;
2591
2641
 
2592
2642
  // src/components/Product.tsx
2593
- var import_jsx_runtime37 = __toESM(require_jsx_runtime());
2594
- var SvgProduct = (props) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2643
+ var import_jsx_runtime39 = __toESM(require_jsx_runtime());
2644
+ var SvgProduct = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2595
2645
  "svg",
2596
2646
  {
2597
2647
  xmlns: "http://www.w3.org/2000/svg",
@@ -2600,7 +2650,7 @@ var SvgProduct = (props) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2600
2650
  fill: "none",
2601
2651
  viewBox: "0 0 18 20",
2602
2652
  ...props,
2603
- children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2653
+ children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2604
2654
  "path",
2605
2655
  {
2606
2656
  fill: "currentColor",
@@ -2614,8 +2664,8 @@ var SvgProduct = (props) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2614
2664
  var Product_default = SvgProduct;
2615
2665
 
2616
2666
  // src/components/Redo.tsx
2617
- var import_jsx_runtime38 = __toESM(require_jsx_runtime());
2618
- var SvgRedo = (props) => /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
2667
+ var import_jsx_runtime40 = __toESM(require_jsx_runtime());
2668
+ var SvgRedo = (props) => /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
2619
2669
  "svg",
2620
2670
  {
2621
2671
  xmlns: "http://www.w3.org/2000/svg",
@@ -2630,16 +2680,16 @@ var SvgRedo = (props) => /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
2630
2680
  viewBox: "0 0 24 24",
2631
2681
  ...props,
2632
2682
  children: [
2633
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("path", { d: "m15 14 5-5-5-5" }),
2634
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("path", { d: "M20 9H9.5A5.5 5.5 0 0 0 4 14.5 5.5 5.5 0 0 0 9.5 20H13" })
2683
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { d: "m15 14 5-5-5-5" }),
2684
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { d: "M20 9H9.5A5.5 5.5 0 0 0 4 14.5 5.5 5.5 0 0 0 9.5 20H13" })
2635
2685
  ]
2636
2686
  }
2637
2687
  );
2638
2688
  var Redo_default = SvgRedo;
2639
2689
 
2640
2690
  // src/components/Searchglass.tsx
2641
- var import_jsx_runtime39 = __toESM(require_jsx_runtime());
2642
- var SvgSearchglass = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2691
+ var import_jsx_runtime41 = __toESM(require_jsx_runtime());
2692
+ var SvgSearchglass = (props) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2643
2693
  "svg",
2644
2694
  {
2645
2695
  xmlns: "http://www.w3.org/2000/svg",
@@ -2648,7 +2698,7 @@ var SvgSearchglass = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2648
2698
  fill: "none",
2649
2699
  viewBox: "0 0 24 24",
2650
2700
  ...props,
2651
- children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2701
+ children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2652
2702
  "path",
2653
2703
  {
2654
2704
  fill: "currentColor",
@@ -2662,8 +2712,8 @@ var SvgSearchglass = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2662
2712
  var Searchglass_default = SvgSearchglass;
2663
2713
 
2664
2714
  // src/components/Series.tsx
2665
- var import_jsx_runtime40 = __toESM(require_jsx_runtime());
2666
- var SvgSeries = (props) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2715
+ var import_jsx_runtime42 = __toESM(require_jsx_runtime());
2716
+ var SvgSeries = (props) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
2667
2717
  "svg",
2668
2718
  {
2669
2719
  xmlns: "http://www.w3.org/2000/svg",
@@ -2672,7 +2722,7 @@ var SvgSeries = (props) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2672
2722
  fill: "none",
2673
2723
  viewBox: "0 0 24 24",
2674
2724
  ...props,
2675
- children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2725
+ children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
2676
2726
  "path",
2677
2727
  {
2678
2728
  fill: "currentColor",
@@ -2686,8 +2736,8 @@ var SvgSeries = (props) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2686
2736
  var Series_default = SvgSeries;
2687
2737
 
2688
2738
  // src/components/Settings.tsx
2689
- var import_jsx_runtime41 = __toESM(require_jsx_runtime());
2690
- var SvgSettings = (props) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2739
+ var import_jsx_runtime43 = __toESM(require_jsx_runtime());
2740
+ var SvgSettings = (props) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2691
2741
  "svg",
2692
2742
  {
2693
2743
  xmlns: "http://www.w3.org/2000/svg",
@@ -2696,7 +2746,7 @@ var SvgSettings = (props) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2696
2746
  fill: "none",
2697
2747
  viewBox: "0 0 20 20",
2698
2748
  ...props,
2699
- children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2749
+ children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2700
2750
  "path",
2701
2751
  {
2702
2752
  fill: "currentColor",
@@ -2710,8 +2760,8 @@ var SvgSettings = (props) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2710
2760
  var Settings_default = SvgSettings;
2711
2761
 
2712
2762
  // src/components/Sigma.tsx
2713
- var import_jsx_runtime42 = __toESM(require_jsx_runtime());
2714
- var SvgSigma = (props) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
2763
+ var import_jsx_runtime44 = __toESM(require_jsx_runtime());
2764
+ var SvgSigma = (props) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
2715
2765
  "svg",
2716
2766
  {
2717
2767
  xmlns: "http://www.w3.org/2000/svg",
@@ -2725,14 +2775,14 @@ var SvgSigma = (props) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
2725
2775
  className: "sigma_svg__lucide sigma_svg__lucide-sigma-icon sigma_svg__lucide-sigma",
2726
2776
  viewBox: "0 0 24 24",
2727
2777
  ...props,
2728
- children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("path", { d: "M18 7V5a1 1 0 0 0-1-1H6.5a.5.5 0 0 0-.4.8l4.5 6a2 2 0 0 1 0 2.4l-4.5 6a.5.5 0 0 0 .4.8H17a1 1 0 0 0 1-1v-2" })
2778
+ children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { d: "M18 7V5a1 1 0 0 0-1-1H6.5a.5.5 0 0 0-.4.8l4.5 6a2 2 0 0 1 0 2.4l-4.5 6a.5.5 0 0 0 .4.8H17a1 1 0 0 0 1-1v-2" })
2729
2779
  }
2730
2780
  );
2731
2781
  var Sigma_default = SvgSigma;
2732
2782
 
2733
2783
  // src/components/Success.tsx
2734
- var import_jsx_runtime43 = __toESM(require_jsx_runtime());
2735
- var SvgSuccess = (props) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2784
+ var import_jsx_runtime45 = __toESM(require_jsx_runtime());
2785
+ var SvgSuccess = (props) => /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
2736
2786
  "svg",
2737
2787
  {
2738
2788
  xmlns: "http://www.w3.org/2000/svg",
@@ -2741,7 +2791,7 @@ var SvgSuccess = (props) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2741
2791
  fill: "none",
2742
2792
  viewBox: "0 0 24 24",
2743
2793
  ...props,
2744
- children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2794
+ children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
2745
2795
  "path",
2746
2796
  {
2747
2797
  fill: "currentColor",
@@ -2755,8 +2805,8 @@ var SvgSuccess = (props) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2755
2805
  var Success_default = SvgSuccess;
2756
2806
 
2757
2807
  // src/components/Swaporder.tsx
2758
- var import_jsx_runtime44 = __toESM(require_jsx_runtime());
2759
- var SvgSwaporder = (props) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
2808
+ var import_jsx_runtime46 = __toESM(require_jsx_runtime());
2809
+ var SvgSwaporder = (props) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2760
2810
  "svg",
2761
2811
  {
2762
2812
  xmlns: "http://www.w3.org/2000/svg",
@@ -2765,7 +2815,7 @@ var SvgSwaporder = (props) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
2765
2815
  fill: "none",
2766
2816
  viewBox: "0 0 24 24",
2767
2817
  ...props,
2768
- children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
2818
+ children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2769
2819
  "path",
2770
2820
  {
2771
2821
  fill: "currentColor",
@@ -2779,8 +2829,8 @@ var SvgSwaporder = (props) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
2779
2829
  var Swaporder_default = SvgSwaporder;
2780
2830
 
2781
2831
  // src/components/Switch.tsx
2782
- var import_jsx_runtime45 = __toESM(require_jsx_runtime());
2783
- var SvgSwitch = (props) => /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
2832
+ var import_jsx_runtime47 = __toESM(require_jsx_runtime());
2833
+ var SvgSwitch = (props) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
2784
2834
  "svg",
2785
2835
  {
2786
2836
  xmlns: "http://www.w3.org/2000/svg",
@@ -2789,7 +2839,7 @@ var SvgSwitch = (props) => /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
2789
2839
  fill: "none",
2790
2840
  viewBox: "0 0 24 24",
2791
2841
  ...props,
2792
- children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
2842
+ children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
2793
2843
  "path",
2794
2844
  {
2795
2845
  fill: "#212529",
@@ -2801,8 +2851,8 @@ var SvgSwitch = (props) => /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
2801
2851
  var Switch_default = SvgSwitch;
2802
2852
 
2803
2853
  // src/components/Table.tsx
2804
- var import_jsx_runtime46 = __toESM(require_jsx_runtime());
2805
- var SvgTable = (props) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2854
+ var import_jsx_runtime48 = __toESM(require_jsx_runtime());
2855
+ var SvgTable = (props) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
2806
2856
  "svg",
2807
2857
  {
2808
2858
  xmlns: "http://www.w3.org/2000/svg",
@@ -2816,14 +2866,14 @@ var SvgTable = (props) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2816
2866
  className: "table_svg__lucide table_svg__lucide-table2-icon table_svg__lucide-table-2",
2817
2867
  viewBox: "0 0 24 24",
2818
2868
  ...props,
2819
- children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("path", { d: "M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18" })
2869
+ children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("path", { d: "M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18" })
2820
2870
  }
2821
2871
  );
2822
2872
  var Table_default = SvgTable;
2823
2873
 
2824
2874
  // src/components/TextAlignCenter.tsx
2825
- var import_jsx_runtime47 = __toESM(require_jsx_runtime());
2826
- var SvgTextAlignCenter = (props) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
2875
+ var import_jsx_runtime49 = __toESM(require_jsx_runtime());
2876
+ var SvgTextAlignCenter = (props) => /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
2827
2877
  "svg",
2828
2878
  {
2829
2879
  xmlns: "http://www.w3.org/2000/svg",
@@ -2837,14 +2887,14 @@ var SvgTextAlignCenter = (props) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx
2837
2887
  className: "text-align-center_svg__lucide text-align-center_svg__lucide-text-align-center-icon text-align-center_svg__lucide-text-align-center",
2838
2888
  viewBox: "0 0 24 24",
2839
2889
  ...props,
2840
- children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("path", { d: "M21 5H3M17 12H7M19 19H5" })
2890
+ children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { d: "M21 5H3M17 12H7M19 19H5" })
2841
2891
  }
2842
2892
  );
2843
2893
  var TextAlignCenter_default = SvgTextAlignCenter;
2844
2894
 
2845
2895
  // src/components/TextAlignEnd.tsx
2846
- var import_jsx_runtime48 = __toESM(require_jsx_runtime());
2847
- var SvgTextAlignEnd = (props) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
2896
+ var import_jsx_runtime50 = __toESM(require_jsx_runtime());
2897
+ var SvgTextAlignEnd = (props) => /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
2848
2898
  "svg",
2849
2899
  {
2850
2900
  xmlns: "http://www.w3.org/2000/svg",
@@ -2858,14 +2908,14 @@ var SvgTextAlignEnd = (props) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
2858
2908
  className: "text-align-end_svg__lucide text-align-end_svg__lucide-text-align-end-icon text-align-end_svg__lucide-text-align-end",
2859
2909
  viewBox: "0 0 24 24",
2860
2910
  ...props,
2861
- children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("path", { d: "M21 5H3M21 12H9M21 19H7" })
2911
+ children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { d: "M21 5H3M21 12H9M21 19H7" })
2862
2912
  }
2863
2913
  );
2864
2914
  var TextAlignEnd_default = SvgTextAlignEnd;
2865
2915
 
2866
2916
  // src/components/TextAlignJustify.tsx
2867
- var import_jsx_runtime49 = __toESM(require_jsx_runtime());
2868
- var SvgTextAlignJustify = (props) => /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
2917
+ var import_jsx_runtime51 = __toESM(require_jsx_runtime());
2918
+ var SvgTextAlignJustify = (props) => /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
2869
2919
  "svg",
2870
2920
  {
2871
2921
  xmlns: "http://www.w3.org/2000/svg",
@@ -2879,14 +2929,14 @@ var SvgTextAlignJustify = (props) => /* @__PURE__ */ (0, import_jsx_runtime49.js
2879
2929
  className: "text-align-justify_svg__lucide text-align-justify_svg__lucide-text-align-justify-icon text-align-justify_svg__lucide-text-align-justify",
2880
2930
  viewBox: "0 0 24 24",
2881
2931
  ...props,
2882
- children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { d: "M3 5h18M3 12h18M3 19h18" })
2932
+ children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { d: "M3 5h18M3 12h18M3 19h18" })
2883
2933
  }
2884
2934
  );
2885
2935
  var TextAlignJustify_default = SvgTextAlignJustify;
2886
2936
 
2887
2937
  // src/components/TextAlignStart.tsx
2888
- var import_jsx_runtime50 = __toESM(require_jsx_runtime());
2889
- var SvgTextAlignStart = (props) => /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
2938
+ var import_jsx_runtime52 = __toESM(require_jsx_runtime());
2939
+ var SvgTextAlignStart = (props) => /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
2890
2940
  "svg",
2891
2941
  {
2892
2942
  xmlns: "http://www.w3.org/2000/svg",
@@ -2900,14 +2950,14 @@ var SvgTextAlignStart = (props) => /* @__PURE__ */ (0, import_jsx_runtime50.jsx)
2900
2950
  className: "text-align-start_svg__lucide text-align-start_svg__lucide-text-align-start-icon text-align-start_svg__lucide-text-align-start",
2901
2951
  viewBox: "0 0 24 24",
2902
2952
  ...props,
2903
- children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { d: "M21 5H3M15 12H3M17 19H3" })
2953
+ children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("path", { d: "M21 5H3M15 12H3M17 19H3" })
2904
2954
  }
2905
2955
  );
2906
2956
  var TextAlignStart_default = SvgTextAlignStart;
2907
2957
 
2908
2958
  // src/components/Underlinetext.tsx
2909
- var import_jsx_runtime51 = __toESM(require_jsx_runtime());
2910
- var SvgUnderlinetext = (props) => /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
2959
+ var import_jsx_runtime53 = __toESM(require_jsx_runtime());
2960
+ var SvgUnderlinetext = (props) => /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
2911
2961
  "svg",
2912
2962
  {
2913
2963
  xmlns: "http://www.w3.org/2000/svg",
@@ -2921,14 +2971,14 @@ var SvgUnderlinetext = (props) => /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
2921
2971
  className: "underlinetext_svg__lucide underlinetext_svg__lucide-underline-icon underlinetext_svg__lucide-underline",
2922
2972
  viewBox: "0 0 24 24",
2923
2973
  ...props,
2924
- children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { d: "M6 4v6a6 6 0 0 0 12 0V4M4 20h16" })
2974
+ children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { d: "M6 4v6a6 6 0 0 0 12 0V4M4 20h16" })
2925
2975
  }
2926
2976
  );
2927
2977
  var Underlinetext_default = SvgUnderlinetext;
2928
2978
 
2929
2979
  // src/components/Undo.tsx
2930
- var import_jsx_runtime52 = __toESM(require_jsx_runtime());
2931
- var SvgUndo = (props) => /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
2980
+ var import_jsx_runtime54 = __toESM(require_jsx_runtime());
2981
+ var SvgUndo = (props) => /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
2932
2982
  "svg",
2933
2983
  {
2934
2984
  xmlns: "http://www.w3.org/2000/svg",
@@ -2943,16 +2993,16 @@ var SvgUndo = (props) => /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
2943
2993
  viewBox: "0 0 24 24",
2944
2994
  ...props,
2945
2995
  children: [
2946
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("path", { d: "M9 14 4 9l5-5" }),
2947
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("path", { d: "M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5 5.5 5.5 0 0 1-5.5 5.5H11" })
2996
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { d: "M9 14 4 9l5-5" }),
2997
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { d: "M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5 5.5 5.5 0 0 1-5.5 5.5H11" })
2948
2998
  ]
2949
2999
  }
2950
3000
  );
2951
3001
  var Undo_default = SvgUndo;
2952
3002
 
2953
3003
  // src/components/Unknown.tsx
2954
- var import_jsx_runtime53 = __toESM(require_jsx_runtime());
2955
- var SvgUnknown = (props) => /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
3004
+ var import_jsx_runtime55 = __toESM(require_jsx_runtime());
3005
+ var SvgUnknown = (props) => /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
2956
3006
  "svg",
2957
3007
  {
2958
3008
  xmlns: "http://www.w3.org/2000/svg",
@@ -2961,7 +3011,7 @@ var SvgUnknown = (props) => /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
2961
3011
  fill: "none",
2962
3012
  viewBox: "0 0 24 24",
2963
3013
  ...props,
2964
- children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
3014
+ children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
2965
3015
  "path",
2966
3016
  {
2967
3017
  fill: "currentColor",
@@ -2975,8 +3025,8 @@ var SvgUnknown = (props) => /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
2975
3025
  var Unknown_default = SvgUnknown;
2976
3026
 
2977
3027
  // src/components/Users.tsx
2978
- var import_jsx_runtime54 = __toESM(require_jsx_runtime());
2979
- var SvgUsers = (props) => /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
3028
+ var import_jsx_runtime56 = __toESM(require_jsx_runtime());
3029
+ var SvgUsers = (props) => /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
2980
3030
  "svg",
2981
3031
  {
2982
3032
  xmlns: "http://www.w3.org/2000/svg",
@@ -2985,7 +3035,7 @@ var SvgUsers = (props) => /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
2985
3035
  fill: "none",
2986
3036
  viewBox: "0 0 24 24",
2987
3037
  ...props,
2988
- children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
3038
+ children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
2989
3039
  "path",
2990
3040
  {
2991
3041
  fill: "currentColor",
@@ -2999,8 +3049,8 @@ var SvgUsers = (props) => /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
2999
3049
  var Users_default = SvgUsers;
3000
3050
 
3001
3051
  // src/components/Warning.tsx
3002
- var import_jsx_runtime55 = __toESM(require_jsx_runtime());
3003
- var SvgWarning = (props) => /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
3052
+ var import_jsx_runtime57 = __toESM(require_jsx_runtime());
3053
+ var SvgWarning = (props) => /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
3004
3054
  "svg",
3005
3055
  {
3006
3056
  xmlns: "http://www.w3.org/2000/svg",
@@ -3009,7 +3059,7 @@ var SvgWarning = (props) => /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
3009
3059
  fill: "none",
3010
3060
  viewBox: "0 0 24 24",
3011
3061
  ...props,
3012
- children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
3062
+ children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
3013
3063
  "path",
3014
3064
  {
3015
3065
  fill: "currentColor",
@@ -3068,6 +3118,6 @@ react/cjs/react-jsx-runtime.development.js:
3068
3118
  *)
3069
3119
  */
3070
3120
 
3071
- export { Addimage_default as Addimage, Arrow_default as Arrow, Boldtext_default as Boldtext, Book_default as Book, Check_default as Check, Chevron_default as Chevron, Class_default as Class, Close_default as Close, Code_default as Code, Collapse_default as Collapse, Copy_default as Copy, Draghandle_default as Draghandle, Error_default as Error, External_default as External, Eye_default as Eye, Eyehide_default as Eyehide, First_default as First, Gologo_default as Gologo, Hamburger_default as Hamburger, Headingtext_default as Headingtext, Headingtext1_default as Headingtext1, Headingtext2_default as Headingtext2, Headingtext3_default as Headingtext3, Headingtext4_default as Headingtext4, Headingtext5_default as Headingtext5, Headingtext6_default as Headingtext6, Indeterminate_default as Indeterminate, Info_default as Info, Italicstext_default as Italicstext, Last_default as Last, List_default as List, Listordered_default as Listordered, Next_default as Next, PersonAvatar_default as PersonAvatar, Plus_default as Plus, Previous_default as Previous, Product_default as Product, Redo_default as Redo, Searchglass_default as Searchglass, Series_default as Series, Settings_default as Settings, Sigma_default as Sigma, Success_default as Success, Swaporder_default as Swaporder, Switch_default as Switch, Table_default as Table, TextAlignCenter_default as TextAlignCenter, TextAlignEnd_default as TextAlignEnd, TextAlignJustify_default as TextAlignJustify, TextAlignStart_default as TextAlignStart, Underlinetext_default as Underlinetext, Undo_default as Undo, Unknown_default as Unknown, Users_default as Users, Warning_default as Warning };
3121
+ export { Addimage_default as Addimage, Arrow_default as Arrow, Boldtext_default as Boldtext, Book_default as Book, Check_default as Check, Chevron_default as Chevron, Class_default as Class, Close_default as Close, Code_default as Code, Collapse_default as Collapse, Copy_default as Copy, Draghandle_default as Draghandle, Error_default as Error, External_default as External, Eye_default as Eye, Eyehide_default as Eyehide, First_default as First, Gologo_default as Gologo, Hamburger_default as Hamburger, Headingtext_default as Headingtext, Headingtext1_default as Headingtext1, Headingtext2_default as Headingtext2, Headingtext3_default as Headingtext3, Headingtext4_default as Headingtext4, Headingtext5_default as Headingtext5, Headingtext6_default as Headingtext6, Indeterminate_default as Indeterminate, Info_default as Info, Italicstext_default as Italicstext, Last_default as Last, List_default as List, Listordered_default as Listordered, Meatball_default as Meatball, MeatballVertical_default as MeatballVertical, Next_default as Next, PersonAvatar_default as PersonAvatar, Plus_default as Plus, Previous_default as Previous, Product_default as Product, Redo_default as Redo, Searchglass_default as Searchglass, Series_default as Series, Settings_default as Settings, Sigma_default as Sigma, Success_default as Success, Swaporder_default as Swaporder, Switch_default as Switch, Table_default as Table, TextAlignCenter_default as TextAlignCenter, TextAlignEnd_default as TextAlignEnd, TextAlignJustify_default as TextAlignJustify, TextAlignStart_default as TextAlignStart, Underlinetext_default as Underlinetext, Undo_default as Undo, Unknown_default as Unknown, Users_default as Users, Warning_default as Warning };
3072
3122
  //# sourceMappingURL=index.mjs.map
3073
3123
  //# sourceMappingURL=index.mjs.map