@yoroll/react-icon 0.0.11 → 0.0.12

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.
@@ -1,4 +1,4 @@
1
- /*! @lineargame svg icons react v0.0.11 */
1
+ /*! @lineargame svg icons react v0.0.10 */
2
2
 
3
3
  "use strict";
4
4
  (() => {
@@ -2939,8 +2939,34 @@ React keys must be passed directly to JSX without using spread:
2939
2939
  /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
2940
2940
  ] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
2941
2941
 
2942
+ // src/components/ModelSeedFilled.tsx
2943
+ var import_jsx_runtime64 = __toESM(require_jsx_runtime()), IconModelSeedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2944
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { fill: fill || color || "currentColor", d: "M23 2.95271V20.0401L19.2211 21V2L23 2.95271Z" }),
2945
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
2946
+ "path",
2947
+ {
2948
+ fill: fill || color || "currentColor",
2949
+ d: "M10.7528 11.4648V19.5633L6.98126 20.5241V10.5048L10.7528 11.4648Z"
2950
+ }
2951
+ ),
2952
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
2953
+ "path",
2954
+ {
2955
+ fill: fill || color || "currentColor",
2956
+ d: "M4.77158 3.95509V19.044L1 20.0048V2.99515L4.77158 3.95509Z"
2957
+ }
2958
+ ),
2959
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
2960
+ "path",
2961
+ {
2962
+ fill: fill || color || "currentColor",
2963
+ d: "M16.9968 18.0778L13.218 17.1178V9.01844L16.9968 8.05851V18.0778Z"
2964
+ }
2965
+ )
2966
+ ] }), ModelSeedFilled_default = IconModelSeedFilled;
2967
+
2942
2968
  // src/components/ModelSoraFilled.tsx
2943
- var import_jsx_runtime64 = __toESM(require_jsx_runtime()), IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
2969
+ var import_jsx_runtime65 = __toESM(require_jsx_runtime()), IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2944
2970
  "path",
2945
2971
  {
2946
2972
  fill: fill || color || "currentColor",
@@ -2949,7 +2975,7 @@ React keys must be passed directly to JSX without using spread:
2949
2975
  ) }), ModelSoraFilled_default = IconModelSoraFilled;
2950
2976
 
2951
2977
  // src/components/ModelNanobananaLogoNomoFilled.tsx
2952
- var import_jsx_runtime65 = __toESM(require_jsx_runtime()), IconModelNanobananaLogoNomoFilled = ({
2978
+ var import_jsx_runtime66 = __toESM(require_jsx_runtime()), IconModelNanobananaLogoNomoFilled = ({
2953
2979
  size,
2954
2980
  width,
2955
2981
  height,
@@ -2957,64 +2983,64 @@ React keys must be passed directly to JSX without using spread:
2957
2983
  className,
2958
2984
  fill,
2959
2985
  stroke
2960
- }) => /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2961
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2986
+ }) => /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2987
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
2962
2988
  "path",
2963
2989
  {
2964
2990
  fill: "#5A5C62",
2965
2991
  d: "M1.64625 17.835C1.86 18.2775 2.75438 18.2494 3.24751 18.0938C4.5075 17.6963 5.29125 16.6125 5.29125 16.6125L11.7863 13.8563L13.7756 12.8119C13.7756 12.8119 14.1619 12.1556 13.3894 11.655C12.6169 11.1544 12.075 11.1169 12.075 11.1169L9.83625 12.5419C9.83625 12.5419 8.39063 11.4169 6.9225 11.2463C5.52 11.085 3.77438 12.225 3.315 14.3775C2.94188 16.1231 2.35125 16.7381 2.17313 16.965C1.995 17.1938 1.4625 17.4563 1.64625 17.835Z"
2966
2992
  }
2967
2993
  ),
2968
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2994
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
2969
2995
  "path",
2970
2996
  {
2971
2997
  fill: "#D5D6D7",
2972
2998
  d: "M9.42749 6.0281C10.0031 4.1231 10.7306 1.89372 11.8294 1.1306C12.8025 0.455595 13.7494 0.57747 14.1994 0.871845C14.1994 0.871845 15.0112 1.20372 15.225 2.04185C15.5775 3.4181 15.1144 5.06997 14.8125 6.77622C14.5106 8.48247 14.3531 9.65622 14.2162 11.0268C14.2031 11.1506 11.9362 15.1856 11.9362 15.1856L10.1269 16.155C10.1269 16.155 8.74499 13.1662 8.76562 12.7443C8.78437 12.3206 9.00749 7.41935 9.42749 6.0281Z"
2973
2999
  }
2974
3000
  ),
2975
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
3001
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
2976
3002
  "path",
2977
3003
  {
2978
3004
  fill: "#C4C5C7",
2979
3005
  d: "M14.1469 12.5513C14.1713 13.0069 13.0725 16.6388 13.0725 16.6388L10.125 16.1513C10.125 16.1513 8.03439 14.9138 7.97626 12.6694C7.88626 9.28501 8.46564 7.69126 8.88564 6.30001C9.46314 4.39876 10.7494 1.89376 11.8388 1.11751C12.4781 0.661886 13.1869 0.594387 13.4775 0.650637C13.4775 0.650637 11.5425 2.16564 10.5638 4.75689C9.58501 7.34814 9.35439 10.3425 9.35439 10.3425C9.35439 10.3425 10.0744 10.8731 11.7731 11.1169C13.0856 11.3063 14.2181 10.9856 14.2181 10.9856C14.2181 10.9856 14.115 11.9738 14.1469 12.5513Z"
2980
3006
  }
2981
3007
  ),
2982
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
3008
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
2983
3009
  "path",
2984
3010
  {
2985
3011
  fill: "#7B7C81",
2986
3012
  d: "M8.00062 15.7031L9.17999 13.2394L9.11624 12.3619C9.11624 12.3619 8.86499 11.625 10.4344 12.8156C11.1619 13.3669 11.6006 14.3831 11.6006 14.3831C11.6006 14.3831 11.8219 13.8356 12.5981 13.1119C13.2881 12.4706 14.2162 12.1594 14.2162 12.1594C14.2162 12.1594 16.1437 11.7844 16.3537 11.9475C17.7131 13.0087 18.7069 14.3006 18.7069 14.3006L19.7062 18.0787L21.3675 19.0969C21.3675 19.0969 20.9137 19.7606 20.2575 19.5131C19.7456 19.32 19.1119 18.7406 18.7706 18.0112C18.3019 17.0081 17.3175 15.1106 16.8169 14.5106C15.8494 13.3556 14.9006 12.9337 14.1937 13.2694C13.3894 13.65 14.0325 17.4487 14.0325 17.4487L19.2037 21.8006L19.2919 22.3931C19.2919 22.3931 18.54 23.115 16.4681 23.0475C14.3962 22.98 11.625 22.2131 9.87187 19.8225C8.32499 17.715 8.00062 15.7031 8.00062 15.7031Z"
2987
3013
  }
2988
3014
  ),
2989
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
3015
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
2990
3016
  "path",
2991
3017
  {
2992
3018
  fill: "#85878B",
2993
3019
  d: "M12.0787 15.93C12.0337 16.9706 12.6825 18.5475 14.1825 19.8619C15.6806 21.1763 17.2631 21.6113 18.2456 21.6863C18.9581 21.7406 19.17 21.3338 19.17 21.3338C19.17 21.3338 17.7337 20.0119 16.6669 18.9525C15.6544 17.9456 14.5519 15.8306 14.3119 14.8575C14.0719 13.8844 14.2894 13.23 14.2894 13.23C14.2894 13.23 13.8244 13.3594 13.14 14.0456C12.4762 14.7113 12.1031 15.3525 12.0787 15.93Z"
2994
3020
  }
2995
3021
  ),
2996
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
3022
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
2997
3023
  "path",
2998
3024
  {
2999
3025
  fill: "#1B1D24",
3000
3026
  d: "M18.4781 22.2638C18.6337 22.6256 19.1681 22.6406 19.4006 22.44C19.62 22.2506 19.8337 21.8738 19.6125 21.4519C19.4662 21.1744 18.9862 21.0975 18.7162 21.3131C18.4462 21.5288 18.3375 21.9356 18.4781 22.2638Z"
3001
3027
  }
3002
3028
  ),
3003
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
3029
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
3004
3030
  "path",
3005
3031
  {
3006
3032
  fill: "#D5D6D7",
3007
3033
  d: "M19.545 18.345C20.16 19.1981 20.7769 19.3275 21.0319 19.3556C21.255 19.3818 21.4988 19.0968 21.4706 18.8343C21.4425 18.5718 21.0113 18.2025 20.9588 17.3962C20.9063 16.59 20.97 13.6331 19.3294 11.9343C18.1725 10.7381 16.755 11.1506 15.84 11.4675C14.8088 11.8237 14.2144 12.1612 14.2144 12.1612C14.2144 12.1612 15.0581 12.1031 16.5131 13.2506C17.3588 13.9181 17.8556 14.835 18.3244 15.8868C18.6619 16.6481 19.1119 17.745 19.545 18.345Z"
3008
3034
  }
3009
3035
  ),
3010
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
3036
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
3011
3037
  "path",
3012
3038
  {
3013
3039
  fill: "#85878B",
3014
3040
  d: "M3.1875 20.5463C3.36 20.8913 3.78187 21.105 4.155 21.0882C4.94437 21.0544 5.66437 20.6475 6.46125 19.62C7.58812 18.165 8.56875 14.6738 9.30375 13.7438C9.80062 13.1157 10.4194 12.8044 10.4194 12.8044C10.4194 12.8044 10.0781 12.5157 9.73687 12.3375C9.39562 12.1594 8.57062 12.2438 8.57062 12.2438L5.04937 17.9025L3.1875 20.5463Z"
3015
3041
  }
3016
3042
  ),
3017
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
3043
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
3018
3044
  "path",
3019
3045
  {
3020
3046
  fill: "#D5D6D7",
@@ -3024,7 +3050,7 @@ React keys must be passed directly to JSX without using spread:
3024
3050
  ] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
3025
3051
 
3026
3052
  // src/components/Models.tsx
3027
- var import_jsx_runtime66 = __toESM(require_jsx_runtime()), IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
3053
+ var import_jsx_runtime67 = __toESM(require_jsx_runtime()), IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
3028
3054
  "path",
3029
3055
  {
3030
3056
  fill: stroke || color || "currentColor",
@@ -3035,22 +3061,22 @@ React keys must be passed directly to JSX without using spread:
3035
3061
  ) }), Models_default = IconModels;
3036
3062
 
3037
3063
  // src/components/More.tsx
3038
- var import_jsx_runtime67 = __toESM(require_jsx_runtime()), IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3039
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
3064
+ var import_jsx_runtime68 = __toESM(require_jsx_runtime()), IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3065
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
3040
3066
  "path",
3041
3067
  {
3042
3068
  fill: stroke || color || "currentColor",
3043
3069
  d: "M14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12Z"
3044
3070
  }
3045
3071
  ),
3046
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
3072
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
3047
3073
  "path",
3048
3074
  {
3049
3075
  fill: stroke || color || "currentColor",
3050
3076
  d: "M12 17C13.1046 17 14 17.8954 14 19C14 20.1046 13.1046 21 12 21C10.8954 21 10 20.1046 10 19C10 17.8954 10.8954 17 12 17Z"
3051
3077
  }
3052
3078
  ),
3053
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
3079
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
3054
3080
  "path",
3055
3081
  {
3056
3082
  fill: stroke || color || "currentColor",
@@ -3060,29 +3086,29 @@ React keys must be passed directly to JSX without using spread:
3060
3086
  ] }), More_default = IconMore;
3061
3087
 
3062
3088
  // src/components/Moresettings.tsx
3063
- var import_jsx_runtime68 = __toESM(require_jsx_runtime()), IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3064
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
3089
+ var import_jsx_runtime69 = __toESM(require_jsx_runtime()), IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3090
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
3065
3091
  "path",
3066
3092
  {
3067
3093
  fill: stroke || color || "currentColor",
3068
3094
  d: "M13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5C12.8284 13.5 13.5 12.8284 13.5 12Z"
3069
3095
  }
3070
3096
  ),
3071
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
3097
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
3072
3098
  "path",
3073
3099
  {
3074
3100
  fill: stroke || color || "currentColor",
3075
3101
  d: "M12 15.75C12.8284 15.75 13.5 16.4216 13.5 17.25C13.5 18.0784 12.8284 18.75 12 18.75C11.1716 18.75 10.5 18.0784 10.5 17.25C10.5 16.4216 11.1716 15.75 12 15.75Z"
3076
3102
  }
3077
3103
  ),
3078
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
3104
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
3079
3105
  "path",
3080
3106
  {
3081
3107
  fill: stroke || color || "currentColor",
3082
3108
  d: "M13.5 6.75C13.5 5.92157 12.8284 5.25 12 5.25C11.1716 5.25 10.5 5.92157 10.5 6.75C10.5 7.57843 11.1716 8.25 12 8.25C12.8284 8.25 13.5 7.57843 13.5 6.75Z"
3083
3109
  }
3084
3110
  ),
3085
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
3111
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
3086
3112
  "path",
3087
3113
  {
3088
3114
  fill: stroke || color || "currentColor",
@@ -3094,7 +3120,7 @@ React keys must be passed directly to JSX without using spread:
3094
3120
  ] }), Moresettings_default = IconMoresettings;
3095
3121
 
3096
3122
  // src/components/Musicassets.tsx
3097
- var import_jsx_runtime69 = __toESM(require_jsx_runtime()), IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
3123
+ var import_jsx_runtime70 = __toESM(require_jsx_runtime()), IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
3098
3124
  "path",
3099
3125
  {
3100
3126
  fill: stroke || color || "currentColor",
@@ -3105,8 +3131,8 @@ React keys must be passed directly to JSX without using spread:
3105
3131
  ) }), Musicassets_default = IconMusicassets;
3106
3132
 
3107
3133
  // src/components/Mute.tsx
3108
- var import_jsx_runtime70 = __toESM(require_jsx_runtime()), IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3109
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
3134
+ var import_jsx_runtime71 = __toESM(require_jsx_runtime()), IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3135
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
3110
3136
  "path",
3111
3137
  {
3112
3138
  fill: stroke || color || "currentColor",
@@ -3115,7 +3141,7 @@ React keys must be passed directly to JSX without using spread:
3115
3141
  clipRule: "evenodd"
3116
3142
  }
3117
3143
  ),
3118
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
3144
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
3119
3145
  "path",
3120
3146
  {
3121
3147
  fill: stroke || color || "currentColor",
@@ -3125,7 +3151,7 @@ React keys must be passed directly to JSX without using spread:
3125
3151
  ] }), Mute_default = IconMute;
3126
3152
 
3127
3153
  // src/components/Next.tsx
3128
- var import_jsx_runtime71 = __toESM(require_jsx_runtime()), IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
3154
+ var import_jsx_runtime72 = __toESM(require_jsx_runtime()), IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
3129
3155
  "path",
3130
3156
  {
3131
3157
  fill: stroke || color || "currentColor",
@@ -3136,8 +3162,8 @@ React keys must be passed directly to JSX without using spread:
3136
3162
  ) }), Next_default = IconNext;
3137
3163
 
3138
3164
  // src/components/Nextscene.tsx
3139
- var import_jsx_runtime72 = __toESM(require_jsx_runtime()), IconNextscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3140
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
3165
+ var import_jsx_runtime73 = __toESM(require_jsx_runtime()), IconNextscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3166
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
3141
3167
  "rect",
3142
3168
  {
3143
3169
  width: "22.5",
@@ -3150,7 +3176,7 @@ React keys must be passed directly to JSX without using spread:
3150
3176
  strokeWidth: "1.5"
3151
3177
  }
3152
3178
  ),
3153
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
3179
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
3154
3180
  "path",
3155
3181
  {
3156
3182
  fill: stroke || color || "currentColor",
@@ -3160,17 +3186,17 @@ React keys must be passed directly to JSX without using spread:
3160
3186
  ] }), Nextscene_default = IconNextscene;
3161
3187
 
3162
3188
  // src/components/Oneclickgenerate.tsx
3163
- var import_jsx_runtime73 = __toESM(require_jsx_runtime()), IconOneclickgenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3164
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
3165
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
3166
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
3189
+ var import_jsx_runtime74 = __toESM(require_jsx_runtime()), IconOneclickgenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3190
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
3191
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
3192
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
3167
3193
  "path",
3168
3194
  {
3169
3195
  fill: stroke || color || "currentColor",
3170
3196
  d: "M5.2045 6.7955L1.4545 3.0455L3.0455 1.4545L6.7955 5.2045L5.2045 6.7955Z"
3171
3197
  }
3172
3198
  ),
3173
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
3199
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
3174
3200
  "path",
3175
3201
  {
3176
3202
  fill: stroke || color || "currentColor",
@@ -3182,8 +3208,8 @@ React keys must be passed directly to JSX without using spread:
3182
3208
  ] }), Oneclickgenerate_default = IconOneclickgenerate;
3183
3209
 
3184
3210
  // src/components/Opendemo.tsx
3185
- var import_jsx_runtime74 = __toESM(require_jsx_runtime()), IconOpendemo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3186
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
3211
+ var import_jsx_runtime75 = __toESM(require_jsx_runtime()), IconOpendemo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3212
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
3187
3213
  "path",
3188
3214
  {
3189
3215
  fill: stroke || color || "currentColor",
@@ -3192,14 +3218,14 @@ React keys must be passed directly to JSX without using spread:
3192
3218
  clipRule: "evenodd"
3193
3219
  }
3194
3220
  ),
3195
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
3221
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
3196
3222
  ] }), Opendemo_default = IconOpendemo;
3197
3223
 
3198
3224
  // src/components/PageError.tsx
3199
- var import_jsx_runtime75 = __toESM(require_jsx_runtime()), IconPageError = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("path", { fill: stroke || color || "currentColor", d: "M22.5 13.125H1.5V10.875H22.5V13.125Z" }) }), PageError_default = IconPageError;
3225
+ var import_jsx_runtime76 = __toESM(require_jsx_runtime()), IconPageError = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("path", { fill: stroke || color || "currentColor", d: "M22.5 13.125H1.5V10.875H22.5V13.125Z" }) }), PageError_default = IconPageError;
3200
3226
 
3201
3227
  // src/components/Pencil.tsx
3202
- var import_jsx_runtime76 = __toESM(require_jsx_runtime()), IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
3228
+ var import_jsx_runtime77 = __toESM(require_jsx_runtime()), IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
3203
3229
  "path",
3204
3230
  {
3205
3231
  fill: stroke || color || "currentColor",
@@ -3210,7 +3236,7 @@ React keys must be passed directly to JSX without using spread:
3210
3236
  ) }), Pencil_default = IconPencil;
3211
3237
 
3212
3238
  // src/components/Pick.tsx
3213
- var import_jsx_runtime77 = __toESM(require_jsx_runtime()), IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
3239
+ var import_jsx_runtime78 = __toESM(require_jsx_runtime()), IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
3214
3240
  "path",
3215
3241
  {
3216
3242
  fill: stroke || color || "currentColor",
@@ -3221,22 +3247,22 @@ React keys must be passed directly to JSX without using spread:
3221
3247
  ) }), Pick_default = IconPick;
3222
3248
 
3223
3249
  // src/components/PickedFilled.tsx
3224
- var import_jsx_runtime78 = __toESM(require_jsx_runtime()), IconPickedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("path", { fill: fill || color || "currentColor", d: "M3 0H21V24H18L12 18L6 24H3V0Z" }) }), PickedFilled_default = IconPickedFilled;
3250
+ var import_jsx_runtime79 = __toESM(require_jsx_runtime()), IconPickedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("path", { fill: fill || color || "currentColor", d: "M3 0H21V24H18L12 18L6 24H3V0Z" }) }), PickedFilled_default = IconPickedFilled;
3225
3251
 
3226
3252
  // src/components/PlanFilled.tsx
3227
- var import_jsx_runtime79 = __toESM(require_jsx_runtime()), IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3228
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
3253
+ var import_jsx_runtime80 = __toESM(require_jsx_runtime()), IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3254
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
3229
3255
  "path",
3230
3256
  {
3231
3257
  fill: fill || color || "currentColor",
3232
3258
  d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
3233
3259
  }
3234
3260
  ) }),
3235
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
3261
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
3236
3262
  ] }), PlanFilled_default = IconPlanFilled;
3237
3263
 
3238
3264
  // src/components/PlayFilled.tsx
3239
- var import_jsx_runtime80 = __toESM(require_jsx_runtime()), IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
3265
+ var import_jsx_runtime81 = __toESM(require_jsx_runtime()), IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
3240
3266
  "path",
3241
3267
  {
3242
3268
  fill: fill || color || "currentColor",
@@ -3245,8 +3271,8 @@ React keys must be passed directly to JSX without using spread:
3245
3271
  ) }), PlayFilled_default = IconPlayFilled;
3246
3272
 
3247
3273
  // src/components/Previouscene.tsx
3248
- var import_jsx_runtime81 = __toESM(require_jsx_runtime()), IconPreviouscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3249
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
3274
+ var import_jsx_runtime82 = __toESM(require_jsx_runtime()), IconPreviouscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3275
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
3250
3276
  "rect",
3251
3277
  {
3252
3278
  width: "22.5",
@@ -3258,7 +3284,7 @@ React keys must be passed directly to JSX without using spread:
3258
3284
  strokeWidth: "1.5"
3259
3285
  }
3260
3286
  ),
3261
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
3287
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
3262
3288
  "path",
3263
3289
  {
3264
3290
  fill: stroke || color || "currentColor",
@@ -3268,7 +3294,7 @@ React keys must be passed directly to JSX without using spread:
3268
3294
  ] }), Previouscene_default = IconPreviouscene;
3269
3295
 
3270
3296
  // src/components/ProblemNoticeFilled.tsx
3271
- var import_jsx_runtime82 = __toESM(require_jsx_runtime()), IconProblemNoticeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
3297
+ var import_jsx_runtime83 = __toESM(require_jsx_runtime()), IconProblemNoticeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
3272
3298
  "path",
3273
3299
  {
3274
3300
  fill: fill || color || "currentColor",
@@ -3279,10 +3305,10 @@ React keys must be passed directly to JSX without using spread:
3279
3305
  ) }), ProblemNoticeFilled_default = IconProblemNoticeFilled;
3280
3306
 
3281
3307
  // src/components/Problem.tsx
3282
- var import_jsx_runtime83 = __toESM(require_jsx_runtime()), IconProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3283
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
3284
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
3285
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
3308
+ var import_jsx_runtime84 = __toESM(require_jsx_runtime()), IconProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3309
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
3310
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
3311
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
3286
3312
  "path",
3287
3313
  {
3288
3314
  fill: stroke || color || "currentColor",
@@ -3294,7 +3320,7 @@ React keys must be passed directly to JSX without using spread:
3294
3320
  ] }), Problem_default = IconProblem;
3295
3321
 
3296
3322
  // src/components/Ratio169.tsx
3297
- var import_jsx_runtime84 = __toESM(require_jsx_runtime()), IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
3323
+ var import_jsx_runtime85 = __toESM(require_jsx_runtime()), IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
3298
3324
  "path",
3299
3325
  {
3300
3326
  fill: stroke || color || "currentColor",
@@ -3303,15 +3329,15 @@ React keys must be passed directly to JSX without using spread:
3303
3329
  ) }), Ratio169_default = IconRatio169;
3304
3330
 
3305
3331
  // src/components/Ratio11.tsx
3306
- var import_jsx_runtime85 = __toESM(require_jsx_runtime()), IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3307
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
3332
+ var import_jsx_runtime86 = __toESM(require_jsx_runtime()), IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3333
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
3308
3334
  "path",
3309
3335
  {
3310
3336
  fill: stroke || color || "currentColor",
3311
3337
  d: "M24 24L2.76562e-06 24L3.8147e-06 -1.04907e-06L24 0L24 24ZM2.40039 2.40039L2.40039 21.5996L21.5996 21.5996L21.5996 2.40039L2.40039 2.40039Z"
3312
3338
  }
3313
3339
  ) }),
3314
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
3340
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
3315
3341
  "rect",
3316
3342
  {
3317
3343
  width: "24",
@@ -3323,15 +3349,15 @@ React keys must be passed directly to JSX without using spread:
3323
3349
  ] }), Ratio11_default = IconRatio11;
3324
3350
 
3325
3351
  // src/components/Ratio916.tsx
3326
- var import_jsx_runtime86 = __toESM(require_jsx_runtime()), IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3327
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
3352
+ var import_jsx_runtime87 = __toESM(require_jsx_runtime()), IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3353
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
3328
3354
  "path",
3329
3355
  {
3330
3356
  fill: stroke || color || "currentColor",
3331
3357
  d: "M18.8571 24L5.14286 24L5.14286 -5.99471e-07L18.8571 0L18.8571 24ZM7.49426 2.40039L7.49426 21.5996L16.5057 21.5996L16.5057 2.40039L7.49426 2.40039Z"
3332
3358
  }
3333
3359
  ) }),
3334
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
3360
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
3335
3361
  "rect",
3336
3362
  {
3337
3363
  width: "24",
@@ -3343,15 +3369,15 @@ React keys must be passed directly to JSX without using spread:
3343
3369
  ] }), Ratio916_default = IconRatio916;
3344
3370
 
3345
3371
  // src/components/Ratio.tsx
3346
- var import_jsx_runtime87 = __toESM(require_jsx_runtime()), IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3347
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
3372
+ var import_jsx_runtime88 = __toESM(require_jsx_runtime()), IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3373
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
3348
3374
  "path",
3349
3375
  {
3350
3376
  fill: stroke || color || "currentColor",
3351
3377
  d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
3352
3378
  }
3353
3379
  ),
3354
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
3380
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
3355
3381
  "path",
3356
3382
  {
3357
3383
  fill: stroke || color || "currentColor",
@@ -3361,7 +3387,7 @@ React keys must be passed directly to JSX without using spread:
3361
3387
  ] }), Ratio_default = IconRatio;
3362
3388
 
3363
3389
  // src/components/ReEdit.tsx
3364
- var import_jsx_runtime88 = __toESM(require_jsx_runtime()), IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
3390
+ var import_jsx_runtime89 = __toESM(require_jsx_runtime()), IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
3365
3391
  "path",
3366
3392
  {
3367
3393
  fill: stroke || color || "currentColor",
@@ -3372,7 +3398,7 @@ React keys must be passed directly to JSX without using spread:
3372
3398
  ) }), ReEdit_default = IconReEdit;
3373
3399
 
3374
3400
  // src/components/Regenerate.tsx
3375
- var import_jsx_runtime89 = __toESM(require_jsx_runtime()), IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
3401
+ var import_jsx_runtime90 = __toESM(require_jsx_runtime()), IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
3376
3402
  "path",
3377
3403
  {
3378
3404
  fill: stroke || color || "currentColor",
@@ -3383,7 +3409,7 @@ React keys must be passed directly to JSX without using spread:
3383
3409
  ) }), Regenerate_default = IconRegenerate;
3384
3410
 
3385
3411
  // src/components/SceneNext.tsx
3386
- var import_jsx_runtime90 = __toESM(require_jsx_runtime()), IconSceneNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
3412
+ var import_jsx_runtime91 = __toESM(require_jsx_runtime()), IconSceneNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
3387
3413
  "path",
3388
3414
  {
3389
3415
  fill: stroke || color || "currentColor",
@@ -3392,19 +3418,19 @@ React keys must be passed directly to JSX without using spread:
3392
3418
  ) }), SceneNext_default = IconSceneNext;
3393
3419
 
3394
3420
  // src/components/Scriptmode.tsx
3395
- var import_jsx_runtime91 = __toESM(require_jsx_runtime()), IconScriptmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3396
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
3397
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
3398
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
3399
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
3400
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
3401
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
3402
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
3403
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
3421
+ var import_jsx_runtime92 = __toESM(require_jsx_runtime()), IconScriptmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3422
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
3423
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
3424
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
3425
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
3426
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
3427
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
3428
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
3429
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
3404
3430
  ] }), Scriptmode_default = IconScriptmode;
3405
3431
 
3406
3432
  // src/components/ShareFilled.tsx
3407
- var import_jsx_runtime92 = __toESM(require_jsx_runtime()), IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
3433
+ var import_jsx_runtime93 = __toESM(require_jsx_runtime()), IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
3408
3434
  "path",
3409
3435
  {
3410
3436
  fill: fill || color || "currentColor",
@@ -3413,7 +3439,7 @@ React keys must be passed directly to JSX without using spread:
3413
3439
  ) }), ShareFilled_default = IconShareFilled;
3414
3440
 
3415
3441
  // src/components/Share.tsx
3416
- var import_jsx_runtime93 = __toESM(require_jsx_runtime()), IconShare = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
3442
+ var import_jsx_runtime94 = __toESM(require_jsx_runtime()), IconShare = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
3417
3443
  "path",
3418
3444
  {
3419
3445
  fill: stroke || color || "currentColor",
@@ -3424,7 +3450,7 @@ React keys must be passed directly to JSX without using spread:
3424
3450
  ) }), Share_default = IconShare;
3425
3451
 
3426
3452
  // src/components/SocialX.tsx
3427
- var import_jsx_runtime94 = __toESM(require_jsx_runtime()), IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
3453
+ var import_jsx_runtime95 = __toESM(require_jsx_runtime()), IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
3428
3454
  "path",
3429
3455
  {
3430
3456
  fill: fill || color || "currentColor",
@@ -3433,7 +3459,7 @@ React keys must be passed directly to JSX without using spread:
3433
3459
  ) }), SocialX_default = IconSocialX;
3434
3460
 
3435
3461
  // src/components/SocialDiscord.tsx
3436
- var import_jsx_runtime95 = __toESM(require_jsx_runtime()), IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
3462
+ var import_jsx_runtime96 = __toESM(require_jsx_runtime()), IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
3437
3463
  "path",
3438
3464
  {
3439
3465
  fill: fill || color || "currentColor",
@@ -3442,8 +3468,8 @@ React keys must be passed directly to JSX without using spread:
3442
3468
  ) }), SocialDiscord_default = IconSocialDiscord;
3443
3469
 
3444
3470
  // src/components/SoundOff.tsx
3445
- var import_jsx_runtime96 = __toESM(require_jsx_runtime()), IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3446
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
3471
+ var import_jsx_runtime97 = __toESM(require_jsx_runtime()), IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3472
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
3447
3473
  "path",
3448
3474
  {
3449
3475
  fill: stroke || color || "currentColor",
@@ -3452,7 +3478,7 @@ React keys must be passed directly to JSX without using spread:
3452
3478
  clipRule: "evenodd"
3453
3479
  }
3454
3480
  ),
3455
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
3481
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
3456
3482
  "path",
3457
3483
  {
3458
3484
  fill: stroke || color || "currentColor",
@@ -3462,8 +3488,8 @@ React keys must be passed directly to JSX without using spread:
3462
3488
  ] }), SoundOff_default = IconSoundOff;
3463
3489
 
3464
3490
  // src/components/SoundOn.tsx
3465
- var import_jsx_runtime97 = __toESM(require_jsx_runtime()), IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3466
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
3491
+ var import_jsx_runtime98 = __toESM(require_jsx_runtime()), IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3492
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
3467
3493
  "path",
3468
3494
  {
3469
3495
  fill: stroke || color || "currentColor",
@@ -3472,14 +3498,14 @@ React keys must be passed directly to JSX without using spread:
3472
3498
  clipRule: "evenodd"
3473
3499
  }
3474
3500
  ),
3475
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
3501
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
3476
3502
  "path",
3477
3503
  {
3478
3504
  fill: stroke || color || "currentColor",
3479
3505
  d: "M15 5.25C18.7279 5.25 21.75 8.27208 21.75 12C21.75 15.7279 18.7279 18.75 15 18.75V21C19.9706 21 24 16.9706 24 12C24 7.02944 19.9706 3 15 3V5.25Z"
3480
3506
  }
3481
3507
  ),
3482
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
3508
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
3483
3509
  "path",
3484
3510
  {
3485
3511
  fill: stroke || color || "currentColor",
@@ -3489,7 +3515,7 @@ React keys must be passed directly to JSX without using spread:
3489
3515
  ] }), SoundOn_default = IconSoundOn;
3490
3516
 
3491
3517
  // src/components/Storyboard.tsx
3492
- var import_jsx_runtime98 = __toESM(require_jsx_runtime()), IconStoryboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
3518
+ var import_jsx_runtime99 = __toESM(require_jsx_runtime()), IconStoryboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
3493
3519
  "path",
3494
3520
  {
3495
3521
  fill: stroke || color || "currentColor",
@@ -3500,24 +3526,24 @@ React keys must be passed directly to JSX without using spread:
3500
3526
  ) }), Storyboard_default = IconStoryboard;
3501
3527
 
3502
3528
  // src/components/StyleAutoFilled.tsx
3503
- var import_jsx_runtime99 = __toESM(require_jsx_runtime()), IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3504
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
3529
+ var import_jsx_runtime100 = __toESM(require_jsx_runtime()), IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3530
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
3505
3531
  "path",
3506
3532
  {
3507
3533
  fill: fill || color || "currentColor",
3508
3534
  d: "M12 4.5L15.75 3.75L16.5 0H18L18.75 3.75L22.5 4.5V6L18.75 6.75L18 10.5H16.5L15.75 6.75L12 6V4.5Z"
3509
3535
  }
3510
3536
  ),
3511
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
3537
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
3512
3538
  "path",
3513
3539
  {
3514
3540
  fill: fill || color || "currentColor",
3515
3541
  d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
3516
3542
  }
3517
3543
  ),
3518
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
3519
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
3520
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
3544
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
3545
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
3546
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
3521
3547
  "path",
3522
3548
  {
3523
3549
  fill: fill || color || "currentColor",
@@ -3527,43 +3553,43 @@ React keys must be passed directly to JSX without using spread:
3527
3553
  ] }), StyleAutoFilled_default = IconStyleAutoFilled;
3528
3554
 
3529
3555
  // src/components/Style.tsx
3530
- var import_jsx_runtime100 = __toESM(require_jsx_runtime()), IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3531
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
3556
+ var import_jsx_runtime101 = __toESM(require_jsx_runtime()), IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3557
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
3532
3558
  "path",
3533
3559
  {
3534
3560
  fill: stroke || color || "currentColor",
3535
3561
  d: "M12 7.5C12.8284 7.5 13.5 6.82843 13.5 6C13.5 5.17157 12.8284 4.5 12 4.5C11.1716 4.5 10.5 5.17157 10.5 6C10.5 6.82843 11.1716 7.5 12 7.5Z"
3536
3562
  }
3537
3563
  ),
3538
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
3564
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
3539
3565
  "path",
3540
3566
  {
3541
3567
  fill: stroke || color || "currentColor",
3542
3568
  d: "M7.5 12C7.5 12.8284 6.82843 13.5 6 13.5C5.17157 13.5 4.5 12.8284 4.5 12C4.5 11.1716 5.17157 10.5 6 10.5C6.82843 10.5 7.5 11.1716 7.5 12Z"
3543
3569
  }
3544
3570
  ),
3545
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
3571
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
3546
3572
  "path",
3547
3573
  {
3548
3574
  fill: stroke || color || "currentColor",
3549
3575
  d: "M6.69679 8.81815C7.28257 9.40394 8.23232 9.40394 8.81811 8.81815C9.40389 8.23236 9.40389 7.28262 8.81811 6.69683C8.23232 6.11104 7.28257 6.11104 6.69679 6.69683C6.111 7.28262 6.111 8.23236 6.69679 8.81815Z"
3550
3576
  }
3551
3577
  ),
3552
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
3578
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
3553
3579
  "path",
3554
3580
  {
3555
3581
  fill: stroke || color || "currentColor",
3556
3582
  d: "M15.182 8.81811C14.5962 8.23232 14.5962 7.28257 15.182 6.69679C15.7678 6.111 16.7176 6.111 17.3034 6.69679C17.8891 7.28257 17.8891 8.23232 17.3034 8.81811C16.7176 9.40389 15.7678 9.40389 15.182 8.81811Z"
3557
3583
  }
3558
3584
  ),
3559
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
3585
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
3560
3586
  "path",
3561
3587
  {
3562
3588
  fill: stroke || color || "currentColor",
3563
3589
  d: "M8.81833 17.3032C9.40412 16.7174 9.40412 15.7677 8.81833 15.1819C8.23255 14.5961 7.2828 14.5961 6.69701 15.1819C6.11123 15.7677 6.11123 16.7174 6.69701 17.3032C7.2828 17.889 8.23255 17.889 8.81833 17.3032Z"
3564
3590
  }
3565
3591
  ),
3566
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
3592
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
3567
3593
  "path",
3568
3594
  {
3569
3595
  fill: stroke || color || "currentColor",
@@ -3575,7 +3601,7 @@ React keys must be passed directly to JSX without using spread:
3575
3601
  ] }), Style_default = IconStyle;
3576
3602
 
3577
3603
  // src/components/SwitchOnFilled.tsx
3578
- var import_jsx_runtime101 = __toESM(require_jsx_runtime()), IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
3604
+ var import_jsx_runtime102 = __toESM(require_jsx_runtime()), IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
3579
3605
  "path",
3580
3606
  {
3581
3607
  fill: fill || color || "currentColor",
@@ -3586,8 +3612,8 @@ React keys must be passed directly to JSX without using spread:
3586
3612
  ) }), SwitchOnFilled_default = IconSwitchOnFilled;
3587
3613
 
3588
3614
  // src/components/Target.tsx
3589
- var import_jsx_runtime102 = __toESM(require_jsx_runtime()), IconTarget = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3590
- /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
3615
+ var import_jsx_runtime103 = __toESM(require_jsx_runtime()), IconTarget = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3616
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
3591
3617
  "path",
3592
3618
  {
3593
3619
  fill: stroke || color || "currentColor",
@@ -3596,7 +3622,7 @@ React keys must be passed directly to JSX without using spread:
3596
3622
  clipRule: "evenodd"
3597
3623
  }
3598
3624
  ),
3599
- /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
3625
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
3600
3626
  "path",
3601
3627
  {
3602
3628
  fill: stroke || color || "currentColor",
@@ -3608,43 +3634,43 @@ React keys must be passed directly to JSX without using spread:
3608
3634
  ] }), Target_default = IconTarget;
3609
3635
 
3610
3636
  // src/components/TextLogo.tsx
3611
- var import_jsx_runtime103 = __toESM(require_jsx_runtime()), IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
3612
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
3637
+ var import_jsx_runtime104 = __toESM(require_jsx_runtime()), IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
3638
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
3613
3639
  "path",
3614
3640
  {
3615
3641
  fill: fill || color || "currentColor",
3616
3642
  d: "M42.0618 5.62237C49.8822 5.62238 56.2219 11.962 56.2219 19.7823C56.2218 27.6027 49.8822 33.9423 42.0618 33.9423C34.2415 33.9423 27.9019 27.6027 27.9018 19.7823C27.9018 11.962 34.2415 5.62237 42.0618 5.62237ZM42.0618 13.1743C38.4124 13.1743 35.4538 16.1328 35.4538 19.7823C35.4538 23.4318 38.4124 26.3903 42.0618 26.3903C45.7113 26.3903 48.6698 23.4318 48.6698 19.7823C48.6698 16.1329 45.7113 13.1743 42.0618 13.1743Z"
3617
3643
  }
3618
3644
  ),
3619
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
3645
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
3620
3646
  "path",
3621
3647
  {
3622
3648
  fill: fill || color || "currentColor",
3623
3649
  d: "M89.3535 5.62237C97.1738 5.62237 103.514 11.962 103.514 19.7823C103.514 27.6027 97.1738 33.9423 89.3535 33.9423C81.5331 33.9423 75.1935 27.6027 75.1935 19.7823C75.1935 11.962 81.5331 5.62239 89.3535 5.62237ZM89.3535 13.1744C85.704 13.1744 82.7455 16.1329 82.7455 19.7823C82.7455 23.4318 85.704 26.3904 89.3535 26.3904C93.003 26.3904 95.9615 23.4318 95.9615 19.7823C95.9615 16.1329 93.003 13.1744 89.3535 13.1744Z"
3624
3650
  }
3625
3651
  ),
3626
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
3652
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
3627
3653
  "path",
3628
3654
  {
3629
3655
  fill: fill || color || "currentColor",
3630
3656
  d: "M59.1199 19.3272C59.1199 11.741 63.1893 6.56006 71.8774 6.56006H73.4399C73.8818 6.56006 74.2399 6.91823 74.2399 7.36006V13.3258C74.2399 13.7676 73.8818 14.1258 73.4399 14.1258H71.8774C68.8335 14.1258 66.6799 16.2577 66.6799 19.3272V32.24C66.6799 32.6818 66.3217 33.04 65.8799 33.04H59.9199C59.4781 33.04 59.1199 32.6818 59.1199 32.24V19.3272Z"
3631
3657
  }
3632
3658
  ),
3633
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
3659
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
3634
3660
  "path",
3635
3661
  {
3636
3662
  fill: fill || color || "currentColor",
3637
3663
  d: "M106 0.799999C106 0.358172 106.358 0 106.8 0H112.8C113.242 0 113.6 0.358171 113.6 0.799998V32.3199C113.6 32.7618 113.242 33.1199 112.8 33.1199H106.8C106.358 33.1199 106 32.7618 106 32.3199V0.799999Z"
3638
3664
  }
3639
3665
  ),
3640
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
3666
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
3641
3667
  "path",
3642
3668
  {
3643
3669
  fill: fill || color || "currentColor",
3644
3670
  d: "M116.4 0.799999C116.4 0.358172 116.758 0 117.2 0H123.2C123.642 0 124 0.358171 124 0.799998V32.3199C124 32.7618 123.642 33.1199 123.2 33.1199H117.2C116.758 33.1199 116.4 32.7618 116.4 32.3199V0.799999Z"
3645
3671
  }
3646
3672
  ),
3647
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
3673
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
3648
3674
  "path",
3649
3675
  {
3650
3676
  fill: fill || color || "currentColor",
@@ -3654,15 +3680,15 @@ React keys must be passed directly to JSX without using spread:
3654
3680
  ] }), TextLogo_default = IconTextLogo;
3655
3681
 
3656
3682
  // src/components/ToolsFilled.tsx
3657
- var import_jsx_runtime104 = __toESM(require_jsx_runtime()), IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3658
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
3683
+ var import_jsx_runtime105 = __toESM(require_jsx_runtime()), IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3684
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
3659
3685
  "path",
3660
3686
  {
3661
3687
  fill: fill || color || "currentColor",
3662
3688
  d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
3663
3689
  }
3664
3690
  ),
3665
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
3691
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
3666
3692
  "path",
3667
3693
  {
3668
3694
  fill: fill || color || "currentColor",
@@ -3672,7 +3698,7 @@ React keys must be passed directly to JSX without using spread:
3672
3698
  ] }), ToolsFilled_default = IconToolsFilled;
3673
3699
 
3674
3700
  // src/components/Tools.tsx
3675
- var import_jsx_runtime105 = __toESM(require_jsx_runtime()), IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
3701
+ var import_jsx_runtime106 = __toESM(require_jsx_runtime()), IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
3676
3702
  "path",
3677
3703
  {
3678
3704
  stroke: stroke || color || "currentColor",
@@ -3682,7 +3708,7 @@ React keys must be passed directly to JSX without using spread:
3682
3708
  ) }), Tools_default = IconTools;
3683
3709
 
3684
3710
  // src/components/Uploadfiles.tsx
3685
- var import_jsx_runtime106 = __toESM(require_jsx_runtime()), IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
3711
+ var import_jsx_runtime107 = __toESM(require_jsx_runtime()), IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
3686
3712
  "path",
3687
3713
  {
3688
3714
  fill: stroke || color || "currentColor",
@@ -3691,7 +3717,7 @@ React keys must be passed directly to JSX without using spread:
3691
3717
  ) }), Uploadfiles_default = IconUploadfiles;
3692
3718
 
3693
3719
  // src/components/Userfeedback.tsx
3694
- var import_jsx_runtime107 = __toESM(require_jsx_runtime()), IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
3720
+ var import_jsx_runtime108 = __toESM(require_jsx_runtime()), IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
3695
3721
  "path",
3696
3722
  {
3697
3723
  fill: stroke || color || "currentColor",
@@ -3702,22 +3728,22 @@ React keys must be passed directly to JSX without using spread:
3702
3728
  ) }), Userfeedback_default = IconUserfeedback;
3703
3729
 
3704
3730
  // src/components/VideoGeneration.tsx
3705
- var import_jsx_runtime108 = __toESM(require_jsx_runtime()), IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime108.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3706
- /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
3731
+ var import_jsx_runtime109 = __toESM(require_jsx_runtime()), IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3732
+ /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
3707
3733
  "path",
3708
3734
  {
3709
3735
  fill: stroke || color || "currentColor",
3710
3736
  d: "M12 2.25C6.61522 2.25 2.25 6.61522 2.25 12C2.25 17.3848 6.61522 21.75 12 21.75C17.3848 21.75 21.75 17.3848 21.75 12H24C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0V2.25ZM12 6.75V9.93164L11.25 9.18164V14.8184L14.0684 12H17.25L11.25 18H9V6H11.25L12 6.75Z"
3711
3737
  }
3712
3738
  ),
3713
- /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
3739
+ /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
3714
3740
  "path",
3715
3741
  {
3716
3742
  fill: stroke || color || "currentColor",
3717
3743
  d: "M13.5 4.5L17.25 3.75L18 0H19.5L20.25 3.75L24 4.5V6L20.25 6.75L19.5 10.5H18L17.25 6.75L13.5 6V4.5Z"
3718
3744
  }
3719
3745
  ),
3720
- /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
3746
+ /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
3721
3747
  "path",
3722
3748
  {
3723
3749
  fill: stroke || color || "currentColor",
@@ -3729,9 +3755,9 @@ React keys must be passed directly to JSX without using spread:
3729
3755
  ] }), VideoGeneration_default = IconVideoGeneration;
3730
3756
 
3731
3757
  // src/components/VideoLength.tsx
3732
- var import_jsx_runtime109 = __toESM(require_jsx_runtime()), IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3733
- /* @__PURE__ */ (0, import_jsx_runtime109.jsx)("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
3734
- /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
3758
+ var import_jsx_runtime110 = __toESM(require_jsx_runtime()), IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3759
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
3760
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
3735
3761
  "path",
3736
3762
  {
3737
3763
  fill: stroke || color || "currentColor",
@@ -3743,8 +3769,8 @@ React keys must be passed directly to JSX without using spread:
3743
3769
  ] }), VideoLength_default = IconVideoLength;
3744
3770
 
3745
3771
  // src/components/Videogenerate.tsx
3746
- var import_jsx_runtime110 = __toESM(require_jsx_runtime()), IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3747
- /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
3772
+ var import_jsx_runtime111 = __toESM(require_jsx_runtime()), IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime111.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3773
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
3748
3774
  "path",
3749
3775
  {
3750
3776
  fill: stroke || color || "currentColor",
@@ -3753,7 +3779,7 @@ React keys must be passed directly to JSX without using spread:
3753
3779
  clipRule: "evenodd"
3754
3780
  }
3755
3781
  ),
3756
- /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
3782
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
3757
3783
  "path",
3758
3784
  {
3759
3785
  fill: stroke || color || "currentColor",
@@ -3765,7 +3791,7 @@ React keys must be passed directly to JSX without using spread:
3765
3791
  ] }), Videogenerate_default = IconVideogenerate;
3766
3792
 
3767
3793
  // src/components/Visualstyles.tsx
3768
- var import_jsx_runtime111 = __toESM(require_jsx_runtime()), IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
3794
+ var import_jsx_runtime112 = __toESM(require_jsx_runtime()), IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
3769
3795
  "path",
3770
3796
  {
3771
3797
  fill: stroke || color || "currentColor",
@@ -3776,8 +3802,8 @@ React keys must be passed directly to JSX without using spread:
3776
3802
  ) }), Visualstyles_default = IconVisualstyles;
3777
3803
 
3778
3804
  // src/components/Volume.tsx
3779
- var import_jsx_runtime112 = __toESM(require_jsx_runtime()), IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3780
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
3805
+ var import_jsx_runtime113 = __toESM(require_jsx_runtime()), IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3806
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
3781
3807
  "path",
3782
3808
  {
3783
3809
  fill: stroke || color || "currentColor",
@@ -3786,14 +3812,14 @@ React keys must be passed directly to JSX without using spread:
3786
3812
  clipRule: "evenodd"
3787
3813
  }
3788
3814
  ),
3789
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
3815
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
3790
3816
  "path",
3791
3817
  {
3792
3818
  fill: stroke || color || "currentColor",
3793
3819
  d: "M15 5.25C18.7279 5.25 21.75 8.27208 21.75 12C21.75 15.7279 18.7279 18.75 15 18.75V21C19.9706 21 24 16.9706 24 12C24 7.02944 19.9706 3 15 3V5.25Z"
3794
3820
  }
3795
3821
  ),
3796
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
3822
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
3797
3823
  "path",
3798
3824
  {
3799
3825
  fill: stroke || color || "currentColor",