@loomhq/lens 11.24.0 → 11.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/icons/google-calendar-logo.js +76 -0
- package/dist/cjs/icons/index.js +504 -373
- package/dist/cjs/icons/microsoft-teams-logo.js +145 -0
- package/dist/esm/icons/google-calendar-logo.js +49 -0
- package/dist/esm/icons/index.js +645 -514
- package/dist/esm/icons/microsoft-teams-logo.js +118 -0
- package/dist/types/components/icon/available-icons/google-calendar-logo.d.ts +2 -0
- package/dist/types/components/icon/available-icons/index.d.ts +2 -0
- package/dist/types/components/icon/available-icons/microsoft-teams-logo.d.ts +2 -0
- package/dist/types/components/split/split.d.ts +1 -1
- package/dist/types/icons/google-calendar-logo.d.ts +2 -0
- package/dist/types/icons/index.d.ts +2 -0
- package/dist/types/icons/microsoft-teams-logo.d.ts +2 -0
- package/package.json +1 -1
package/dist/esm/icons/index.js
CHANGED
|
@@ -3022,10 +3022,40 @@ function SvgGoogle(props) {
|
|
|
3022
3022
|
));
|
|
3023
3023
|
}
|
|
3024
3024
|
|
|
3025
|
-
// src/components/icon/available-icons/
|
|
3025
|
+
// src/components/icon/available-icons/google-calendar-logo.tsx
|
|
3026
3026
|
import * as React125 from "react";
|
|
3027
|
-
function
|
|
3027
|
+
function SvgGoogleCalendarLogo(props) {
|
|
3028
3028
|
return /* @__PURE__ */ React125.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React125.createElement(
|
|
3029
|
+
"path",
|
|
3030
|
+
{
|
|
3031
|
+
d: "M2 17.385h4.744V6.744h10.64V2H4.373C2.79 2 2 2.748 2 4.244",
|
|
3032
|
+
fill: "#4285F4"
|
|
3033
|
+
}
|
|
3034
|
+
), /* @__PURE__ */ React125.createElement(
|
|
3035
|
+
"path",
|
|
3036
|
+
{
|
|
3037
|
+
d: "M17.256 2v4.872H22V4.244C22 2.748 21.252 2 19.756 2",
|
|
3038
|
+
fill: "#1967D2"
|
|
3039
|
+
}
|
|
3040
|
+
), /* @__PURE__ */ React125.createElement("path", { d: "M17.256 6.744H22v10.512h-4.744", fill: "#FBBC04" }), /* @__PURE__ */ React125.createElement(
|
|
3041
|
+
"path",
|
|
3042
|
+
{
|
|
3043
|
+
d: "M2 17.256v2.5C2 21.252 2.748 22 4.244 22h2.628v-4.744",
|
|
3044
|
+
fill: "#188038"
|
|
3045
|
+
}
|
|
3046
|
+
), /* @__PURE__ */ React125.createElement("path", { d: "M6.744 17.256h10.512V22H6.744", fill: "#34A853" }), /* @__PURE__ */ React125.createElement("path", { d: "M17.256 22v-4.744H22", fill: "#EA4335" }), /* @__PURE__ */ React125.createElement(
|
|
3047
|
+
"path",
|
|
3048
|
+
{
|
|
3049
|
+
d: "m12.92 12.568-.895-.21.294-2.484h2.841v.875h-1.923l-.11.965c.053-.032.144-.068.27-.11.13-.045.272-.067.428-.067.24 0 .453.036.638.11.187.071.345.177.474.317.129.138.226.308.29.51.067.203.1.435.1.695 0 .21-.034.412-.103.608a1.482 1.482 0 0 1-.835.891 1.928 1.928 0 0 1-.751.134c-.216 0-.426-.034-.631-.1a1.873 1.873 0 0 1-.554-.287 1.439 1.439 0 0 1-.388-.458 1.265 1.265 0 0 1-.136-.604h1.131c.007.118.035.22.084.307a.542.542 0 0 0 .197.204c.084.046.181.07.29.07a.527.527 0 0 0 .277-.067.476.476 0 0 0 .174-.184.878.878 0 0 0 .09-.267 1.89 1.89 0 0 0 .027-.324c0-.12-.014-.228-.04-.323a.611.611 0 0 0-.12-.244.523.523 0 0 0-.217-.157.826.826 0 0 0-.314-.053.75.75 0 0 0-.384.083.678.678 0 0 0-.204.17ZM11.29 9.607v5.128h-1.188v-3.79l-1.169.342v-.902l2.247-.778h.11Z",
|
|
3050
|
+
fill: "#1967D2"
|
|
3051
|
+
}
|
|
3052
|
+
));
|
|
3053
|
+
}
|
|
3054
|
+
|
|
3055
|
+
// src/components/icon/available-icons/grid.tsx
|
|
3056
|
+
import * as React126 from "react";
|
|
3057
|
+
function SvgGrid(props) {
|
|
3058
|
+
return /* @__PURE__ */ React126.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React126.createElement(
|
|
3029
3059
|
"path",
|
|
3030
3060
|
{
|
|
3031
3061
|
fillRule: "evenodd",
|
|
@@ -3037,8 +3067,8 @@ function SvgGrid(props) {
|
|
|
3037
3067
|
}
|
|
3038
3068
|
|
|
3039
3069
|
// src/components/icon/available-icons/group-add.tsx
|
|
3040
|
-
import
|
|
3041
|
-
var SvgGroupAdd = (props) => /* @__PURE__ */
|
|
3070
|
+
import React127 from "react";
|
|
3071
|
+
var SvgGroupAdd = (props) => /* @__PURE__ */ React127.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React127.createElement(
|
|
3042
3072
|
"path",
|
|
3043
3073
|
{
|
|
3044
3074
|
fillRule: "evenodd",
|
|
@@ -3049,8 +3079,8 @@ var SvgGroupAdd = (props) => /* @__PURE__ */ React126.createElement("svg", __spr
|
|
|
3049
3079
|
));
|
|
3050
3080
|
|
|
3051
3081
|
// src/components/icon/available-icons/help.tsx
|
|
3052
|
-
import
|
|
3053
|
-
var SvgHelp = (props) => /* @__PURE__ */
|
|
3082
|
+
import React128 from "react";
|
|
3083
|
+
var SvgHelp = (props) => /* @__PURE__ */ React128.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React128.createElement(
|
|
3054
3084
|
"path",
|
|
3055
3085
|
{
|
|
3056
3086
|
fillRule: "evenodd",
|
|
@@ -3061,9 +3091,9 @@ var SvgHelp = (props) => /* @__PURE__ */ React127.createElement("svg", __spreadV
|
|
|
3061
3091
|
));
|
|
3062
3092
|
|
|
3063
3093
|
// src/components/icon/available-icons/help-circle.tsx
|
|
3064
|
-
import * as
|
|
3094
|
+
import * as React129 from "react";
|
|
3065
3095
|
function SvgHelpCircle(props) {
|
|
3066
|
-
return /* @__PURE__ */
|
|
3096
|
+
return /* @__PURE__ */ React129.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React129.createElement(
|
|
3067
3097
|
"path",
|
|
3068
3098
|
{
|
|
3069
3099
|
fillRule: "evenodd",
|
|
@@ -3071,7 +3101,7 @@ function SvgHelpCircle(props) {
|
|
|
3071
3101
|
d: "M12 5a7 7 0 100 14 7 7 0 000-14zm-9 7a9 9 0 1118 0 9 9 0 01-18 0z",
|
|
3072
3102
|
fill: "currentColor"
|
|
3073
3103
|
}
|
|
3074
|
-
), /* @__PURE__ */
|
|
3104
|
+
), /* @__PURE__ */ React129.createElement(
|
|
3075
3105
|
"path",
|
|
3076
3106
|
{
|
|
3077
3107
|
d: "M12.709 13.94v-.082c0-.56.26-.984.739-1.325l.56-.396c.808-.574 1.356-1.34 1.356-2.418 0-1.38-1.109-2.719-3.23-2.719C10.108 7 9 8.42 9 9.896c0 .205.014.424.068.615l1.725.068a1.413 1.413 0 01-.055-.437c0-.765.424-1.544 1.396-1.544.917 0 1.368.601 1.368 1.23 0 .41-.178.779-.588 1.08l-.657.49c-.78.588-1.081 1.258-1.081 1.982 0 .205.027.382.055.56h1.478zm-1.793 1.98c0 .602.479 1.08 1.081 1.08s1.095-.478 1.095-1.08c0-.6-.493-1.092-1.095-1.092s-1.081.492-1.081 1.093z",
|
|
@@ -3081,8 +3111,8 @@ function SvgHelpCircle(props) {
|
|
|
3081
3111
|
}
|
|
3082
3112
|
|
|
3083
3113
|
// src/components/icon/available-icons/highlight-off.tsx
|
|
3084
|
-
import
|
|
3085
|
-
var SvgHighlightOff = (props) => /* @__PURE__ */
|
|
3114
|
+
import React130 from "react";
|
|
3115
|
+
var SvgHighlightOff = (props) => /* @__PURE__ */ React130.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React130.createElement(
|
|
3086
3116
|
"path",
|
|
3087
3117
|
{
|
|
3088
3118
|
fillRule: "evenodd",
|
|
@@ -3093,9 +3123,9 @@ var SvgHighlightOff = (props) => /* @__PURE__ */ React129.createElement("svg", _
|
|
|
3093
3123
|
));
|
|
3094
3124
|
|
|
3095
3125
|
// src/components/icon/available-icons/highlight-text.tsx
|
|
3096
|
-
import * as
|
|
3126
|
+
import * as React131 from "react";
|
|
3097
3127
|
function SvgHighlightText(props) {
|
|
3098
|
-
return /* @__PURE__ */
|
|
3128
|
+
return /* @__PURE__ */ React131.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React131.createElement(
|
|
3099
3129
|
"path",
|
|
3100
3130
|
{
|
|
3101
3131
|
d: "M5 4H6C6.79565 4 7.55871 4.31607 8.12132 4.87868C8.68393 5.44129 9 6.20435 9 7C9 6.20435 9.31607 5.44129 9.87868 4.87868C10.4413 4.31607 11.2044 4 12 4H13",
|
|
@@ -3105,7 +3135,7 @@ function SvgHighlightText(props) {
|
|
|
3105
3135
|
strokeLinecap: "round",
|
|
3106
3136
|
strokeLinejoin: "round"
|
|
3107
3137
|
}
|
|
3108
|
-
), /* @__PURE__ */
|
|
3138
|
+
), /* @__PURE__ */ React131.createElement(
|
|
3109
3139
|
"path",
|
|
3110
3140
|
{
|
|
3111
3141
|
d: "M13 20H12C11.2044 20 10.4413 19.6839 9.87868 19.1213C9.31607 18.5587 9 17.7956 9 17C9 17.7956 8.68393 18.5587 8.12132 19.1213C7.55871 19.6839 6.79565 20 6 20H5",
|
|
@@ -3115,7 +3145,7 @@ function SvgHighlightText(props) {
|
|
|
3115
3145
|
strokeLinecap: "round",
|
|
3116
3146
|
strokeLinejoin: "round"
|
|
3117
3147
|
}
|
|
3118
|
-
), /* @__PURE__ */
|
|
3148
|
+
), /* @__PURE__ */ React131.createElement(
|
|
3119
3149
|
"path",
|
|
3120
3150
|
{
|
|
3121
3151
|
d: "M5 16H4C3.46957 16 2.96086 15.7893 2.58579 15.4142C2.21071 15.0391 2 14.5304 2 14V10C2 9.46957 2.21071 8.96086 2.58579 8.58579C2.96086 8.21071 3.46957 8 4 8H5",
|
|
@@ -3125,7 +3155,7 @@ function SvgHighlightText(props) {
|
|
|
3125
3155
|
strokeLinecap: "round",
|
|
3126
3156
|
strokeLinejoin: "round"
|
|
3127
3157
|
}
|
|
3128
|
-
), /* @__PURE__ */
|
|
3158
|
+
), /* @__PURE__ */ React131.createElement(
|
|
3129
3159
|
"path",
|
|
3130
3160
|
{
|
|
3131
3161
|
d: "M13 8H20C20.5304 8 21.0391 8.21071 21.4142 8.58579C21.7893 8.96086 22 9.46957 22 10V14C22 14.5304 21.7893 15.0391 21.4142 15.4142C21.0391 15.7893 20.5304 16 20 16H13",
|
|
@@ -3135,7 +3165,7 @@ function SvgHighlightText(props) {
|
|
|
3135
3165
|
strokeLinecap: "round",
|
|
3136
3166
|
strokeLinejoin: "round"
|
|
3137
3167
|
}
|
|
3138
|
-
), /* @__PURE__ */
|
|
3168
|
+
), /* @__PURE__ */ React131.createElement(
|
|
3139
3169
|
"path",
|
|
3140
3170
|
{
|
|
3141
3171
|
d: "M9 7V17",
|
|
@@ -3149,8 +3179,8 @@ function SvgHighlightText(props) {
|
|
|
3149
3179
|
}
|
|
3150
3180
|
|
|
3151
3181
|
// src/components/icon/available-icons/home.tsx
|
|
3152
|
-
import
|
|
3153
|
-
var SvgHome = (props) => /* @__PURE__ */
|
|
3182
|
+
import React132 from "react";
|
|
3183
|
+
var SvgHome = (props) => /* @__PURE__ */ React132.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React132.createElement(
|
|
3154
3184
|
"path",
|
|
3155
3185
|
{
|
|
3156
3186
|
fillRule: "evenodd",
|
|
@@ -3161,8 +3191,8 @@ var SvgHome = (props) => /* @__PURE__ */ React131.createElement("svg", __spreadV
|
|
|
3161
3191
|
));
|
|
3162
3192
|
|
|
3163
3193
|
// src/components/icon/available-icons/image.tsx
|
|
3164
|
-
import
|
|
3165
|
-
var SvgImage = (props) => /* @__PURE__ */
|
|
3194
|
+
import React133 from "react";
|
|
3195
|
+
var SvgImage = (props) => /* @__PURE__ */ React133.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React133.createElement(
|
|
3166
3196
|
"path",
|
|
3167
3197
|
{
|
|
3168
3198
|
fillRule: "evenodd",
|
|
@@ -3173,9 +3203,9 @@ var SvgImage = (props) => /* @__PURE__ */ React132.createElement("svg", __spread
|
|
|
3173
3203
|
));
|
|
3174
3204
|
|
|
3175
3205
|
// src/components/icon/available-icons/image1.tsx
|
|
3176
|
-
import * as
|
|
3206
|
+
import * as React134 from "react";
|
|
3177
3207
|
function SvgImage1(props) {
|
|
3178
|
-
return /* @__PURE__ */
|
|
3208
|
+
return /* @__PURE__ */ React134.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React134.createElement(
|
|
3179
3209
|
"path",
|
|
3180
3210
|
{
|
|
3181
3211
|
fillRule: "evenodd",
|
|
@@ -3183,7 +3213,7 @@ function SvgImage1(props) {
|
|
|
3183
3213
|
d: "M5 4a1 1 0 00-1 1v14a1 1 0 001 1h14a1 1 0 001-1V5a1 1 0 00-1-1H5zM2 5a3 3 0 013-3h14a3 3 0 013 3v14a3 3 0 01-3 3H5a3 3 0 01-3-3V5z",
|
|
3184
3214
|
fill: "currentColor"
|
|
3185
3215
|
}
|
|
3186
|
-
), /* @__PURE__ */
|
|
3216
|
+
), /* @__PURE__ */ React134.createElement(
|
|
3187
3217
|
"path",
|
|
3188
3218
|
{
|
|
3189
3219
|
fillRule: "evenodd",
|
|
@@ -3195,9 +3225,9 @@ function SvgImage1(props) {
|
|
|
3195
3225
|
}
|
|
3196
3226
|
|
|
3197
3227
|
// src/components/icon/available-icons/image2.tsx
|
|
3198
|
-
import * as
|
|
3228
|
+
import * as React135 from "react";
|
|
3199
3229
|
function SvgImage2(props) {
|
|
3200
|
-
return /* @__PURE__ */
|
|
3230
|
+
return /* @__PURE__ */ React135.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React135.createElement(
|
|
3201
3231
|
"path",
|
|
3202
3232
|
{
|
|
3203
3233
|
fillRule: "evenodd",
|
|
@@ -3205,7 +3235,7 @@ function SvgImage2(props) {
|
|
|
3205
3235
|
d: "M4.8 5a.8.8 0 00-.8.8v12.6a.8.8 0 00.8.8h14.4a.8.8 0 00.8-.8V5.8a.8.8 0 00-.8-.8H4.8zM2 5.8A2.8 2.8 0 014.8 3h14.4A2.8 2.8 0 0122 5.8v12.6a2.8 2.8 0 01-2.8 2.8H4.8A2.8 2.8 0 012 18.4V5.8z",
|
|
3206
3236
|
fill: "currentColor"
|
|
3207
3237
|
}
|
|
3208
|
-
), /* @__PURE__ */
|
|
3238
|
+
), /* @__PURE__ */ React135.createElement(
|
|
3209
3239
|
"path",
|
|
3210
3240
|
{
|
|
3211
3241
|
fillRule: "evenodd",
|
|
@@ -3217,9 +3247,9 @@ function SvgImage2(props) {
|
|
|
3217
3247
|
}
|
|
3218
3248
|
|
|
3219
3249
|
// src/components/icon/available-icons/import.tsx
|
|
3220
|
-
import * as
|
|
3250
|
+
import * as React136 from "react";
|
|
3221
3251
|
function SvgImport(props) {
|
|
3222
|
-
return /* @__PURE__ */
|
|
3252
|
+
return /* @__PURE__ */ React136.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React136.createElement(
|
|
3223
3253
|
"path",
|
|
3224
3254
|
{
|
|
3225
3255
|
fillRule: "evenodd",
|
|
@@ -3227,7 +3257,7 @@ function SvgImport(props) {
|
|
|
3227
3257
|
d: "M8.42715 15.1435C8.23108 14.6272 8.49068 14.0497 9.00699 13.8537L12.3755 12.5745L11.0963 9.20601C10.9002 8.6897 11.1598 8.11221 11.6761 7.91614C12.1924 7.72007 12.7699 7.97968 12.966 8.49598L14.6002 12.7993C14.7963 13.3156 14.5367 13.8931 14.0203 14.0892L9.71702 15.7234C9.20071 15.9194 8.62322 15.6598 8.42715 15.1435Z",
|
|
3228
3258
|
fill: "currentColor"
|
|
3229
3259
|
}
|
|
3230
|
-
), /* @__PURE__ */
|
|
3260
|
+
), /* @__PURE__ */ React136.createElement(
|
|
3231
3261
|
"path",
|
|
3232
3262
|
{
|
|
3233
3263
|
fillRule: "evenodd",
|
|
@@ -3235,7 +3265,7 @@ function SvgImport(props) {
|
|
|
3235
3265
|
d: "M4.16554 4.76675C4.71782 4.76673 5.16556 5.21443 5.16558 5.76671L5.16562 6.97381C5.16564 7.34597 5.37233 7.68734 5.70209 7.85985L14.1291 12.2682C14.6185 12.5242 14.8077 13.1285 14.5517 13.6178C14.2957 14.1072 13.6914 14.2964 13.2021 14.0404L4.77503 9.63201C3.78573 9.11449 3.16567 8.09038 3.16562 6.97389L3.16558 5.76679C3.16556 5.2145 3.61325 4.76677 4.16554 4.76675Z",
|
|
3236
3266
|
fill: "currentColor"
|
|
3237
3267
|
}
|
|
3238
|
-
), /* @__PURE__ */
|
|
3268
|
+
), /* @__PURE__ */ React136.createElement(
|
|
3239
3269
|
"path",
|
|
3240
3270
|
{
|
|
3241
3271
|
fillRule: "evenodd",
|
|
@@ -3247,9 +3277,9 @@ function SvgImport(props) {
|
|
|
3247
3277
|
}
|
|
3248
3278
|
|
|
3249
3279
|
// src/components/icon/available-icons/info.tsx
|
|
3250
|
-
import * as
|
|
3280
|
+
import * as React137 from "react";
|
|
3251
3281
|
function SvgInfo(props) {
|
|
3252
|
-
return /* @__PURE__ */
|
|
3282
|
+
return /* @__PURE__ */ React137.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React137.createElement(
|
|
3253
3283
|
"path",
|
|
3254
3284
|
{
|
|
3255
3285
|
fillRule: "evenodd",
|
|
@@ -3257,7 +3287,7 @@ function SvgInfo(props) {
|
|
|
3257
3287
|
d: "M12 5a7 7 0 100 14 7 7 0 000-14zm-9 7a9 9 0 1118 0 9 9 0 01-18 0z",
|
|
3258
3288
|
fill: "currentColor"
|
|
3259
3289
|
}
|
|
3260
|
-
), /* @__PURE__ */
|
|
3290
|
+
), /* @__PURE__ */ React137.createElement(
|
|
3261
3291
|
"path",
|
|
3262
3292
|
{
|
|
3263
3293
|
fillRule: "evenodd",
|
|
@@ -3269,9 +3299,9 @@ function SvgInfo(props) {
|
|
|
3269
3299
|
}
|
|
3270
3300
|
|
|
3271
3301
|
// src/components/icon/available-icons/info-fill.tsx
|
|
3272
|
-
import * as
|
|
3302
|
+
import * as React138 from "react";
|
|
3273
3303
|
function SvgInfoFill(props) {
|
|
3274
|
-
return /* @__PURE__ */
|
|
3304
|
+
return /* @__PURE__ */ React138.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React138.createElement(
|
|
3275
3305
|
"path",
|
|
3276
3306
|
{
|
|
3277
3307
|
fillRule: "evenodd",
|
|
@@ -3283,8 +3313,8 @@ function SvgInfoFill(props) {
|
|
|
3283
3313
|
}
|
|
3284
3314
|
|
|
3285
3315
|
// src/components/icon/available-icons/info-outline.tsx
|
|
3286
|
-
import
|
|
3287
|
-
var SvgInfoOutline = (props) => /* @__PURE__ */
|
|
3316
|
+
import React139 from "react";
|
|
3317
|
+
var SvgInfoOutline = (props) => /* @__PURE__ */ React139.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React139.createElement(
|
|
3288
3318
|
"path",
|
|
3289
3319
|
{
|
|
3290
3320
|
fillRule: "evenodd",
|
|
@@ -3295,9 +3325,9 @@ var SvgInfoOutline = (props) => /* @__PURE__ */ React138.createElement("svg", __
|
|
|
3295
3325
|
));
|
|
3296
3326
|
|
|
3297
3327
|
// src/components/icon/available-icons/italics.tsx
|
|
3298
|
-
import * as
|
|
3328
|
+
import * as React140 from "react";
|
|
3299
3329
|
function SvgItalics(props) {
|
|
3300
|
-
return /* @__PURE__ */
|
|
3330
|
+
return /* @__PURE__ */ React140.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React140.createElement(
|
|
3301
3331
|
"path",
|
|
3302
3332
|
{
|
|
3303
3333
|
fillRule: "evenodd",
|
|
@@ -3309,27 +3339,27 @@ function SvgItalics(props) {
|
|
|
3309
3339
|
}
|
|
3310
3340
|
|
|
3311
3341
|
// src/components/icon/available-icons/jira.tsx
|
|
3312
|
-
import * as
|
|
3342
|
+
import * as React141 from "react";
|
|
3313
3343
|
function SvgJira(props) {
|
|
3314
|
-
return /* @__PURE__ */
|
|
3344
|
+
return /* @__PURE__ */ React141.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React141.createElement("g", { clipPath: "url(#clip0_11637_9729)" }, /* @__PURE__ */ React141.createElement(
|
|
3315
3345
|
"path",
|
|
3316
3346
|
{
|
|
3317
3347
|
d: "M20.2546 3H11.0742C11.0742 5.24582 12.9315 7.07382 15.2134 7.07382H16.9115V8.66678C16.9115 10.9126 18.7688 12.7406 21.0506 12.7406V3.78343C21.0506 3.33948 20.7057 3 20.2546 3Z",
|
|
3318
3348
|
fill: "#2684FF"
|
|
3319
3349
|
}
|
|
3320
|
-
), /* @__PURE__ */
|
|
3350
|
+
), /* @__PURE__ */ React141.createElement(
|
|
3321
3351
|
"path",
|
|
3322
3352
|
{
|
|
3323
3353
|
d: "M15.7175 7.4917H6.53711C6.53711 9.73752 8.39442 11.5655 10.6763 11.5655H12.3744V13.1846C12.3744 15.4304 14.2317 17.2584 16.5135 17.2584V8.27513C16.5135 7.8573 16.1686 7.4917 15.7175 7.4917Z",
|
|
3324
3354
|
fill: "url(#paint0_linear_11637_9729)"
|
|
3325
3355
|
}
|
|
3326
|
-
), /* @__PURE__ */
|
|
3356
|
+
), /* @__PURE__ */ React141.createElement(
|
|
3327
3357
|
"path",
|
|
3328
3358
|
{
|
|
3329
3359
|
d: "M11.1804 12.0093H2C2 14.2551 3.85731 16.0831 6.13915 16.0831H7.83726V17.6761C7.83726 19.9219 9.69457 21.7499 11.9764 21.7499V12.7927C11.9764 12.3488 11.605 12.0093 11.1804 12.0093Z",
|
|
3330
3360
|
fill: "url(#paint1_linear_11637_9729)"
|
|
3331
3361
|
}
|
|
3332
|
-
)), /* @__PURE__ */
|
|
3362
|
+
)), /* @__PURE__ */ React141.createElement("defs", null, /* @__PURE__ */ React141.createElement(
|
|
3333
3363
|
"linearGradient",
|
|
3334
3364
|
{
|
|
3335
3365
|
id: "paint0_linear_11637_9729",
|
|
@@ -3339,9 +3369,9 @@ function SvgJira(props) {
|
|
|
3339
3369
|
y2: "11.5369",
|
|
3340
3370
|
gradientUnits: "userSpaceOnUse"
|
|
3341
3371
|
},
|
|
3342
|
-
/* @__PURE__ */
|
|
3343
|
-
/* @__PURE__ */
|
|
3344
|
-
), /* @__PURE__ */
|
|
3372
|
+
/* @__PURE__ */ React141.createElement("stop", { offset: "0.176", stopColor: "#0052CC" }),
|
|
3373
|
+
/* @__PURE__ */ React141.createElement("stop", { offset: "1", stopColor: "#0C66E4" })
|
|
3374
|
+
), /* @__PURE__ */ React141.createElement(
|
|
3345
3375
|
"linearGradient",
|
|
3346
3376
|
{
|
|
3347
3377
|
id: "paint1_linear_11637_9729",
|
|
@@ -3351,27 +3381,27 @@ function SvgJira(props) {
|
|
|
3351
3381
|
y2: "16.4316",
|
|
3352
3382
|
gradientUnits: "userSpaceOnUse"
|
|
3353
3383
|
},
|
|
3354
|
-
/* @__PURE__ */
|
|
3355
|
-
/* @__PURE__ */
|
|
3356
|
-
), /* @__PURE__ */
|
|
3384
|
+
/* @__PURE__ */ React141.createElement("stop", { offset: "0.176", stopColor: "#0052CC" }),
|
|
3385
|
+
/* @__PURE__ */ React141.createElement("stop", { offset: "1", stopColor: "#2684FF" })
|
|
3386
|
+
), /* @__PURE__ */ React141.createElement("clipPath", { id: "clip0_11637_9729" }, /* @__PURE__ */ React141.createElement("rect", { width: "24", height: "24", fill: "white" }))));
|
|
3357
3387
|
}
|
|
3358
3388
|
|
|
3359
3389
|
// src/components/icon/available-icons/jira-neutral.tsx
|
|
3360
|
-
import * as
|
|
3390
|
+
import * as React142 from "react";
|
|
3361
3391
|
function SvgJiraNeutral(props) {
|
|
3362
|
-
return /* @__PURE__ */
|
|
3392
|
+
return /* @__PURE__ */ React142.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React142.createElement(
|
|
3363
3393
|
"path",
|
|
3364
3394
|
{
|
|
3365
3395
|
d: "M19.0696 4.28571H11.6347C11.6347 6.13627 13.1388 7.64255 14.9868 7.64255H16.3621V8.95516C16.3621 10.8057 17.8663 12.312 19.7142 12.312V4.93125C19.7142 4.56544 19.4134 4.28571 19.0696 4.28571Z",
|
|
3366
3396
|
fill: "currentColor"
|
|
3367
3397
|
}
|
|
3368
|
-
), /* @__PURE__ */
|
|
3398
|
+
), /* @__PURE__ */ React142.createElement(
|
|
3369
3399
|
"path",
|
|
3370
3400
|
{
|
|
3371
3401
|
d: "M15.3951 7.98676H7.96013C7.96013 9.83732 9.46431 11.3436 11.3123 11.3436H12.6875V12.6777C12.6875 14.5283 14.1917 16.0346 16.0397 16.0346V8.65382C16.0397 8.28801 15.7389 7.98676 15.3951 7.98676Z",
|
|
3372
3402
|
fill: "currentColor"
|
|
3373
3403
|
}
|
|
3374
|
-
), /* @__PURE__ */
|
|
3404
|
+
), /* @__PURE__ */ React142.createElement(
|
|
3375
3405
|
"path",
|
|
3376
3406
|
{
|
|
3377
3407
|
d: "M11.7206 11.6879H4.28563C4.28563 13.5385 5.78981 15.0448 7.6378 15.0448H8.99156V16.3574C8.99156 18.208 10.4957 19.7142 12.3437 19.7142V12.312C12.3652 11.9892 12.0644 11.6879 11.7206 11.6879Z",
|
|
@@ -3381,8 +3411,8 @@ function SvgJiraNeutral(props) {
|
|
|
3381
3411
|
}
|
|
3382
3412
|
|
|
3383
3413
|
// src/components/icon/available-icons/keyboard-arrow-down.tsx
|
|
3384
|
-
import
|
|
3385
|
-
var SvgKeyboardArrowDown = (props) => /* @__PURE__ */
|
|
3414
|
+
import React143 from "react";
|
|
3415
|
+
var SvgKeyboardArrowDown = (props) => /* @__PURE__ */ React143.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React143.createElement(
|
|
3386
3416
|
"path",
|
|
3387
3417
|
{
|
|
3388
3418
|
d: "M8.125 9l3.88 3.88L15.885 9a.996.996 0 111.41 1.41L12.705 15a.996.996 0 01-1.41 0l-4.59-4.59a.996.996 0 010-1.41c.39-.38 1.03-.39 1.42 0z",
|
|
@@ -3391,8 +3421,8 @@ var SvgKeyboardArrowDown = (props) => /* @__PURE__ */ React142.createElement("sv
|
|
|
3391
3421
|
));
|
|
3392
3422
|
|
|
3393
3423
|
// src/components/icon/available-icons/keyboard-arrow-left.tsx
|
|
3394
|
-
import
|
|
3395
|
-
var SvgKeyboardArrowLeft = (props) => /* @__PURE__ */
|
|
3424
|
+
import React144 from "react";
|
|
3425
|
+
var SvgKeyboardArrowLeft = (props) => /* @__PURE__ */ React144.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React144.createElement(
|
|
3396
3426
|
"path",
|
|
3397
3427
|
{
|
|
3398
3428
|
d: "M15 15.875l-3.88-3.88L15 8.115a.996.996 0 10-1.41-1.41L9 11.295a.996.996 0 000 1.41l4.59 4.59c.39.39 1.02.39 1.41 0 .38-.39.39-1.03 0-1.42z",
|
|
@@ -3401,8 +3431,8 @@ var SvgKeyboardArrowLeft = (props) => /* @__PURE__ */ React143.createElement("sv
|
|
|
3401
3431
|
));
|
|
3402
3432
|
|
|
3403
3433
|
// src/components/icon/available-icons/keyboard-arrow-right.tsx
|
|
3404
|
-
import
|
|
3405
|
-
var SvgKeyboardArrowRight = (props) => /* @__PURE__ */
|
|
3434
|
+
import React145 from "react";
|
|
3435
|
+
var SvgKeyboardArrowRight = (props) => /* @__PURE__ */ React145.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React145.createElement(
|
|
3406
3436
|
"path",
|
|
3407
3437
|
{
|
|
3408
3438
|
d: "M9 15.875l3.88-3.88L9 8.115a.996.996 0 111.41-1.41l4.59 4.59c.39.39.39 1.02 0 1.41l-4.59 4.59a.996.996 0 01-1.41 0c-.38-.39-.39-1.03 0-1.42z",
|
|
@@ -3411,8 +3441,8 @@ var SvgKeyboardArrowRight = (props) => /* @__PURE__ */ React144.createElement("s
|
|
|
3411
3441
|
));
|
|
3412
3442
|
|
|
3413
3443
|
// src/components/icon/available-icons/keyboard-arrow-up.tsx
|
|
3414
|
-
import
|
|
3415
|
-
var SvgKeyboardArrowUp = (props) => /* @__PURE__ */
|
|
3444
|
+
import React146 from "react";
|
|
3445
|
+
var SvgKeyboardArrowUp = (props) => /* @__PURE__ */ React146.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React146.createElement(
|
|
3416
3446
|
"path",
|
|
3417
3447
|
{
|
|
3418
3448
|
d: "M8.125 15l3.88-3.88 3.88 3.88a.996.996 0 101.41-1.41L12.705 9a.996.996 0 00-1.41 0l-4.59 4.59a.996.996 0 000 1.41c.39.38 1.03.39 1.42 0z",
|
|
@@ -3421,8 +3451,8 @@ var SvgKeyboardArrowUp = (props) => /* @__PURE__ */ React145.createElement("svg"
|
|
|
3421
3451
|
));
|
|
3422
3452
|
|
|
3423
3453
|
// src/components/icon/available-icons/launch.tsx
|
|
3424
|
-
import
|
|
3425
|
-
var SvgLaunch = (props) => /* @__PURE__ */
|
|
3454
|
+
import React147 from "react";
|
|
3455
|
+
var SvgLaunch = (props) => /* @__PURE__ */ React147.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React147.createElement(
|
|
3426
3456
|
"path",
|
|
3427
3457
|
{
|
|
3428
3458
|
fillRule: "evenodd",
|
|
@@ -3433,8 +3463,8 @@ var SvgLaunch = (props) => /* @__PURE__ */ React146.createElement("svg", __sprea
|
|
|
3433
3463
|
));
|
|
3434
3464
|
|
|
3435
3465
|
// src/components/icon/available-icons/lightbulb-outline.tsx
|
|
3436
|
-
import
|
|
3437
|
-
var SvgLightbulbOutline = (props) => /* @__PURE__ */
|
|
3466
|
+
import React148 from "react";
|
|
3467
|
+
var SvgLightbulbOutline = (props) => /* @__PURE__ */ React148.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React148.createElement(
|
|
3438
3468
|
"path",
|
|
3439
3469
|
{
|
|
3440
3470
|
fillRule: "evenodd",
|
|
@@ -3445,21 +3475,21 @@ var SvgLightbulbOutline = (props) => /* @__PURE__ */ React147.createElement("svg
|
|
|
3445
3475
|
));
|
|
3446
3476
|
|
|
3447
3477
|
// src/components/icon/available-icons/linearDark.tsx
|
|
3448
|
-
import * as
|
|
3478
|
+
import * as React149 from "react";
|
|
3449
3479
|
function SvgLinearDark(props) {
|
|
3450
|
-
return /* @__PURE__ */
|
|
3480
|
+
return /* @__PURE__ */ React149.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React149.createElement("g", { clipPath: "url(#clip0_11637_9734)" }, /* @__PURE__ */ React149.createElement(
|
|
3451
3481
|
"path",
|
|
3452
3482
|
{
|
|
3453
3483
|
d: "M3.22057 14.0741C3.18052 13.9034 3.38392 13.7958 3.50792 13.9198L10.0802 20.4921C10.2042 20.6161 10.0966 20.8195 9.9259 20.7794C6.60927 20.0014 3.9986 17.3907 3.22057 14.0741ZM3.00034 11.44C2.99716 11.491 3.01634 11.5408 3.05246 11.5769L12.4231 20.9475C12.4592 20.9837 12.509 21.0029 12.56 20.9997C12.9864 20.9731 13.4048 20.9169 13.8132 20.833C13.9508 20.8047 13.9986 20.6357 13.8993 20.5363L3.46367 10.1007C3.36434 10.0014 3.19526 10.0492 3.167 10.1868C3.08313 10.5952 3.0269 11.0136 3.00034 11.44ZM3.75797 8.34697C3.728 8.41425 3.74326 8.49288 3.79534 8.54497L15.455 20.2046C15.5071 20.2567 15.5857 20.272 15.653 20.242C15.9745 20.0988 16.2861 19.9373 16.5864 19.7589C16.6858 19.6999 16.7011 19.5633 16.6194 19.4816L4.51842 7.3806C4.43668 7.29887 4.30013 7.3142 4.24109 7.41358C4.06265 7.71389 3.90117 8.02547 3.75797 8.34697ZM5.27857 6.25332C5.21195 6.1867 5.20783 6.07985 5.27059 6.00958C6.92031 4.16268 9.32005 3 11.9913 3C16.9667 3 21 7.03331 21 12.0087C21 14.6799 19.8373 17.0797 17.9904 18.7294C17.9202 18.7922 17.8133 18.788 17.7467 18.7214L5.27857 6.25332Z",
|
|
3454
3484
|
fill: "currentColor"
|
|
3455
3485
|
}
|
|
3456
|
-
)), /* @__PURE__ */
|
|
3486
|
+
)), /* @__PURE__ */ React149.createElement("defs", null, /* @__PURE__ */ React149.createElement("clipPath", { id: "clip0_11637_9734" }, /* @__PURE__ */ React149.createElement("rect", { width: "24", height: "24", fill: "currentColor" }))));
|
|
3457
3487
|
}
|
|
3458
3488
|
|
|
3459
3489
|
// src/components/icon/available-icons/link.tsx
|
|
3460
|
-
import * as
|
|
3490
|
+
import * as React150 from "react";
|
|
3461
3491
|
function SvgLink(props) {
|
|
3462
|
-
return /* @__PURE__ */
|
|
3492
|
+
return /* @__PURE__ */ React150.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React150.createElement(
|
|
3463
3493
|
"path",
|
|
3464
3494
|
{
|
|
3465
3495
|
fillRule: "evenodd",
|
|
@@ -3467,7 +3497,7 @@ function SvgLink(props) {
|
|
|
3467
3497
|
d: "M6.34412 13.2845C5.76446 13.8641 5.43882 14.6503 5.43882 15.4701C5.43882 16.2898 5.76446 17.076 6.34412 17.6557C6.92378 18.2353 7.70997 18.561 8.52972 18.561C8.93563 18.561 9.33756 18.481 9.71256 18.3257C10.0876 18.1704 10.4283 17.9427 10.7153 17.6557L12.451 15.92C12.8415 15.5295 13.4746 15.5295 13.8652 15.92C14.2557 16.3106 14.2557 16.9437 13.8652 17.3343L12.1295 19.0699C11.6568 19.5426 11.0956 19.9176 10.4779 20.1734C9.86027 20.4293 9.19827 20.561 8.52972 20.561C7.17953 20.561 5.88464 20.0246 4.92991 19.0699C3.97518 18.1151 3.43882 16.8203 3.43882 15.4701C3.43882 14.1199 3.97518 12.825 4.92991 11.8702L6.66553 10.1346C7.05606 9.7441 7.68922 9.74409 8.07975 10.1346C8.47027 10.5251 8.47027 11.1583 8.07975 11.5488L6.34412 13.2845Z",
|
|
3468
3498
|
fill: "currentColor"
|
|
3469
3499
|
}
|
|
3470
|
-
), /* @__PURE__ */
|
|
3500
|
+
), /* @__PURE__ */ React150.createElement(
|
|
3471
3501
|
"path",
|
|
3472
3502
|
{
|
|
3473
3503
|
fillRule: "evenodd",
|
|
@@ -3475,7 +3505,7 @@ function SvgLink(props) {
|
|
|
3475
3505
|
d: "M17.6577 10.7131C18.2374 10.1334 18.563 9.34723 18.563 8.52747C18.563 7.70771 18.2374 6.92152 17.6577 6.34187C17.0781 5.76221 16.2919 5.43656 15.4721 5.43656C15.0662 5.43656 14.6643 5.51651 14.2893 5.67184C13.9143 5.82717 13.5736 6.05485 13.2865 6.34186L11.5509 8.07749C11.1604 8.46801 10.5272 8.46801 10.1367 8.07749C9.74617 7.68697 9.74617 7.0538 10.1367 6.66328L11.8723 4.92765C12.3451 4.45492 12.9063 4.07992 13.5239 3.82408C14.1416 3.56824 14.8036 3.43656 15.4721 3.43656C16.8223 3.43656 18.1172 3.97292 19.072 4.92765C20.0267 5.88238 20.563 7.17728 20.563 8.52747C20.563 9.87766 20.0267 11.1726 19.072 12.1273L17.3363 13.8629C16.9458 14.2534 16.3126 14.2534 15.9221 13.8629C15.5316 13.4724 15.5316 12.8392 15.9221 12.4487L17.6577 10.7131Z",
|
|
3476
3506
|
fill: "currentColor"
|
|
3477
3507
|
}
|
|
3478
|
-
), /* @__PURE__ */
|
|
3508
|
+
), /* @__PURE__ */ React150.createElement(
|
|
3479
3509
|
"path",
|
|
3480
3510
|
{
|
|
3481
3511
|
fillRule: "evenodd",
|
|
@@ -3487,8 +3517,8 @@ function SvgLink(props) {
|
|
|
3487
3517
|
}
|
|
3488
3518
|
|
|
3489
3519
|
// src/components/icon/available-icons/linkedin.tsx
|
|
3490
|
-
import
|
|
3491
|
-
var SvgLinkedIn = (props) => /* @__PURE__ */
|
|
3520
|
+
import React151 from "react";
|
|
3521
|
+
var SvgLinkedIn = (props) => /* @__PURE__ */ React151.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React151.createElement(
|
|
3492
3522
|
"path",
|
|
3493
3523
|
{
|
|
3494
3524
|
fillRule: "evenodd",
|
|
@@ -3499,9 +3529,9 @@ var SvgLinkedIn = (props) => /* @__PURE__ */ React150.createElement("svg", __spr
|
|
|
3499
3529
|
));
|
|
3500
3530
|
|
|
3501
3531
|
// src/components/icon/available-icons/link-off.tsx
|
|
3502
|
-
import * as
|
|
3532
|
+
import * as React152 from "react";
|
|
3503
3533
|
function SvgLinkOff(props) {
|
|
3504
|
-
return /* @__PURE__ */
|
|
3534
|
+
return /* @__PURE__ */ React152.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React152.createElement(
|
|
3505
3535
|
"path",
|
|
3506
3536
|
{
|
|
3507
3537
|
fillRule: "evenodd",
|
|
@@ -3513,9 +3543,9 @@ function SvgLinkOff(props) {
|
|
|
3513
3543
|
}
|
|
3514
3544
|
|
|
3515
3545
|
// src/components/icon/available-icons/list.tsx
|
|
3516
|
-
import * as
|
|
3546
|
+
import * as React153 from "react";
|
|
3517
3547
|
function SvgList(props) {
|
|
3518
|
-
return /* @__PURE__ */
|
|
3548
|
+
return /* @__PURE__ */ React153.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React153.createElement(
|
|
3519
3549
|
"path",
|
|
3520
3550
|
{
|
|
3521
3551
|
fillRule: "evenodd",
|
|
@@ -3527,9 +3557,9 @@ function SvgList(props) {
|
|
|
3527
3557
|
}
|
|
3528
3558
|
|
|
3529
3559
|
// src/components/icon/available-icons/location.tsx
|
|
3530
|
-
import * as
|
|
3560
|
+
import * as React154 from "react";
|
|
3531
3561
|
function SvgLocation(props) {
|
|
3532
|
-
return /* @__PURE__ */
|
|
3562
|
+
return /* @__PURE__ */ React154.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React154.createElement(
|
|
3533
3563
|
"path",
|
|
3534
3564
|
{
|
|
3535
3565
|
fillRule: "evenodd",
|
|
@@ -3541,9 +3571,9 @@ function SvgLocation(props) {
|
|
|
3541
3571
|
}
|
|
3542
3572
|
|
|
3543
3573
|
// src/components/icon/available-icons/lock.tsx
|
|
3544
|
-
import * as
|
|
3574
|
+
import * as React155 from "react";
|
|
3545
3575
|
function SvgLock(props) {
|
|
3546
|
-
return /* @__PURE__ */
|
|
3576
|
+
return /* @__PURE__ */ React155.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React155.createElement(
|
|
3547
3577
|
"path",
|
|
3548
3578
|
{
|
|
3549
3579
|
fillRule: "evenodd",
|
|
@@ -3551,7 +3581,7 @@ function SvgLock(props) {
|
|
|
3551
3581
|
d: "M6.6 12.2a.6.6 0 00-.6.6v5.6a.6.6 0 00.6.6h11.2a.6.6 0 00.6-.6v-5.6a.6.6 0 00-.6-.6H6.6zm-2.6.6a2.6 2.6 0 012.6-2.6h11.2a2.6 2.6 0 012.6 2.6v5.6a2.6 2.6 0 01-2.6 2.6H6.6A2.6 2.6 0 014 18.4v-5.6z",
|
|
3552
3582
|
fill: "currentColor"
|
|
3553
3583
|
}
|
|
3554
|
-
), /* @__PURE__ */
|
|
3584
|
+
), /* @__PURE__ */ React155.createElement(
|
|
3555
3585
|
"path",
|
|
3556
3586
|
{
|
|
3557
3587
|
fillRule: "evenodd",
|
|
@@ -3563,9 +3593,9 @@ function SvgLock(props) {
|
|
|
3563
3593
|
}
|
|
3564
3594
|
|
|
3565
3595
|
// src/components/icon/available-icons/lock-fill.tsx
|
|
3566
|
-
import * as
|
|
3596
|
+
import * as React156 from "react";
|
|
3567
3597
|
function SvgLockFill(props) {
|
|
3568
|
-
return /* @__PURE__ */
|
|
3598
|
+
return /* @__PURE__ */ React156.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React156.createElement(
|
|
3569
3599
|
"path",
|
|
3570
3600
|
{
|
|
3571
3601
|
fillRule: "evenodd",
|
|
@@ -3573,7 +3603,7 @@ function SvgLockFill(props) {
|
|
|
3573
3603
|
d: "M6.6 12.2001C6.26863 12.2001 6 12.4688 6 12.8001V18.4001C6 18.7315 6.26863 19.0001 6.6 19.0001H17.8C18.1314 19.0001 18.4 18.7315 18.4 18.4001V12.8001C18.4 12.4688 18.1314 12.2001 17.8 12.2001H6.6ZM4 12.8001C4 11.3642 5.16406 10.2001 6.6 10.2001H17.8C19.2359 10.2001 20.4 11.3642 20.4 12.8001V18.4001C20.4 19.8361 19.2359 21.0001 17.8 21.0001H6.6C5.16406 21.0001 4 19.8361 4 18.4001V12.8001Z",
|
|
3574
3604
|
fill: "currentColor"
|
|
3575
3605
|
}
|
|
3576
|
-
), /* @__PURE__ */
|
|
3606
|
+
), /* @__PURE__ */ React156.createElement(
|
|
3577
3607
|
"path",
|
|
3578
3608
|
{
|
|
3579
3609
|
fillRule: "evenodd",
|
|
@@ -3581,13 +3611,13 @@ function SvgLockFill(props) {
|
|
|
3581
3611
|
d: "M12.2001 5C11.4045 5 10.6414 5.31607 10.0788 5.87868C9.51621 6.44129 9.20014 7.20435 9.20014 8V11.2C9.20014 11.7523 8.75242 12.2 8.20014 12.2C7.64785 12.2 7.20014 11.7523 7.20014 11.2V8C7.20014 6.67392 7.72692 5.40215 8.6646 4.46447C9.60229 3.52678 10.8741 3 12.2001 3C13.5262 3 14.798 3.52678 15.7357 4.46447C16.6734 5.40215 17.2001 6.67392 17.2001 8V11.2C17.2001 11.7523 16.7524 12.2 16.2001 12.2C15.6479 12.2 15.2001 11.7523 15.2001 11.2V8C15.2001 7.20435 14.8841 6.44129 14.3215 5.87868C13.7588 5.31607 12.9958 5 12.2001 5Z",
|
|
3582
3612
|
fill: "currentColor"
|
|
3583
3613
|
}
|
|
3584
|
-
), /* @__PURE__ */
|
|
3614
|
+
), /* @__PURE__ */ React156.createElement("path", { d: "M6 12H19V19H6V12Z", fill: "currentColor" }));
|
|
3585
3615
|
}
|
|
3586
3616
|
|
|
3587
3617
|
// src/components/icon/available-icons/log-out.tsx
|
|
3588
|
-
import * as
|
|
3618
|
+
import * as React157 from "react";
|
|
3589
3619
|
function SvgLogOut(props) {
|
|
3590
|
-
return /* @__PURE__ */
|
|
3620
|
+
return /* @__PURE__ */ React157.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React157.createElement(
|
|
3591
3621
|
"path",
|
|
3592
3622
|
{
|
|
3593
3623
|
fillRule: "evenodd",
|
|
@@ -3595,7 +3625,7 @@ function SvgLogOut(props) {
|
|
|
3595
3625
|
d: "M5.778 5A.778.778 0 005 5.778v12.444a.778.778 0 00.778.778h3.555a1 1 0 110 2H5.778A2.778 2.778 0 013 18.222V5.778A2.778 2.778 0 015.778 3h3.555a1 1 0 010 2H5.778zM14.848 6.848a1 1 0 011.415 0l4.444 4.445a1 1 0 010 1.414l-4.444 4.445a1 1 0 01-1.415-1.415L18.587 12l-3.737-3.737a1 1 0 010-1.415z",
|
|
3596
3626
|
fill: "currentColor"
|
|
3597
3627
|
}
|
|
3598
|
-
), /* @__PURE__ */
|
|
3628
|
+
), /* @__PURE__ */ React157.createElement(
|
|
3599
3629
|
"path",
|
|
3600
3630
|
{
|
|
3601
3631
|
fillRule: "evenodd",
|
|
@@ -3607,9 +3637,9 @@ function SvgLogOut(props) {
|
|
|
3607
3637
|
}
|
|
3608
3638
|
|
|
3609
3639
|
// src/components/icon/available-icons/mail.tsx
|
|
3610
|
-
import * as
|
|
3640
|
+
import * as React158 from "react";
|
|
3611
3641
|
function SvgMail(props) {
|
|
3612
|
-
return /* @__PURE__ */
|
|
3642
|
+
return /* @__PURE__ */ React158.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React158.createElement(
|
|
3613
3643
|
"path",
|
|
3614
3644
|
{
|
|
3615
3645
|
fillRule: "evenodd",
|
|
@@ -3621,9 +3651,9 @@ function SvgMail(props) {
|
|
|
3621
3651
|
}
|
|
3622
3652
|
|
|
3623
3653
|
// src/components/icon/available-icons/maximize.tsx
|
|
3624
|
-
import * as
|
|
3654
|
+
import * as React159 from "react";
|
|
3625
3655
|
function SvgMaximize(props) {
|
|
3626
|
-
return /* @__PURE__ */
|
|
3656
|
+
return /* @__PURE__ */ React159.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React159.createElement(
|
|
3627
3657
|
"path",
|
|
3628
3658
|
{
|
|
3629
3659
|
fillRule: "evenodd",
|
|
@@ -3635,9 +3665,9 @@ function SvgMaximize(props) {
|
|
|
3635
3665
|
}
|
|
3636
3666
|
|
|
3637
3667
|
// src/components/icon/available-icons/menu.tsx
|
|
3638
|
-
import * as
|
|
3668
|
+
import * as React160 from "react";
|
|
3639
3669
|
function SvgMenu(props) {
|
|
3640
|
-
return /* @__PURE__ */
|
|
3670
|
+
return /* @__PURE__ */ React160.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React160.createElement(
|
|
3641
3671
|
"path",
|
|
3642
3672
|
{
|
|
3643
3673
|
fillRule: "evenodd",
|
|
@@ -3649,9 +3679,9 @@ function SvgMenu(props) {
|
|
|
3649
3679
|
}
|
|
3650
3680
|
|
|
3651
3681
|
// src/components/icon/available-icons/menu-hide.tsx
|
|
3652
|
-
import * as
|
|
3682
|
+
import * as React161 from "react";
|
|
3653
3683
|
function SvgMenuHide(props) {
|
|
3654
|
-
return /* @__PURE__ */
|
|
3684
|
+
return /* @__PURE__ */ React161.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React161.createElement(
|
|
3655
3685
|
"path",
|
|
3656
3686
|
{
|
|
3657
3687
|
fillRule: "evenodd",
|
|
@@ -3663,9 +3693,9 @@ function SvgMenuHide(props) {
|
|
|
3663
3693
|
}
|
|
3664
3694
|
|
|
3665
3695
|
// src/components/icon/available-icons/menu-show.tsx
|
|
3666
|
-
import * as
|
|
3696
|
+
import * as React162 from "react";
|
|
3667
3697
|
function SvgMenuShow(props) {
|
|
3668
|
-
return /* @__PURE__ */
|
|
3698
|
+
return /* @__PURE__ */ React162.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React162.createElement(
|
|
3669
3699
|
"path",
|
|
3670
3700
|
{
|
|
3671
3701
|
fillRule: "evenodd",
|
|
@@ -3677,9 +3707,9 @@ function SvgMenuShow(props) {
|
|
|
3677
3707
|
}
|
|
3678
3708
|
|
|
3679
3709
|
// src/components/icon/available-icons/mic.tsx
|
|
3680
|
-
import * as
|
|
3710
|
+
import * as React163 from "react";
|
|
3681
3711
|
function SvgMic(props) {
|
|
3682
|
-
return /* @__PURE__ */
|
|
3712
|
+
return /* @__PURE__ */ React163.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React163.createElement(
|
|
3683
3713
|
"path",
|
|
3684
3714
|
{
|
|
3685
3715
|
fillRule: "evenodd",
|
|
@@ -3687,7 +3717,7 @@ function SvgMic(props) {
|
|
|
3687
3717
|
d: "M9.284 3.012a3.455 3.455 0 015.898 2.443V12a3.454 3.454 0 11-6.91 0V5.455c0-.917.364-1.795 1.012-2.443zM11.727 4a1.454 1.454 0 00-1.454 1.455V12a1.454 1.454 0 002.909 0V5.455A1.454 1.454 0 0011.727 4z",
|
|
3688
3718
|
fill: "currentColor"
|
|
3689
3719
|
}
|
|
3690
|
-
), /* @__PURE__ */
|
|
3720
|
+
), /* @__PURE__ */ React163.createElement(
|
|
3691
3721
|
"path",
|
|
3692
3722
|
{
|
|
3693
3723
|
fillRule: "evenodd",
|
|
@@ -3695,7 +3725,7 @@ function SvgMic(props) {
|
|
|
3695
3725
|
d: "M6 9.364a1 1 0 011 1V12a4.727 4.727 0 009.454 0v-1.636a1 1 0 012 0V12A6.727 6.727 0 115 12v-1.636a1 1 0 011-1z",
|
|
3696
3726
|
fill: "currentColor"
|
|
3697
3727
|
}
|
|
3698
|
-
), /* @__PURE__ */
|
|
3728
|
+
), /* @__PURE__ */ React163.createElement(
|
|
3699
3729
|
"path",
|
|
3700
3730
|
{
|
|
3701
3731
|
fillRule: "evenodd",
|
|
@@ -3703,7 +3733,7 @@ function SvgMic(props) {
|
|
|
3703
3733
|
d: "M11.727 16.727a1 1 0 011 1V21a1 1 0 01-2 0v-3.273a1 1 0 011-1z",
|
|
3704
3734
|
fill: "currentColor"
|
|
3705
3735
|
}
|
|
3706
|
-
), /* @__PURE__ */
|
|
3736
|
+
), /* @__PURE__ */ React163.createElement(
|
|
3707
3737
|
"path",
|
|
3708
3738
|
{
|
|
3709
3739
|
fillRule: "evenodd",
|
|
@@ -3715,9 +3745,9 @@ function SvgMic(props) {
|
|
|
3715
3745
|
}
|
|
3716
3746
|
|
|
3717
3747
|
// src/components/icon/available-icons/mic-off.tsx
|
|
3718
|
-
import * as
|
|
3748
|
+
import * as React164 from "react";
|
|
3719
3749
|
function SvgMicOff(props) {
|
|
3720
|
-
return /* @__PURE__ */
|
|
3750
|
+
return /* @__PURE__ */ React164.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React164.createElement(
|
|
3721
3751
|
"path",
|
|
3722
3752
|
{
|
|
3723
3753
|
fillRule: "evenodd",
|
|
@@ -3728,10 +3758,109 @@ function SvgMicOff(props) {
|
|
|
3728
3758
|
));
|
|
3729
3759
|
}
|
|
3730
3760
|
|
|
3761
|
+
// src/components/icon/available-icons/microsoft-teams-logo.tsx
|
|
3762
|
+
import * as React165 from "react";
|
|
3763
|
+
function SvgMicrosoftTeamsLogo(props) {
|
|
3764
|
+
return /* @__PURE__ */ React165.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React165.createElement(
|
|
3765
|
+
"path",
|
|
3766
|
+
{
|
|
3767
|
+
fill: "#5059C9",
|
|
3768
|
+
d: "M15.95 9.677h5.166c.488 0 .884.395.884.883v4.706a3.248 3.248 0 0 1-3.248 3.248h-.015a3.248 3.248 0 0 1-3.249-3.247v-5.128c0-.255.207-.462.462-.462ZM19.442 8.747a2.093 2.093 0 1 0 0-4.187 2.093 2.093 0 0 0 0 4.187Z"
|
|
3769
|
+
}
|
|
3770
|
+
), /* @__PURE__ */ React165.createElement(
|
|
3771
|
+
"path",
|
|
3772
|
+
{
|
|
3773
|
+
fill: "#7B83EB",
|
|
3774
|
+
d: "M12.93 8.746a3.023 3.023 0 1 0 0-6.046 3.023 3.023 0 0 0 0 6.046ZM16.961 9.677H8.434a.874.874 0 0 0-.853.894v5.367a5.246 5.246 0 0 0 5.117 5.367 5.246 5.246 0 0 0 5.116-5.367v-5.367a.874.874 0 0 0-.853-.894Z"
|
|
3775
|
+
}
|
|
3776
|
+
), /* @__PURE__ */ React165.createElement(
|
|
3777
|
+
"path",
|
|
3778
|
+
{
|
|
3779
|
+
fill: "#000",
|
|
3780
|
+
d: "M13.163 9.677v7.52a.856.856 0 0 1-.851.852H7.99a5.664 5.664 0 0 1-.41-2.112V10.57a.873.873 0 0 1 .852-.893h4.73Z",
|
|
3781
|
+
opacity: ".1"
|
|
3782
|
+
}
|
|
3783
|
+
), /* @__PURE__ */ React165.createElement(
|
|
3784
|
+
"path",
|
|
3785
|
+
{
|
|
3786
|
+
fill: "#000",
|
|
3787
|
+
d: "M12.698 9.677v7.986a.856.856 0 0 1-.851.851H8.209a6.04 6.04 0 0 1-.218-.465 5.664 5.664 0 0 1-.41-2.112V10.57a.873.873 0 0 1 .852-.893h4.265Z",
|
|
3788
|
+
opacity: ".2"
|
|
3789
|
+
}
|
|
3790
|
+
), /* @__PURE__ */ React165.createElement(
|
|
3791
|
+
"path",
|
|
3792
|
+
{
|
|
3793
|
+
fill: "#000",
|
|
3794
|
+
d: "M12.698 9.677v7.056a.858.858 0 0 1-.851.85h-4.02a5.664 5.664 0 0 1-.246-1.646V10.57a.873.873 0 0 1 .852-.893h4.265Z",
|
|
3795
|
+
opacity: ".2"
|
|
3796
|
+
}
|
|
3797
|
+
), /* @__PURE__ */ React165.createElement(
|
|
3798
|
+
"path",
|
|
3799
|
+
{
|
|
3800
|
+
fill: "#000",
|
|
3801
|
+
d: "M12.233 9.677v7.056a.858.858 0 0 1-.852.85H7.828a5.664 5.664 0 0 1-.247-1.646V10.57a.873.873 0 0 1 .852-.893h3.8Z",
|
|
3802
|
+
opacity: ".2"
|
|
3803
|
+
}
|
|
3804
|
+
), /* @__PURE__ */ React165.createElement(
|
|
3805
|
+
"path",
|
|
3806
|
+
{
|
|
3807
|
+
fill: "#000",
|
|
3808
|
+
d: "M13.163 7.272v1.465c-.08.005-.154.01-.233.01-.079 0-.153-.005-.232-.01a2.552 2.552 0 0 1-.465-.074A3.023 3.023 0 0 1 9.99 6.42h2.32c.47.002.85.382.852.851Z",
|
|
3809
|
+
opacity: ".1"
|
|
3810
|
+
}
|
|
3811
|
+
), /* @__PURE__ */ React165.createElement(
|
|
3812
|
+
"path",
|
|
3813
|
+
{
|
|
3814
|
+
fill: "#000",
|
|
3815
|
+
d: "M12.698 7.737v1a2.554 2.554 0 0 1-.466-.074 3.023 3.023 0 0 1-2.092-1.777h1.707c.469.002.849.382.85.851Z",
|
|
3816
|
+
opacity: ".2"
|
|
3817
|
+
}
|
|
3818
|
+
), /* @__PURE__ */ React165.createElement(
|
|
3819
|
+
"path",
|
|
3820
|
+
{
|
|
3821
|
+
fill: "#000",
|
|
3822
|
+
d: "M12.698 7.737v1a2.554 2.554 0 0 1-.466-.074 3.023 3.023 0 0 1-2.092-1.777h1.707c.469.002.849.382.85.851Z",
|
|
3823
|
+
opacity: ".2"
|
|
3824
|
+
}
|
|
3825
|
+
), /* @__PURE__ */ React165.createElement(
|
|
3826
|
+
"path",
|
|
3827
|
+
{
|
|
3828
|
+
fill: "#000",
|
|
3829
|
+
d: "M12.233 7.737v.926a3.023 3.023 0 0 1-2.094-1.777h1.242c.47.002.85.382.852.851Z",
|
|
3830
|
+
opacity: ".2"
|
|
3831
|
+
}
|
|
3832
|
+
), /* @__PURE__ */ React165.createElement(
|
|
3833
|
+
"path",
|
|
3834
|
+
{
|
|
3835
|
+
fill: "url(#a)",
|
|
3836
|
+
d: "M2.853 6.886h8.527c.47 0 .852.382.852.853v8.527c0 .47-.381.853-.852.853H2.853A.853.853 0 0 1 2 16.265V7.739c0-.471.382-.853.853-.853Z"
|
|
3837
|
+
}
|
|
3838
|
+
), /* @__PURE__ */ React165.createElement(
|
|
3839
|
+
"path",
|
|
3840
|
+
{
|
|
3841
|
+
fill: "#fff",
|
|
3842
|
+
d: "M9.36 10.132H7.655v4.642H6.57v-4.642H4.873v-.9H9.36v.9Z"
|
|
3843
|
+
}
|
|
3844
|
+
), /* @__PURE__ */ React165.createElement("defs", null, /* @__PURE__ */ React165.createElement(
|
|
3845
|
+
"linearGradient",
|
|
3846
|
+
{
|
|
3847
|
+
id: "a",
|
|
3848
|
+
x1: "3.778",
|
|
3849
|
+
x2: "10.455",
|
|
3850
|
+
y1: "6.22",
|
|
3851
|
+
y2: "17.785",
|
|
3852
|
+
gradientUnits: "userSpaceOnUse"
|
|
3853
|
+
},
|
|
3854
|
+
/* @__PURE__ */ React165.createElement("stop", { stopColor: "#5A62C3" }),
|
|
3855
|
+
/* @__PURE__ */ React165.createElement("stop", { offset: ".5", stopColor: "#4D55BD" }),
|
|
3856
|
+
/* @__PURE__ */ React165.createElement("stop", { offset: "1", stopColor: "#3940AB" })
|
|
3857
|
+
)));
|
|
3858
|
+
}
|
|
3859
|
+
|
|
3731
3860
|
// src/components/icon/available-icons/minimize.tsx
|
|
3732
|
-
import * as
|
|
3861
|
+
import * as React166 from "react";
|
|
3733
3862
|
function SvgMinimize(props) {
|
|
3734
|
-
return /* @__PURE__ */
|
|
3863
|
+
return /* @__PURE__ */ React166.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React166.createElement(
|
|
3735
3864
|
"path",
|
|
3736
3865
|
{
|
|
3737
3866
|
fillRule: "evenodd",
|
|
@@ -3743,9 +3872,9 @@ function SvgMinimize(props) {
|
|
|
3743
3872
|
}
|
|
3744
3873
|
|
|
3745
3874
|
// src/components/icon/available-icons/minus-circle.tsx
|
|
3746
|
-
import * as
|
|
3875
|
+
import * as React167 from "react";
|
|
3747
3876
|
function SvgMinusCircle(props) {
|
|
3748
|
-
return /* @__PURE__ */
|
|
3877
|
+
return /* @__PURE__ */ React167.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React167.createElement(
|
|
3749
3878
|
"path",
|
|
3750
3879
|
{
|
|
3751
3880
|
fillRule: "evenodd",
|
|
@@ -3753,7 +3882,7 @@ function SvgMinusCircle(props) {
|
|
|
3753
3882
|
d: "M12 5a7 7 0 100 14 7 7 0 000-14zm-9 7a9 9 0 1118 0 9 9 0 01-18 0z",
|
|
3754
3883
|
fill: "currentColor"
|
|
3755
3884
|
}
|
|
3756
|
-
), /* @__PURE__ */
|
|
3885
|
+
), /* @__PURE__ */ React167.createElement(
|
|
3757
3886
|
"path",
|
|
3758
3887
|
{
|
|
3759
3888
|
fillRule: "evenodd",
|
|
@@ -3765,9 +3894,9 @@ function SvgMinusCircle(props) {
|
|
|
3765
3894
|
}
|
|
3766
3895
|
|
|
3767
3896
|
// src/components/icon/available-icons/mobile-devices.tsx
|
|
3768
|
-
import * as
|
|
3897
|
+
import * as React168 from "react";
|
|
3769
3898
|
var SvgMobileDevices = (props) => {
|
|
3770
|
-
return /* @__PURE__ */
|
|
3899
|
+
return /* @__PURE__ */ React168.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React168.createElement(
|
|
3771
3900
|
"path",
|
|
3772
3901
|
{
|
|
3773
3902
|
fillRule: "evenodd",
|
|
@@ -3779,9 +3908,9 @@ var SvgMobileDevices = (props) => {
|
|
|
3779
3908
|
};
|
|
3780
3909
|
|
|
3781
3910
|
// src/components/icon/available-icons/money.tsx
|
|
3782
|
-
import * as
|
|
3911
|
+
import * as React169 from "react";
|
|
3783
3912
|
function SvgMoney(props) {
|
|
3784
|
-
return /* @__PURE__ */
|
|
3913
|
+
return /* @__PURE__ */ React169.createElement(React169.Fragment, null, /* @__PURE__ */ React169.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React169.createElement(
|
|
3785
3914
|
"path",
|
|
3786
3915
|
{
|
|
3787
3916
|
fillRule: "evenodd",
|
|
@@ -3793,9 +3922,9 @@ function SvgMoney(props) {
|
|
|
3793
3922
|
}
|
|
3794
3923
|
|
|
3795
3924
|
// src/components/icon/available-icons/moon.tsx
|
|
3796
|
-
import * as
|
|
3925
|
+
import * as React170 from "react";
|
|
3797
3926
|
function SvgMoon(props) {
|
|
3798
|
-
return /* @__PURE__ */
|
|
3927
|
+
return /* @__PURE__ */ React170.createElement(React170.Fragment, null, /* @__PURE__ */ React170.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React170.createElement(
|
|
3799
3928
|
"path",
|
|
3800
3929
|
{
|
|
3801
3930
|
fillRule: "evenodd",
|
|
@@ -3807,9 +3936,9 @@ function SvgMoon(props) {
|
|
|
3807
3936
|
}
|
|
3808
3937
|
|
|
3809
3938
|
// src/components/icon/available-icons/more-horiz.tsx
|
|
3810
|
-
import * as
|
|
3939
|
+
import * as React171 from "react";
|
|
3811
3940
|
function SvgMoreHoriz(props) {
|
|
3812
|
-
return /* @__PURE__ */
|
|
3941
|
+
return /* @__PURE__ */ React171.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React171.createElement(
|
|
3813
3942
|
"path",
|
|
3814
3943
|
{
|
|
3815
3944
|
fillRule: "evenodd",
|
|
@@ -3821,9 +3950,9 @@ function SvgMoreHoriz(props) {
|
|
|
3821
3950
|
}
|
|
3822
3951
|
|
|
3823
3952
|
// src/components/icon/available-icons/movie-filter.tsx
|
|
3824
|
-
import * as
|
|
3953
|
+
import * as React172 from "react";
|
|
3825
3954
|
function SvgMovieFilter(props) {
|
|
3826
|
-
return /* @__PURE__ */
|
|
3955
|
+
return /* @__PURE__ */ React172.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React172.createElement(
|
|
3827
3956
|
"path",
|
|
3828
3957
|
{
|
|
3829
3958
|
d: "M10 11l-.94 2.06L7 14l2.06.94L10 17l.94-2.06L13 14l-2.06-.94L10 11zm8.01-7l2 4h-3l-2-4h-2l2 4h-3l-2-4h-2l2 4h-3l-2-4h-1c-1.1 0-1.99.9-1.99 2l-.01 12c0 1.1.9 2 2 2h16c1.1 0 1.99-.9 1.99-2V4h-3.99zm2 14h-16V6.47L5.77 10H16l-.63 1.37L14 12l1.37.63L16 14l.63-1.37L18 12l-1.37-.63L16 10h4.01v8z",
|
|
@@ -3833,9 +3962,9 @@ function SvgMovieFilter(props) {
|
|
|
3833
3962
|
}
|
|
3834
3963
|
|
|
3835
3964
|
// src/components/icon/available-icons/mute.tsx
|
|
3836
|
-
import * as
|
|
3965
|
+
import * as React173 from "react";
|
|
3837
3966
|
function SvgMute(props) {
|
|
3838
|
-
return /* @__PURE__ */
|
|
3967
|
+
return /* @__PURE__ */ React173.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React173.createElement(
|
|
3839
3968
|
"path",
|
|
3840
3969
|
{
|
|
3841
3970
|
fillRule: "evenodd",
|
|
@@ -3847,8 +3976,8 @@ function SvgMute(props) {
|
|
|
3847
3976
|
}
|
|
3848
3977
|
|
|
3849
3978
|
// src/components/icon/available-icons/near-me.tsx
|
|
3850
|
-
import
|
|
3851
|
-
var SvgNearMe = (props) => /* @__PURE__ */
|
|
3979
|
+
import React174 from "react";
|
|
3980
|
+
var SvgNearMe = (props) => /* @__PURE__ */ React174.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React174.createElement(
|
|
3852
3981
|
"path",
|
|
3853
3982
|
{
|
|
3854
3983
|
d: "M18.95 3.738L4.27 9.878c-.83.35-.81 1.53.02 1.85l5.34 2.07a1 1 0 01.57.57l2.06 5.33c.32.84 1.51.86 1.86.03l6.15-14.67c.33-.83-.5-1.66-1.32-1.32z",
|
|
@@ -3857,8 +3986,8 @@ var SvgNearMe = (props) => /* @__PURE__ */ React172.createElement("svg", __sprea
|
|
|
3857
3986
|
));
|
|
3858
3987
|
|
|
3859
3988
|
// src/components/icon/available-icons/notes.tsx
|
|
3860
|
-
import
|
|
3861
|
-
var SvgNotes = (props) => /* @__PURE__ */
|
|
3989
|
+
import React175 from "react";
|
|
3990
|
+
var SvgNotes = (props) => /* @__PURE__ */ React175.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React175.createElement(
|
|
3862
3991
|
"path",
|
|
3863
3992
|
{
|
|
3864
3993
|
fillRule: "evenodd",
|
|
@@ -3869,8 +3998,8 @@ var SvgNotes = (props) => /* @__PURE__ */ React173.createElement("svg", __spread
|
|
|
3869
3998
|
));
|
|
3870
3999
|
|
|
3871
4000
|
// src/components/icon/available-icons/notifications.tsx
|
|
3872
|
-
import
|
|
3873
|
-
var SvgNotifications = (props) => /* @__PURE__ */
|
|
4001
|
+
import React176 from "react";
|
|
4002
|
+
var SvgNotifications = (props) => /* @__PURE__ */ React176.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React176.createElement(
|
|
3874
4003
|
"path",
|
|
3875
4004
|
{
|
|
3876
4005
|
fillRule: "evenodd",
|
|
@@ -3881,8 +4010,8 @@ var SvgNotifications = (props) => /* @__PURE__ */ React174.createElement("svg",
|
|
|
3881
4010
|
));
|
|
3882
4011
|
|
|
3883
4012
|
// src/components/icon/available-icons/numbered-list.tsx
|
|
3884
|
-
import
|
|
3885
|
-
var SvgNumberedList = () => /* @__PURE__ */
|
|
4013
|
+
import React177 from "react";
|
|
4014
|
+
var SvgNumberedList = () => /* @__PURE__ */ React177.createElement("svg", { viewBox: "0 0 24 24", fill: "none" }, /* @__PURE__ */ React177.createElement(
|
|
3886
4015
|
"path",
|
|
3887
4016
|
{
|
|
3888
4017
|
fillRule: "evenodd",
|
|
@@ -3890,7 +4019,7 @@ var SvgNumberedList = () => /* @__PURE__ */ React175.createElement("svg", { view
|
|
|
3890
4019
|
d: "M7.44439 7C7.44439 6.44772 7.89211 6 8.44439 6H19.9999C20.5522 6 20.9999 6.44772 20.9999 7C20.9999 7.55228 20.5522 8 19.9999 8H8.44439C7.89211 8 7.44439 7.55228 7.44439 7Z",
|
|
3891
4020
|
fill: "currentColor"
|
|
3892
4021
|
}
|
|
3893
|
-
), /* @__PURE__ */
|
|
4022
|
+
), /* @__PURE__ */ React177.createElement(
|
|
3894
4023
|
"path",
|
|
3895
4024
|
{
|
|
3896
4025
|
fillRule: "evenodd",
|
|
@@ -3898,7 +4027,7 @@ var SvgNumberedList = () => /* @__PURE__ */ React175.createElement("svg", { view
|
|
|
3898
4027
|
d: "M7.44439 12.3333C7.44439 11.781 7.89211 11.3333 8.44439 11.3333H19.9999C20.5522 11.3333 20.9999 11.781 20.9999 12.3333C20.9999 12.8856 20.5522 13.3333 19.9999 13.3333H8.44439C7.89211 13.3333 7.44439 12.8856 7.44439 12.3333Z",
|
|
3899
4028
|
fill: "currentColor"
|
|
3900
4029
|
}
|
|
3901
|
-
), /* @__PURE__ */
|
|
4030
|
+
), /* @__PURE__ */ React177.createElement(
|
|
3902
4031
|
"path",
|
|
3903
4032
|
{
|
|
3904
4033
|
fillRule: "evenodd",
|
|
@@ -3906,19 +4035,19 @@ var SvgNumberedList = () => /* @__PURE__ */ React175.createElement("svg", { view
|
|
|
3906
4035
|
d: "M7.44439 17.6667C7.44439 17.1144 7.89211 16.6667 8.44439 16.6667H19.9999C20.5522 16.6667 20.9999 17.1144 20.9999 17.6667C20.9999 18.219 20.5522 18.6667 19.9999 18.6667H8.44439C7.89211 18.6667 7.44439 18.219 7.44439 17.6667Z",
|
|
3907
4036
|
fill: "currentColor"
|
|
3908
4037
|
}
|
|
3909
|
-
), /* @__PURE__ */
|
|
4038
|
+
), /* @__PURE__ */ React177.createElement(
|
|
3910
4039
|
"path",
|
|
3911
4040
|
{
|
|
3912
4041
|
d: "M4.88495 9H4.09995V6.65H3.30495V6.12C3.82495 6.11 4.14495 5.82 4.20995 5.455H4.88495V9Z",
|
|
3913
4042
|
fill: "currentColor"
|
|
3914
4043
|
}
|
|
3915
|
-
), /* @__PURE__ */
|
|
4044
|
+
), /* @__PURE__ */ React177.createElement(
|
|
3916
4045
|
"path",
|
|
3917
4046
|
{
|
|
3918
4047
|
d: "M4.015 11.835L3.265 11.815C3.25 11.76 3.24 11.65 3.24 11.555C3.24 10.93 3.725 10.38 4.525 10.38C5.305 10.38 5.8 10.91 5.8 11.54C5.8 11.99 5.58 12.37 5.115 12.635L4.415 13.035C4.28 13.115 4.18 13.215 4.15 13.335H5.79V14H3.205C3.21 13.36 3.385 12.83 4.025 12.465L4.6 12.135C4.895 11.965 5.01 11.805 5.01 11.555C5.01 11.29 4.805 11.085 4.525 11.085C4.2 11.085 3.99 11.31 3.99 11.64C3.99 11.695 3.995 11.77 4.015 11.835Z",
|
|
3919
4048
|
fill: "currentColor"
|
|
3920
4049
|
}
|
|
3921
|
-
), /* @__PURE__ */
|
|
4050
|
+
), /* @__PURE__ */ React177.createElement(
|
|
3922
4051
|
"path",
|
|
3923
4052
|
{
|
|
3924
4053
|
d: "M4.205 17.7L3.865 17.16L4.755 16.37H3.28V15.705H5.735V16.345L4.88 17.085C5.39 17.11 5.84 17.505 5.84 18.155C5.84 18.78 5.335 19.325 4.505 19.325C3.71 19.325 3.22 18.8 3.17 18.21L3.92 18.055C3.935 18.4 4.165 18.65 4.5 18.65C4.85 18.65 5.045 18.405 5.045 18.135C5.045 17.785 4.795 17.625 4.515 17.625C4.41 17.625 4.28 17.655 4.205 17.7Z",
|
|
@@ -3927,8 +4056,8 @@ var SvgNumberedList = () => /* @__PURE__ */ React175.createElement("svg", { view
|
|
|
3927
4056
|
));
|
|
3928
4057
|
|
|
3929
4058
|
// src/components/icon/available-icons/offline-bolt.tsx
|
|
3930
|
-
import
|
|
3931
|
-
var SvgOfflineBolt = (props) => /* @__PURE__ */
|
|
4059
|
+
import React178 from "react";
|
|
4060
|
+
var SvgOfflineBolt = (props) => /* @__PURE__ */ React178.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React178.createElement(
|
|
3932
4061
|
"path",
|
|
3933
4062
|
{
|
|
3934
4063
|
fillRule: "evenodd",
|
|
@@ -3939,27 +4068,27 @@ var SvgOfflineBolt = (props) => /* @__PURE__ */ React176.createElement("svg", __
|
|
|
3939
4068
|
));
|
|
3940
4069
|
|
|
3941
4070
|
// src/components/icon/available-icons/outlook.tsx
|
|
3942
|
-
import * as
|
|
4071
|
+
import * as React179 from "react";
|
|
3943
4072
|
function SvgOutlook(props) {
|
|
3944
|
-
return /* @__PURE__ */
|
|
4073
|
+
return /* @__PURE__ */ React179.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React179.createElement(
|
|
3945
4074
|
"path",
|
|
3946
4075
|
{
|
|
3947
4076
|
d: "M14.2645 6.81636V10.3373L15.5085 11.112C15.5413 11.1215 15.6125 11.1222 15.6453 11.112L20.9993 7.54177C20.9993 7.11923 20.6008 6.81635 20.3759 6.81635H14.2645V6.81636Z",
|
|
3948
4077
|
fill: "#0072C6"
|
|
3949
4078
|
}
|
|
3950
|
-
), /* @__PURE__ */
|
|
4079
|
+
), /* @__PURE__ */ React179.createElement(
|
|
3951
4080
|
"path",
|
|
3952
4081
|
{
|
|
3953
4082
|
d: "M14.2645 11.6508L15.3998 12.4222C15.5598 12.5385 15.7525 12.4222 15.7525 12.4222C15.5604 12.5385 21 8.96487 21 8.96487V15.4361C21 16.1405 20.544 16.436 20.0314 16.436H14.2638V11.6508H14.2645Z",
|
|
3954
4083
|
fill: "#0072C6"
|
|
3955
4084
|
}
|
|
3956
|
-
), /* @__PURE__ */
|
|
4085
|
+
), /* @__PURE__ */ React179.createElement(
|
|
3957
4086
|
"path",
|
|
3958
4087
|
{
|
|
3959
4088
|
d: "M8.38623 10.0276C7.99935 10.0276 7.69108 10.2074 7.46347 10.5664C7.23585 10.9254 7.1217 11.4007 7.1217 11.9922C7.1217 12.5926 7.23585 13.0672 7.46347 13.416C7.69108 13.7655 7.98978 13.9393 8.35889 13.9393C8.73961 13.9393 9.04173 13.7696 9.26456 13.4302C9.48739 13.0908 9.59949 12.6196 9.59949 12.0173C9.59949 11.3892 9.49149 10.9004 9.27481 10.5509C9.05814 10.202 8.76217 10.0276 8.38623 10.0276Z",
|
|
3960
4089
|
fill: "#0072C6"
|
|
3961
4090
|
}
|
|
3962
|
-
), /* @__PURE__ */
|
|
4091
|
+
), /* @__PURE__ */ React179.createElement(
|
|
3963
4092
|
"path",
|
|
3964
4093
|
{
|
|
3965
4094
|
d: "M3 5.02817V18.8028L13.5947 21V3L3 5.02817ZM10.0895 14.2442C9.64183 14.8269 9.0581 15.119 8.33766 15.119C7.63568 15.119 7.06425 14.8364 6.62201 14.2719C6.18045 13.7067 5.95899 12.9712 5.95899 12.0639C5.95899 11.1059 6.18319 10.3312 6.63226 9.7396C7.08134 9.14806 7.67601 8.85194 8.41627 8.85194C9.11552 8.85194 9.68148 9.13453 10.1128 9.70107C10.5448 10.2676 10.7608 11.014 10.7608 11.9408C10.7614 12.8934 10.5373 13.6614 10.0895 14.2442Z",
|
|
@@ -3969,9 +4098,9 @@ function SvgOutlook(props) {
|
|
|
3969
4098
|
}
|
|
3970
4099
|
|
|
3971
4100
|
// src/components/icon/available-icons/palette.tsx
|
|
3972
|
-
import * as
|
|
4101
|
+
import * as React180 from "react";
|
|
3973
4102
|
function SvgPalette(props) {
|
|
3974
|
-
return /* @__PURE__ */
|
|
4103
|
+
return /* @__PURE__ */ React180.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React180.createElement(
|
|
3975
4104
|
"path",
|
|
3976
4105
|
{
|
|
3977
4106
|
fillRule: "evenodd",
|
|
@@ -3979,7 +4108,7 @@ function SvgPalette(props) {
|
|
|
3979
4108
|
d: "M3 12a9 9 0 019-9c4.856 0 9 3.522 9 8.111a5.446 5.446 0 01-5.444 5.445h-1.574a.331.331 0 00-.333.333c0 .073.03.153.086.217A2.332 2.332 0 0112 21a9 9 0 01-9-9zm9-7a7 7 0 000 14 .331.331 0 00.333-.333c0-.082-.029-.16-.094-.234l-.001-.002a2.335 2.335 0 01-.59-1.542 2.332 2.332 0 012.334-2.333h1.574A3.446 3.446 0 0019 11.11C19 7.842 15.98 5 12 5z",
|
|
3980
4109
|
fill: "currentColor"
|
|
3981
4110
|
}
|
|
3982
|
-
), /* @__PURE__ */
|
|
4111
|
+
), /* @__PURE__ */ React180.createElement(
|
|
3983
4112
|
"path",
|
|
3984
4113
|
{
|
|
3985
4114
|
d: "M11 10c-.553 0-1-.447-1-1 0-.553.447-1 1-1 .553 0 1 .447 1 1 0 .553-.447 1-1 1zM15 11c-.553 0-1-.447-1-1 0-.553.447-1 1-1 .553 0 1 .447 1 1 0 .553-.447 1-1 1zM9 13c-.553 0-1-.447-1-1 0-.553.447-1 1-1 .553 0 1 .447 1 1 0 .553-.447 1-1 1z",
|
|
@@ -3989,9 +4118,9 @@ function SvgPalette(props) {
|
|
|
3989
4118
|
}
|
|
3990
4119
|
|
|
3991
4120
|
// src/components/icon/available-icons/pause.tsx
|
|
3992
|
-
import * as
|
|
4121
|
+
import * as React181 from "react";
|
|
3993
4122
|
function SvgPause(props) {
|
|
3994
|
-
return /* @__PURE__ */
|
|
4123
|
+
return /* @__PURE__ */ React181.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React181.createElement(
|
|
3995
4124
|
"path",
|
|
3996
4125
|
{
|
|
3997
4126
|
fillRule: "evenodd",
|
|
@@ -4003,8 +4132,8 @@ function SvgPause(props) {
|
|
|
4003
4132
|
}
|
|
4004
4133
|
|
|
4005
4134
|
// src/components/icon/available-icons/people.tsx
|
|
4006
|
-
import
|
|
4007
|
-
var SvgPeople = (props) => /* @__PURE__ */
|
|
4135
|
+
import React182 from "react";
|
|
4136
|
+
var SvgPeople = (props) => /* @__PURE__ */ React182.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React182.createElement(
|
|
4008
4137
|
"path",
|
|
4009
4138
|
{
|
|
4010
4139
|
fillRule: "evenodd",
|
|
@@ -4015,8 +4144,8 @@ var SvgPeople = (props) => /* @__PURE__ */ React180.createElement("svg", __sprea
|
|
|
4015
4144
|
));
|
|
4016
4145
|
|
|
4017
4146
|
// src/components/icon/available-icons/person.tsx
|
|
4018
|
-
import
|
|
4019
|
-
var SvgPerson = (props) => /* @__PURE__ */
|
|
4147
|
+
import React183 from "react";
|
|
4148
|
+
var SvgPerson = (props) => /* @__PURE__ */ React183.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React183.createElement(
|
|
4020
4149
|
"path",
|
|
4021
4150
|
{
|
|
4022
4151
|
fillRule: "evenodd",
|
|
@@ -4027,9 +4156,9 @@ var SvgPerson = (props) => /* @__PURE__ */ React181.createElement("svg", __sprea
|
|
|
4027
4156
|
));
|
|
4028
4157
|
|
|
4029
4158
|
// src/components/icon/available-icons/phone-link-off.tsx
|
|
4030
|
-
import * as
|
|
4159
|
+
import * as React184 from "react";
|
|
4031
4160
|
function SvgPhoneLinkOff(props) {
|
|
4032
|
-
return /* @__PURE__ */
|
|
4161
|
+
return /* @__PURE__ */ React184.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React184.createElement(
|
|
4033
4162
|
"path",
|
|
4034
4163
|
{
|
|
4035
4164
|
fillRule: "evenodd",
|
|
@@ -4037,7 +4166,7 @@ function SvgPhoneLinkOff(props) {
|
|
|
4037
4166
|
d: "M8.727 5.818a1 1 0 011-1h10.455a1 1 0 110 2H9.727a1 1 0 01-1-1zM2.202 3.293a1 1 0 011.414 0L19.98 19.657a1 1 0 01-1.414 1.414L2.202 4.707a1 1 0 010-1.414z",
|
|
4038
4167
|
fill: "currentColor"
|
|
4039
4168
|
}
|
|
4040
|
-
), /* @__PURE__ */
|
|
4169
|
+
), /* @__PURE__ */ React184.createElement(
|
|
4041
4170
|
"path",
|
|
4042
4171
|
{
|
|
4043
4172
|
fillRule: "evenodd",
|
|
@@ -4045,7 +4174,7 @@ function SvgPhoneLinkOff(props) {
|
|
|
4045
4174
|
d: "M3.818 4.364a1 1 0 011 1V18.09a1 1 0 11-2 0V5.364a1 1 0 011-1zM15.545 9.455a1 1 0 011-1H22a1 1 0 011 1v9.09a1 1 0 11-2 0v-8.09h-3.455v2.181a1 1 0 01-2 0V9.455z",
|
|
4046
4175
|
fill: "currentColor"
|
|
4047
4176
|
}
|
|
4048
|
-
), /* @__PURE__ */
|
|
4177
|
+
), /* @__PURE__ */ React184.createElement(
|
|
4049
4178
|
"path",
|
|
4050
4179
|
{
|
|
4051
4180
|
fillRule: "evenodd",
|
|
@@ -4057,8 +4186,8 @@ function SvgPhoneLinkOff(props) {
|
|
|
4057
4186
|
}
|
|
4058
4187
|
|
|
4059
4188
|
// src/components/icon/available-icons/phonelink-off.tsx
|
|
4060
|
-
import
|
|
4061
|
-
var SvgPhonelinkOff = (props) => /* @__PURE__ */
|
|
4189
|
+
import React185 from "react";
|
|
4190
|
+
var SvgPhonelinkOff = (props) => /* @__PURE__ */ React185.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React185.createElement(
|
|
4062
4191
|
"path",
|
|
4063
4192
|
{
|
|
4064
4193
|
fillRule: "evenodd",
|
|
@@ -4069,8 +4198,8 @@ var SvgPhonelinkOff = (props) => /* @__PURE__ */ React183.createElement("svg", _
|
|
|
4069
4198
|
));
|
|
4070
4199
|
|
|
4071
4200
|
// src/components/icon/available-icons/photo-size-select-actual.tsx
|
|
4072
|
-
import
|
|
4073
|
-
var SvgPhotoSizeSelectActual = (props) => /* @__PURE__ */
|
|
4201
|
+
import React186 from "react";
|
|
4202
|
+
var SvgPhotoSizeSelectActual = (props) => /* @__PURE__ */ React186.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React186.createElement(
|
|
4074
4203
|
"path",
|
|
4075
4204
|
{
|
|
4076
4205
|
fillRule: "evenodd",
|
|
@@ -4081,9 +4210,9 @@ var SvgPhotoSizeSelectActual = (props) => /* @__PURE__ */ React184.createElement
|
|
|
4081
4210
|
));
|
|
4082
4211
|
|
|
4083
4212
|
// src/components/icon/available-icons/picture-in-picture.tsx
|
|
4084
|
-
import * as
|
|
4213
|
+
import * as React187 from "react";
|
|
4085
4214
|
function SvgPictureInPicture(props) {
|
|
4086
|
-
return /* @__PURE__ */
|
|
4215
|
+
return /* @__PURE__ */ React187.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React187.createElement(
|
|
4087
4216
|
"path",
|
|
4088
4217
|
{
|
|
4089
4218
|
d: "M20 4H4C2.34315 4 1 5.34315 1 7V17C1 18.6569 2.34315 20 4 20H20C21.6569 20 23 18.6569 23 17V7C23 5.34315 21.6569 4 20 4Z",
|
|
@@ -4092,7 +4221,7 @@ function SvgPictureInPicture(props) {
|
|
|
4092
4221
|
strokeLinecap: "round",
|
|
4093
4222
|
strokeLinejoin: "round"
|
|
4094
4223
|
}
|
|
4095
|
-
), /* @__PURE__ */
|
|
4224
|
+
), /* @__PURE__ */ React187.createElement(
|
|
4096
4225
|
"path",
|
|
4097
4226
|
{
|
|
4098
4227
|
d: "M19 11H13C12.4477 11 12 11.4477 12 12V16C12 16.5523 12.4477 17 13 17H19C19.5523 17 20 16.5523 20 16V12C20 11.4477 19.5523 11 19 11Z",
|
|
@@ -4102,9 +4231,9 @@ function SvgPictureInPicture(props) {
|
|
|
4102
4231
|
}
|
|
4103
4232
|
|
|
4104
4233
|
// src/components/icon/available-icons/pin.tsx
|
|
4105
|
-
import * as
|
|
4234
|
+
import * as React188 from "react";
|
|
4106
4235
|
function SvgPin(props) {
|
|
4107
|
-
return /* @__PURE__ */
|
|
4236
|
+
return /* @__PURE__ */ React188.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React188.createElement(
|
|
4108
4237
|
"path",
|
|
4109
4238
|
{
|
|
4110
4239
|
clipRule: "evenodd",
|
|
@@ -4116,9 +4245,9 @@ function SvgPin(props) {
|
|
|
4116
4245
|
}
|
|
4117
4246
|
|
|
4118
4247
|
// src/components/icon/available-icons/pin-fill.tsx
|
|
4119
|
-
import * as
|
|
4248
|
+
import * as React189 from "react";
|
|
4120
4249
|
function SvgPinFill(props) {
|
|
4121
|
-
return /* @__PURE__ */
|
|
4250
|
+
return /* @__PURE__ */ React189.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React189.createElement(
|
|
4122
4251
|
"path",
|
|
4123
4252
|
{
|
|
4124
4253
|
clipRule: "evenodd",
|
|
@@ -4130,9 +4259,9 @@ function SvgPinFill(props) {
|
|
|
4130
4259
|
}
|
|
4131
4260
|
|
|
4132
4261
|
// src/components/icon/available-icons/play.tsx
|
|
4133
|
-
import * as
|
|
4262
|
+
import * as React190 from "react";
|
|
4134
4263
|
function SvgPlay(props) {
|
|
4135
|
-
return /* @__PURE__ */
|
|
4264
|
+
return /* @__PURE__ */ React190.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React190.createElement(
|
|
4136
4265
|
"path",
|
|
4137
4266
|
{
|
|
4138
4267
|
d: "M6 6.134v11.732c0 .895 1.03 1.438 1.822.951l9.628-5.866c.733-.441.733-1.46 0-1.914L7.822 5.183C7.029 4.696 6 5.239 6 6.134z",
|
|
@@ -4142,8 +4271,8 @@ function SvgPlay(props) {
|
|
|
4142
4271
|
}
|
|
4143
4272
|
|
|
4144
4273
|
// src/components/icon/available-icons/play-arrow.tsx
|
|
4145
|
-
import
|
|
4146
|
-
var SvgPlayArrow = (props) => /* @__PURE__ */
|
|
4274
|
+
import React191 from "react";
|
|
4275
|
+
var SvgPlayArrow = (props) => /* @__PURE__ */ React191.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React191.createElement(
|
|
4147
4276
|
"path",
|
|
4148
4277
|
{
|
|
4149
4278
|
d: "M6 5.957v12.086a1.164 1.164 0 001.797.98l9.496-6.043c.724-.455.724-1.505 0-1.972L7.797 4.977A1.164 1.164 0 006 5.957z",
|
|
@@ -4152,9 +4281,9 @@ var SvgPlayArrow = (props) => /* @__PURE__ */ React189.createElement("svg", __sp
|
|
|
4152
4281
|
));
|
|
4153
4282
|
|
|
4154
4283
|
// src/components/icon/available-icons/play-circle.tsx
|
|
4155
|
-
import * as
|
|
4284
|
+
import * as React192 from "react";
|
|
4156
4285
|
function SvgPlayCircle(props) {
|
|
4157
|
-
return /* @__PURE__ */
|
|
4286
|
+
return /* @__PURE__ */ React192.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React192.createElement(
|
|
4158
4287
|
"path",
|
|
4159
4288
|
{
|
|
4160
4289
|
fillRule: "evenodd",
|
|
@@ -4162,7 +4291,7 @@ function SvgPlayCircle(props) {
|
|
|
4162
4291
|
d: "M12 5a7 7 0 100 14 7 7 0 000-14zm-9 7a9 9 0 1118 0 9 9 0 01-18 0z",
|
|
4163
4292
|
fill: "currentColor"
|
|
4164
4293
|
}
|
|
4165
|
-
), /* @__PURE__ */
|
|
4294
|
+
), /* @__PURE__ */ React192.createElement(
|
|
4166
4295
|
"path",
|
|
4167
4296
|
{
|
|
4168
4297
|
fillRule: "evenodd",
|
|
@@ -4174,8 +4303,8 @@ function SvgPlayCircle(props) {
|
|
|
4174
4303
|
}
|
|
4175
4304
|
|
|
4176
4305
|
// src/components/icon/available-icons/play-circle-filled.tsx
|
|
4177
|
-
import
|
|
4178
|
-
var SvgPlayCircleFilled = (props) => /* @__PURE__ */
|
|
4306
|
+
import React193 from "react";
|
|
4307
|
+
var SvgPlayCircleFilled = (props) => /* @__PURE__ */ React193.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React193.createElement(
|
|
4179
4308
|
"path",
|
|
4180
4309
|
{
|
|
4181
4310
|
fillRule: "evenodd",
|
|
@@ -4186,9 +4315,9 @@ var SvgPlayCircleFilled = (props) => /* @__PURE__ */ React191.createElement("svg
|
|
|
4186
4315
|
));
|
|
4187
4316
|
|
|
4188
4317
|
// src/components/icon/available-icons/plus-circle.tsx
|
|
4189
|
-
import * as
|
|
4318
|
+
import * as React194 from "react";
|
|
4190
4319
|
function SvgPlusCircle(props) {
|
|
4191
|
-
return /* @__PURE__ */
|
|
4320
|
+
return /* @__PURE__ */ React194.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React194.createElement(
|
|
4192
4321
|
"path",
|
|
4193
4322
|
{
|
|
4194
4323
|
fillRule: "evenodd",
|
|
@@ -4200,8 +4329,8 @@ function SvgPlusCircle(props) {
|
|
|
4200
4329
|
}
|
|
4201
4330
|
|
|
4202
4331
|
// src/components/icon/available-icons/power.tsx
|
|
4203
|
-
import
|
|
4204
|
-
var SvgPower = (props) => /* @__PURE__ */
|
|
4332
|
+
import React195 from "react";
|
|
4333
|
+
var SvgPower = (props) => /* @__PURE__ */ React195.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React195.createElement(
|
|
4205
4334
|
"path",
|
|
4206
4335
|
{
|
|
4207
4336
|
fillRule: "evenodd",
|
|
@@ -4209,7 +4338,7 @@ var SvgPower = (props) => /* @__PURE__ */ React193.createElement("svg", __spread
|
|
|
4209
4338
|
d: "M7.39868 6.49277C7.78927 6.88324 7.78937 7.5164 7.39891 7.90699C6.49008 8.81611 5.87123 9.97431 5.62059 11.2351C5.36996 12.4959 5.49881 13.8028 5.99084 14.9904C6.48287 16.178 7.31599 17.193 8.38487 17.9071C9.45374 18.6213 10.7104 19.0024 11.9959 19.0024C13.2813 19.0024 14.538 18.6213 15.6068 17.9071C16.6757 17.193 17.5088 16.178 18.0009 14.9904C18.4929 13.8028 18.6217 12.4959 18.3711 11.2351C18.1205 9.97431 17.5016 8.81611 16.5928 7.90699C16.2023 7.5164 16.2024 6.88324 16.593 6.49277C16.9836 6.10231 17.6168 6.10242 18.0072 6.49301C19.1957 7.68186 20.005 9.19642 20.3327 10.8452C20.6605 12.4939 20.492 14.2029 19.8486 15.7559C19.2051 17.3089 18.1157 18.6362 16.7179 19.5701C15.3202 20.504 13.6769 21.0024 11.9959 21.0024C10.3148 21.0024 8.67155 20.504 7.27379 19.5701C5.87604 18.6362 4.78657 17.3089 4.14314 15.7559C3.49972 14.2029 3.33123 12.4939 3.65898 10.8452C3.98672 9.19642 4.796 7.68186 5.98446 6.49301C6.37493 6.10242 7.00809 6.10231 7.39868 6.49277Z",
|
|
4210
4339
|
fill: "currentColor"
|
|
4211
4340
|
}
|
|
4212
|
-
), /* @__PURE__ */
|
|
4341
|
+
), /* @__PURE__ */ React195.createElement(
|
|
4213
4342
|
"path",
|
|
4214
4343
|
{
|
|
4215
4344
|
fillRule: "evenodd",
|
|
@@ -4220,9 +4349,9 @@ var SvgPower = (props) => /* @__PURE__ */ React193.createElement("svg", __spread
|
|
|
4220
4349
|
));
|
|
4221
4350
|
|
|
4222
4351
|
// src/components/icon/available-icons/present.tsx
|
|
4223
|
-
import * as
|
|
4352
|
+
import * as React196 from "react";
|
|
4224
4353
|
function SvgPresent(props) {
|
|
4225
|
-
return /* @__PURE__ */
|
|
4354
|
+
return /* @__PURE__ */ React196.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React196.createElement(
|
|
4226
4355
|
"path",
|
|
4227
4356
|
{
|
|
4228
4357
|
fillRule: "evenodd",
|
|
@@ -4234,8 +4363,8 @@ function SvgPresent(props) {
|
|
|
4234
4363
|
}
|
|
4235
4364
|
|
|
4236
4365
|
// src/components/icon/available-icons/pronunciation.tsx
|
|
4237
|
-
import
|
|
4238
|
-
var SvgPronunciation = () => /* @__PURE__ */
|
|
4366
|
+
import React197 from "react";
|
|
4367
|
+
var SvgPronunciation = () => /* @__PURE__ */ React197.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ React197.createElement(
|
|
4239
4368
|
"path",
|
|
4240
4369
|
{
|
|
4241
4370
|
d: "M16.667 12.6665C17.6732 13.6238 19.0818 17.3639 16.667 19.3332",
|
|
@@ -4243,7 +4372,7 @@ var SvgPronunciation = () => /* @__PURE__ */ React195.createElement("svg", { vie
|
|
|
4243
4372
|
strokeWidth: "1.66667",
|
|
4244
4373
|
strokeLinecap: "round"
|
|
4245
4374
|
}
|
|
4246
|
-
), /* @__PURE__ */
|
|
4375
|
+
), /* @__PURE__ */ React197.createElement(
|
|
4247
4376
|
"path",
|
|
4248
4377
|
{
|
|
4249
4378
|
d: "M20 10C22.6667 12.6667 23.3333 19.3333 20 22",
|
|
@@ -4251,7 +4380,7 @@ var SvgPronunciation = () => /* @__PURE__ */ React195.createElement("svg", { vie
|
|
|
4251
4380
|
strokeWidth: "1.66667",
|
|
4252
4381
|
strokeLinecap: "round"
|
|
4253
4382
|
}
|
|
4254
|
-
), /* @__PURE__ */
|
|
4383
|
+
), /* @__PURE__ */ React197.createElement(
|
|
4255
4384
|
"path",
|
|
4256
4385
|
{
|
|
4257
4386
|
d: "M8.34174 1.3335V4.22938C8.34174 4.30106 8.36772 4.37031 8.41488 4.42429L13.0416 9.7213C13.1806 9.88033 13.1133 10.1295 12.9132 10.197L10.0113 11.1759C9.8459 11.2316 9.76432 11.4175 9.83523 11.577L10.4965 13.0641C10.5605 13.208 10.5008 13.3769 10.3605 13.4485L7.30922 15.0056C7.07334 15.126 7.1018 15.4717 7.3542 15.5519L10.2654 16.4766C10.4438 16.5333 10.5256 16.7393 10.4346 16.903L9.72662 18.1767C9.71103 18.2048 9.7001 18.2352 9.69426 18.2667L9.2942 20.4259C9.26818 20.5664 9.14568 20.6682 9.00286 20.6682H2.68044C2.54148 20.6682 2.42119 20.7648 2.39115 20.9005L2 22.6668",
|
|
@@ -4262,9 +4391,9 @@ var SvgPronunciation = () => /* @__PURE__ */ React195.createElement("svg", { vie
|
|
|
4262
4391
|
));
|
|
4263
4392
|
|
|
4264
4393
|
// src/components/icon/available-icons/public-off.tsx
|
|
4265
|
-
import * as
|
|
4394
|
+
import * as React198 from "react";
|
|
4266
4395
|
function SvgPublicOff(props) {
|
|
4267
|
-
return /* @__PURE__ */
|
|
4396
|
+
return /* @__PURE__ */ React198.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React198.createElement(
|
|
4268
4397
|
"path",
|
|
4269
4398
|
{
|
|
4270
4399
|
fillRule: "evenodd",
|
|
@@ -4276,8 +4405,8 @@ function SvgPublicOff(props) {
|
|
|
4276
4405
|
}
|
|
4277
4406
|
|
|
4278
4407
|
// src/components/icon/available-icons/publicoff.tsx
|
|
4279
|
-
import
|
|
4280
|
-
var SvgPublicoff = (props) => /* @__PURE__ */
|
|
4408
|
+
import React199 from "react";
|
|
4409
|
+
var SvgPublicoff = (props) => /* @__PURE__ */ React199.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React199.createElement(
|
|
4281
4410
|
"path",
|
|
4282
4411
|
{
|
|
4283
4412
|
d: "M11 8.17L6.49 3.66A9.91 9.91 0 0112 2c5.52 0 10 4.48 10 10 0 2.04-.61 3.93-1.66 5.51l-1.46-1.46A7.842 7.842 0 0020 12c0-3.35-2.07-6.22-5-7.41V5c0 1.1-.9 2-2 2h-2v1.17zm10.19 13.02l-1.41 1.41-2.27-2.27A9.839 9.839 0 0112 22C6.48 22 2 17.52 2 12c0-2.04.61-3.93 1.66-5.51L1.39 4.22 2.8 2.81l18.39 18.38zM11 18c-1.1 0-2-.9-2-2v-1l-4.79-4.79C4.08 10.79 4 11.38 4 12c0 4.08 3.05 7.44 7 7.93V18z",
|
|
@@ -4286,9 +4415,9 @@ var SvgPublicoff = (props) => /* @__PURE__ */ React197.createElement("svg", __sp
|
|
|
4286
4415
|
));
|
|
4287
4416
|
|
|
4288
4417
|
// src/components/icon/available-icons/public-on.tsx
|
|
4289
|
-
import * as
|
|
4418
|
+
import * as React200 from "react";
|
|
4290
4419
|
function SvgPublicOn(props) {
|
|
4291
|
-
return /* @__PURE__ */
|
|
4420
|
+
return /* @__PURE__ */ React200.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React200.createElement(
|
|
4292
4421
|
"path",
|
|
4293
4422
|
{
|
|
4294
4423
|
clipRule: "evenodd",
|
|
@@ -4300,8 +4429,8 @@ function SvgPublicOn(props) {
|
|
|
4300
4429
|
}
|
|
4301
4430
|
|
|
4302
4431
|
// src/components/icon/available-icons/publicon.tsx
|
|
4303
|
-
import
|
|
4304
|
-
var SvgPublicon = (props) => /* @__PURE__ */
|
|
4432
|
+
import React201 from "react";
|
|
4433
|
+
var SvgPublicon = (props) => /* @__PURE__ */ React201.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React201.createElement(
|
|
4305
4434
|
"path",
|
|
4306
4435
|
{
|
|
4307
4436
|
fillRule: "evenodd",
|
|
@@ -4312,15 +4441,15 @@ var SvgPublicon = (props) => /* @__PURE__ */ React199.createElement("svg", __spr
|
|
|
4312
4441
|
));
|
|
4313
4442
|
|
|
4314
4443
|
// src/components/icon/available-icons/quick-edit.tsx
|
|
4315
|
-
import * as
|
|
4444
|
+
import * as React202 from "react";
|
|
4316
4445
|
function SvgQuickEdit(props) {
|
|
4317
|
-
return /* @__PURE__ */
|
|
4446
|
+
return /* @__PURE__ */ React202.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React202.createElement(
|
|
4318
4447
|
"path",
|
|
4319
4448
|
{
|
|
4320
4449
|
d: "M11.1869 14.1526L4.3398 21.2194C3.61853 21.9639 2.44813 21.9639 1.72519 21.2194C1.36456 20.8472 1.18424 20.3578 1.18424 19.8702C1.18424 19.3825 1.36456 18.8931 1.72519 18.5209L8.52216 11.5057L11.1869 14.1526Z",
|
|
4321
4450
|
fill: "currentColor"
|
|
4322
4451
|
}
|
|
4323
|
-
), /* @__PURE__ */
|
|
4452
|
+
), /* @__PURE__ */ React202.createElement(
|
|
4324
4453
|
"path",
|
|
4325
4454
|
{
|
|
4326
4455
|
fillRule: "evenodd",
|
|
@@ -4328,7 +4457,7 @@ function SvgQuickEdit(props) {
|
|
|
4328
4457
|
d: "M8.51258 10.5058C8.77994 10.5032 9.03719 10.6078 9.22689 10.7962L11.8916 13.4431C12.28 13.8289 12.286 14.4552 11.905 14.8484L5.05799 21.9153C3.94334 23.0657 2.12305 23.0645 1.00781 21.9161L1.007 21.9153C0.454796 21.3453 0.18424 20.6016 0.18424 19.8702C0.18424 19.1387 0.454796 18.395 1.007 17.825L7.80397 10.8099C7.99002 10.6178 8.24522 10.5083 8.51258 10.5058ZM8.53579 12.9287L2.44338 19.2167C2.27432 19.3912 2.18424 19.6262 2.18424 19.8702C2.18424 20.1139 2.27422 20.3488 2.44311 20.5233C2.77378 20.8632 3.29389 20.8618 3.62161 20.5236L9.78142 14.166L8.53579 12.9287Z",
|
|
4329
4458
|
fill: "currentColor"
|
|
4330
4459
|
}
|
|
4331
|
-
), /* @__PURE__ */
|
|
4460
|
+
), /* @__PURE__ */ React202.createElement(
|
|
4332
4461
|
"path",
|
|
4333
4462
|
{
|
|
4334
4463
|
fillRule: "evenodd",
|
|
@@ -4336,19 +4465,19 @@ function SvgQuickEdit(props) {
|
|
|
4336
4465
|
d: "M12.9852 9.55334C12.6546 9.21325 12.1343 9.21459 11.8065 9.55289L9.92761 11.4921L11.1732 12.7294L12.9848 10.8597C13.1541 10.6849 13.2439 10.4515 13.2439 10.2063C13.2439 9.96261 13.154 9.72778 12.9852 9.55334ZM10.3702 8.16119C11.4848 7.01076 13.3051 7.01198 14.4203 8.16036L14.4212 8.16119C14.9734 8.73113 15.2439 9.47489 15.2439 10.2063C15.2439 10.9399 14.973 11.6818 14.4212 12.2514L11.9051 14.8483C11.719 15.0403 11.4638 15.1499 11.1964 15.1524C10.9291 15.155 10.6718 15.0504 10.4821 14.8619L7.81744 12.2151C7.42905 11.8293 7.42305 11.2029 7.80398 10.8098L10.3702 8.16119L11.0884 8.85704L10.3702 8.16119Z",
|
|
4337
4466
|
fill: "currentColor"
|
|
4338
4467
|
}
|
|
4339
|
-
), /* @__PURE__ */
|
|
4468
|
+
), /* @__PURE__ */ React202.createElement(
|
|
4340
4469
|
"path",
|
|
4341
4470
|
{
|
|
4342
4471
|
d: "M20.553 3.66412C21.3946 3.8066 21.3946 5.05677 20.553 5.19925C19.4426 5.3877 18.5728 6.28549 18.3902 7.43148C18.2521 8.30016 17.0409 8.30016 16.9028 7.43148C16.7202 6.28549 15.8504 5.3877 14.74 5.19925C13.8983 5.05677 13.8983 3.8066 14.74 3.66412C15.8504 3.47567 16.7202 2.57788 16.9028 1.43189C17.0409 0.563209 18.2521 0.563209 18.3902 1.43189C18.5728 2.57788 19.4426 3.47567 20.553 3.66412Z",
|
|
4343
4472
|
fill: "currentColor"
|
|
4344
4473
|
}
|
|
4345
|
-
), /* @__PURE__ */
|
|
4474
|
+
), /* @__PURE__ */ React202.createElement(
|
|
4346
4475
|
"path",
|
|
4347
4476
|
{
|
|
4348
4477
|
d: "M6.19052 8.063C6.60359 8.13293 6.60359 8.74649 6.19052 8.81642C5.64558 8.9089 5.21866 9.34952 5.12905 9.91196C5.0613 10.3383 4.46682 10.3383 4.39907 9.91196C4.30946 9.34952 3.88255 8.9089 3.33761 8.81642C2.92453 8.74649 2.92453 8.13293 3.33761 8.063C3.88255 7.97051 4.30946 7.52989 4.39907 6.96746C4.46682 6.54112 5.0613 6.54112 5.12905 6.96746C5.21866 7.52989 5.64558 7.97051 6.19052 8.063Z",
|
|
4349
4478
|
fill: "currentColor"
|
|
4350
4479
|
}
|
|
4351
|
-
), /* @__PURE__ */
|
|
4480
|
+
), /* @__PURE__ */ React202.createElement(
|
|
4352
4481
|
"path",
|
|
4353
4482
|
{
|
|
4354
4483
|
d: "M10.9935 4.43377C11.3371 4.92754 10.7456 5.53801 10.2672 5.1834C9.63582 4.71582 8.78628 4.71582 8.15493 5.1834C7.67652 5.53801 7.08504 4.92754 7.42862 4.43377C7.88166 3.78215 7.88166 2.90534 7.42862 2.25372C7.08504 1.75995 7.67652 1.14948 8.15493 1.50409C8.78628 1.97167 9.63582 1.97167 10.2672 1.50409C10.7456 1.14948 11.3371 1.75995 10.9935 2.25372C10.5404 2.90534 10.5404 3.78215 10.9935 4.43377Z",
|
|
@@ -4358,14 +4487,14 @@ function SvgQuickEdit(props) {
|
|
|
4358
4487
|
}
|
|
4359
4488
|
|
|
4360
4489
|
// src/components/icon/available-icons/record.tsx
|
|
4361
|
-
import * as
|
|
4490
|
+
import * as React203 from "react";
|
|
4362
4491
|
function SvgRecord(props) {
|
|
4363
|
-
return /* @__PURE__ */
|
|
4492
|
+
return /* @__PURE__ */ React203.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React203.createElement("circle", { cx: 12, cy: 12, r: 8, fill: "currentColor" }));
|
|
4364
4493
|
}
|
|
4365
4494
|
|
|
4366
4495
|
// src/components/icon/available-icons/redo.tsx
|
|
4367
|
-
import
|
|
4368
|
-
var SvgRedo = (props) => /* @__PURE__ */
|
|
4496
|
+
import React204 from "react";
|
|
4497
|
+
var SvgRedo = (props) => /* @__PURE__ */ React204.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React204.createElement(
|
|
4369
4498
|
"path",
|
|
4370
4499
|
{
|
|
4371
4500
|
fillRule: "evenodd",
|
|
@@ -4373,7 +4502,7 @@ var SvgRedo = (props) => /* @__PURE__ */ React202.createElement("svg", __spreadV
|
|
|
4373
4502
|
d: "M18.8585 7C18.3062 7 17.8585 7.44772 17.8585 8V13.2827H12.5758C12.0235 13.2827 11.5758 13.7305 11.5758 14.2827C11.5758 14.835 12.0235 15.2827 12.5758 15.2827H18.8585C19.4108 15.2827 19.8585 14.835 19.8585 14.2827V8C19.8585 7.44772 19.4108 7 18.8585 7Z",
|
|
4374
4503
|
fill: "currentColor"
|
|
4375
4504
|
}
|
|
4376
|
-
), /* @__PURE__ */
|
|
4505
|
+
), /* @__PURE__ */ React204.createElement(
|
|
4377
4506
|
"path",
|
|
4378
4507
|
{
|
|
4379
4508
|
fillRule: "evenodd",
|
|
@@ -4384,9 +4513,9 @@ var SvgRedo = (props) => /* @__PURE__ */ React202.createElement("svg", __spreadV
|
|
|
4384
4513
|
));
|
|
4385
4514
|
|
|
4386
4515
|
// src/components/icon/available-icons/redo-alt.tsx
|
|
4387
|
-
import * as
|
|
4516
|
+
import * as React205 from "react";
|
|
4388
4517
|
function SvgRedoAlt(props) {
|
|
4389
|
-
return /* @__PURE__ */
|
|
4518
|
+
return /* @__PURE__ */ React205.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React205.createElement(
|
|
4390
4519
|
"path",
|
|
4391
4520
|
{
|
|
4392
4521
|
fillRule: "evenodd",
|
|
@@ -4394,7 +4523,7 @@ function SvgRedoAlt(props) {
|
|
|
4394
4523
|
d: "M14.2929 3.29289C14.6834 2.90237 15.3166 2.90237 15.7071 3.29289L20.7071 8.29289C21.0976 8.68342 21.0976 9.31658 20.7071 9.70711L15.7071 14.7071C15.3166 15.0976 14.6834 15.0976 14.2929 14.7071C13.9024 14.3166 13.9024 13.6834 14.2929 13.2929L18.5858 9L14.2929 4.70711C13.9024 4.31658 13.9024 3.68342 14.2929 3.29289Z",
|
|
4395
4524
|
fill: "currentColor"
|
|
4396
4525
|
}
|
|
4397
|
-
), /* @__PURE__ */
|
|
4526
|
+
), /* @__PURE__ */ React205.createElement(
|
|
4398
4527
|
"path",
|
|
4399
4528
|
{
|
|
4400
4529
|
fillRule: "evenodd",
|
|
@@ -4406,15 +4535,15 @@ function SvgRedoAlt(props) {
|
|
|
4406
4535
|
}
|
|
4407
4536
|
|
|
4408
4537
|
// src/components/icon/available-icons/refresh.tsx
|
|
4409
|
-
import * as
|
|
4538
|
+
import * as React206 from "react";
|
|
4410
4539
|
function SvgRefresh(props) {
|
|
4411
|
-
return /* @__PURE__ */
|
|
4540
|
+
return /* @__PURE__ */ React206.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React206.createElement(
|
|
4412
4541
|
"path",
|
|
4413
4542
|
{
|
|
4414
4543
|
d: "M13.8014 5.75795C12.7466 5.45285 11.6318 5.41993 10.5609 5.66224C9.48994 5.90455 8.49784 6.4142 7.67716 7.14363C6.85647 7.87307 6.23394 8.79851 5.86766 9.83361C5.68342 10.3543 5.11199 10.627 4.59134 10.4427C4.0707 10.2585 3.79798 9.68706 3.98222 9.16642C4.46122 7.81282 5.27529 6.60263 6.3485 5.64876C7.4217 4.69488 8.71905 4.02842 10.1195 3.71155C11.5199 3.39468 12.9778 3.43774 14.3571 3.8367C15.7313 4.23417 16.9828 4.97197 17.9958 5.98167L20.1666 8.0215V5.33334C20.1666 4.78106 20.6143 4.33334 21.1666 4.33334C21.7189 4.33334 22.1666 4.78106 22.1666 5.33334V10.3333C22.1666 10.4742 22.1375 10.6083 22.0849 10.7299C22.0503 10.8101 22.0046 10.8868 21.9478 10.9578C21.9239 10.9876 21.8983 11.0161 21.8712 11.043C21.7816 11.1321 21.679 11.2008 21.5693 11.249C21.4507 11.3012 21.3201 11.331 21.1827 11.3332C21.1763 11.3333 21.1698 11.3334 21.1633 11.3333H16.1666C15.6143 11.3333 15.1666 10.8856 15.1666 10.3333C15.1666 9.78106 15.6143 9.33334 16.1666 9.33334H18.6421L16.6152 7.42877C16.6075 7.42161 16.6 7.41433 16.5927 7.40694C15.8164 6.63035 14.8562 6.06304 13.8014 5.75795Z",
|
|
4415
4544
|
fill: "currentColor"
|
|
4416
4545
|
}
|
|
4417
|
-
), /* @__PURE__ */
|
|
4546
|
+
), /* @__PURE__ */ React206.createElement(
|
|
4418
4547
|
"path",
|
|
4419
4548
|
{
|
|
4420
4549
|
d: "M2.10452 12.9819C2.2055 12.8744 2.32465 12.7943 2.45271 12.7417C2.57005 12.6933 2.6986 12.6667 2.83337 12.6667H7.83337C8.38566 12.6667 8.83337 13.1144 8.83337 13.6667C8.83337 14.2189 8.38566 14.6667 7.83337 14.6667H5.3578L7.38472 16.5713C7.39233 16.5784 7.39984 16.5857 7.40722 16.5931C8.18343 17.3697 9.14371 17.937 10.1985 18.2421C11.2532 18.5472 12.3681 18.5801 13.439 18.3378C14.5099 18.0955 15.502 17.5858 16.3227 16.8564C17.1434 16.127 17.7659 15.2015 18.1322 14.1664C18.3165 13.6458 18.8879 13.3731 19.4085 13.5573C19.9292 13.7415 20.2019 14.313 20.0177 14.8336C19.5387 16.1872 18.7246 17.3974 17.6514 18.3513C16.5782 19.3051 15.2808 19.9716 13.8804 20.2885C12.4799 20.6053 11.0221 20.5623 9.64275 20.1633C8.26863 19.7659 7.01712 19.0281 6.00409 18.0184L3.83337 15.9786V18.6667C3.83337 19.2189 3.38566 19.6667 2.83337 19.6667C2.28109 19.6667 1.83337 19.2189 1.83337 18.6667V13.6667C1.83337 13.4062 1.93298 13.1689 2.09619 12.991L2.10452 12.9819Z",
|
|
@@ -4424,8 +4553,8 @@ function SvgRefresh(props) {
|
|
|
4424
4553
|
}
|
|
4425
4554
|
|
|
4426
4555
|
// src/components/icon/available-icons/remove-circle-outline.tsx
|
|
4427
|
-
import
|
|
4428
|
-
var SvgRemoveCircleOutline = (props) => /* @__PURE__ */
|
|
4556
|
+
import React207 from "react";
|
|
4557
|
+
var SvgRemoveCircleOutline = (props) => /* @__PURE__ */ React207.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React207.createElement(
|
|
4429
4558
|
"path",
|
|
4430
4559
|
{
|
|
4431
4560
|
fillRule: "evenodd",
|
|
@@ -4436,8 +4565,8 @@ var SvgRemoveCircleOutline = (props) => /* @__PURE__ */ React205.createElement("
|
|
|
4436
4565
|
));
|
|
4437
4566
|
|
|
4438
4567
|
// src/components/icon/available-icons/remove-red-eye.tsx
|
|
4439
|
-
import
|
|
4440
|
-
var SvgRemoveRedEye = (props) => /* @__PURE__ */
|
|
4568
|
+
import React208 from "react";
|
|
4569
|
+
var SvgRemoveRedEye = (props) => /* @__PURE__ */ React208.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React208.createElement(
|
|
4441
4570
|
"path",
|
|
4442
4571
|
{
|
|
4443
4572
|
fillRule: "evenodd",
|
|
@@ -4448,9 +4577,9 @@ var SvgRemoveRedEye = (props) => /* @__PURE__ */ React206.createElement("svg", _
|
|
|
4448
4577
|
));
|
|
4449
4578
|
|
|
4450
4579
|
// src/components/icon/available-icons/repeat.tsx
|
|
4451
|
-
import * as
|
|
4580
|
+
import * as React209 from "react";
|
|
4452
4581
|
function SvgRepeat(props) {
|
|
4453
|
-
return /* @__PURE__ */
|
|
4582
|
+
return /* @__PURE__ */ React209.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React209.createElement(
|
|
4454
4583
|
"path",
|
|
4455
4584
|
{
|
|
4456
4585
|
fillRule: "evenodd",
|
|
@@ -4458,7 +4587,7 @@ function SvgRepeat(props) {
|
|
|
4458
4587
|
d: "M17.1862 1.78243C16.8096 1.40586 16.199 1.40586 15.8225 1.78243C15.4459 2.15901 15.4459 2.76956 15.8225 3.14614L17.6763 5H7.66667C6.42899 5 5.242 5.49167 4.36683 6.36684C3.49167 7.242 3 8.42899 3 9.66667V11.5C3 12.0523 3.44772 12.5 4 12.5C4.55228 12.5 5 12.0523 5 11.5V9.66667C5 8.95942 5.28095 8.28115 5.78105 7.78105C6.28115 7.28095 6.95942 7 7.66667 7H17.6763L15.8225 8.85386C15.4459 9.23044 15.4459 9.84099 15.8225 10.2176C16.199 10.5941 16.8096 10.5941 17.1862 10.2176L20.7219 6.68185C20.9027 6.50101 21.0043 6.25574 21.0043 6C21.0043 5.74426 20.9027 5.49899 20.7219 5.31815L17.1862 1.78243Z",
|
|
4459
4588
|
fill: "currentColor"
|
|
4460
4589
|
}
|
|
4461
|
-
), /* @__PURE__ */
|
|
4590
|
+
), /* @__PURE__ */ React209.createElement(
|
|
4462
4591
|
"path",
|
|
4463
4592
|
{
|
|
4464
4593
|
fillRule: "evenodd",
|
|
@@ -4470,8 +4599,8 @@ function SvgRepeat(props) {
|
|
|
4470
4599
|
}
|
|
4471
4600
|
|
|
4472
4601
|
// src/components/icon/available-icons/replay.tsx
|
|
4473
|
-
import
|
|
4474
|
-
var SvgReplay = (props) => /* @__PURE__ */
|
|
4602
|
+
import React210 from "react";
|
|
4603
|
+
var SvgReplay = (props) => /* @__PURE__ */ React210.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React210.createElement(
|
|
4475
4604
|
"path",
|
|
4476
4605
|
{
|
|
4477
4606
|
fillRule: "evenodd",
|
|
@@ -4482,8 +4611,8 @@ var SvgReplay = (props) => /* @__PURE__ */ React208.createElement("svg", __sprea
|
|
|
4482
4611
|
));
|
|
4483
4612
|
|
|
4484
4613
|
// src/components/icon/available-icons/replay-5.tsx
|
|
4485
|
-
import
|
|
4486
|
-
var SvgReplay5 = (props) => /* @__PURE__ */
|
|
4614
|
+
import React211 from "react";
|
|
4615
|
+
var SvgReplay5 = (props) => /* @__PURE__ */ React211.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React211.createElement(
|
|
4487
4616
|
"path",
|
|
4488
4617
|
{
|
|
4489
4618
|
fillRule: "evenodd",
|
|
@@ -4491,7 +4620,7 @@ var SvgReplay5 = (props) => /* @__PURE__ */ React209.createElement("svg", __spre
|
|
|
4491
4620
|
d: "M8.707 11.707a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414l4-4a1 1 0 011.414 1.414L5.414 7l3.293 3.293a1 1 0 010 1.414z",
|
|
4492
4621
|
fill: "currentColor"
|
|
4493
4622
|
}
|
|
4494
|
-
), /* @__PURE__ */
|
|
4623
|
+
), /* @__PURE__ */ React211.createElement(
|
|
4495
4624
|
"path",
|
|
4496
4625
|
{
|
|
4497
4626
|
fillRule: "evenodd",
|
|
@@ -4499,13 +4628,13 @@ var SvgReplay5 = (props) => /* @__PURE__ */ React209.createElement("svg", __spre
|
|
|
4499
4628
|
d: "M13.707 11.707a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414l4-4a1 1 0 111.414 1.414L10.414 7l3.293 3.293a1 1 0 010 1.414z",
|
|
4500
4629
|
fill: "currentColor"
|
|
4501
4630
|
}
|
|
4502
|
-
), /* @__PURE__ */
|
|
4631
|
+
), /* @__PURE__ */ React211.createElement(
|
|
4503
4632
|
"path",
|
|
4504
4633
|
{
|
|
4505
4634
|
d: "M6.311 21.947c-.636 0-1.203-.116-1.7-.346a2.908 2.908 0 01-1.172-.95A2.424 2.424 0 013 19.261h2.045c.015.322.144.58.388.777.247.193.54.29.878.29.398 0 .723-.129.976-.384.256-.259.382-.597.38-1.014.002-.42-.126-.76-.384-1.019-.256-.258-.584-.388-.985-.388a1.534 1.534 0 00-.72.166 1.215 1.215 0 00-.511.465l-1.862-.35.379-4.704h5.6v1.7H5.317l-.2 2.058h.051c.145-.24.378-.44.699-.596a2.47 2.47 0 011.104-.239c.522 0 .988.122 1.397.367.412.241.736.576.972 1.005.239.43.358.92.358 1.475 0 .6-.142 1.13-.426 1.594a2.936 2.936 0 01-1.185 1.09c-.506.262-1.098.393-1.777.393z",
|
|
4506
4635
|
fill: "currentColor"
|
|
4507
4636
|
}
|
|
4508
|
-
), /* @__PURE__ */
|
|
4637
|
+
), /* @__PURE__ */ React211.createElement(
|
|
4509
4638
|
"path",
|
|
4510
4639
|
{
|
|
4511
4640
|
fillRule: "evenodd",
|
|
@@ -4516,8 +4645,8 @@ var SvgReplay5 = (props) => /* @__PURE__ */ React209.createElement("svg", __spre
|
|
|
4516
4645
|
));
|
|
4517
4646
|
|
|
4518
4647
|
// src/components/icon/available-icons/reply.tsx
|
|
4519
|
-
import
|
|
4520
|
-
var SvgReply = (props) => /* @__PURE__ */
|
|
4648
|
+
import React212 from "react";
|
|
4649
|
+
var SvgReply = (props) => /* @__PURE__ */ React212.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React212.createElement(
|
|
4521
4650
|
"path",
|
|
4522
4651
|
{
|
|
4523
4652
|
d: "M9.796 7.797v-1.59c0-.89-1.08-1.34-1.71-.71l-4.59 4.59a.996.996 0 000 1.41l4.59 4.59c.63.63 1.71.19 1.71-.7v-1.69c5 0 8.5 1.6 11 5.1-1-5-4-10-11-11z",
|
|
@@ -4526,9 +4655,9 @@ var SvgReply = (props) => /* @__PURE__ */ React210.createElement("svg", __spread
|
|
|
4526
4655
|
));
|
|
4527
4656
|
|
|
4528
4657
|
// src/components/icon/available-icons/reply-left.tsx
|
|
4529
|
-
import * as
|
|
4658
|
+
import * as React213 from "react";
|
|
4530
4659
|
function SvgReplyLeft(props) {
|
|
4531
|
-
return /* @__PURE__ */
|
|
4660
|
+
return /* @__PURE__ */ React213.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React213.createElement(
|
|
4532
4661
|
"path",
|
|
4533
4662
|
{
|
|
4534
4663
|
fillRule: "evenodd",
|
|
@@ -4540,9 +4669,9 @@ function SvgReplyLeft(props) {
|
|
|
4540
4669
|
}
|
|
4541
4670
|
|
|
4542
4671
|
// src/components/icon/available-icons/reply-right.tsx
|
|
4543
|
-
import * as
|
|
4672
|
+
import * as React214 from "react";
|
|
4544
4673
|
function SvgReplyRight(props) {
|
|
4545
|
-
return /* @__PURE__ */
|
|
4674
|
+
return /* @__PURE__ */ React214.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React214.createElement(
|
|
4546
4675
|
"path",
|
|
4547
4676
|
{
|
|
4548
4677
|
fillRule: "evenodd",
|
|
@@ -4554,15 +4683,15 @@ function SvgReplyRight(props) {
|
|
|
4554
4683
|
}
|
|
4555
4684
|
|
|
4556
4685
|
// src/components/icon/available-icons/rewind.tsx
|
|
4557
|
-
import * as
|
|
4686
|
+
import * as React215 from "react";
|
|
4558
4687
|
function SvgRewind(props) {
|
|
4559
|
-
return /* @__PURE__ */
|
|
4688
|
+
return /* @__PURE__ */ React215.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React215.createElement(
|
|
4560
4689
|
"path",
|
|
4561
4690
|
{
|
|
4562
4691
|
d: "M10.8003 17.1431L3.85742 12.0003L10.8003 6.85742V17.1431Z",
|
|
4563
4692
|
fill: "currentColor"
|
|
4564
4693
|
}
|
|
4565
|
-
), /* @__PURE__ */
|
|
4694
|
+
), /* @__PURE__ */ React215.createElement(
|
|
4566
4695
|
"path",
|
|
4567
4696
|
{
|
|
4568
4697
|
fillRule: "evenodd",
|
|
@@ -4570,13 +4699,13 @@ function SvgRewind(props) {
|
|
|
4570
4699
|
d: "M11.1856 6.09164C11.4747 6.23728 11.6571 6.5334 11.6571 6.85715V17.1429C11.6571 17.4666 11.4747 17.7627 11.1856 17.9084C10.8965 18.054 10.5499 18.0243 10.2898 17.8316L3.34695 12.6888C3.12871 12.5271 3 12.2716 3 12C3 11.7284 3.12871 11.4729 3.34695 11.3112L10.2898 6.16838C10.5499 5.97568 10.8965 5.946 11.1856 6.09164ZM5.29717 12L9.94285 15.4412V8.55875L5.29717 12Z",
|
|
4571
4700
|
fill: "currentColor"
|
|
4572
4701
|
}
|
|
4573
|
-
), /* @__PURE__ */
|
|
4702
|
+
), /* @__PURE__ */ React215.createElement(
|
|
4574
4703
|
"path",
|
|
4575
4704
|
{
|
|
4576
4705
|
d: "M19.2856 17.1431L12.3428 12.0003L19.2856 6.85742V17.1431Z",
|
|
4577
4706
|
fill: "currentColor"
|
|
4578
4707
|
}
|
|
4579
|
-
), /* @__PURE__ */
|
|
4708
|
+
), /* @__PURE__ */ React215.createElement(
|
|
4580
4709
|
"path",
|
|
4581
4710
|
{
|
|
4582
4711
|
fillRule: "evenodd",
|
|
@@ -4588,8 +4717,8 @@ function SvgRewind(props) {
|
|
|
4588
4717
|
}
|
|
4589
4718
|
|
|
4590
4719
|
// src/components/icon/available-icons/rotate-left.tsx
|
|
4591
|
-
import
|
|
4592
|
-
var SvgRotateLeft = (props) => /* @__PURE__ */
|
|
4720
|
+
import React216 from "react";
|
|
4721
|
+
var SvgRotateLeft = (props) => /* @__PURE__ */ React216.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React216.createElement(
|
|
4593
4722
|
"path",
|
|
4594
4723
|
{
|
|
4595
4724
|
fillRule: "evenodd",
|
|
@@ -4600,9 +4729,9 @@ var SvgRotateLeft = (props) => /* @__PURE__ */ React214.createElement("svg", __s
|
|
|
4600
4729
|
));
|
|
4601
4730
|
|
|
4602
4731
|
// src/components/icon/available-icons/safari-logo.tsx
|
|
4603
|
-
import * as
|
|
4732
|
+
import * as React217 from "react";
|
|
4604
4733
|
function SvgSafariLogo(props) {
|
|
4605
|
-
return /* @__PURE__ */
|
|
4734
|
+
return /* @__PURE__ */ React217.createElement(
|
|
4606
4735
|
"svg",
|
|
4607
4736
|
__spreadValues({
|
|
4608
4737
|
width: "96",
|
|
@@ -4611,13 +4740,13 @@ function SvgSafariLogo(props) {
|
|
|
4611
4740
|
fill: "none",
|
|
4612
4741
|
xmlns: "http://www.w3.org/2000/svg"
|
|
4613
4742
|
}, props),
|
|
4614
|
-
/* @__PURE__ */
|
|
4743
|
+
/* @__PURE__ */ React217.createElement("g", { clipPath: "url(#clip0_2_3913)" }, /* @__PURE__ */ React217.createElement("g", { opacity: "0.53", filter: "url(#filter0_f_2_3913)" }, /* @__PURE__ */ React217.createElement(
|
|
4615
4744
|
"path",
|
|
4616
4745
|
{
|
|
4617
4746
|
d: "M91.785 49.9529C91.785 55.4895 90.6526 60.9718 88.4523 66.087C86.252 71.2021 83.0269 75.8498 78.9613 79.7648C74.8957 83.6797 70.0691 86.7852 64.7572 88.904C59.4452 91.0227 53.7518 92.1132 48.0022 92.1132C42.2525 92.1132 36.5592 91.0227 31.2472 88.904C25.9352 86.7852 21.1086 83.6797 17.043 79.7648C12.9774 75.8498 9.7524 71.2021 7.5521 66.087C5.35181 60.9718 4.21933 55.4895 4.21933 49.9529C4.21933 38.7713 8.83215 28.0477 17.043 20.1411C25.2539 12.2345 36.3902 7.7926 48.0022 7.7926C53.7518 7.7926 59.4452 8.88311 64.7572 11.0019C70.0691 13.1206 74.8957 16.2261 78.9613 20.1411C83.0269 24.056 86.252 28.7037 88.4523 33.8189C90.6526 38.934 91.785 44.4163 91.785 49.9529Z",
|
|
4618
4747
|
fill: "black"
|
|
4619
4748
|
}
|
|
4620
|
-
)), /* @__PURE__ */
|
|
4749
|
+
)), /* @__PURE__ */ React217.createElement(
|
|
4621
4750
|
"path",
|
|
4622
4751
|
{
|
|
4623
4752
|
d: "M93.4497 46.2302C93.4497 52.1988 92.2741 58.1089 89.9901 63.6231C87.706 69.1373 84.3582 74.1476 80.1378 78.368C75.9174 82.5884 70.9071 85.9362 65.3929 88.2203C59.8787 90.5044 53.9685 91.6799 48 91.6799C35.946 91.6799 24.3857 86.8915 15.8622 78.368C7.33875 69.8446 2.55032 58.2842 2.55032 46.2302C2.55032 34.1762 7.33875 22.6159 15.8622 14.0924C24.3857 5.56897 35.946 0.780521 48 0.780518C53.9685 0.780517 59.8787 1.95611 65.3929 4.24018C70.9071 6.52424 75.9174 9.87204 80.1378 14.0924C84.3582 18.3128 87.706 23.3232 89.9901 28.8374C92.2741 34.3516 93.4497 40.2617 93.4497 46.2302Z",
|
|
@@ -4627,37 +4756,37 @@ function SvgSafariLogo(props) {
|
|
|
4627
4756
|
strokeLinecap: "round",
|
|
4628
4757
|
strokeLinejoin: "round"
|
|
4629
4758
|
}
|
|
4630
|
-
), /* @__PURE__ */
|
|
4759
|
+
), /* @__PURE__ */ React217.createElement(
|
|
4631
4760
|
"path",
|
|
4632
4761
|
{
|
|
4633
4762
|
d: "M89.8883 46.2302C89.8883 57.3397 85.4751 67.9941 77.6195 75.8497C69.7639 83.7053 59.1095 88.1185 48 88.1185C36.8905 88.1185 26.2361 83.7053 18.3805 75.8497C10.5249 67.9941 6.11168 57.3397 6.11168 46.2302C6.11168 35.1208 10.5249 24.4663 18.3805 16.6107C26.2361 8.75514 36.8905 4.34192 48 4.34192C59.1095 4.34192 69.7639 8.75514 77.6195 16.6107C85.4751 24.4663 89.8883 35.1208 89.8883 46.2302Z",
|
|
4634
4763
|
fill: "url(#paint1_radial_2_3913)"
|
|
4635
4764
|
}
|
|
4636
|
-
), /* @__PURE__ */
|
|
4765
|
+
), /* @__PURE__ */ React217.createElement(
|
|
4637
4766
|
"path",
|
|
4638
4767
|
{
|
|
4639
4768
|
d: "M48 6.52637C47.6617 6.52637 47.3893 6.79873 47.3893 7.13708V14.1814C47.3893 14.5198 47.6617 14.7922 48 14.7922C48.3384 14.7922 48.6107 14.5198 48.6107 14.1814V7.13708C48.6107 6.79873 48.3384 6.52637 48 6.52637ZM44.0047 6.77888C43.9642 6.77453 43.9226 6.77453 43.8805 6.77939C43.544 6.8145 43.3014 7.11368 43.3365 7.4502L43.6443 10.3973C43.6795 10.7338 43.9786 10.9764 44.3151 10.9413C44.6517 10.9062 44.8943 10.607 44.8592 10.2705L44.5516 7.32343C44.5208 7.02897 44.2879 6.80638 44.0047 6.77888ZM52.0232 6.78178C51.74 6.80906 51.507 7.03164 51.4761 7.32606L51.1661 10.2729C51.1307 10.6094 51.3734 10.9088 51.7099 10.9442C52.0463 10.9796 52.3455 10.7372 52.3809 10.4007L52.6909 7.45364C52.7263 7.11714 52.4836 6.81794 52.1471 6.78257C52.105 6.77821 52.0637 6.77819 52.0232 6.78178ZM39.9005 7.37404C39.8599 7.37436 39.8186 7.37839 39.7772 7.3871C39.4462 7.45718 39.2361 7.78013 39.3062 8.11114L40.7651 15.0026C40.8352 15.3336 41.1581 15.5437 41.4891 15.4737C41.8201 15.4036 42.0302 15.0809 41.9602 14.7499L40.5013 7.85812C40.4399 7.56848 40.185 7.37182 39.9005 7.37404ZM56.1271 7.37984C55.8426 7.37694 55.5877 7.57418 55.5262 7.86376L54.0623 14.7544C53.9919 15.0854 54.2019 15.4085 54.5328 15.4788C54.8637 15.5491 55.1868 15.3392 55.2571 15.0083L56.721 8.11757C56.7914 7.78662 56.5814 7.46356 56.2505 7.39327C56.2092 7.38456 56.1678 7.37984 56.1271 7.37984ZM35.9838 8.47842C35.9047 8.47117 35.8231 8.47987 35.7426 8.50657C35.4208 8.61118 35.2458 8.95417 35.3504 9.27595L36.2661 12.0941C36.3707 12.4159 36.7139 12.5909 37.0357 12.4863C37.3575 12.3817 37.5322 12.0385 37.4276 11.7167L36.512 8.89852C36.4336 8.65717 36.221 8.49859 35.9838 8.47842ZM60.0218 8.47987C59.7846 8.50004 59.572 8.65868 59.4936 8.90001L58.5774 11.7179C58.4727 12.0397 58.6476 12.383 58.9693 12.4876C59.2911 12.5922 59.6343 12.4173 59.739 12.0956L60.6551 9.27746C60.7598 8.95568 60.5849 8.61241 60.2632 8.50782C60.1828 8.4817 60.1008 8.4732 60.0218 8.47987ZM32.1105 9.89581C32.0311 9.89726 31.9508 9.91467 31.8736 9.94905C31.5645 10.0865 31.4262 10.4459 31.5636 10.7551L34.4247 17.1922C34.5621 17.5013 34.9216 17.6396 35.2307 17.5021C35.5397 17.3647 35.6784 17.0053 35.541 16.6961L32.6796 10.259C32.5765 10.0271 32.3485 9.89119 32.1105 9.89581ZM63.9388 9.91743C63.7008 9.91307 63.4726 10.0482 63.3692 10.2798L60.4994 16.713C60.3615 17.022 60.4993 17.3817 60.8083 17.5195C61.1173 17.6574 61.477 17.5196 61.6148 17.2106L64.4847 10.7775C64.6225 10.4685 64.4847 10.1088 64.1758 9.97093C64.0986 9.93655 64.0181 9.91917 63.9388 9.91743ZM28.5153 11.7981C28.3981 11.7893 28.2773 11.8155 28.1674 11.879C27.8744 12.0482 27.7747 12.4202 27.9439 12.7132L29.4255 15.2794C29.5946 15.5725 29.9666 15.6721 30.2597 15.5029C30.5527 15.3338 30.6523 14.9617 30.4832 14.6687L29.0016 12.1025C28.8958 11.9194 28.7107 11.8117 28.5153 11.7981ZM67.4847 11.7981C67.2893 11.8111 67.1044 11.9193 66.9987 12.1025L65.5168 14.6687C65.3476 14.9617 65.4476 15.3337 65.7406 15.5029C66.0336 15.6721 66.4057 15.5724 66.5748 15.2794L68.0564 12.7132C68.2256 12.4202 68.1259 12.0481 67.8329 11.879C67.723 11.8156 67.602 11.7899 67.4847 11.7981ZM25.0242 13.9755C24.9067 13.9798 24.789 14.0175 24.6863 14.092C24.4125 14.2906 24.3519 14.671 24.5507 14.9449L28.687 20.6469C28.8856 20.9207 29.2663 20.9813 29.5402 20.7827C29.814 20.584 29.8746 20.2036 29.6758 19.9297L25.5393 14.2278C25.4151 14.0566 25.22 13.9688 25.0242 13.9755ZM71.0195 14.0065C70.8238 13.9993 70.6286 14.087 70.5042 14.258L66.36 19.9544C66.161 20.228 66.221 20.6086 66.4947 20.8076C66.7683 21.0066 67.1488 20.9467 67.3479 20.6732L71.4918 14.9768C71.6909 14.7032 71.6307 14.3227 71.3572 14.1236C71.2546 14.049 71.137 14.0107 71.0195 14.0065ZM21.9037 16.5925C21.7478 16.5838 21.5888 16.6358 21.463 16.749C21.2116 16.9754 21.1913 17.36 21.4178 17.6115L23.4004 19.8139C23.6267 20.0654 24.0113 20.0856 24.2628 19.8592C24.5143 19.6328 24.5345 19.248 24.3081 18.9965L22.3257 16.7943C22.2126 16.6685 22.0596 16.6007 21.9037 16.5925ZM74.1007 16.5968C73.9448 16.6055 73.792 16.673 73.6788 16.7987L71.6961 19.0006C71.4697 19.2521 71.4898 19.6369 71.7413 19.8633C71.9927 20.0897 72.3773 20.0694 72.6037 19.8181L74.5866 17.6161C74.813 17.3647 74.7927 16.9798 74.5413 16.7535C74.4155 16.6403 74.2567 16.5886 74.1007 16.5968ZM18.9129 19.4653C18.757 19.474 18.6044 19.5415 18.4912 19.6672C18.2648 19.9187 18.2851 20.3033 18.5365 20.5297L23.7719 25.2427C24.0234 25.4691 24.408 25.4488 24.6343 25.1974C24.8607 24.9459 24.8407 24.5613 24.5892 24.335L19.3535 19.622C19.2277 19.5088 19.0688 19.4571 18.9129 19.4653ZM77.1061 19.4859C76.9502 19.4772 76.7909 19.5292 76.6651 19.6422L71.4265 24.3516C71.1749 24.5778 71.1542 24.9624 71.3804 25.214C71.6066 25.4656 71.9914 25.486 72.243 25.2598L77.4819 20.5505C77.7335 20.3243 77.754 19.9397 77.5278 19.6881C77.4146 19.5623 77.262 19.4942 77.1061 19.4859ZM16.4258 22.6634C16.23 22.6561 16.0348 22.7443 15.9105 22.9153C15.7116 23.1891 15.772 23.5694 16.0457 23.7683L18.443 25.51C18.7167 25.7089 19.097 25.6488 19.2959 25.3751C19.4948 25.1013 19.4346 24.7207 19.161 24.5219L16.7637 22.7801C16.6612 22.7056 16.5433 22.6676 16.4258 22.6634ZM79.5908 22.6856C79.4733 22.6899 79.3556 22.7275 79.2529 22.8021L76.8546 24.5422C76.5808 24.7409 76.5202 25.1215 76.7188 25.3954C76.9175 25.6693 77.2979 25.7296 77.5718 25.5309L79.9703 23.7908C80.2442 23.5921 80.3045 23.2117 80.1058 22.9379C79.9816 22.7667 79.7866 22.6789 79.5908 22.6856ZM14.1016 26.0746C13.9062 26.0877 13.7213 26.1959 13.6155 26.3791C13.4464 26.6721 13.5461 27.0441 13.8391 27.2133L19.9396 30.7355C20.2326 30.9046 20.6046 30.805 20.7738 30.512C20.943 30.219 20.8433 29.8469 20.5503 29.6777L14.4498 26.1555C14.3399 26.0921 14.2188 26.0665 14.1016 26.0746ZM81.8984 26.0746C81.7812 26.0659 81.6601 26.0921 81.5502 26.1556L75.4497 29.6778C75.1567 29.847 75.0571 30.219 75.2262 30.512C75.3954 30.805 75.7674 30.9047 76.0605 30.7355L82.1612 27.2134C82.4542 27.0442 82.5539 26.6721 82.3847 26.3791C82.279 26.196 82.0938 26.0883 81.8984 26.0746ZM12.3443 29.7107C12.1063 29.7049 11.8781 29.8411 11.7747 30.0728C11.6369 30.3818 11.7746 30.7416 12.0836 30.8794L14.79 32.0866C15.099 32.2244 15.4588 32.0867 15.5966 31.7777C15.7344 31.4687 15.5964 31.1089 15.2874 30.9711L12.5813 29.7639C12.5041 29.7294 12.4236 29.7123 12.3443 29.7107ZM83.6676 29.7358C83.5882 29.7372 83.5076 29.7547 83.4303 29.789L80.7234 30.9941C80.4143 31.1318 80.2761 31.4913 80.4137 31.8004C80.5514 32.1095 80.9111 32.2477 81.2202 32.1101L83.9272 30.9047C84.2363 30.7672 84.3742 30.4076 84.2366 30.0985C84.1335 29.8666 83.9056 29.7311 83.6676 29.7358ZM10.7781 33.511C10.5409 33.5309 10.3283 33.6893 10.2497 33.9306C10.1449 34.2523 10.3193 34.5957 10.6411 34.7005L17.3388 36.8829C17.6605 36.9877 18.0039 36.8132 18.1088 36.4915C18.2135 36.1698 18.0391 35.8264 17.7173 35.7216L11.0196 33.5392C10.9392 33.5129 10.8572 33.5043 10.7781 33.511ZM85.2308 33.5371C85.1518 33.5299 85.0701 33.5386 84.9897 33.5653L78.2903 35.743C77.9685 35.8476 77.7938 36.1908 77.8984 36.5126C78.003 36.8344 78.3462 37.0091 78.668 36.9046L85.3671 34.7269C85.6889 34.6223 85.8639 34.279 85.7593 33.9572C85.6808 33.7159 85.468 33.5573 85.2308 33.5371ZM9.80238 37.5003C9.51786 37.4974 9.2627 37.6949 9.20116 37.9845C9.13079 38.3154 9.34073 38.6384 9.67164 38.7088L12.5702 39.3248C12.9012 39.3951 13.2242 39.1852 13.2945 38.8543C13.3649 38.5233 13.1549 38.2003 12.824 38.13L9.92572 37.514C9.88437 37.5053 9.843 37.5003 9.80238 37.5003ZM86.199 37.5061C86.1583 37.5064 86.1173 37.5119 86.0759 37.5192L83.1773 38.1349C82.8464 38.2052 82.6366 38.528 82.7069 38.8589C82.7772 39.1899 83.1002 39.4 83.4312 39.3297L86.3295 38.714C86.6604 38.6436 86.8705 38.3206 86.8002 37.9896C86.7387 37.7001 86.4835 37.5037 86.199 37.5061ZM9.06383 41.513C8.78061 41.5401 8.5475 41.7623 8.51639 42.0568C8.48084 42.3932 8.72288 42.6928 9.05934 42.7283L16.0647 43.469C16.4012 43.5046 16.7008 43.2622 16.7363 42.9258C16.7718 42.5893 16.5296 42.2897 16.1931 42.2542L9.18772 41.5135C9.14564 41.5092 9.10431 41.5092 9.06383 41.513ZM86.9428 41.5657C86.9023 41.5613 86.8606 41.5613 86.8186 41.5662L79.8124 42.2973C79.4759 42.3325 79.2333 42.6316 79.2684 42.9681C79.3035 43.3047 79.6027 43.5473 79.9392 43.5122L86.9454 42.781C87.2819 42.7459 87.5245 42.4467 87.4894 42.1102C87.4586 41.8158 87.226 41.5932 86.9428 41.5657ZM8.94522 45.6205C8.60687 45.6205 8.33452 45.8929 8.33452 46.2313C8.33452 46.5696 8.60687 46.842 8.94522 46.842H11.9084C12.2467 46.842 12.5193 46.5696 12.5193 46.2313C12.5193 45.8929 12.2467 45.6205 11.9084 45.6205H8.94522ZM84.0917 45.6205C83.7533 45.6205 83.4809 45.8929 83.4809 46.2313C83.4809 46.5696 83.7533 46.842 84.0917 46.842H87.0548C87.3931 46.842 87.6655 46.5696 87.6655 46.2313C87.6655 45.8929 87.3931 45.6205 87.0548 45.6205H84.0917ZM16.1849 48.9498C16.1444 48.9454 16.1031 48.9454 16.061 48.9503L9.05457 49.6815C8.71805 49.7166 8.47547 50.0158 8.51056 50.3523C8.54567 50.6888 8.84484 50.9314 9.18135 50.8963L16.1878 50.1651C16.5243 50.13 16.7669 49.8308 16.7318 49.4943C16.701 49.1999 16.4681 48.9773 16.1849 48.9498ZM79.8114 48.993C79.5282 49.0202 79.2951 49.2424 79.264 49.5368C79.2284 49.8733 79.4705 50.1728 79.8069 50.2084L86.8123 50.949C87.1488 50.9846 87.4483 50.7423 87.4839 50.4058C87.5194 50.0693 87.2771 49.7698 86.9407 49.7342L79.9356 48.9936C79.8935 48.9892 79.8519 48.9892 79.8114 48.993ZM12.6925 53.1188C12.6519 53.1192 12.6105 53.1232 12.5692 53.1319L9.67061 53.7476C9.33964 53.8179 9.12984 54.1409 9.20013 54.4719C9.27049 54.8029 9.59348 55.0127 9.92444 54.9424L12.823 54.3269C13.154 54.2565 13.3638 53.9336 13.2935 53.6026C13.232 53.313 12.977 53.1164 12.6925 53.1188ZM83.3067 53.1246C83.0222 53.1217 82.7673 53.3189 82.7058 53.6085C82.6354 53.9395 82.8451 54.2625 83.176 54.3329L86.0745 54.9488C86.4055 55.0192 86.7285 54.8095 86.7989 54.4786C86.8692 54.1477 86.6593 53.8244 86.3284 53.754L83.4301 53.1381C83.3887 53.1293 83.3473 53.1246 83.3067 53.1246ZM17.5734 55.53C17.4943 55.5228 17.4127 55.5315 17.3322 55.5582L10.6329 57.7358C10.3111 57.8404 10.1364 58.1837 10.241 58.5055C10.3456 58.8273 10.6888 59.002 11.0106 58.8974L17.7097 56.7197C18.0315 56.6151 18.2065 56.2719 18.1019 55.9501C18.0234 55.7088 17.8106 55.5501 17.5734 55.53ZM78.42 55.5516C78.1828 55.5715 77.9701 55.73 77.8915 55.9713C77.7868 56.293 77.9612 56.6363 78.2829 56.7412L84.9807 58.9236C85.3024 59.0283 85.6458 58.8538 85.7506 58.5322C85.8555 58.2105 85.681 57.8671 85.3592 57.7623L78.6614 55.5798C78.5811 55.5536 78.4991 55.545 78.42 55.5516ZM15.017 60.2997C14.9376 60.3012 14.8573 60.3183 14.78 60.3527L12.0728 61.558C11.7637 61.6956 11.6258 62.0552 11.7634 62.3643C11.9011 62.6734 12.2606 62.8113 12.5697 62.6737L15.2769 61.4687C15.586 61.3311 15.7239 60.9715 15.5863 60.6624C15.4832 60.4305 15.255 60.295 15.017 60.2997ZM80.9733 60.3229C80.7353 60.3171 80.5071 60.4534 80.4037 60.6851C80.2658 60.9941 80.4036 61.3538 80.7126 61.4916L83.4187 62.6988C83.7277 62.8366 84.0875 62.6989 84.2253 62.3899C84.3631 62.0809 84.2254 61.7212 83.9164 61.5834L81.2102 60.3762C81.133 60.3416 81.0526 60.3245 80.9733 60.3229ZM20.2877 61.6464C20.1705 61.6377 20.0494 61.6638 19.9396 61.7273L13.8391 65.2495C13.5461 65.4187 13.4464 65.7907 13.6155 66.0837C13.7847 66.3767 14.1568 66.4764 14.4498 66.3072L20.5503 62.7853C20.8433 62.6161 20.9429 62.2438 20.7738 61.9508C20.668 61.7677 20.4832 61.66 20.2877 61.6464ZM75.7125 61.6464C75.5171 61.6594 75.332 61.7677 75.2262 61.9508C75.0571 62.2438 75.1567 62.6161 75.4497 62.7853L81.5502 66.3072C81.8433 66.4764 82.2155 66.3767 82.3847 66.0837C82.5539 65.7907 82.4542 65.4186 82.1612 65.2495L76.0605 61.7273C75.9506 61.6639 75.8298 61.6382 75.7125 61.6464ZM18.7661 66.8151C18.6486 66.8195 18.5309 66.8573 18.4282 66.9319L16.0299 68.672C15.7561 68.8707 15.6955 69.2511 15.8941 69.525C16.0928 69.7988 16.4732 69.8594 16.7471 69.6606L19.1456 67.9205C19.4195 67.7218 19.48 67.3414 19.2814 67.0676C19.1572 66.8964 18.9619 66.8084 18.7661 66.8151ZM77.2194 66.8357C77.0236 66.8285 76.8284 66.9167 76.7041 67.0877C76.5052 67.3614 76.5656 67.742 76.8393 67.9409L79.2366 69.6826C79.5103 69.8815 79.8906 69.8212 80.0895 69.5474C80.2884 69.2737 80.2282 68.8933 79.9546 68.6944L77.5574 66.9527C77.4548 66.8781 77.3369 66.8399 77.2194 66.8357ZM24.1979 67.0466C24.042 67.0379 23.883 67.0898 23.7572 67.2029L18.5184 71.9122C18.2667 72.1384 18.2463 72.523 18.4725 72.7746C18.6987 73.0262 19.0833 73.0467 19.3349 72.8205L24.5738 68.1111C24.8254 67.885 24.8458 67.5004 24.6196 67.2487C24.5066 67.1229 24.3538 67.0549 24.1979 67.0466ZM71.7876 67.0634C71.6317 67.0721 71.4788 67.1396 71.3656 67.2653C71.1392 67.5168 71.1595 67.9013 71.4109 68.1277L76.6463 72.8407C76.8978 73.0671 77.2826 73.0469 77.509 72.7955C77.7354 72.544 77.7151 72.1594 77.4638 71.9331L72.228 67.22C72.1022 67.1068 71.9435 67.0552 71.7876 67.0634ZM29.1679 71.5374C28.9722 71.5301 28.7768 71.6177 28.6524 71.7888L24.5084 77.4852C24.3094 77.7589 24.3693 78.1394 24.6428 78.3384C24.9164 78.5375 25.2969 78.4776 25.496 78.2039L29.6399 72.5075C29.839 72.2339 29.7791 71.8534 29.5056 71.6543C29.403 71.5797 29.2854 71.5414 29.1679 71.5374ZM66.7981 71.5629C66.6806 71.5673 66.5629 71.6048 66.4602 71.6794C66.1863 71.8781 66.1258 72.2585 66.3244 72.5323L70.4607 78.2343C70.6593 78.5082 71.0397 78.5687 71.3136 78.3701C71.5875 78.1714 71.648 77.7911 71.4494 77.5172L67.3131 71.8152C67.1889 71.6441 66.9939 71.5562 66.7981 71.5629ZM23.8184 72.4427C23.6625 72.4514 23.5096 72.5189 23.3964 72.6446L21.4137 74.8465C21.1873 75.098 21.2074 75.4828 21.4589 75.7092C21.7103 75.9356 22.0949 75.9153 22.3213 75.6638L24.3042 73.4619C24.5306 73.2105 24.5103 72.8256 24.2589 72.5992C24.1331 72.486 23.9743 72.4346 23.8184 72.4427ZM72.178 72.4456C72.0221 72.4369 71.8632 72.489 71.7375 72.6022C71.486 72.8285 71.4658 73.2131 71.6921 73.4646L73.6745 75.6671C73.9008 75.9185 74.2854 75.9388 74.5369 75.7123C74.7884 75.486 74.8086 75.1011 74.5822 74.8496L72.5998 72.6475C72.4866 72.5217 72.3339 72.4538 72.178 72.4456ZM34.9548 74.8885C34.7168 74.8826 34.4888 75.0189 34.3855 75.2506L31.5153 81.6837C31.3775 81.9927 31.5153 82.3524 31.8243 82.4903C32.1333 82.6281 32.493 82.4904 32.6308 82.1814L35.5009 75.7482C35.6387 75.4392 35.501 75.0795 35.192 74.9417C35.1148 74.9072 35.0341 74.89 34.9548 74.8885ZM61.0065 74.9062C60.9271 74.9076 60.8466 74.9247 60.7693 74.9591C60.4603 75.0965 60.3219 75.456 60.4593 75.7651L63.3204 82.2022C63.4578 82.5112 63.8175 82.6496 64.1267 82.5122C64.4357 82.3748 64.5741 82.0153 64.4367 81.7062L61.5756 75.2691C61.4725 75.0373 61.2445 74.9016 61.0065 74.9062ZM29.9115 76.8774C29.7161 76.8905 29.5312 76.9987 29.4255 77.1819L27.9439 79.7481C27.7747 80.0411 27.8744 80.4131 28.1674 80.5823C28.4604 80.7515 28.8324 80.6518 29.0016 80.3588L30.4832 77.7926C30.6523 77.4996 30.5527 77.1275 30.2597 76.9584C30.1498 76.895 30.0287 76.8693 29.9115 76.8774ZM66.0885 76.8774C65.9713 76.8687 65.8505 76.895 65.7406 76.9584C65.4476 77.1276 65.3479 77.4996 65.5171 77.7926L66.9987 80.3588C67.1678 80.6518 67.5399 80.7515 67.8329 80.5823C68.1259 80.4132 68.2256 80.0411 68.0564 79.7481L66.5748 77.1819C66.4691 76.9988 66.2839 76.8911 66.0885 76.8774ZM41.3441 76.9694C41.0596 76.9665 40.8047 77.1638 40.7432 77.4534L39.2793 84.3441C39.2089 84.675 39.4189 84.9981 39.7498 85.0684C40.0807 85.1387 40.4038 84.9288 40.4741 84.5979L41.938 77.7072C42.0084 77.3762 41.7984 77.0532 41.4675 76.9829C41.4262 76.9742 41.3848 76.9694 41.3441 76.9694ZM54.6342 76.9738C54.5936 76.9741 54.5526 76.9781 54.5112 76.9868C54.1802 77.0569 53.9701 77.3796 54.0402 77.7106L55.4991 84.6024C55.5692 84.9334 55.8921 85.1435 56.2231 85.0734C56.5541 85.0033 56.7642 84.6804 56.6942 84.3494L55.235 77.4581C55.1736 77.1684 54.9187 76.9716 54.6342 76.9738ZM48 77.6688C47.6617 77.6688 47.3893 77.9412 47.3893 78.2795V85.3239C47.3893 85.6623 47.6617 85.9346 48 85.9346C48.3384 85.9346 48.6107 85.6623 48.6107 85.3239V78.2795C48.6107 77.9412 48.3384 77.6688 48 77.6688ZM36.7895 79.9451C36.5523 79.9653 36.3395 80.1239 36.2611 80.3652L35.3451 83.1834C35.2405 83.5052 35.4153 83.8484 35.7371 83.9531C36.0588 84.0577 36.4021 83.8825 36.5067 83.5609L37.4226 80.7429C37.5272 80.4212 37.3524 80.0779 37.0307 79.9733C36.9503 79.9472 36.8686 79.9384 36.7895 79.9451ZM59.2057 79.9465C59.1267 79.9393 59.045 79.948 58.9646 79.9745C58.6428 80.0792 58.4678 80.4224 58.5723 80.7442L59.488 83.5624C59.5926 83.8842 59.9359 84.0589 60.2577 83.9543C60.5794 83.8497 60.7544 83.5067 60.6499 83.1849L59.734 80.3668C59.6555 80.1254 59.4429 79.9667 59.2057 79.9465ZM44.1665 81.5161C43.8833 81.5434 43.65 81.7657 43.6191 82.0602L43.3094 85.0072C43.274 85.3437 43.5164 85.6429 43.8529 85.6783C44.1894 85.7137 44.4888 85.4713 44.5242 85.1348L44.8339 82.188C44.8693 81.8515 44.6269 81.5521 44.2904 81.5167C44.2484 81.5123 44.207 81.5123 44.1665 81.5161ZM51.8089 81.519C51.7685 81.5147 51.7268 81.5147 51.6848 81.5196C51.3482 81.5547 51.1056 81.8538 51.1407 82.1903L51.4486 85.1377C51.4837 85.4742 51.7829 85.7166 52.1194 85.6814C52.4559 85.6463 52.6986 85.3471 52.6634 85.0106L52.3558 82.0636C52.3251 81.7691 52.0921 81.5466 51.8089 81.519Z",
|
|
4640
4769
|
fill: "#F4F2F3"
|
|
4641
4770
|
}
|
|
4642
|
-
), /* @__PURE__ */
|
|
4771
|
+
), /* @__PURE__ */ React217.createElement("g", { opacity: "0.409", filter: "url(#filter1_f_2_3913)" }, /* @__PURE__ */ React217.createElement(
|
|
4643
4772
|
"path",
|
|
4644
4773
|
{
|
|
4645
4774
|
d: "M76.623 21.8018L43.2099 41.2149L22.0837 74.4734L52.9895 51.5818L76.623 21.8018Z",
|
|
4646
4775
|
fill: "black"
|
|
4647
4776
|
}
|
|
4648
|
-
)), /* @__PURE__ */
|
|
4777
|
+
)), /* @__PURE__ */ React217.createElement(
|
|
4649
4778
|
"path",
|
|
4650
4779
|
{
|
|
4651
4780
|
d: "M52.7887 51.2451L43.2114 41.2154L77.1857 18.3608L52.7887 51.2451Z",
|
|
4652
4781
|
fill: "#FF5150"
|
|
4653
4782
|
}
|
|
4654
|
-
), /* @__PURE__ */
|
|
4783
|
+
), /* @__PURE__ */ React217.createElement(
|
|
4655
4784
|
"path",
|
|
4656
4785
|
{
|
|
4657
4786
|
d: "M52.7887 51.245L43.2113 41.2153L18.8143 74.0996L52.7887 51.245Z",
|
|
4658
4787
|
fill: "#F1F1F1"
|
|
4659
4788
|
}
|
|
4660
|
-
), /* @__PURE__ */
|
|
4789
|
+
), /* @__PURE__ */ React217.createElement(
|
|
4661
4790
|
"path",
|
|
4662
4791
|
{
|
|
4663
4792
|
opacity: "0.243",
|
|
@@ -4665,7 +4794,7 @@ function SvgSafariLogo(props) {
|
|
|
4665
4794
|
fill: "black"
|
|
4666
4795
|
}
|
|
4667
4796
|
)),
|
|
4668
|
-
/* @__PURE__ */
|
|
4797
|
+
/* @__PURE__ */ React217.createElement("defs", null, /* @__PURE__ */ React217.createElement(
|
|
4669
4798
|
"filter",
|
|
4670
4799
|
{
|
|
4671
4800
|
id: "filter0_f_2_3913",
|
|
@@ -4676,8 +4805,8 @@ function SvgSafariLogo(props) {
|
|
|
4676
4805
|
filterUnits: "userSpaceOnUse",
|
|
4677
4806
|
colorInterpolationFilters: "sRGB"
|
|
4678
4807
|
},
|
|
4679
|
-
/* @__PURE__ */
|
|
4680
|
-
/* @__PURE__ */
|
|
4808
|
+
/* @__PURE__ */ React217.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
|
|
4809
|
+
/* @__PURE__ */ React217.createElement(
|
|
4681
4810
|
"feBlend",
|
|
4682
4811
|
{
|
|
4683
4812
|
mode: "normal",
|
|
@@ -4686,14 +4815,14 @@ function SvgSafariLogo(props) {
|
|
|
4686
4815
|
result: "shape"
|
|
4687
4816
|
}
|
|
4688
4817
|
),
|
|
4689
|
-
/* @__PURE__ */
|
|
4818
|
+
/* @__PURE__ */ React217.createElement(
|
|
4690
4819
|
"feGaussianBlur",
|
|
4691
4820
|
{
|
|
4692
4821
|
stdDeviation: "2.475",
|
|
4693
4822
|
result: "effect1_foregroundBlur_2_3913"
|
|
4694
4823
|
}
|
|
4695
4824
|
)
|
|
4696
|
-
), /* @__PURE__ */
|
|
4825
|
+
), /* @__PURE__ */ React217.createElement(
|
|
4697
4826
|
"filter",
|
|
4698
4827
|
{
|
|
4699
4828
|
id: "filter1_f_2_3913",
|
|
@@ -4704,8 +4833,8 @@ function SvgSafariLogo(props) {
|
|
|
4704
4833
|
filterUnits: "userSpaceOnUse",
|
|
4705
4834
|
colorInterpolationFilters: "sRGB"
|
|
4706
4835
|
},
|
|
4707
|
-
/* @__PURE__ */
|
|
4708
|
-
/* @__PURE__ */
|
|
4836
|
+
/* @__PURE__ */ React217.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
|
|
4837
|
+
/* @__PURE__ */ React217.createElement(
|
|
4709
4838
|
"feBlend",
|
|
4710
4839
|
{
|
|
4711
4840
|
mode: "normal",
|
|
@@ -4714,14 +4843,14 @@ function SvgSafariLogo(props) {
|
|
|
4714
4843
|
result: "shape"
|
|
4715
4844
|
}
|
|
4716
4845
|
),
|
|
4717
|
-
/* @__PURE__ */
|
|
4846
|
+
/* @__PURE__ */ React217.createElement(
|
|
4718
4847
|
"feGaussianBlur",
|
|
4719
4848
|
{
|
|
4720
4849
|
stdDeviation: "1.27242",
|
|
4721
4850
|
result: "effect1_foregroundBlur_2_3913"
|
|
4722
4851
|
}
|
|
4723
4852
|
)
|
|
4724
|
-
), /* @__PURE__ */
|
|
4853
|
+
), /* @__PURE__ */ React217.createElement(
|
|
4725
4854
|
"linearGradient",
|
|
4726
4855
|
{
|
|
4727
4856
|
id: "paint0_linear_2_3913",
|
|
@@ -4731,9 +4860,9 @@ function SvgSafariLogo(props) {
|
|
|
4731
4860
|
y2: "0.780279",
|
|
4732
4861
|
gradientUnits: "userSpaceOnUse"
|
|
4733
4862
|
},
|
|
4734
|
-
/* @__PURE__ */
|
|
4735
|
-
/* @__PURE__ */
|
|
4736
|
-
), /* @__PURE__ */
|
|
4863
|
+
/* @__PURE__ */ React217.createElement("stop", { stopColor: "#BDBDBD" }),
|
|
4864
|
+
/* @__PURE__ */ React217.createElement("stop", { offset: "1", stopColor: "white" })
|
|
4865
|
+
), /* @__PURE__ */ React217.createElement(
|
|
4737
4866
|
"radialGradient",
|
|
4738
4867
|
{
|
|
4739
4868
|
id: "paint1_radial_2_3913",
|
|
@@ -4743,12 +4872,12 @@ function SvgSafariLogo(props) {
|
|
|
4743
4872
|
gradientUnits: "userSpaceOnUse",
|
|
4744
4873
|
gradientTransform: "translate(48.1888 40.1224) scale(45.4496 45.4495)"
|
|
4745
4874
|
},
|
|
4746
|
-
/* @__PURE__ */
|
|
4747
|
-
/* @__PURE__ */
|
|
4748
|
-
/* @__PURE__ */
|
|
4749
|
-
/* @__PURE__ */
|
|
4750
|
-
/* @__PURE__ */
|
|
4751
|
-
), /* @__PURE__ */
|
|
4875
|
+
/* @__PURE__ */ React217.createElement("stop", { stopColor: "#06C2E7" }),
|
|
4876
|
+
/* @__PURE__ */ React217.createElement("stop", { offset: "0.25", stopColor: "#0DB8EC" }),
|
|
4877
|
+
/* @__PURE__ */ React217.createElement("stop", { offset: "0.5", stopColor: "#12AEF1" }),
|
|
4878
|
+
/* @__PURE__ */ React217.createElement("stop", { offset: "0.75", stopColor: "#1F86F9" }),
|
|
4879
|
+
/* @__PURE__ */ React217.createElement("stop", { offset: "1", stopColor: "#107DDD" })
|
|
4880
|
+
), /* @__PURE__ */ React217.createElement("clipPath", { id: "clip0_2_3913" }, /* @__PURE__ */ React217.createElement(
|
|
4752
4881
|
"rect",
|
|
4753
4882
|
{
|
|
4754
4883
|
width: "96",
|
|
@@ -4761,32 +4890,32 @@ function SvgSafariLogo(props) {
|
|
|
4761
4890
|
}
|
|
4762
4891
|
|
|
4763
4892
|
// src/components/icon/available-icons/salesforce.tsx
|
|
4764
|
-
import
|
|
4765
|
-
var SvgSalesforce = (props) => /* @__PURE__ */
|
|
4893
|
+
import React218 from "react";
|
|
4894
|
+
var SvgSalesforce = (props) => /* @__PURE__ */ React218.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React218.createElement(
|
|
4766
4895
|
"path",
|
|
4767
4896
|
{
|
|
4768
4897
|
d: "M14.9076 12.034C14.9801 11.923 15.0171 11.7665 15.0171 11.5681C15.0171 11.3704 14.9805 11.2146 14.9076 11.1051C14.8356 10.9968 14.7268 10.9441 14.574 10.9441C14.4211 10.9441 14.3129 10.9963 14.2418 11.1051C14.1702 11.2146 14.1337 11.3704 14.1337 11.5688C14.1337 11.7672 14.17 11.9245 14.2418 12.0347C14.3131 12.1439 14.4219 12.1972 14.574 12.1972C14.7261 12.1972 14.8354 12.1435 14.9076 12.034Z",
|
|
4769
4898
|
fill: "#00A1E0"
|
|
4770
4899
|
}
|
|
4771
|
-
), /* @__PURE__ */
|
|
4900
|
+
), /* @__PURE__ */ React218.createElement(
|
|
4772
4901
|
"path",
|
|
4773
4902
|
{
|
|
4774
4903
|
d: "M18.7729 11.3768L19.5996 11.377C19.5919 11.2704 19.571 11.1753 19.5232 11.1036C19.4512 10.9951 19.3505 10.9353 19.1983 10.9353C19.0463 10.9353 18.938 10.9948 18.8669 11.1036C18.8587 11.1159 18.8511 11.1288 18.8439 11.1423C18.8376 11.154 18.8318 11.1661 18.8264 11.1786C18.8096 11.2173 18.7962 11.2602 18.7857 11.307C18.7833 11.3177 18.7812 11.3285 18.7791 11.3395C18.7768 11.3517 18.7748 11.3642 18.7729 11.3768Z",
|
|
4775
4904
|
fill: "#00A1E0"
|
|
4776
4905
|
}
|
|
4777
|
-
), /* @__PURE__ */
|
|
4906
|
+
), /* @__PURE__ */ React218.createElement(
|
|
4778
4907
|
"path",
|
|
4779
4908
|
{
|
|
4780
4909
|
d: "M9.49091 11.3768C9.494 11.3558 9.49766 11.3355 9.50182 11.3158C9.51122 11.2713 9.52335 11.2303 9.53842 11.1929C9.54625 11.1737 9.55479 11.1554 9.56419 11.1381C9.57072 11.1261 9.57761 11.1146 9.58493 11.1036C9.65605 10.9948 9.76428 10.9353 9.91636 10.9353C10.0685 10.9353 10.1692 10.9951 10.2412 11.1036C10.2889 11.1753 10.3098 11.2704 10.3176 11.377L9.49091 11.3768Z",
|
|
4781
4910
|
fill: "#00A1E0"
|
|
4782
4911
|
}
|
|
4783
|
-
), /* @__PURE__ */
|
|
4912
|
+
), /* @__PURE__ */ React218.createElement(
|
|
4784
4913
|
"path",
|
|
4785
4914
|
{
|
|
4786
4915
|
d: "M6.91791 12.0652C6.93299 12.0888 6.9393 12.0977 6.9848 12.134L6.98545 12.1343C6.98473 12.1341 7.08908 12.2162 7.32499 12.202C7.49106 12.192 7.6379 12.1603 7.6379 12.1603V11.6334C7.53377 11.6174 7.4287 11.6085 7.32334 11.6066C7.08672 11.6036 6.98602 11.6905 6.98674 11.6904C6.97325 11.6999 6.96112 11.7103 6.95028 11.7217C6.92846 11.7446 6.91203 11.7713 6.9009 11.802C6.88906 11.8348 6.88318 11.8722 6.88318 11.9145C6.88318 11.929 6.88375 11.9427 6.8849 11.9558C6.88669 11.976 6.88992 11.9944 6.89452 12.0111C6.90019 12.0318 6.90801 12.0499 6.91791 12.0652Z",
|
|
4787
4916
|
fill: "#00A1E0"
|
|
4788
4917
|
}
|
|
4789
|
-
), /* @__PURE__ */
|
|
4918
|
+
), /* @__PURE__ */ React218.createElement(
|
|
4790
4919
|
"path",
|
|
4791
4920
|
{
|
|
4792
4921
|
fillRule: "evenodd",
|
|
@@ -4797,32 +4926,32 @@ var SvgSalesforce = (props) => /* @__PURE__ */ React216.createElement("svg", __s
|
|
|
4797
4926
|
));
|
|
4798
4927
|
|
|
4799
4928
|
// src/components/icon/available-icons/salesforce-blk.tsx
|
|
4800
|
-
import
|
|
4801
|
-
var SvgSalesforceBlk = (props) => /* @__PURE__ */
|
|
4929
|
+
import React219 from "react";
|
|
4930
|
+
var SvgSalesforceBlk = (props) => /* @__PURE__ */ React219.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React219.createElement(
|
|
4802
4931
|
"path",
|
|
4803
4932
|
{
|
|
4804
4933
|
d: "M14.9076 12.034C14.9801 11.923 15.0171 11.7665 15.0171 11.5681C15.0171 11.3704 14.9805 11.2146 14.9076 11.1051C14.8356 10.9968 14.7268 10.9441 14.574 10.9441C14.4211 10.9441 14.3129 10.9963 14.2418 11.1051C14.1702 11.2146 14.1337 11.3704 14.1337 11.5688C14.1337 11.7672 14.17 11.9245 14.2418 12.0347C14.3131 12.1439 14.4219 12.1972 14.574 12.1972C14.7261 12.1972 14.8354 12.1435 14.9076 12.034Z",
|
|
4805
4934
|
fill: "currentColor"
|
|
4806
4935
|
}
|
|
4807
|
-
), /* @__PURE__ */
|
|
4936
|
+
), /* @__PURE__ */ React219.createElement(
|
|
4808
4937
|
"path",
|
|
4809
4938
|
{
|
|
4810
4939
|
d: "M18.7729 11.3768L19.5996 11.377C19.5919 11.2704 19.571 11.1753 19.5232 11.1036C19.4512 10.9951 19.3505 10.9353 19.1983 10.9353C19.0463 10.9353 18.938 10.9948 18.8669 11.1036C18.8587 11.1159 18.8511 11.1288 18.8439 11.1423C18.8376 11.154 18.8318 11.1661 18.8264 11.1786C18.8096 11.2173 18.7962 11.2602 18.7857 11.307C18.7833 11.3177 18.7812 11.3285 18.7791 11.3395C18.7768 11.3517 18.7748 11.3642 18.7729 11.3768Z",
|
|
4811
4940
|
fill: "currentColor"
|
|
4812
4941
|
}
|
|
4813
|
-
), /* @__PURE__ */
|
|
4942
|
+
), /* @__PURE__ */ React219.createElement(
|
|
4814
4943
|
"path",
|
|
4815
4944
|
{
|
|
4816
4945
|
d: "M9.49091 11.3768C9.494 11.3558 9.49766 11.3355 9.50182 11.3158C9.51122 11.2713 9.52335 11.2303 9.53842 11.1929C9.54625 11.1737 9.55479 11.1554 9.56419 11.1381C9.57072 11.1261 9.57761 11.1146 9.58493 11.1036C9.65605 10.9948 9.76428 10.9353 9.91636 10.9353C10.0685 10.9353 10.1692 10.9951 10.2412 11.1036C10.2889 11.1753 10.3098 11.2704 10.3176 11.377L9.49091 11.3768Z",
|
|
4817
4946
|
fill: "currentColor"
|
|
4818
4947
|
}
|
|
4819
|
-
), /* @__PURE__ */
|
|
4948
|
+
), /* @__PURE__ */ React219.createElement(
|
|
4820
4949
|
"path",
|
|
4821
4950
|
{
|
|
4822
4951
|
d: "M6.91791 12.0652C6.93299 12.0888 6.9393 12.0977 6.9848 12.134L6.98545 12.1343C6.98473 12.1341 7.08908 12.2162 7.32499 12.202C7.49106 12.192 7.6379 12.1603 7.6379 12.1603V11.6334C7.53377 11.6174 7.4287 11.6085 7.32334 11.6066C7.08672 11.6036 6.98602 11.6905 6.98674 11.6904C6.97325 11.6999 6.96112 11.7103 6.95028 11.7217C6.92846 11.7446 6.91203 11.7713 6.9009 11.802C6.88906 11.8348 6.88318 11.8722 6.88318 11.9145C6.88318 11.929 6.88375 11.9427 6.8849 11.9558C6.88669 11.976 6.88992 11.9944 6.89452 12.0111C6.90019 12.0318 6.90801 12.0499 6.91791 12.0652Z",
|
|
4823
4952
|
fill: "currentColor"
|
|
4824
4953
|
}
|
|
4825
|
-
), /* @__PURE__ */
|
|
4954
|
+
), /* @__PURE__ */ React219.createElement(
|
|
4826
4955
|
"path",
|
|
4827
4956
|
{
|
|
4828
4957
|
fillRule: "evenodd",
|
|
@@ -4833,8 +4962,8 @@ var SvgSalesforceBlk = (props) => /* @__PURE__ */ React217.createElement("svg",
|
|
|
4833
4962
|
));
|
|
4834
4963
|
|
|
4835
4964
|
// src/components/icon/available-icons/school.tsx
|
|
4836
|
-
import
|
|
4837
|
-
var SvgSchool = (props) => /* @__PURE__ */
|
|
4965
|
+
import React220 from "react";
|
|
4966
|
+
var SvgSchool = (props) => /* @__PURE__ */ React220.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React220.createElement(
|
|
4838
4967
|
"path",
|
|
4839
4968
|
{
|
|
4840
4969
|
fillRule: "evenodd",
|
|
@@ -4845,9 +4974,9 @@ var SvgSchool = (props) => /* @__PURE__ */ React218.createElement("svg", __sprea
|
|
|
4845
4974
|
));
|
|
4846
4975
|
|
|
4847
4976
|
// src/components/icon/available-icons/scissors.tsx
|
|
4848
|
-
import * as
|
|
4977
|
+
import * as React221 from "react";
|
|
4849
4978
|
function SvgScissors(props) {
|
|
4850
|
-
return /* @__PURE__ */
|
|
4979
|
+
return /* @__PURE__ */ React221.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React221.createElement(
|
|
4851
4980
|
"path",
|
|
4852
4981
|
{
|
|
4853
4982
|
fillRule: "evenodd",
|
|
@@ -4855,7 +4984,7 @@ function SvgScissors(props) {
|
|
|
4855
4984
|
d: "M6.667 5a1.667 1.667 0 100 3.333 1.667 1.667 0 000-3.333zM3 6.667a3.667 3.667 0 117.333 0 3.667 3.667 0 01-7.333 0zM6.667 15.667a1.667 1.667 0 100 3.333 1.667 1.667 0 000-3.333zM3 17.333a3.667 3.667 0 117.333 0 3.667 3.667 0 01-7.333 0z",
|
|
4856
4985
|
fill: "currentColor"
|
|
4857
4986
|
}
|
|
4858
|
-
), /* @__PURE__ */
|
|
4987
|
+
), /* @__PURE__ */ React221.createElement(
|
|
4859
4988
|
"path",
|
|
4860
4989
|
{
|
|
4861
4990
|
fillRule: "evenodd",
|
|
@@ -4863,7 +4992,7 @@ function SvgScissors(props) {
|
|
|
4863
4992
|
d: "M19.818 4.182a1 1 0 010 1.414l-10.56 10.56a1 1 0 01-1.414-1.414l10.56-10.56a1 1 0 011.414 0zM13.488 13.498a1 1 0 011.414-.001l4.916 4.906a1 1 0 01-1.413 1.416l-4.916-4.907a1 1 0 01-.001-1.414z",
|
|
4864
4993
|
fill: "currentColor"
|
|
4865
4994
|
}
|
|
4866
|
-
), /* @__PURE__ */
|
|
4995
|
+
), /* @__PURE__ */ React221.createElement(
|
|
4867
4996
|
"path",
|
|
4868
4997
|
{
|
|
4869
4998
|
fillRule: "evenodd",
|
|
@@ -4875,9 +5004,9 @@ function SvgScissors(props) {
|
|
|
4875
5004
|
}
|
|
4876
5005
|
|
|
4877
5006
|
// src/components/icon/available-icons/screen-cam.tsx
|
|
4878
|
-
import * as
|
|
5007
|
+
import * as React222 from "react";
|
|
4879
5008
|
function SvgScreenCam(props) {
|
|
4880
|
-
return /* @__PURE__ */
|
|
5009
|
+
return /* @__PURE__ */ React222.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React222.createElement(
|
|
4881
5010
|
"path",
|
|
4882
5011
|
{
|
|
4883
5012
|
fillRule: "evenodd",
|
|
@@ -4885,13 +5014,13 @@ function SvgScreenCam(props) {
|
|
|
4885
5014
|
d: "M12.749 15.85h-3.41v2.196h2.603a.407.407 0 110 .814h-6.02a.407.407 0 110-.814h2.603v-2.197H2.912A1.912 1.912 0 011 13.937V6.412C1 5.356 1.856 4.5 2.912 4.5h12.04c1.057 0 1.912.856 1.912 1.912v1.88c-.279.062-.55.143-.813.244V6.412c0-.607-.492-1.098-1.098-1.098H2.912c-.607 0-1.098.491-1.098 1.098v7.525c0 .607.491 1.099 1.098 1.099h9.601c.059.279.138.55.236.813z",
|
|
4886
5015
|
fill: "currentColor"
|
|
4887
5016
|
}
|
|
4888
|
-
), /* @__PURE__ */
|
|
5017
|
+
), /* @__PURE__ */ React222.createElement(
|
|
4889
5018
|
"path",
|
|
4890
5019
|
{
|
|
4891
5020
|
d: "M9.339 15.85v-.5a.5.5 0 00-.5.5h.5zm3.41 0v.5a.5.5 0 00.468-.676l-.468.175zm-3.41 2.196h-.5a.5.5 0 00.5.5v-.5zm-.814 0v.5a.5.5 0 00.5-.5h-.5zm0-2.197h.5a.5.5 0 00-.5-.5v.5zm8.34-7.556l.106.488a.5.5 0 00.393-.488h-.5zm-.814.243h-.5a.5.5 0 00.679.467l-.18-.467zm-7.124 6.5v.5h.003l-.003-.5zm.005 0l.004-.5h-.007l.003.5zm.006 0l-.003.5h.003v-.5zm3.575 0l.49-.103a.5.5 0 00-.49-.397v.5zm-3.174 1.313h3.41v-1h-3.41v1zm.5 1.697v-2.197h-1v2.197h1zm2.103-.5H9.34v1h2.603v-1zm.907.907c0-.501-.406-.907-.907-.907v1a.093.093 0 01-.093-.093h1zm-.907.907c.501 0 .907-.407.907-.907h-1c0-.052.042-.093.093-.093v1zm-6.02 0h6.02v-1h-6.02v1zm-.907-.907c0 .5.406.907.907.907v-1c.051 0 .093.041.093.093h-1zm.907-.907c-.5 0-.907.406-.907.907h1a.093.093 0 01-.093.093v-1zm2.603 0H5.922v1h2.603v-1zm-.5-1.697v2.197h1v-2.197h-1zm-5.113.5h5.613v-1H2.912v1zM.5 13.937a2.412 2.412 0 002.412 2.412v-1c-.78 0-1.412-.632-1.412-1.412h-1zm0-7.525v7.525h1V6.412h-1zM2.912 4A2.412 2.412 0 00.5 6.412h1C1.5 5.632 2.132 5 2.912 5V4zm12.04 0H2.913v1h12.04V4zm2.412 2.412A2.412 2.412 0 0014.954 4v1c.78 0 1.412.632 1.412 1.412h1zm0 1.88v-1.88h-1v1.88h1zm-1.134.71c.239-.09.486-.165.741-.22l-.213-.978a6.15 6.15 0 00-.886.265l.358.934zm.32-.466V6.412h-1v2.124h1zm0-2.124c0-.883-.715-1.598-1.597-1.598v1c.33 0 .598.267.598.598h1zm-1.597-1.598H2.912v1h12.04v-1zm-12.041 0c-.883 0-1.598.715-1.598 1.598h1c0-.33.267-.598.598-.598v-1zM1.314 6.412v7.525h1V6.412h-1zm0 7.525c0 .883.715 1.599 1.598 1.599v-1a.598.598 0 01-.598-.599h-1zm1.598 1.599h6.014v-1H2.913v1zm6.018 0h.006l-.007-1h-.006l.007 1zm-.001 0h.006l.006-1h-.005l-.007 1zm.009 0h3.575v-1H8.938v1zm4.28.138a5.163 5.163 0 01-.216-.741l-.978.206c.064.304.15.6.257.885l.936-.35z",
|
|
4892
5021
|
fill: "currentColor"
|
|
4893
5022
|
}
|
|
4894
|
-
), /* @__PURE__ */
|
|
5023
|
+
), /* @__PURE__ */ React222.createElement(
|
|
4895
5024
|
"path",
|
|
4896
5025
|
{
|
|
4897
5026
|
fillRule: "evenodd",
|
|
@@ -4903,9 +5032,9 @@ function SvgScreenCam(props) {
|
|
|
4903
5032
|
}
|
|
4904
5033
|
|
|
4905
5034
|
// src/components/icon/available-icons/search.tsx
|
|
4906
|
-
import * as
|
|
5035
|
+
import * as React223 from "react";
|
|
4907
5036
|
function SvgSearch(props) {
|
|
4908
|
-
return /* @__PURE__ */
|
|
5037
|
+
return /* @__PURE__ */ React223.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React223.createElement(
|
|
4909
5038
|
"path",
|
|
4910
5039
|
{
|
|
4911
5040
|
fillRule: "evenodd",
|
|
@@ -4913,7 +5042,7 @@ function SvgSearch(props) {
|
|
|
4913
5042
|
d: "M11.111 5a6.111 6.111 0 100 12.222 6.111 6.111 0 000-12.222zM3 11.111a8.111 8.111 0 1116.222 0 8.111 8.111 0 01-16.222 0z",
|
|
4914
5043
|
fill: "currentColor"
|
|
4915
5044
|
}
|
|
4916
|
-
), /* @__PURE__ */
|
|
5045
|
+
), /* @__PURE__ */ React223.createElement(
|
|
4917
5046
|
"path",
|
|
4918
5047
|
{
|
|
4919
5048
|
fillRule: "evenodd",
|
|
@@ -4925,9 +5054,9 @@ function SvgSearch(props) {
|
|
|
4925
5054
|
}
|
|
4926
5055
|
|
|
4927
5056
|
// src/components/icon/available-icons/send.tsx
|
|
4928
|
-
import * as
|
|
5057
|
+
import * as React224 from "react";
|
|
4929
5058
|
function SvgSend(props) {
|
|
4930
|
-
return /* @__PURE__ */
|
|
5059
|
+
return /* @__PURE__ */ React224.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React224.createElement(
|
|
4931
5060
|
"path",
|
|
4932
5061
|
{
|
|
4933
5062
|
fillRule: "evenodd",
|
|
@@ -4935,7 +5064,7 @@ function SvgSend(props) {
|
|
|
4935
5064
|
d: "M21.707 2.293a1 1 0 010 1.414l-9.9 9.9a1 1 0 01-1.414-1.414l9.9-9.9a1 1 0 011.414 0z",
|
|
4936
5065
|
fill: "currentColor"
|
|
4937
5066
|
}
|
|
4938
|
-
), /* @__PURE__ */
|
|
5067
|
+
), /* @__PURE__ */ React224.createElement(
|
|
4939
5068
|
"path",
|
|
4940
5069
|
{
|
|
4941
5070
|
fillRule: "evenodd",
|
|
@@ -4947,8 +5076,8 @@ function SvgSend(props) {
|
|
|
4947
5076
|
}
|
|
4948
5077
|
|
|
4949
5078
|
// src/components/icon/available-icons/sentiment-dissatisfied.tsx
|
|
4950
|
-
import
|
|
4951
|
-
var SvgSentimentDissatisfied = (props) => /* @__PURE__ */
|
|
5079
|
+
import React225 from "react";
|
|
5080
|
+
var SvgSentimentDissatisfied = (props) => /* @__PURE__ */ React225.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React225.createElement(
|
|
4952
5081
|
"path",
|
|
4953
5082
|
{
|
|
4954
5083
|
fillRule: "evenodd",
|
|
@@ -4959,8 +5088,8 @@ var SvgSentimentDissatisfied = (props) => /* @__PURE__ */ React223.createElement
|
|
|
4959
5088
|
));
|
|
4960
5089
|
|
|
4961
5090
|
// src/components/icon/available-icons/sentiment-satisfied.tsx
|
|
4962
|
-
import
|
|
4963
|
-
var SvgSentimentSatisfied = (props) => /* @__PURE__ */
|
|
5091
|
+
import React226 from "react";
|
|
5092
|
+
var SvgSentimentSatisfied = (props) => /* @__PURE__ */ React226.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React226.createElement(
|
|
4964
5093
|
"path",
|
|
4965
5094
|
{
|
|
4966
5095
|
fillRule: "evenodd",
|
|
@@ -4971,9 +5100,9 @@ var SvgSentimentSatisfied = (props) => /* @__PURE__ */ React224.createElement("s
|
|
|
4971
5100
|
));
|
|
4972
5101
|
|
|
4973
5102
|
// src/components/icon/available-icons/settings.tsx
|
|
4974
|
-
import * as
|
|
5103
|
+
import * as React227 from "react";
|
|
4975
5104
|
function SvgSettings(props) {
|
|
4976
|
-
return /* @__PURE__ */
|
|
5105
|
+
return /* @__PURE__ */ React227.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React227.createElement(
|
|
4977
5106
|
"path",
|
|
4978
5107
|
{
|
|
4979
5108
|
fillRule: "evenodd",
|
|
@@ -4981,7 +5110,7 @@ function SvgSettings(props) {
|
|
|
4981
5110
|
d: "M12 10.545a1.455 1.455 0 100 2.91 1.455 1.455 0 000-2.91zM8.546 12a3.455 3.455 0 116.909 0 3.455 3.455 0 01-6.91 0z",
|
|
4982
5111
|
fill: "currentColor"
|
|
4983
5112
|
}
|
|
4984
|
-
), /* @__PURE__ */
|
|
5113
|
+
), /* @__PURE__ */ React227.createElement(
|
|
4985
5114
|
"path",
|
|
4986
5115
|
{
|
|
4987
5116
|
fillRule: "evenodd",
|
|
@@ -4993,9 +5122,9 @@ function SvgSettings(props) {
|
|
|
4993
5122
|
}
|
|
4994
5123
|
|
|
4995
5124
|
// src/components/icon/available-icons/share.tsx
|
|
4996
|
-
import * as
|
|
5125
|
+
import * as React228 from "react";
|
|
4997
5126
|
function SvgShare(props) {
|
|
4998
|
-
return /* @__PURE__ */
|
|
5127
|
+
return /* @__PURE__ */ React228.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React228.createElement(
|
|
4999
5128
|
"path",
|
|
5000
5129
|
{
|
|
5001
5130
|
fillRule: "evenodd",
|
|
@@ -5007,8 +5136,8 @@ function SvgShare(props) {
|
|
|
5007
5136
|
}
|
|
5008
5137
|
|
|
5009
5138
|
// src/components/icon/available-icons/show-chart.tsx
|
|
5010
|
-
import
|
|
5011
|
-
var SvgShowChart = (props) => /* @__PURE__ */
|
|
5139
|
+
import React229 from "react";
|
|
5140
|
+
var SvgShowChart = (props) => /* @__PURE__ */ React229.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React229.createElement(
|
|
5012
5141
|
"path",
|
|
5013
5142
|
{
|
|
5014
5143
|
d: "M4.186 17.765l5.3-5.3 3.25 3.25c.41.41 1.07.39 1.45-.04l7.17-8.07c.35-.39.33-.99-.04-1.37a1 1 0 00-1.45.04l-6.39 7.18-3.29-3.29a.996.996 0 00-1.41 0l-6.09 6.1a.996.996 0 000 1.41l.09.09c.39.39 1.03.39 1.41 0z",
|
|
@@ -5017,15 +5146,15 @@ var SvgShowChart = (props) => /* @__PURE__ */ React227.createElement("svg", __sp
|
|
|
5017
5146
|
));
|
|
5018
5147
|
|
|
5019
5148
|
// src/components/icon/available-icons/silence-removal.tsx
|
|
5020
|
-
import * as
|
|
5149
|
+
import * as React230 from "react";
|
|
5021
5150
|
function SvgSilenceRemoval(props) {
|
|
5022
|
-
return /* @__PURE__ */
|
|
5151
|
+
return /* @__PURE__ */ React230.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React230.createElement(
|
|
5023
5152
|
"path",
|
|
5024
5153
|
{
|
|
5025
5154
|
d: "M7.18252 17.8247C8.06972 17.9687 8.06972 19.2461 7.18252 19.3901C6.01198 19.5806 5.09692 20.5003 4.90647 21.6662C4.76248 22.5534 3.4851 22.5534 3.34111 21.6662C3.15066 20.4956 2.23095 19.5806 1.06505 19.3901C0.177859 19.2461 0.177859 17.9687 1.06505 17.8247C2.2356 17.6343 3.15066 16.7146 3.34111 15.5487C3.4851 14.6615 4.76248 14.6615 4.90647 15.5487C5.09692 16.7192 6.01663 17.6343 7.18252 17.8247Z",
|
|
5026
5155
|
fill: "currentColor"
|
|
5027
5156
|
}
|
|
5028
|
-
), /* @__PURE__ */
|
|
5157
|
+
), /* @__PURE__ */ React230.createElement(
|
|
5029
5158
|
"path",
|
|
5030
5159
|
{
|
|
5031
5160
|
fillRule: "evenodd",
|
|
@@ -5033,7 +5162,7 @@ function SvgSilenceRemoval(props) {
|
|
|
5033
5162
|
d: "M21.6797 10.1499C22.232 10.1499 22.6797 10.5976 22.6797 11.1499C22.6797 17.3319 17.6659 22.3457 11.4839 22.3457C10.9316 22.3457 10.4839 21.898 10.4839 21.3457C10.4839 20.7934 10.9316 20.3457 11.4839 20.3457C16.5613 20.3457 20.6797 16.2274 20.6797 11.1499C20.6797 10.5976 21.1274 10.1499 21.6797 10.1499Z",
|
|
5034
5163
|
fill: "currentColor"
|
|
5035
5164
|
}
|
|
5036
|
-
), /* @__PURE__ */
|
|
5165
|
+
), /* @__PURE__ */ React230.createElement(
|
|
5037
5166
|
"path",
|
|
5038
5167
|
{
|
|
5039
5168
|
fillRule: "evenodd",
|
|
@@ -5041,7 +5170,7 @@ function SvgSilenceRemoval(props) {
|
|
|
5041
5170
|
d: "M7.81602 1.6288C8.06418 2.12219 7.86537 2.72334 7.37198 2.97149C6.66003 3.32957 5.9945 3.77397 5.3989 4.30293C4.98596 4.66967 4.3539 4.63222 3.98716 4.21927C3.62042 3.80633 3.65788 3.17428 4.07082 2.80754C4.80369 2.15667 5.61527 1.61633 6.47333 1.18476C6.96672 0.936601 7.56787 1.1354 7.81602 1.6288Z",
|
|
5042
5171
|
fill: "currentColor"
|
|
5043
5172
|
}
|
|
5044
|
-
), /* @__PURE__ */
|
|
5173
|
+
), /* @__PURE__ */ React230.createElement(
|
|
5045
5174
|
"path",
|
|
5046
5175
|
{
|
|
5047
5176
|
fillRule: "evenodd",
|
|
@@ -5049,7 +5178,7 @@ function SvgSilenceRemoval(props) {
|
|
|
5049
5178
|
d: "M2.13818 6.1366C2.69047 6.1366 3.13818 6.58431 3.13818 7.1366V7.18133C3.13818 7.73361 2.69047 8.18133 2.13818 8.18133C1.5859 8.18133 1.13818 7.73361 1.13818 7.18133V7.1366C1.13818 6.58431 1.5859 6.1366 2.13818 6.1366Z",
|
|
5050
5179
|
fill: "currentColor"
|
|
5051
5180
|
}
|
|
5052
|
-
), /* @__PURE__ */
|
|
5181
|
+
), /* @__PURE__ */ React230.createElement(
|
|
5053
5182
|
"path",
|
|
5054
5183
|
{
|
|
5055
5184
|
fillRule: "evenodd",
|
|
@@ -5061,9 +5190,9 @@ function SvgSilenceRemoval(props) {
|
|
|
5061
5190
|
}
|
|
5062
5191
|
|
|
5063
5192
|
// src/components/icon/available-icons/skip-back.tsx
|
|
5064
|
-
import * as
|
|
5193
|
+
import * as React231 from "react";
|
|
5065
5194
|
function SvgSkipBack(props) {
|
|
5066
|
-
return /* @__PURE__ */
|
|
5195
|
+
return /* @__PURE__ */ React231.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React231.createElement(
|
|
5067
5196
|
"path",
|
|
5068
5197
|
{
|
|
5069
5198
|
fillRule: "evenodd",
|
|
@@ -5075,27 +5204,27 @@ function SvgSkipBack(props) {
|
|
|
5075
5204
|
}
|
|
5076
5205
|
|
|
5077
5206
|
// src/components/icon/available-icons/slack.tsx
|
|
5078
|
-
import * as
|
|
5207
|
+
import * as React232 from "react";
|
|
5079
5208
|
function SvgSlack(props) {
|
|
5080
|
-
return /* @__PURE__ */
|
|
5209
|
+
return /* @__PURE__ */ React232.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React232.createElement(
|
|
5081
5210
|
"path",
|
|
5082
5211
|
{
|
|
5083
5212
|
d: "M6.7818 14.3745C6.7818 15.4152 5.9316 16.2654 4.8908 16.2654C3.8503 16.2654 3 15.4152 3 14.3745C3 13.3338 3.8502 12.4836 4.8909 12.4836H6.7818V14.3745ZM7.7346 14.3745C7.7346 13.3338 8.5848 12.4836 9.6255 12.4836C10.6662 12.4836 11.5164 13.3338 11.5164 14.3745V19.109C11.5164 20.1498 10.6662 20.9999 9.6255 20.9999C8.5848 20.9999 7.7346 20.1498 7.7346 19.109V14.3745Z",
|
|
5084
5213
|
fill: "#E01E5A"
|
|
5085
5214
|
}
|
|
5086
|
-
), /* @__PURE__ */
|
|
5215
|
+
), /* @__PURE__ */ React232.createElement(
|
|
5087
5216
|
"path",
|
|
5088
5217
|
{
|
|
5089
5218
|
d: "M9.6255 6.7818C8.5848 6.7818 7.7346 5.9316 7.7346 4.8908C7.7346 3.8503 8.5848 3 9.6255 3C10.6662 3 11.5164 3.8502 11.5164 4.8909V6.7818H9.6255ZM9.6254 7.7346C10.6661 7.7346 11.5163 8.5848 11.5163 9.6255C11.5163 10.6662 10.6661 11.5164 9.6254 11.5164H4.891C3.8502 11.5164 3 10.6662 3 9.6255C3 8.5848 3.8502 7.7346 4.8909 7.7346H9.6254Z",
|
|
5090
5219
|
fill: "#36C5F0"
|
|
5091
5220
|
}
|
|
5092
|
-
), /* @__PURE__ */
|
|
5221
|
+
), /* @__PURE__ */ React232.createElement(
|
|
5093
5222
|
"path",
|
|
5094
5223
|
{
|
|
5095
5224
|
d: "M17.2183 9.6255C17.2183 8.5848 18.0684 7.7346 19.1091 7.7346C20.1499 7.7346 21 8.5848 21 9.6255C21 10.6662 20.1499 11.5164 19.1091 11.5164H17.2183V9.6255ZM16.2654 9.6254C16.2654 10.6661 15.4152 11.5163 14.3745 11.5163C13.3338 11.5163 12.4836 10.6661 12.4836 9.6254V4.891C12.4836 3.8502 13.3338 3 14.3745 3C15.4152 3 16.2654 3.8502 16.2654 4.8909V9.6254Z",
|
|
5096
5225
|
fill: "#2EB67D"
|
|
5097
5226
|
}
|
|
5098
|
-
), /* @__PURE__ */
|
|
5227
|
+
), /* @__PURE__ */ React232.createElement(
|
|
5099
5228
|
"path",
|
|
5100
5229
|
{
|
|
5101
5230
|
d: "M14.3745 17.2183C15.4152 17.2183 16.2654 18.0684 16.2654 19.1091C16.2654 20.1499 15.4152 21 14.3745 21C13.3338 21 12.4836 20.1499 12.4836 19.1091V17.2183H14.3745ZM14.3745 16.2654C13.3338 16.2654 12.4836 15.4152 12.4836 14.3745C12.4836 13.3338 13.3338 12.4836 14.3745 12.4836H19.109C20.1498 12.4836 20.9999 13.3338 20.9999 14.3745C20.9999 15.4152 20.1498 16.2654 19.109 16.2654H14.3745Z",
|
|
@@ -5105,9 +5234,9 @@ function SvgSlack(props) {
|
|
|
5105
5234
|
}
|
|
5106
5235
|
|
|
5107
5236
|
// src/components/icon/available-icons/smile.tsx
|
|
5108
|
-
import * as
|
|
5237
|
+
import * as React233 from "react";
|
|
5109
5238
|
function SvgSmile(props) {
|
|
5110
|
-
return /* @__PURE__ */
|
|
5239
|
+
return /* @__PURE__ */ React233.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React233.createElement(
|
|
5111
5240
|
"path",
|
|
5112
5241
|
{
|
|
5113
5242
|
fillRule: "evenodd",
|
|
@@ -5115,7 +5244,7 @@ function SvgSmile(props) {
|
|
|
5115
5244
|
d: "M12 5a7 7 0 100 14 7 7 0 000-14zm-9 7a9 9 0 1118 0 9 9 0 01-18 0z",
|
|
5116
5245
|
fill: "currentColor"
|
|
5117
5246
|
}
|
|
5118
|
-
), /* @__PURE__ */
|
|
5247
|
+
), /* @__PURE__ */ React233.createElement(
|
|
5119
5248
|
"path",
|
|
5120
5249
|
{
|
|
5121
5250
|
fillRule: "evenodd",
|
|
@@ -5127,9 +5256,9 @@ function SvgSmile(props) {
|
|
|
5127
5256
|
}
|
|
5128
5257
|
|
|
5129
5258
|
// src/components/icon/available-icons/smile-alt.tsx
|
|
5130
|
-
import * as
|
|
5259
|
+
import * as React234 from "react";
|
|
5131
5260
|
function SvgSmileAlt(props) {
|
|
5132
|
-
return /* @__PURE__ */
|
|
5261
|
+
return /* @__PURE__ */ React234.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React234.createElement(
|
|
5133
5262
|
"path",
|
|
5134
5263
|
{
|
|
5135
5264
|
fillRule: "evenodd",
|
|
@@ -5137,7 +5266,7 @@ function SvgSmileAlt(props) {
|
|
|
5137
5266
|
d: "M12 5a7 7 0 100 14 7 7 0 000-14zm-9 7a9 9 0 1118 0 9 9 0 01-18 0z",
|
|
5138
5267
|
fill: "currentColor"
|
|
5139
5268
|
}
|
|
5140
|
-
), /* @__PURE__ */
|
|
5269
|
+
), /* @__PURE__ */ React234.createElement(
|
|
5141
5270
|
"path",
|
|
5142
5271
|
{
|
|
5143
5272
|
fillRule: "evenodd",
|
|
@@ -5149,9 +5278,9 @@ function SvgSmileAlt(props) {
|
|
|
5149
5278
|
}
|
|
5150
5279
|
|
|
5151
5280
|
// src/components/icon/available-icons/smile-select.tsx
|
|
5152
|
-
import * as
|
|
5281
|
+
import * as React235 from "react";
|
|
5153
5282
|
function SvgSmileSelect(props) {
|
|
5154
|
-
return /* @__PURE__ */
|
|
5283
|
+
return /* @__PURE__ */ React235.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React235.createElement(
|
|
5155
5284
|
"path",
|
|
5156
5285
|
{
|
|
5157
5286
|
fillRule: "evenodd",
|
|
@@ -5163,9 +5292,9 @@ function SvgSmileSelect(props) {
|
|
|
5163
5292
|
}
|
|
5164
5293
|
|
|
5165
5294
|
// src/components/icon/available-icons/square.tsx
|
|
5166
|
-
import * as
|
|
5295
|
+
import * as React236 from "react";
|
|
5167
5296
|
function SvgSquare(props) {
|
|
5168
|
-
return /* @__PURE__ */
|
|
5297
|
+
return /* @__PURE__ */ React236.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React236.createElement(
|
|
5169
5298
|
"path",
|
|
5170
5299
|
{
|
|
5171
5300
|
fillRule: "evenodd",
|
|
@@ -5177,8 +5306,8 @@ function SvgSquare(props) {
|
|
|
5177
5306
|
}
|
|
5178
5307
|
|
|
5179
5308
|
// src/components/icon/available-icons/sparkle.tsx
|
|
5180
|
-
import
|
|
5181
|
-
var SvgSparkle = (props) => /* @__PURE__ */
|
|
5309
|
+
import React237 from "react";
|
|
5310
|
+
var SvgSparkle = (props) => /* @__PURE__ */ React237.createElement("svg", __spreadValues({ width: 24, height: 24, viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React237.createElement(
|
|
5182
5311
|
"path",
|
|
5183
5312
|
{
|
|
5184
5313
|
d: "M10.6 9.6L9 15 7.4 9.6 2 8l5.4-1.6L9 1l1.6 5.4L16 8l-5.4 1.6zm6.4 4.6l4-2.2-2.2 4 2.2 4-4-2.2-4 2.2 2.2-4-2.2-4 4 2.2zM10 16l-1.7 3 1.7 3-3-1.7L4 22l1.7-3L4 16l3 1.7 3-1.7z",
|
|
@@ -5187,9 +5316,9 @@ var SvgSparkle = (props) => /* @__PURE__ */ React235.createElement("svg", __spre
|
|
|
5187
5316
|
));
|
|
5188
5317
|
|
|
5189
5318
|
// src/components/icon/available-icons/speed-fast.tsx
|
|
5190
|
-
import * as
|
|
5319
|
+
import * as React238 from "react";
|
|
5191
5320
|
function SvgSpeedFast(props) {
|
|
5192
|
-
return /* @__PURE__ */
|
|
5321
|
+
return /* @__PURE__ */ React238.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React238.createElement(
|
|
5193
5322
|
"path",
|
|
5194
5323
|
{
|
|
5195
5324
|
clipRule: "evenodd",
|
|
@@ -5201,9 +5330,9 @@ function SvgSpeedFast(props) {
|
|
|
5201
5330
|
}
|
|
5202
5331
|
|
|
5203
5332
|
// src/components/icon/available-icons/speed-medium.tsx
|
|
5204
|
-
import * as
|
|
5333
|
+
import * as React239 from "react";
|
|
5205
5334
|
function SvgSpeedMedium(props) {
|
|
5206
|
-
return /* @__PURE__ */
|
|
5335
|
+
return /* @__PURE__ */ React239.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React239.createElement(
|
|
5207
5336
|
"path",
|
|
5208
5337
|
{
|
|
5209
5338
|
clipRule: "evenodd",
|
|
@@ -5215,9 +5344,9 @@ function SvgSpeedMedium(props) {
|
|
|
5215
5344
|
}
|
|
5216
5345
|
|
|
5217
5346
|
// src/components/icon/available-icons/speed-slow.tsx
|
|
5218
|
-
import * as
|
|
5347
|
+
import * as React240 from "react";
|
|
5219
5348
|
function SvgSpeedSlow(props) {
|
|
5220
|
-
return /* @__PURE__ */
|
|
5349
|
+
return /* @__PURE__ */ React240.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React240.createElement(
|
|
5221
5350
|
"path",
|
|
5222
5351
|
{
|
|
5223
5352
|
clipRule: "evenodd",
|
|
@@ -5229,9 +5358,9 @@ function SvgSpeedSlow(props) {
|
|
|
5229
5358
|
}
|
|
5230
5359
|
|
|
5231
5360
|
// src/components/icon/available-icons/speed-x-fast.tsx
|
|
5232
|
-
import * as
|
|
5361
|
+
import * as React241 from "react";
|
|
5233
5362
|
function SvgSpeedXFast(props) {
|
|
5234
|
-
return /* @__PURE__ */
|
|
5363
|
+
return /* @__PURE__ */ React241.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React241.createElement(
|
|
5235
5364
|
"path",
|
|
5236
5365
|
{
|
|
5237
5366
|
clipRule: "evenodd",
|
|
@@ -5243,9 +5372,9 @@ function SvgSpeedXFast(props) {
|
|
|
5243
5372
|
}
|
|
5244
5373
|
|
|
5245
5374
|
// src/components/icon/available-icons/speed-x-slow.tsx
|
|
5246
|
-
import * as
|
|
5375
|
+
import * as React242 from "react";
|
|
5247
5376
|
function SvgSpeedXSlow(props) {
|
|
5248
|
-
return /* @__PURE__ */
|
|
5377
|
+
return /* @__PURE__ */ React242.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React242.createElement(
|
|
5249
5378
|
"path",
|
|
5250
5379
|
{
|
|
5251
5380
|
clipRule: "evenodd",
|
|
@@ -5257,9 +5386,9 @@ function SvgSpeedXSlow(props) {
|
|
|
5257
5386
|
}
|
|
5258
5387
|
|
|
5259
5388
|
// src/components/icon/available-icons/split.tsx
|
|
5260
|
-
import * as
|
|
5389
|
+
import * as React243 from "react";
|
|
5261
5390
|
function SvgSplit(props) {
|
|
5262
|
-
return /* @__PURE__ */
|
|
5391
|
+
return /* @__PURE__ */ React243.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React243.createElement(
|
|
5263
5392
|
"path",
|
|
5264
5393
|
{
|
|
5265
5394
|
fillRule: "evenodd",
|
|
@@ -5271,9 +5400,9 @@ function SvgSplit(props) {
|
|
|
5271
5400
|
}
|
|
5272
5401
|
|
|
5273
5402
|
// src/components/icon/available-icons/star.tsx
|
|
5274
|
-
import * as
|
|
5403
|
+
import * as React244 from "react";
|
|
5275
5404
|
function SvgStar(props) {
|
|
5276
|
-
return /* @__PURE__ */
|
|
5405
|
+
return /* @__PURE__ */ React244.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React244.createElement(
|
|
5277
5406
|
"path",
|
|
5278
5407
|
{
|
|
5279
5408
|
fillRule: "evenodd",
|
|
@@ -5285,9 +5414,9 @@ function SvgStar(props) {
|
|
|
5285
5414
|
}
|
|
5286
5415
|
|
|
5287
5416
|
// src/components/icon/available-icons/star-outline.tsx
|
|
5288
|
-
import * as
|
|
5417
|
+
import * as React245 from "react";
|
|
5289
5418
|
function SvgStarOutline(props) {
|
|
5290
|
-
return /* @__PURE__ */
|
|
5419
|
+
return /* @__PURE__ */ React245.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React245.createElement(
|
|
5291
5420
|
"path",
|
|
5292
5421
|
{
|
|
5293
5422
|
fillRule: "evenodd",
|
|
@@ -5299,15 +5428,15 @@ function SvgStarOutline(props) {
|
|
|
5299
5428
|
}
|
|
5300
5429
|
|
|
5301
5430
|
// src/components/icon/available-icons/stop.tsx
|
|
5302
|
-
import * as
|
|
5431
|
+
import * as React246 from "react";
|
|
5303
5432
|
function SvgStop(props) {
|
|
5304
|
-
return /* @__PURE__ */
|
|
5433
|
+
return /* @__PURE__ */ React246.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React246.createElement("rect", { x: 4, y: 4, width: 16, height: 16, rx: 2, fill: "currentColor" }));
|
|
5305
5434
|
}
|
|
5306
5435
|
|
|
5307
5436
|
// src/components/icon/available-icons/sun.tsx
|
|
5308
|
-
import * as
|
|
5437
|
+
import * as React247 from "react";
|
|
5309
5438
|
function SvgSun(props) {
|
|
5310
|
-
return /* @__PURE__ */
|
|
5439
|
+
return /* @__PURE__ */ React247.createElement(React247.Fragment, null, /* @__PURE__ */ React247.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React247.createElement(
|
|
5311
5440
|
"path",
|
|
5312
5441
|
{
|
|
5313
5442
|
fillRule: "evenodd",
|
|
@@ -5315,7 +5444,7 @@ function SvgSun(props) {
|
|
|
5315
5444
|
d: "M12.1667 9C10.4178 9 9 10.4178 9 12.1667C9 13.9156 10.4178 15.3333 12.1667 15.3333C13.9156 15.3333 15.3333 13.9156 15.3333 12.1667C15.3333 10.4178 13.9156 9 12.1667 9ZM7 12.1667C7 9.31319 9.31319 7 12.1667 7C15.0201 7 17.3333 9.31319 17.3333 12.1667C17.3333 15.0201 15.0201 17.3333 12.1667 17.3333C9.31319 17.3333 7 15.0201 7 12.1667Z",
|
|
5316
5445
|
fill: "currentColor"
|
|
5317
5446
|
}
|
|
5318
|
-
), /* @__PURE__ */
|
|
5447
|
+
), /* @__PURE__ */ React247.createElement(
|
|
5319
5448
|
"path",
|
|
5320
5449
|
{
|
|
5321
5450
|
fillRule: "evenodd",
|
|
@@ -5323,7 +5452,7 @@ function SvgSun(props) {
|
|
|
5323
5452
|
d: "M12.1667 2C12.719 2 13.1667 2.44772 13.1667 3V4.66667C13.1667 5.21895 12.719 5.66667 12.1667 5.66667C11.6144 5.66667 11.1667 5.21895 11.1667 4.66667V3C11.1667 2.44772 11.6144 2 12.1667 2Z",
|
|
5324
5453
|
fill: "currentColor"
|
|
5325
5454
|
}
|
|
5326
|
-
), /* @__PURE__ */
|
|
5455
|
+
), /* @__PURE__ */ React247.createElement(
|
|
5327
5456
|
"path",
|
|
5328
5457
|
{
|
|
5329
5458
|
fillRule: "evenodd",
|
|
@@ -5331,7 +5460,7 @@ function SvgSun(props) {
|
|
|
5331
5460
|
d: "M12.1667 18.6667C12.719 18.6667 13.1667 19.1144 13.1667 19.6667V21.3333C13.1667 21.8856 12.719 22.3333 12.1667 22.3333C11.6144 22.3333 11.1667 21.8856 11.1667 21.3333V19.6667C11.1667 19.1144 11.6144 18.6667 12.1667 18.6667Z",
|
|
5332
5461
|
fill: "currentColor"
|
|
5333
5462
|
}
|
|
5334
|
-
), /* @__PURE__ */
|
|
5463
|
+
), /* @__PURE__ */ React247.createElement(
|
|
5335
5464
|
"path",
|
|
5336
5465
|
{
|
|
5337
5466
|
fillRule: "evenodd",
|
|
@@ -5339,7 +5468,7 @@ function SvgSun(props) {
|
|
|
5339
5468
|
d: "M4.97623 4.97623C5.36675 4.5857 5.99992 4.5857 6.39044 4.97623L7.57377 6.15956C7.9643 6.55008 7.9643 7.18325 7.57377 7.57377C7.18325 7.9643 6.55008 7.9643 6.15956 7.57377L4.97623 6.39044C4.5857 5.99992 4.5857 5.36675 4.97623 4.97623Z",
|
|
5340
5469
|
fill: "currentColor"
|
|
5341
5470
|
}
|
|
5342
|
-
), /* @__PURE__ */
|
|
5471
|
+
), /* @__PURE__ */ React247.createElement(
|
|
5343
5472
|
"path",
|
|
5344
5473
|
{
|
|
5345
5474
|
fillRule: "evenodd",
|
|
@@ -5347,7 +5476,7 @@ function SvgSun(props) {
|
|
|
5347
5476
|
d: "M16.7596 16.7596C17.1501 16.369 17.7832 16.369 18.1738 16.7596L19.3571 17.9429C19.7476 18.3334 19.7476 18.9666 19.3571 19.3571C18.9666 19.7476 18.3334 19.7476 17.9429 19.3571L16.7596 18.1738C16.369 17.7832 16.369 17.1501 16.7596 16.7596Z",
|
|
5348
5477
|
fill: "currentColor"
|
|
5349
5478
|
}
|
|
5350
|
-
), /* @__PURE__ */
|
|
5479
|
+
), /* @__PURE__ */ React247.createElement(
|
|
5351
5480
|
"path",
|
|
5352
5481
|
{
|
|
5353
5482
|
fillRule: "evenodd",
|
|
@@ -5355,7 +5484,7 @@ function SvgSun(props) {
|
|
|
5355
5484
|
d: "M2 12.1667C2 11.6144 2.44772 11.1667 3 11.1667H4.66667C5.21895 11.1667 5.66667 11.6144 5.66667 12.1667C5.66667 12.719 5.21895 13.1667 4.66667 13.1667H3C2.44772 13.1667 2 12.719 2 12.1667Z",
|
|
5356
5485
|
fill: "currentColor"
|
|
5357
5486
|
}
|
|
5358
|
-
), /* @__PURE__ */
|
|
5487
|
+
), /* @__PURE__ */ React247.createElement(
|
|
5359
5488
|
"path",
|
|
5360
5489
|
{
|
|
5361
5490
|
fillRule: "evenodd",
|
|
@@ -5363,7 +5492,7 @@ function SvgSun(props) {
|
|
|
5363
5492
|
d: "M18.6667 12.1667C18.6667 11.6144 19.1144 11.1667 19.6667 11.1667H21.3333C21.8856 11.1667 22.3333 11.6144 22.3333 12.1667C22.3333 12.719 21.8856 13.1667 21.3333 13.1667H19.6667C19.1144 13.1667 18.6667 12.719 18.6667 12.1667Z",
|
|
5364
5493
|
fill: "currentColor"
|
|
5365
5494
|
}
|
|
5366
|
-
), /* @__PURE__ */
|
|
5495
|
+
), /* @__PURE__ */ React247.createElement(
|
|
5367
5496
|
"path",
|
|
5368
5497
|
{
|
|
5369
5498
|
fillRule: "evenodd",
|
|
@@ -5371,7 +5500,7 @@ function SvgSun(props) {
|
|
|
5371
5500
|
d: "M7.57377 16.7596C7.9643 17.1501 7.9643 17.7832 7.57377 18.1738L6.39044 19.3571C5.99992 19.7476 5.36675 19.7476 4.97623 19.3571C4.5857 18.9666 4.5857 18.3334 4.97623 17.9429L6.15956 16.7596C6.55008 16.369 7.18325 16.369 7.57377 16.7596Z",
|
|
5372
5501
|
fill: "currentColor"
|
|
5373
5502
|
}
|
|
5374
|
-
), /* @__PURE__ */
|
|
5503
|
+
), /* @__PURE__ */ React247.createElement(
|
|
5375
5504
|
"path",
|
|
5376
5505
|
{
|
|
5377
5506
|
fillRule: "evenodd",
|
|
@@ -5383,8 +5512,8 @@ function SvgSun(props) {
|
|
|
5383
5512
|
}
|
|
5384
5513
|
|
|
5385
5514
|
// src/components/icon/available-icons/tag-faces.tsx
|
|
5386
|
-
import
|
|
5387
|
-
var SvgTagFaces = (props) => /* @__PURE__ */
|
|
5515
|
+
import React248 from "react";
|
|
5516
|
+
var SvgTagFaces = (props) => /* @__PURE__ */ React248.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React248.createElement(
|
|
5388
5517
|
"path",
|
|
5389
5518
|
{
|
|
5390
5519
|
fillRule: "evenodd",
|
|
@@ -5395,8 +5524,8 @@ var SvgTagFaces = (props) => /* @__PURE__ */ React246.createElement("svg", __spr
|
|
|
5395
5524
|
));
|
|
5396
5525
|
|
|
5397
5526
|
// src/components/icon/available-icons/task.tsx
|
|
5398
|
-
import
|
|
5399
|
-
var SvgTask = () => /* @__PURE__ */
|
|
5527
|
+
import React249 from "react";
|
|
5528
|
+
var SvgTask = () => /* @__PURE__ */ React249.createElement("svg", { viewBox: "0 0 21 23", fill: "none" }, /* @__PURE__ */ React249.createElement(
|
|
5400
5529
|
"path",
|
|
5401
5530
|
{
|
|
5402
5531
|
fillRule: "evenodd",
|
|
@@ -5404,7 +5533,7 @@ var SvgTask = () => /* @__PURE__ */ React247.createElement("svg", { viewBox: "0
|
|
|
5404
5533
|
d: "M10.5 20C15.7467 20 20 15.7467 20 10.5C20 5.25329 15.7467 1 10.5 1C5.25329 1 1 5.25329 1 10.5V20.6209C1 21.7814 2.44382 22.3155 3.19907 21.4344L5.59598 18.638C7.02754 19.5025 8.70568 20 10.5 20Z",
|
|
5405
5534
|
fill: "currentColor"
|
|
5406
5535
|
}
|
|
5407
|
-
), /* @__PURE__ */
|
|
5536
|
+
), /* @__PURE__ */ React249.createElement(
|
|
5408
5537
|
"path",
|
|
5409
5538
|
{
|
|
5410
5539
|
fillRule: "evenodd",
|
|
@@ -5413,7 +5542,7 @@ var SvgTask = () => /* @__PURE__ */ React247.createElement("svg", { viewBox: "0
|
|
|
5413
5542
|
fill: "white",
|
|
5414
5543
|
fillOpacity: "0.65"
|
|
5415
5544
|
}
|
|
5416
|
-
), /* @__PURE__ */
|
|
5545
|
+
), /* @__PURE__ */ React249.createElement(
|
|
5417
5546
|
"path",
|
|
5418
5547
|
{
|
|
5419
5548
|
fillRule: "evenodd",
|
|
@@ -5421,7 +5550,7 @@ var SvgTask = () => /* @__PURE__ */ React247.createElement("svg", { viewBox: "0
|
|
|
5421
5550
|
d: "M15.6186 7.09759C15.8471 7.32614 15.8471 7.69669 15.6186 7.92524L9.18096 14.3629C8.95241 14.5914 8.58186 14.5914 8.35331 14.3629L5.42712 11.4367C5.19857 11.2081 5.19857 10.8376 5.42712 10.609C5.65567 10.3805 6.02622 10.3805 6.25477 10.609L8.76714 13.1214L14.7909 7.09759C15.0195 6.86904 15.39 6.86904 15.6186 7.09759Z",
|
|
5422
5551
|
fill: "currentColor"
|
|
5423
5552
|
}
|
|
5424
|
-
), /* @__PURE__ */
|
|
5553
|
+
), /* @__PURE__ */ React249.createElement(
|
|
5425
5554
|
"path",
|
|
5426
5555
|
{
|
|
5427
5556
|
fillRule: "evenodd",
|
|
@@ -5432,9 +5561,9 @@ var SvgTask = () => /* @__PURE__ */ React247.createElement("svg", { viewBox: "0
|
|
|
5432
5561
|
));
|
|
5433
5562
|
|
|
5434
5563
|
// src/components/icon/available-icons/text.tsx
|
|
5435
|
-
import * as
|
|
5564
|
+
import * as React250 from "react";
|
|
5436
5565
|
function SvgText(props) {
|
|
5437
|
-
return /* @__PURE__ */
|
|
5566
|
+
return /* @__PURE__ */ React250.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React250.createElement(
|
|
5438
5567
|
"path",
|
|
5439
5568
|
{
|
|
5440
5569
|
d: "M14.362 7.176V5.029H3.323V7.176H7.693V18.5H9.973V7.176H14.362ZM18.0754 6.416H16.0804V7.803C16.0804 8.62 15.6434 9.247 14.6554 9.247H14.1804V11.204H15.8904V15.859C15.8904 17.588 16.9544 18.614 18.6644 18.614C19.4624 18.614 19.8804 18.462 20.0134 18.405V16.581C19.9184 16.6 19.5574 16.657 19.2534 16.657C18.4364 16.657 18.0754 16.315 18.0754 15.498V11.204H19.9944V9.247H18.0754V6.416Z",
|
|
@@ -5444,8 +5573,8 @@ function SvgText(props) {
|
|
|
5444
5573
|
}
|
|
5445
5574
|
|
|
5446
5575
|
// src/components/icon/available-icons/thumbs-down.tsx
|
|
5447
|
-
import
|
|
5448
|
-
var SvgThumbsDown = () => /* @__PURE__ */
|
|
5576
|
+
import React251 from "react";
|
|
5577
|
+
var SvgThumbsDown = () => /* @__PURE__ */ React251.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ React251.createElement(
|
|
5449
5578
|
"path",
|
|
5450
5579
|
{
|
|
5451
5580
|
d: "M15.1456 12.6501L12.5456 18.5C12.0285 18.5 11.5325 18.2946 11.1668 17.9289C10.8011 17.5632 10.5957 17.0672 10.5957 16.55V13.9501H6.91675C6.72831 13.9522 6.54166 13.9134 6.36974 13.8362C6.19781 13.759 6.04471 13.6454 5.92106 13.5032C5.7974 13.361 5.70614 13.1936 5.6536 13.0126C5.60106 12.8317 5.58849 12.6414 5.61677 12.4551L6.51376 6.60521C6.56076 6.29523 6.71822 6.01268 6.95711 5.80963C7.196 5.60657 7.50022 5.49669 7.81373 5.50023H15.1456M15.1456 12.6501V5.50023M15.1456 12.6501H16.8811C17.2489 12.6566 17.6064 12.5278 17.8856 12.2882C18.1648 12.0485 18.3462 11.7147 18.3955 11.3501V6.80021C18.3462 6.43561 18.1648 6.1018 17.8856 5.86216C17.6064 5.62252 17.2489 5.49373 16.8811 5.50023H15.1456",
|
|
@@ -5457,8 +5586,8 @@ var SvgThumbsDown = () => /* @__PURE__ */ React249.createElement("svg", { viewBo
|
|
|
5457
5586
|
));
|
|
5458
5587
|
|
|
5459
5588
|
// src/components/icon/available-icons/thumbs-up.tsx
|
|
5460
|
-
import
|
|
5461
|
-
var SvgThumbsUp = () => /* @__PURE__ */
|
|
5589
|
+
import React252 from "react";
|
|
5590
|
+
var SvgThumbsUp = () => /* @__PURE__ */ React252.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ React252.createElement(
|
|
5462
5591
|
"path",
|
|
5463
5592
|
{
|
|
5464
5593
|
d: "M8.63816 11.35L11.2381 5.5C11.7553 5.5 12.2513 5.70544 12.617 6.07114C12.9827 6.43683 13.1881 6.93282 13.1881 7.44999V10.05H16.8671C17.0555 10.0478 17.2422 10.0867 17.4141 10.1639C17.5861 10.241 17.7392 10.3546 17.8628 10.4969C17.9865 10.6391 18.0777 10.8064 18.1303 10.9874C18.1828 11.1684 18.1954 11.3586 18.1671 11.545L17.2701 17.3949C17.2231 17.7049 17.0656 17.9875 16.8267 18.1905C16.5879 18.3936 16.2836 18.5035 15.9701 18.4999H8.63816M8.63816 11.35V18.4999M8.63816 11.35H6.68818C6.3434 11.35 6.01274 11.4869 5.76894 11.7307C5.52515 11.9745 5.38818 12.3052 5.38818 12.65V17.1999C5.38818 17.5447 5.52515 17.8754 5.76894 18.1192C6.01274 18.363 6.3434 18.4999 6.68818 18.4999H8.63816",
|
|
@@ -5470,9 +5599,9 @@ var SvgThumbsUp = () => /* @__PURE__ */ React250.createElement("svg", { viewBox:
|
|
|
5470
5599
|
));
|
|
5471
5600
|
|
|
5472
5601
|
// src/components/icon/available-icons/timeline-editor.tsx
|
|
5473
|
-
import * as
|
|
5602
|
+
import * as React253 from "react";
|
|
5474
5603
|
function SvgTimelineEditor(props) {
|
|
5475
|
-
return /* @__PURE__ */
|
|
5604
|
+
return /* @__PURE__ */ React253.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React253.createElement(
|
|
5476
5605
|
"path",
|
|
5477
5606
|
{
|
|
5478
5607
|
fillRule: "evenodd",
|
|
@@ -5480,7 +5609,7 @@ function SvgTimelineEditor(props) {
|
|
|
5480
5609
|
d: "M12 2C12.5523 2 13 2.44772 13 3V21C13 21.5523 12.5523 22 12 22C11.4477 22 11 21.5523 11 21V3C11 2.44772 11.4477 2 12 2Z",
|
|
5481
5610
|
fill: "currentColor"
|
|
5482
5611
|
}
|
|
5483
|
-
), /* @__PURE__ */
|
|
5612
|
+
), /* @__PURE__ */ React253.createElement(
|
|
5484
5613
|
"path",
|
|
5485
5614
|
{
|
|
5486
5615
|
fillRule: "evenodd",
|
|
@@ -5488,7 +5617,7 @@ function SvgTimelineEditor(props) {
|
|
|
5488
5617
|
d: "M2 6.27271C2 5.72043 2.44772 5.27271 3 5.27271H7.81722C8.3695 5.27271 8.81722 5.72043 8.81722 6.27271C8.81722 6.825 8.3695 7.27271 7.81722 7.27271H4V16.7273H7.81722C8.3695 16.7273 8.81722 17.175 8.81722 17.7273C8.81722 18.2796 8.3695 18.7273 7.81722 18.7273H3C2.44772 18.7273 2 18.2796 2 17.7273V6.27271Z",
|
|
5489
5618
|
fill: "currentColor"
|
|
5490
5619
|
}
|
|
5491
|
-
), /* @__PURE__ */
|
|
5620
|
+
), /* @__PURE__ */ React253.createElement(
|
|
5492
5621
|
"path",
|
|
5493
5622
|
{
|
|
5494
5623
|
fillRule: "evenodd",
|
|
@@ -5500,9 +5629,9 @@ function SvgTimelineEditor(props) {
|
|
|
5500
5629
|
}
|
|
5501
5630
|
|
|
5502
5631
|
// src/components/icon/available-icons/timer.tsx
|
|
5503
|
-
import * as
|
|
5632
|
+
import * as React254 from "react";
|
|
5504
5633
|
function SvgTimer(props) {
|
|
5505
|
-
return /* @__PURE__ */
|
|
5634
|
+
return /* @__PURE__ */ React254.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React254.createElement(
|
|
5506
5635
|
"path",
|
|
5507
5636
|
{
|
|
5508
5637
|
fillRule: "evenodd",
|
|
@@ -5514,8 +5643,8 @@ function SvgTimer(props) {
|
|
|
5514
5643
|
}
|
|
5515
5644
|
|
|
5516
5645
|
// src/components/icon/available-icons/touch-app.tsx
|
|
5517
|
-
import
|
|
5518
|
-
var SvgTouchApp = (props) => /* @__PURE__ */
|
|
5646
|
+
import React255 from "react";
|
|
5647
|
+
var SvgTouchApp = (props) => /* @__PURE__ */ React255.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React255.createElement(
|
|
5519
5648
|
"path",
|
|
5520
5649
|
{
|
|
5521
5650
|
fillRule: "evenodd",
|
|
@@ -5526,8 +5655,8 @@ var SvgTouchApp = (props) => /* @__PURE__ */ React253.createElement("svg", __spr
|
|
|
5526
5655
|
));
|
|
5527
5656
|
|
|
5528
5657
|
// src/components/icon/available-icons/transcript.tsx
|
|
5529
|
-
import
|
|
5530
|
-
var SvgTranscript = (props) => /* @__PURE__ */
|
|
5658
|
+
import React256 from "react";
|
|
5659
|
+
var SvgTranscript = (props) => /* @__PURE__ */ React256.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React256.createElement(
|
|
5531
5660
|
"path",
|
|
5532
5661
|
{
|
|
5533
5662
|
fillRule: "evenodd",
|
|
@@ -5538,9 +5667,9 @@ var SvgTranscript = (props) => /* @__PURE__ */ React254.createElement("svg", __s
|
|
|
5538
5667
|
));
|
|
5539
5668
|
|
|
5540
5669
|
// src/components/icon/available-icons/trash.tsx
|
|
5541
|
-
import * as
|
|
5670
|
+
import * as React257 from "react";
|
|
5542
5671
|
function SvgTrash(props) {
|
|
5543
|
-
return /* @__PURE__ */
|
|
5672
|
+
return /* @__PURE__ */ React257.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React257.createElement(
|
|
5544
5673
|
"path",
|
|
5545
5674
|
{
|
|
5546
5675
|
fillRule: "evenodd",
|
|
@@ -5548,7 +5677,7 @@ function SvgTrash(props) {
|
|
|
5548
5677
|
d: "M4 7.2a1 1 0 011-1h14.4a1 1 0 110 2H5a1 1 0 01-1-1z",
|
|
5549
5678
|
fill: "currentColor"
|
|
5550
5679
|
}
|
|
5551
|
-
), /* @__PURE__ */
|
|
5680
|
+
), /* @__PURE__ */ React257.createElement(
|
|
5552
5681
|
"path",
|
|
5553
5682
|
{
|
|
5554
5683
|
fillRule: "evenodd",
|
|
@@ -5556,7 +5685,7 @@ function SvgTrash(props) {
|
|
|
5556
5685
|
d: "M10.6 5a.6.6 0 00-.6.6v.6h4.4v-.6a.6.6 0 00-.6-.6h-3.2zm5.8 1.2v-.6A2.6 2.6 0 0013.8 3h-3.2A2.6 2.6 0 008 5.6v.6H6.6a1 1 0 00-1 1v11.2A2.6 2.6 0 008.2 21h8a2.6 2.6 0 002.6-2.6V7.2a1 1 0 00-1-1h-1.4zm-8.8 2v10.2a.6.6 0 00.6.6h8a.6.6 0 00.6-.6V8.2H7.6z",
|
|
5557
5686
|
fill: "currentColor"
|
|
5558
5687
|
}
|
|
5559
|
-
), /* @__PURE__ */
|
|
5688
|
+
), /* @__PURE__ */ React257.createElement(
|
|
5560
5689
|
"path",
|
|
5561
5690
|
{
|
|
5562
5691
|
fillRule: "evenodd",
|
|
@@ -5568,9 +5697,9 @@ function SvgTrash(props) {
|
|
|
5568
5697
|
}
|
|
5569
5698
|
|
|
5570
5699
|
// src/components/icon/available-icons/trash-forever.tsx
|
|
5571
|
-
import * as
|
|
5700
|
+
import * as React258 from "react";
|
|
5572
5701
|
function SvgTrashForever(props) {
|
|
5573
|
-
return /* @__PURE__ */
|
|
5702
|
+
return /* @__PURE__ */ React258.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React258.createElement(
|
|
5574
5703
|
"path",
|
|
5575
5704
|
{
|
|
5576
5705
|
fillRule: "evenodd",
|
|
@@ -5578,7 +5707,7 @@ function SvgTrashForever(props) {
|
|
|
5578
5707
|
d: "M4 7.2a1 1 0 011-1h14.4a1 1 0 110 2H5a1 1 0 01-1-1z",
|
|
5579
5708
|
fill: "currentColor"
|
|
5580
5709
|
}
|
|
5581
|
-
), /* @__PURE__ */
|
|
5710
|
+
), /* @__PURE__ */ React258.createElement(
|
|
5582
5711
|
"path",
|
|
5583
5712
|
{
|
|
5584
5713
|
fillRule: "evenodd",
|
|
@@ -5586,7 +5715,7 @@ function SvgTrashForever(props) {
|
|
|
5586
5715
|
d: "M10.6 5a.6.6 0 00-.6.6v.6h4.4v-.6a.6.6 0 00-.6-.6h-3.2zm5.8 1.2v-.6A2.6 2.6 0 0013.8 3h-3.2A2.6 2.6 0 008 5.6v.6H6.6a1 1 0 00-1 1v11.2A2.6 2.6 0 008.2 21h8a2.6 2.6 0 002.6-2.6V7.2a1 1 0 00-1-1h-1.4zm-8.8 2v10.2a.6.6 0 00.6.6h8a.6.6 0 00.6-.6V8.2H7.6z",
|
|
5587
5716
|
fill: "currentColor"
|
|
5588
5717
|
}
|
|
5589
|
-
), /* @__PURE__ */
|
|
5718
|
+
), /* @__PURE__ */ React258.createElement(
|
|
5590
5719
|
"path",
|
|
5591
5720
|
{
|
|
5592
5721
|
fillRule: "evenodd",
|
|
@@ -5594,7 +5723,7 @@ function SvgTrashForever(props) {
|
|
|
5594
5723
|
d: "M14.604 11.196a1 1 0 010 1.414l-3.394 3.394a1 1 0 01-1.414-1.414l3.394-3.394a1 1 0 011.414 0z",
|
|
5595
5724
|
fill: "currentColor"
|
|
5596
5725
|
}
|
|
5597
|
-
), /* @__PURE__ */
|
|
5726
|
+
), /* @__PURE__ */ React258.createElement(
|
|
5598
5727
|
"path",
|
|
5599
5728
|
{
|
|
5600
5729
|
fillRule: "evenodd",
|
|
@@ -5606,8 +5735,8 @@ function SvgTrashForever(props) {
|
|
|
5606
5735
|
}
|
|
5607
5736
|
|
|
5608
5737
|
// src/components/icon/available-icons/tune.tsx
|
|
5609
|
-
import
|
|
5610
|
-
var SvgTune = (props) => /* @__PURE__ */
|
|
5738
|
+
import React259 from "react";
|
|
5739
|
+
var SvgTune = (props) => /* @__PURE__ */ React259.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React259.createElement(
|
|
5611
5740
|
"path",
|
|
5612
5741
|
{
|
|
5613
5742
|
fillRule: "evenodd",
|
|
@@ -5618,9 +5747,9 @@ var SvgTune = (props) => /* @__PURE__ */ React257.createElement("svg", __spreadV
|
|
|
5618
5747
|
));
|
|
5619
5748
|
|
|
5620
5749
|
// src/components/icon/available-icons/unarchive.tsx
|
|
5621
|
-
import * as
|
|
5750
|
+
import * as React260 from "react";
|
|
5622
5751
|
function SvgUnarchive(props) {
|
|
5623
|
-
return /* @__PURE__ */
|
|
5752
|
+
return /* @__PURE__ */ React260.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React260.createElement(
|
|
5624
5753
|
"path",
|
|
5625
5754
|
{
|
|
5626
5755
|
fillRule: "evenodd",
|
|
@@ -5628,7 +5757,7 @@ function SvgUnarchive(props) {
|
|
|
5628
5757
|
d: "M4.637 8.09a1 1 0 011 1v10.637a1 1 0 11-2 0V9.091a1 1 0 011-1zm14.727 0a1 1 0 011 1v10.637a1 1 0 11-2 0V9.091a1 1 0 011-1z",
|
|
5629
5758
|
fill: "currentColor"
|
|
5630
5759
|
}
|
|
5631
|
-
), /* @__PURE__ */
|
|
5760
|
+
), /* @__PURE__ */ React260.createElement(
|
|
5632
5761
|
"path",
|
|
5633
5762
|
{
|
|
5634
5763
|
fillRule: "evenodd",
|
|
@@ -5636,7 +5765,7 @@ function SvgUnarchive(props) {
|
|
|
5636
5765
|
d: "M2 5a1 1 0 011-1h18a1 1 0 011 1v4.09a1 1 0 01-1 1H3a1 1 0 01-1-1V5zm2 1v2.09h16V6H4zM11.293 11.656a1 1 0 011.414 0l4.091 4.091a1 1 0 01-1.414 1.415L12 13.778l-3.384 3.384a1 1 0 11-1.414-1.415l4.091-4.09z",
|
|
5637
5766
|
fill: "currentColor"
|
|
5638
5767
|
}
|
|
5639
|
-
), /* @__PURE__ */
|
|
5768
|
+
), /* @__PURE__ */ React260.createElement(
|
|
5640
5769
|
"path",
|
|
5641
5770
|
{
|
|
5642
5771
|
fillRule: "evenodd",
|
|
@@ -5648,9 +5777,9 @@ function SvgUnarchive(props) {
|
|
|
5648
5777
|
}
|
|
5649
5778
|
|
|
5650
5779
|
// src/components/icon/available-icons/underline.tsx
|
|
5651
|
-
import * as
|
|
5780
|
+
import * as React261 from "react";
|
|
5652
5781
|
function SvgUnderline(props) {
|
|
5653
|
-
return /* @__PURE__ */
|
|
5782
|
+
return /* @__PURE__ */ React261.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React261.createElement(
|
|
5654
5783
|
"path",
|
|
5655
5784
|
{
|
|
5656
5785
|
fillRule: "evenodd",
|
|
@@ -5662,9 +5791,9 @@ function SvgUnderline(props) {
|
|
|
5662
5791
|
}
|
|
5663
5792
|
|
|
5664
5793
|
// src/components/icon/available-icons/undo.tsx
|
|
5665
|
-
import * as
|
|
5794
|
+
import * as React262 from "react";
|
|
5666
5795
|
function SvgUndo(props) {
|
|
5667
|
-
return /* @__PURE__ */
|
|
5796
|
+
return /* @__PURE__ */ React262.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React262.createElement(
|
|
5668
5797
|
"path",
|
|
5669
5798
|
{
|
|
5670
5799
|
fillRule: "evenodd",
|
|
@@ -5672,7 +5801,7 @@ function SvgUndo(props) {
|
|
|
5672
5801
|
d: "M5.141 7a1 1 0 011 1v5.283h5.283a1 1 0 010 2H5.141a1 1 0 01-1-1V8a1 1 0 011-1z",
|
|
5673
5802
|
fill: "currentColor"
|
|
5674
5803
|
}
|
|
5675
|
-
), /* @__PURE__ */
|
|
5804
|
+
), /* @__PURE__ */ React262.createElement(
|
|
5676
5805
|
"path",
|
|
5677
5806
|
{
|
|
5678
5807
|
fillRule: "evenodd",
|
|
@@ -5684,9 +5813,9 @@ function SvgUndo(props) {
|
|
|
5684
5813
|
}
|
|
5685
5814
|
|
|
5686
5815
|
// src/components/icon/available-icons/undo-alt.tsx
|
|
5687
|
-
import * as
|
|
5816
|
+
import * as React263 from "react";
|
|
5688
5817
|
function SvgUndoAlt(props) {
|
|
5689
|
-
return /* @__PURE__ */
|
|
5818
|
+
return /* @__PURE__ */ React263.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React263.createElement(
|
|
5690
5819
|
"path",
|
|
5691
5820
|
{
|
|
5692
5821
|
fillRule: "evenodd",
|
|
@@ -5694,7 +5823,7 @@ function SvgUndoAlt(props) {
|
|
|
5694
5823
|
d: "M9.70711 3.29289C10.0976 3.68342 10.0976 4.31658 9.70711 4.70711L5.41421 9L9.70711 13.2929C10.0976 13.6834 10.0976 14.3166 9.70711 14.7071C9.31658 15.0976 8.68342 15.0976 8.29289 14.7071L3.29289 9.70711C2.90237 9.31658 2.90237 8.68342 3.29289 8.29289L8.29289 3.29289C8.68342 2.90237 9.31658 2.90237 9.70711 3.29289Z",
|
|
5695
5824
|
fill: "currentColor"
|
|
5696
5825
|
}
|
|
5697
|
-
), /* @__PURE__ */
|
|
5826
|
+
), /* @__PURE__ */ React263.createElement(
|
|
5698
5827
|
"path",
|
|
5699
5828
|
{
|
|
5700
5829
|
fillRule: "evenodd",
|
|
@@ -5706,9 +5835,9 @@ function SvgUndoAlt(props) {
|
|
|
5706
5835
|
}
|
|
5707
5836
|
|
|
5708
5837
|
// src/components/icon/available-icons/upload.tsx
|
|
5709
|
-
import * as
|
|
5838
|
+
import * as React264 from "react";
|
|
5710
5839
|
function SvgUpload(props) {
|
|
5711
|
-
return /* @__PURE__ */
|
|
5840
|
+
return /* @__PURE__ */ React264.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React264.createElement(
|
|
5712
5841
|
"path",
|
|
5713
5842
|
{
|
|
5714
5843
|
fillRule: "evenodd",
|
|
@@ -5716,7 +5845,7 @@ function SvgUpload(props) {
|
|
|
5716
5845
|
d: "M4 13.667a1 1 0 011 1v3.555a.778.778 0 00.778.778h12.444a.778.778 0 00.778-.778v-3.555a1 1 0 112 0v3.555A2.778 2.778 0 0118.222 21H5.778A2.778 2.778 0 013 18.222v-3.555a1 1 0 011-1zM11.293 3.293a1 1 0 011.414 0l4.445 4.444a1 1 0 01-1.415 1.415L12 5.414 8.263 9.152a1 1 0 11-1.415-1.415l4.445-4.444z",
|
|
5717
5846
|
fill: "currentColor"
|
|
5718
5847
|
}
|
|
5719
|
-
), /* @__PURE__ */
|
|
5848
|
+
), /* @__PURE__ */ React264.createElement(
|
|
5720
5849
|
"path",
|
|
5721
5850
|
{
|
|
5722
5851
|
fillRule: "evenodd",
|
|
@@ -5728,9 +5857,9 @@ function SvgUpload(props) {
|
|
|
5728
5857
|
}
|
|
5729
5858
|
|
|
5730
5859
|
// src/components/icon/available-icons/user.tsx
|
|
5731
|
-
import * as
|
|
5860
|
+
import * as React265 from "react";
|
|
5732
5861
|
function SvgUser(props) {
|
|
5733
|
-
return /* @__PURE__ */
|
|
5862
|
+
return /* @__PURE__ */ React265.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React265.createElement(
|
|
5734
5863
|
"path",
|
|
5735
5864
|
{
|
|
5736
5865
|
fillRule: "evenodd",
|
|
@@ -5742,9 +5871,9 @@ function SvgUser(props) {
|
|
|
5742
5871
|
}
|
|
5743
5872
|
|
|
5744
5873
|
// src/components/icon/available-icons/users.tsx
|
|
5745
|
-
import * as
|
|
5874
|
+
import * as React266 from "react";
|
|
5746
5875
|
function SvgUsers(props) {
|
|
5747
|
-
return /* @__PURE__ */
|
|
5876
|
+
return /* @__PURE__ */ React266.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React266.createElement(
|
|
5748
5877
|
"path",
|
|
5749
5878
|
{
|
|
5750
5879
|
fillRule: "evenodd",
|
|
@@ -5756,9 +5885,9 @@ function SvgUsers(props) {
|
|
|
5756
5885
|
}
|
|
5757
5886
|
|
|
5758
5887
|
// src/components/icon/available-icons/users-add.tsx
|
|
5759
|
-
import * as
|
|
5888
|
+
import * as React267 from "react";
|
|
5760
5889
|
function SvgUsersAdd(props) {
|
|
5761
|
-
return /* @__PURE__ */
|
|
5890
|
+
return /* @__PURE__ */ React267.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React267.createElement(
|
|
5762
5891
|
"path",
|
|
5763
5892
|
{
|
|
5764
5893
|
fillRule: "evenodd",
|
|
@@ -5766,7 +5895,7 @@ function SvgUsersAdd(props) {
|
|
|
5766
5895
|
d: "M8.546 14.818a1 1 0 011-1h3.272a4.273 4.273 0 014.273 4.273v1.636a1 1 0 11-2 0v-1.636a2.273 2.273 0 00-2.273-2.273H9.546a1 1 0 01-1-1zM9.545 6a2.273 2.273 0 100 4.545 2.273 2.273 0 000-4.545zM5.273 8.273a4.273 4.273 0 118.545 0 4.273 4.273 0 01-8.545 0zM17.577 14.675a1 1 0 011.219-.719A4.273 4.273 0 0122 18.09v1.637a1 1 0 11-2 0v-1.636a2.272 2.272 0 00-1.704-2.198 1 1 0 01-.719-1.218zM14.304 4.858a1 1 0 011.217-.72 4.273 4.273 0 010 8.278 1 1 0 11-.496-1.937 2.273 2.273 0 000-4.404 1 1 0 01-.721-1.217zM5.454 20.727a1 1 0 01-1-1v-4.909a1 1 0 112 0v4.91a1 1 0 01-1 1z",
|
|
5767
5896
|
fill: "currentColor"
|
|
5768
5897
|
}
|
|
5769
|
-
), /* @__PURE__ */
|
|
5898
|
+
), /* @__PURE__ */ React267.createElement(
|
|
5770
5899
|
"path",
|
|
5771
5900
|
{
|
|
5772
5901
|
fillRule: "evenodd",
|
|
@@ -5778,9 +5907,9 @@ function SvgUsersAdd(props) {
|
|
|
5778
5907
|
}
|
|
5779
5908
|
|
|
5780
5909
|
// src/components/icon/available-icons/variables.tsx
|
|
5781
|
-
import * as
|
|
5910
|
+
import * as React268 from "react";
|
|
5782
5911
|
function SvgVariables(props) {
|
|
5783
|
-
return /* @__PURE__ */
|
|
5912
|
+
return /* @__PURE__ */ React268.createElement("svg", __spreadValues({ viewBox: "0 0 25 24", fill: "none" }, props), /* @__PURE__ */ React268.createElement(
|
|
5784
5913
|
"path",
|
|
5785
5914
|
{
|
|
5786
5915
|
fillRule: "evenodd",
|
|
@@ -5792,9 +5921,9 @@ function SvgVariables(props) {
|
|
|
5792
5921
|
}
|
|
5793
5922
|
|
|
5794
5923
|
// src/components/icon/available-icons/version-control.tsx
|
|
5795
|
-
import * as
|
|
5924
|
+
import * as React269 from "react";
|
|
5796
5925
|
function SvgVersionControl(props) {
|
|
5797
|
-
return /* @__PURE__ */
|
|
5926
|
+
return /* @__PURE__ */ React269.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React269.createElement(
|
|
5798
5927
|
"path",
|
|
5799
5928
|
{
|
|
5800
5929
|
fillRule: "evenodd",
|
|
@@ -5802,7 +5931,7 @@ function SvgVersionControl(props) {
|
|
|
5802
5931
|
d: "M11.9962 2.00001L12 2C13.9778 2.00001 15.9112 2.5865 17.5557 3.68531C19.2002 4.78412 20.4819 6.34591 21.2388 8.17317C21.9957 10.0004 22.1937 12.0111 21.8079 13.9509C21.422 15.8907 20.4696 17.6726 19.0711 19.0711C17.6725 20.4696 15.8907 21.422 13.9509 21.8079C12.0111 22.1937 10.0004 21.9957 8.17317 21.2388C6.3459 20.4819 4.78412 19.2002 3.6853 17.5557C2.58649 15.9112 2 13.9778 2 12C2 11.4477 2.44772 11 3 11C3.55228 11 4 11.4477 4 12C4 13.5823 4.46919 15.129 5.34824 16.4446C6.22729 17.7602 7.47672 18.7855 8.93853 19.391C10.4003 19.9965 12.0089 20.155 13.5607 19.8463C15.1126 19.5376 16.538 18.7757 17.6569 17.6569C18.7757 16.538 19.5376 15.1126 19.8463 13.5607C20.155 12.0089 19.9965 10.4003 19.391 8.93854C18.7855 7.47673 17.7602 6.2273 16.4446 5.34825C15.1295 4.46955 13.5835 4.00038 12.0019 4.00001C9.7473 4.00897 7.58329 4.88786 5.96097 6.45325L3.70711 8.70711C3.31658 9.09764 2.68342 9.09764 2.29289 8.70711C1.90237 8.31659 1.90237 7.68342 2.29289 7.2929L4.55289 5.0329L4.56496 5.02104C6.55946 3.0929 9.22213 2.01045 11.9962 2.00001Z",
|
|
5803
5932
|
fill: "currentColor"
|
|
5804
5933
|
}
|
|
5805
|
-
), /* @__PURE__ */
|
|
5934
|
+
), /* @__PURE__ */ React269.createElement(
|
|
5806
5935
|
"path",
|
|
5807
5936
|
{
|
|
5808
5937
|
fillRule: "evenodd",
|
|
@@ -5810,7 +5939,7 @@ function SvgVersionControl(props) {
|
|
|
5810
5939
|
d: "M3 2C3.55228 2 4 2.44772 4 3V7H8C8.55228 7 9 7.44772 9 8C9 8.55228 8.55228 9 8 9H3C2.44772 9 2 8.55228 2 8V3C2 2.44772 2.44772 2 3 2Z",
|
|
5811
5940
|
fill: "currentColor"
|
|
5812
5941
|
}
|
|
5813
|
-
), /* @__PURE__ */
|
|
5942
|
+
), /* @__PURE__ */ React269.createElement(
|
|
5814
5943
|
"path",
|
|
5815
5944
|
{
|
|
5816
5945
|
fillRule: "evenodd",
|
|
@@ -5822,8 +5951,8 @@ function SvgVersionControl(props) {
|
|
|
5822
5951
|
}
|
|
5823
5952
|
|
|
5824
5953
|
// src/components/icon/available-icons/vertical-align-bottom.tsx
|
|
5825
|
-
import
|
|
5826
|
-
var SvgVerticalAlignBottom = (props) => /* @__PURE__ */
|
|
5954
|
+
import React270 from "react";
|
|
5955
|
+
var SvgVerticalAlignBottom = (props) => /* @__PURE__ */ React270.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React270.createElement(
|
|
5827
5956
|
"path",
|
|
5828
5957
|
{
|
|
5829
5958
|
fillRule: "evenodd",
|
|
@@ -5834,9 +5963,9 @@ var SvgVerticalAlignBottom = (props) => /* @__PURE__ */ React268.createElement("
|
|
|
5834
5963
|
));
|
|
5835
5964
|
|
|
5836
5965
|
// src/components/icon/available-icons/video-cam.tsx
|
|
5837
|
-
import * as
|
|
5966
|
+
import * as React271 from "react";
|
|
5838
5967
|
function SvgVideoCam(props) {
|
|
5839
|
-
return /* @__PURE__ */
|
|
5968
|
+
return /* @__PURE__ */ React271.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React271.createElement(
|
|
5840
5969
|
"path",
|
|
5841
5970
|
{
|
|
5842
5971
|
fillRule: "evenodd",
|
|
@@ -5844,7 +5973,7 @@ function SvgVideoCam(props) {
|
|
|
5844
5973
|
d: "M21.457 6.747a1 1 0 01.543.89v8.181a1 1 0 01-1.581.814l-5.728-4.09a1 1 0 010-1.628l5.728-4.091a1 1 0 011.038-.076zm-4.464 4.98L20 13.875V9.58l-3.007 2.147z",
|
|
5845
5974
|
fill: "currentColor"
|
|
5846
5975
|
}
|
|
5847
|
-
), /* @__PURE__ */
|
|
5976
|
+
), /* @__PURE__ */ React271.createElement(
|
|
5848
5977
|
"path",
|
|
5849
5978
|
{
|
|
5850
5979
|
fillRule: "evenodd",
|
|
@@ -5856,8 +5985,8 @@ function SvgVideoCam(props) {
|
|
|
5856
5985
|
}
|
|
5857
5986
|
|
|
5858
5987
|
// src/components/icon/available-icons/videocam.tsx
|
|
5859
|
-
import
|
|
5860
|
-
var SvgVideocam = (props) => /* @__PURE__ */
|
|
5988
|
+
import React272 from "react";
|
|
5989
|
+
var SvgVideocam = (props) => /* @__PURE__ */ React272.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React272.createElement(
|
|
5861
5990
|
"path",
|
|
5862
5991
|
{
|
|
5863
5992
|
d: "M17 10.5V7c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-3.5l2.29 2.29c.63.63 1.71.18 1.71-.71V8.91c0-.89-1.08-1.34-1.71-.71L17 10.5z",
|
|
@@ -5866,8 +5995,8 @@ var SvgVideocam = (props) => /* @__PURE__ */ React270.createElement("svg", __spr
|
|
|
5866
5995
|
));
|
|
5867
5996
|
|
|
5868
5997
|
// src/components/icon/available-icons/videocam-off.tsx
|
|
5869
|
-
import
|
|
5870
|
-
var SvgVideocamOff = (props) => /* @__PURE__ */
|
|
5998
|
+
import React273 from "react";
|
|
5999
|
+
var SvgVideocamOff = (props) => /* @__PURE__ */ React273.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React273.createElement(
|
|
5871
6000
|
"path",
|
|
5872
6001
|
{
|
|
5873
6002
|
fillRule: "evenodd",
|
|
@@ -5878,9 +6007,9 @@ var SvgVideocamOff = (props) => /* @__PURE__ */ React271.createElement("svg", __
|
|
|
5878
6007
|
));
|
|
5879
6008
|
|
|
5880
6009
|
// src/components/icon/available-icons/video-library.tsx
|
|
5881
|
-
import * as
|
|
6010
|
+
import * as React274 from "react";
|
|
5882
6011
|
function SvgVideoLibrary(props) {
|
|
5883
|
-
return /* @__PURE__ */
|
|
6012
|
+
return /* @__PURE__ */ React274.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React274.createElement(
|
|
5884
6013
|
"path",
|
|
5885
6014
|
{
|
|
5886
6015
|
fillRule: "evenodd",
|
|
@@ -5888,7 +6017,7 @@ function SvgVideoLibrary(props) {
|
|
|
5888
6017
|
d: "M5.79 5.658A2.663 2.663 0 018.448 3h9.95a2.663 2.663 0 012.658 2.658v9.95a2.663 2.663 0 01-2.658 2.658h-9.95a2.663 2.663 0 01-2.658-2.658v-9.95zM8.448 5a.663.663 0 00-.658.658v9.95c0 .36.298.658.658.658h9.95c.36 0 .658-.298.658-.658v-9.95A.663.663 0 0018.398 5h-9.95z",
|
|
5889
6018
|
fill: "currentColor"
|
|
5890
6019
|
}
|
|
5891
|
-
), /* @__PURE__ */
|
|
6020
|
+
), /* @__PURE__ */ React274.createElement(
|
|
5892
6021
|
"path",
|
|
5893
6022
|
{
|
|
5894
6023
|
fillRule: "evenodd",
|
|
@@ -5896,7 +6025,7 @@ function SvgVideoLibrary(props) {
|
|
|
5896
6025
|
d: "M3 5.842a1 1 0 011 1v9.21a4 4 0 004 4h9.21a1 1 0 110 2H8a6 6 0 01-6-6v-9.21a1 1 0 011-1z",
|
|
5897
6026
|
fill: "currentColor"
|
|
5898
6027
|
}
|
|
5899
|
-
), /* @__PURE__ */
|
|
6028
|
+
), /* @__PURE__ */ React274.createElement(
|
|
5900
6029
|
"path",
|
|
5901
6030
|
{
|
|
5902
6031
|
fillRule: "evenodd",
|
|
@@ -5908,9 +6037,9 @@ function SvgVideoLibrary(props) {
|
|
|
5908
6037
|
}
|
|
5909
6038
|
|
|
5910
6039
|
// src/components/icon/available-icons/video-off.tsx
|
|
5911
|
-
import * as
|
|
6040
|
+
import * as React275 from "react";
|
|
5912
6041
|
function SvgVideoOff(props) {
|
|
5913
|
-
return /* @__PURE__ */
|
|
6042
|
+
return /* @__PURE__ */ React275.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React275.createElement(
|
|
5914
6043
|
"path",
|
|
5915
6044
|
{
|
|
5916
6045
|
fillRule: "evenodd",
|
|
@@ -5918,7 +6047,7 @@ function SvgVideoOff(props) {
|
|
|
5918
6047
|
d: "M4.636 7.273A.636.636 0 004 7.909v8.182a.636.636 0 00.636.636h9a.636.636 0 00.637-.636v-.404L5.859 7.273H4.636zM2.772 6.045a2.636 2.636 0 011.864-.772h1.637a1 1 0 01.707.293l9 9a1 1 0 01.293.707v.818a2.636 2.636 0 01-2.637 2.636h-9A2.636 2.636 0 012 16.091V7.909c0-.7.278-1.37.772-1.864zm7.132.228a1 1 0 011-1h2.732a2.637 2.637 0 012.637 2.636v2.185l4.14-2.995a1 1 0 011.587.81v8.182a1 1 0 11-2 0V9.867l-3.323 2.403a1 1 0 01-1.293-.103l-.818-.818a1 1 0 01-.293-.707V7.909a.636.636 0 00-.637-.636h-2.732a1 1 0 01-1-1z",
|
|
5919
6048
|
fill: "currentColor"
|
|
5920
6049
|
}
|
|
5921
|
-
), /* @__PURE__ */
|
|
6050
|
+
), /* @__PURE__ */ React275.createElement(
|
|
5922
6051
|
"path",
|
|
5923
6052
|
{
|
|
5924
6053
|
fillRule: "evenodd",
|
|
@@ -5930,8 +6059,8 @@ function SvgVideoOff(props) {
|
|
|
5930
6059
|
}
|
|
5931
6060
|
|
|
5932
6061
|
// src/components/icon/available-icons/view-list.tsx
|
|
5933
|
-
import
|
|
5934
|
-
var SvgViewList = (props) => /* @__PURE__ */
|
|
6062
|
+
import React276 from "react";
|
|
6063
|
+
var SvgViewList = (props) => /* @__PURE__ */ React276.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React276.createElement(
|
|
5935
6064
|
"path",
|
|
5936
6065
|
{
|
|
5937
6066
|
fillRule: "evenodd",
|
|
@@ -5942,9 +6071,9 @@ var SvgViewList = (props) => /* @__PURE__ */ React274.createElement("svg", __spr
|
|
|
5942
6071
|
));
|
|
5943
6072
|
|
|
5944
6073
|
// src/components/icon/available-icons/volume1.tsx
|
|
5945
|
-
import * as
|
|
6074
|
+
import * as React277 from "react";
|
|
5946
6075
|
function SvgVolume1(props) {
|
|
5947
|
-
return /* @__PURE__ */
|
|
6076
|
+
return /* @__PURE__ */ React277.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React277.createElement(
|
|
5948
6077
|
"path",
|
|
5949
6078
|
{
|
|
5950
6079
|
fillRule: "evenodd",
|
|
@@ -5956,9 +6085,9 @@ function SvgVolume1(props) {
|
|
|
5956
6085
|
}
|
|
5957
6086
|
|
|
5958
6087
|
// src/components/icon/available-icons/volume2.tsx
|
|
5959
|
-
import * as
|
|
6088
|
+
import * as React278 from "react";
|
|
5960
6089
|
function SvgVolume2(props) {
|
|
5961
|
-
return /* @__PURE__ */
|
|
6090
|
+
return /* @__PURE__ */ React278.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React278.createElement(
|
|
5962
6091
|
"path",
|
|
5963
6092
|
{
|
|
5964
6093
|
fillRule: "evenodd",
|
|
@@ -5970,8 +6099,8 @@ function SvgVolume2(props) {
|
|
|
5970
6099
|
}
|
|
5971
6100
|
|
|
5972
6101
|
// src/components/icon/available-icons/volume-down.tsx
|
|
5973
|
-
import
|
|
5974
|
-
var SvgVolumeDown = (props) => /* @__PURE__ */
|
|
6102
|
+
import React279 from "react";
|
|
6103
|
+
var SvgVolumeDown = (props) => /* @__PURE__ */ React279.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React279.createElement(
|
|
5975
6104
|
"path",
|
|
5976
6105
|
{
|
|
5977
6106
|
fillRule: "evenodd",
|
|
@@ -5982,8 +6111,8 @@ var SvgVolumeDown = (props) => /* @__PURE__ */ React277.createElement("svg", __s
|
|
|
5982
6111
|
));
|
|
5983
6112
|
|
|
5984
6113
|
// src/components/icon/available-icons/volume-mute.tsx
|
|
5985
|
-
import
|
|
5986
|
-
var SvgVolumeMute = (props) => /* @__PURE__ */
|
|
6114
|
+
import React280 from "react";
|
|
6115
|
+
var SvgVolumeMute = (props) => /* @__PURE__ */ React280.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React280.createElement(
|
|
5987
6116
|
"path",
|
|
5988
6117
|
{
|
|
5989
6118
|
d: "M7.5 10.005v4c0 .55.45 1 1 1h3l3.29 3.29c.63.63 1.71.18 1.71-.71V6.415c0-.89-1.08-1.34-1.71-.71l-3.29 3.3h-3c-.55 0-1 .45-1 1z",
|
|
@@ -5992,8 +6121,8 @@ var SvgVolumeMute = (props) => /* @__PURE__ */ React278.createElement("svg", __s
|
|
|
5992
6121
|
));
|
|
5993
6122
|
|
|
5994
6123
|
// src/components/icon/available-icons/volume-off.tsx
|
|
5995
|
-
import
|
|
5996
|
-
var SvgVolumeOff = (props) => /* @__PURE__ */
|
|
6124
|
+
import React281 from "react";
|
|
6125
|
+
var SvgVolumeOff = (props) => /* @__PURE__ */ React281.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React281.createElement(
|
|
5997
6126
|
"path",
|
|
5998
6127
|
{
|
|
5999
6128
|
fillRule: "evenodd",
|
|
@@ -6004,8 +6133,8 @@ var SvgVolumeOff = (props) => /* @__PURE__ */ React279.createElement("svg", __sp
|
|
|
6004
6133
|
));
|
|
6005
6134
|
|
|
6006
6135
|
// src/components/icon/available-icons/volume-up.tsx
|
|
6007
|
-
import
|
|
6008
|
-
var SvgVolumeUp = (props) => /* @__PURE__ */
|
|
6136
|
+
import React282 from "react";
|
|
6137
|
+
var SvgVolumeUp = (props) => /* @__PURE__ */ React282.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React282.createElement(
|
|
6009
6138
|
"path",
|
|
6010
6139
|
{
|
|
6011
6140
|
fillRule: "evenodd",
|
|
@@ -6016,9 +6145,9 @@ var SvgVolumeUp = (props) => /* @__PURE__ */ React280.createElement("svg", __spr
|
|
|
6016
6145
|
));
|
|
6017
6146
|
|
|
6018
6147
|
// src/components/icon/available-icons/volume-x.tsx
|
|
6019
|
-
import * as
|
|
6148
|
+
import * as React283 from "react";
|
|
6020
6149
|
function SvgVolumeX(props) {
|
|
6021
|
-
return /* @__PURE__ */
|
|
6150
|
+
return /* @__PURE__ */ React283.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React283.createElement(
|
|
6022
6151
|
"path",
|
|
6023
6152
|
{
|
|
6024
6153
|
fillRule: "evenodd",
|
|
@@ -6026,7 +6155,7 @@ function SvgVolumeX(props) {
|
|
|
6026
6155
|
d: "M11.533 5.099A1 1 0 0112.1 6v12.6a1 1 0 01-1.625.78L6.25 16H3a1 1 0 01-1-1V9.6a1 1 0 011-1h3.25l4.225-3.38a1 1 0 011.058-.121zM10.1 8.08l-2.875 2.3a1 1 0 01-.625.219H4V14h2.6a1 1 0 01.625.22l2.875 2.3V8.08zM21.707 9.293a1 1 0 010 1.414l-5.143 5.143a1 1 0 01-1.414-1.414l5.143-5.143a1 1 0 011.414 0z",
|
|
6027
6156
|
fill: "currentColor"
|
|
6028
6157
|
}
|
|
6029
|
-
), /* @__PURE__ */
|
|
6158
|
+
), /* @__PURE__ */ React283.createElement(
|
|
6030
6159
|
"path",
|
|
6031
6160
|
{
|
|
6032
6161
|
fillRule: "evenodd",
|
|
@@ -6038,8 +6167,8 @@ function SvgVolumeX(props) {
|
|
|
6038
6167
|
}
|
|
6039
6168
|
|
|
6040
6169
|
// src/components/icon/available-icons/warning-alert.tsx
|
|
6041
|
-
import
|
|
6042
|
-
var SvgWarningAlert = (props) => /* @__PURE__ */
|
|
6170
|
+
import React284 from "react";
|
|
6171
|
+
var SvgWarningAlert = (props) => /* @__PURE__ */ React284.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React284.createElement(
|
|
6043
6172
|
"path",
|
|
6044
6173
|
{
|
|
6045
6174
|
fill: "currentColor",
|
|
@@ -6050,8 +6179,8 @@ var SvgWarningAlert = (props) => /* @__PURE__ */ React282.createElement("svg", _
|
|
|
6050
6179
|
));
|
|
6051
6180
|
|
|
6052
6181
|
// src/components/icon/available-icons/warning-amber.tsx
|
|
6053
|
-
import
|
|
6054
|
-
var SvgWarningAmber = (props) => /* @__PURE__ */
|
|
6182
|
+
import React285 from "react";
|
|
6183
|
+
var SvgWarningAmber = (props) => /* @__PURE__ */ React285.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React285.createElement(
|
|
6055
6184
|
"path",
|
|
6056
6185
|
{
|
|
6057
6186
|
fillRule: "evenodd",
|
|
@@ -6062,9 +6191,9 @@ var SvgWarningAmber = (props) => /* @__PURE__ */ React283.createElement("svg", _
|
|
|
6062
6191
|
));
|
|
6063
6192
|
|
|
6064
6193
|
// src/components/icon/available-icons/watch-later.tsx
|
|
6065
|
-
import * as
|
|
6194
|
+
import * as React286 from "react";
|
|
6066
6195
|
function SvgWatchLater(props) {
|
|
6067
|
-
return /* @__PURE__ */
|
|
6196
|
+
return /* @__PURE__ */ React286.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React286.createElement(
|
|
6068
6197
|
"path",
|
|
6069
6198
|
{
|
|
6070
6199
|
fillRule: "evenodd",
|
|
@@ -6076,9 +6205,9 @@ function SvgWatchLater(props) {
|
|
|
6076
6205
|
}
|
|
6077
6206
|
|
|
6078
6207
|
// src/components/icon/available-icons/watch-later-add.tsx
|
|
6079
|
-
import * as
|
|
6208
|
+
import * as React287 from "react";
|
|
6080
6209
|
function SvgWatchLaterAdd(props) {
|
|
6081
|
-
return /* @__PURE__ */
|
|
6210
|
+
return /* @__PURE__ */ React287.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React287.createElement(
|
|
6082
6211
|
"path",
|
|
6083
6212
|
{
|
|
6084
6213
|
fillRule: "evenodd",
|
|
@@ -6090,9 +6219,9 @@ function SvgWatchLaterAdd(props) {
|
|
|
6090
6219
|
}
|
|
6091
6220
|
|
|
6092
6221
|
// src/components/icon/available-icons/watch-later-added.tsx
|
|
6093
|
-
import * as
|
|
6222
|
+
import * as React288 from "react";
|
|
6094
6223
|
function SvgWatchLaterAdded(props) {
|
|
6095
|
-
return /* @__PURE__ */
|
|
6224
|
+
return /* @__PURE__ */ React288.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React288.createElement(
|
|
6096
6225
|
"path",
|
|
6097
6226
|
{
|
|
6098
6227
|
fillRule: "evenodd",
|
|
@@ -6104,9 +6233,9 @@ function SvgWatchLaterAdded(props) {
|
|
|
6104
6233
|
}
|
|
6105
6234
|
|
|
6106
6235
|
// src/components/icon/available-icons/watch-later-remove.tsx
|
|
6107
|
-
import * as
|
|
6236
|
+
import * as React289 from "react";
|
|
6108
6237
|
function SvgWatchLaterRemove(props) {
|
|
6109
|
-
return /* @__PURE__ */
|
|
6238
|
+
return /* @__PURE__ */ React289.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React289.createElement(
|
|
6110
6239
|
"path",
|
|
6111
6240
|
{
|
|
6112
6241
|
fillRule: "evenodd",
|
|
@@ -6118,9 +6247,9 @@ function SvgWatchLaterRemove(props) {
|
|
|
6118
6247
|
}
|
|
6119
6248
|
|
|
6120
6249
|
// src/components/icon/available-icons/waveform.tsx
|
|
6121
|
-
import * as
|
|
6250
|
+
import * as React290 from "react";
|
|
6122
6251
|
function SvgWaveform(props) {
|
|
6123
|
-
return /* @__PURE__ */
|
|
6252
|
+
return /* @__PURE__ */ React290.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React290.createElement(
|
|
6124
6253
|
"path",
|
|
6125
6254
|
{
|
|
6126
6255
|
fillRule: "evenodd",
|
|
@@ -6128,7 +6257,7 @@ function SvgWaveform(props) {
|
|
|
6128
6257
|
d: "M2 9C2.55228 9 3 9.44772 3 10V13C3 13.5523 2.55228 14 2 14C1.44772 14 1 13.5523 1 13V10C1 9.44772 1.44772 9 2 9Z",
|
|
6129
6258
|
fill: "currentColor"
|
|
6130
6259
|
}
|
|
6131
|
-
), /* @__PURE__ */
|
|
6260
|
+
), /* @__PURE__ */ React290.createElement(
|
|
6132
6261
|
"path",
|
|
6133
6262
|
{
|
|
6134
6263
|
fillRule: "evenodd",
|
|
@@ -6136,7 +6265,7 @@ function SvgWaveform(props) {
|
|
|
6136
6265
|
d: "M6 5C6.55228 5 7 5.44772 7 6V17C7 17.5523 6.55228 18 6 18C5.44772 18 5 17.5523 5 17V6C5 5.44772 5.44772 5 6 5Z",
|
|
6137
6266
|
fill: "currentColor"
|
|
6138
6267
|
}
|
|
6139
|
-
), /* @__PURE__ */
|
|
6268
|
+
), /* @__PURE__ */ React290.createElement(
|
|
6140
6269
|
"path",
|
|
6141
6270
|
{
|
|
6142
6271
|
fillRule: "evenodd",
|
|
@@ -6144,7 +6273,7 @@ function SvgWaveform(props) {
|
|
|
6144
6273
|
d: "M10 2C10.5523 2 11 2.44772 11 3V21C11 21.5523 10.5523 22 10 22C9.44772 22 9 21.5523 9 21V3C9 2.44772 9.44772 2 10 2Z",
|
|
6145
6274
|
fill: "currentColor"
|
|
6146
6275
|
}
|
|
6147
|
-
), /* @__PURE__ */
|
|
6276
|
+
), /* @__PURE__ */ React290.createElement(
|
|
6148
6277
|
"path",
|
|
6149
6278
|
{
|
|
6150
6279
|
fillRule: "evenodd",
|
|
@@ -6152,7 +6281,7 @@ function SvgWaveform(props) {
|
|
|
6152
6281
|
d: "M14 7C14.5523 7 15 7.44772 15 8V15C15 15.5523 14.5523 16 14 16C13.4477 16 13 15.5523 13 15V8C13 7.44772 13.4477 7 14 7Z",
|
|
6153
6282
|
fill: "currentColor"
|
|
6154
6283
|
}
|
|
6155
|
-
), /* @__PURE__ */
|
|
6284
|
+
), /* @__PURE__ */ React290.createElement(
|
|
6156
6285
|
"path",
|
|
6157
6286
|
{
|
|
6158
6287
|
fillRule: "evenodd",
|
|
@@ -6160,7 +6289,7 @@ function SvgWaveform(props) {
|
|
|
6160
6289
|
d: "M18 4C18.5523 4 19 4.44772 19 5V18C19 18.5523 18.5523 19 18 19C17.4477 19 17 18.5523 17 18V5C17 4.44772 17.4477 4 18 4Z",
|
|
6161
6290
|
fill: "currentColor"
|
|
6162
6291
|
}
|
|
6163
|
-
), /* @__PURE__ */
|
|
6292
|
+
), /* @__PURE__ */ React290.createElement(
|
|
6164
6293
|
"path",
|
|
6165
6294
|
{
|
|
6166
6295
|
fillRule: "evenodd",
|
|
@@ -6172,9 +6301,9 @@ function SvgWaveform(props) {
|
|
|
6172
6301
|
}
|
|
6173
6302
|
|
|
6174
6303
|
// src/components/icon/available-icons/window.tsx
|
|
6175
|
-
import * as
|
|
6304
|
+
import * as React291 from "react";
|
|
6176
6305
|
function SvgWindow(props) {
|
|
6177
|
-
return /* @__PURE__ */
|
|
6306
|
+
return /* @__PURE__ */ React291.createElement(
|
|
6178
6307
|
"svg",
|
|
6179
6308
|
__spreadValues({
|
|
6180
6309
|
width: "24",
|
|
@@ -6183,7 +6312,7 @@ function SvgWindow(props) {
|
|
|
6183
6312
|
fill: "none",
|
|
6184
6313
|
xmlns: "http://www.w3.org/2000/svg"
|
|
6185
6314
|
}, props),
|
|
6186
|
-
/* @__PURE__ */
|
|
6315
|
+
/* @__PURE__ */ React291.createElement(
|
|
6187
6316
|
"path",
|
|
6188
6317
|
{
|
|
6189
6318
|
fillRule: "evenodd",
|
|
@@ -6196,16 +6325,16 @@ function SvgWindow(props) {
|
|
|
6196
6325
|
}
|
|
6197
6326
|
|
|
6198
6327
|
// src/components/icon/available-icons/windows.tsx
|
|
6199
|
-
import * as
|
|
6328
|
+
import * as React292 from "react";
|
|
6200
6329
|
function SvgWindows(props) {
|
|
6201
|
-
return /* @__PURE__ */
|
|
6330
|
+
return /* @__PURE__ */ React292.createElement(
|
|
6202
6331
|
"svg",
|
|
6203
6332
|
__spreadValues({
|
|
6204
6333
|
viewBox: "0 0 24 24",
|
|
6205
6334
|
fill: "none",
|
|
6206
6335
|
xmlns: "http://www.w3.org/2000/svg"
|
|
6207
6336
|
}, props),
|
|
6208
|
-
/* @__PURE__ */
|
|
6337
|
+
/* @__PURE__ */ React292.createElement(
|
|
6209
6338
|
"path",
|
|
6210
6339
|
{
|
|
6211
6340
|
d: "M2 18.875v-6.25h8.75v7.344L2 18.875zM12 20.125v-7.5h10v8.75l-10-1.25zM12 11.375v-7.5l10-1.25v8.75H12zM2 11.375v-6.25l8.75-1.094v7.344H2z",
|
|
@@ -6216,9 +6345,9 @@ function SvgWindows(props) {
|
|
|
6216
6345
|
}
|
|
6217
6346
|
|
|
6218
6347
|
// src/components/icon/available-icons/write-document.tsx
|
|
6219
|
-
import * as
|
|
6348
|
+
import * as React293 from "react";
|
|
6220
6349
|
function SvgWriteDocument() {
|
|
6221
|
-
return /* @__PURE__ */
|
|
6350
|
+
return /* @__PURE__ */ React293.createElement("svg", { viewBox: "0 0 24 24", fill: "none" }, /* @__PURE__ */ React293.createElement(
|
|
6222
6351
|
"path",
|
|
6223
6352
|
{
|
|
6224
6353
|
fillRule: "evenodd",
|
|
@@ -6226,7 +6355,7 @@ function SvgWriteDocument() {
|
|
|
6226
6355
|
d: "M18.7183 3C18.7183 2.44772 18.2706 2 17.7183 2C17.166 2 16.7183 2.44772 16.7183 3V5H14.7183C14.166 5 13.7183 5.44771 13.7183 6C13.7183 6.55228 14.166 7 14.7183 7H16.7183V9C16.7183 9.55228 17.166 10 17.7183 10C18.2706 10 18.7183 9.55228 18.7183 9V7H20.7183C21.2706 7 21.7183 6.55228 21.7183 6C21.7183 5.44772 21.2706 5 20.7183 5H18.7183V3Z",
|
|
6227
6356
|
fill: "currentColor"
|
|
6228
6357
|
}
|
|
6229
|
-
), /* @__PURE__ */
|
|
6358
|
+
), /* @__PURE__ */ React293.createElement(
|
|
6230
6359
|
"path",
|
|
6231
6360
|
{
|
|
6232
6361
|
fillRule: "evenodd",
|
|
@@ -6238,9 +6367,9 @@ function SvgWriteDocument() {
|
|
|
6238
6367
|
}
|
|
6239
6368
|
|
|
6240
6369
|
// src/components/icon/available-icons/write-message.tsx
|
|
6241
|
-
import * as
|
|
6370
|
+
import * as React294 from "react";
|
|
6242
6371
|
function SvgWriteMessage() {
|
|
6243
|
-
return /* @__PURE__ */
|
|
6372
|
+
return /* @__PURE__ */ React294.createElement("svg", { viewBox: "0 0 24 24", fill: "none" }, /* @__PURE__ */ React294.createElement(
|
|
6244
6373
|
"path",
|
|
6245
6374
|
{
|
|
6246
6375
|
fillRule: "evenodd",
|
|
@@ -6248,7 +6377,7 @@ function SvgWriteMessage() {
|
|
|
6248
6377
|
d: "M4.72733 5.77778C4.37463 5.77778 4.06547 5.97949 3.91512 6.27018L12.0001 11.8039L13.3465 10.8823C13.7275 10.6215 14.2445 10.6933 14.5401 11.048C14.878 11.4535 14.7936 12.0619 14.3579 12.3601L12.5214 13.6171C12.2084 13.8314 11.7917 13.8314 11.4787 13.6171L3.81824 8.37392V17.3333C3.81824 17.8202 4.2294 18.2222 4.72733 18.2222H19.2727C19.7707 18.2222 20.1818 17.8202 20.1818 17.3333V14.9091C20.1818 14.407 20.5888 14 21.0909 14C21.593 14 22 14.407 22 14.9091V17.3333C22 18.802 20.7748 20 19.2727 20H4.72733C3.22525 20 2.00006 18.802 2.00006 17.3333V6.67575L2.00009 6.65351C2.00738 5.19082 3.22974 4 4.72733 4H11.1112C11.6021 4 12.0001 4.39797 12.0001 4.88889C12.0001 5.37981 11.6021 5.77778 11.1112 5.77778H4.72733Z",
|
|
6249
6378
|
fill: "currentColor"
|
|
6250
6379
|
}
|
|
6251
|
-
), /* @__PURE__ */
|
|
6380
|
+
), /* @__PURE__ */ React294.createElement(
|
|
6252
6381
|
"path",
|
|
6253
6382
|
{
|
|
6254
6383
|
fillRule: "evenodd",
|
|
@@ -6256,7 +6385,7 @@ function SvgWriteMessage() {
|
|
|
6256
6385
|
d: "M18.5 4C19.0523 4 19.5 4.44772 19.5 5V10C19.5 10.5523 19.0523 11 18.5 11C17.9477 11 17.5 10.5523 17.5 10L17.5 5C17.5 4.44772 17.9477 4 18.5 4Z",
|
|
6257
6386
|
fill: "currentColor"
|
|
6258
6387
|
}
|
|
6259
|
-
), /* @__PURE__ */
|
|
6388
|
+
), /* @__PURE__ */ React294.createElement(
|
|
6260
6389
|
"path",
|
|
6261
6390
|
{
|
|
6262
6391
|
fillRule: "evenodd",
|
|
@@ -6268,9 +6397,9 @@ function SvgWriteMessage() {
|
|
|
6268
6397
|
}
|
|
6269
6398
|
|
|
6270
6399
|
// src/components/icon/available-icons/x-circle.tsx
|
|
6271
|
-
import * as
|
|
6400
|
+
import * as React295 from "react";
|
|
6272
6401
|
function SvgXCircle(props) {
|
|
6273
|
-
return /* @__PURE__ */
|
|
6402
|
+
return /* @__PURE__ */ React295.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React295.createElement(
|
|
6274
6403
|
"path",
|
|
6275
6404
|
{
|
|
6276
6405
|
fillRule: "evenodd",
|
|
@@ -6278,7 +6407,7 @@ function SvgXCircle(props) {
|
|
|
6278
6407
|
d: "M12 4a8 8 0 100 16 8 8 0 000-16zM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12z",
|
|
6279
6408
|
fill: "currentColor"
|
|
6280
6409
|
}
|
|
6281
|
-
), /* @__PURE__ */
|
|
6410
|
+
), /* @__PURE__ */ React295.createElement(
|
|
6282
6411
|
"path",
|
|
6283
6412
|
{
|
|
6284
6413
|
fillRule: "evenodd",
|
|
@@ -6286,7 +6415,7 @@ function SvgXCircle(props) {
|
|
|
6286
6415
|
d: "M15.407 8.593a1 1 0 010 1.414l-5.4 5.4a1 1 0 11-1.414-1.414l5.4-5.4a1 1 0 011.414 0z",
|
|
6287
6416
|
fill: "currentColor"
|
|
6288
6417
|
}
|
|
6289
|
-
), /* @__PURE__ */
|
|
6418
|
+
), /* @__PURE__ */ React295.createElement(
|
|
6290
6419
|
"path",
|
|
6291
6420
|
{
|
|
6292
6421
|
fillRule: "evenodd",
|
|
@@ -6298,9 +6427,9 @@ function SvgXCircle(props) {
|
|
|
6298
6427
|
}
|
|
6299
6428
|
|
|
6300
6429
|
// src/components/icon/available-icons/zap.tsx
|
|
6301
|
-
import * as
|
|
6430
|
+
import * as React296 from "react";
|
|
6302
6431
|
function SvgZap(props) {
|
|
6303
|
-
return /* @__PURE__ */
|
|
6432
|
+
return /* @__PURE__ */ React296.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React296.createElement(
|
|
6304
6433
|
"path",
|
|
6305
6434
|
{
|
|
6306
6435
|
fillRule: "evenodd",
|
|
@@ -6312,9 +6441,9 @@ function SvgZap(props) {
|
|
|
6312
6441
|
}
|
|
6313
6442
|
|
|
6314
6443
|
// src/components/icon/available-icons/zap-outline.tsx
|
|
6315
|
-
import * as
|
|
6444
|
+
import * as React297 from "react";
|
|
6316
6445
|
function SvgZapOutline(props) {
|
|
6317
|
-
return /* @__PURE__ */
|
|
6446
|
+
return /* @__PURE__ */ React297.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React297.createElement(
|
|
6318
6447
|
"path",
|
|
6319
6448
|
{
|
|
6320
6449
|
fillRule: "evenodd",
|
|
@@ -6326,9 +6455,9 @@ function SvgZapOutline(props) {
|
|
|
6326
6455
|
}
|
|
6327
6456
|
|
|
6328
6457
|
// src/components/icon/available-icons/zoom-in.tsx
|
|
6329
|
-
import * as
|
|
6458
|
+
import * as React298 from "react";
|
|
6330
6459
|
function SvgZoomIn(props) {
|
|
6331
|
-
return /* @__PURE__ */
|
|
6460
|
+
return /* @__PURE__ */ React298.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React298.createElement(
|
|
6332
6461
|
"path",
|
|
6333
6462
|
{
|
|
6334
6463
|
fillRule: "evenodd",
|
|
@@ -6336,7 +6465,7 @@ function SvgZoomIn(props) {
|
|
|
6336
6465
|
d: "M11 4C7.13401 4 4 7.13401 4 11C4 14.866 7.13401 18 11 18C14.866 18 18 14.866 18 11C18 7.13401 14.866 4 11 4ZM2 11C2 6.02944 6.02944 2 11 2C15.9706 2 20 6.02944 20 11C20 15.9706 15.9706 20 11 20C6.02944 20 2 15.9706 2 11Z",
|
|
6337
6466
|
fill: "currentColor"
|
|
6338
6467
|
}
|
|
6339
|
-
), /* @__PURE__ */
|
|
6468
|
+
), /* @__PURE__ */ React298.createElement(
|
|
6340
6469
|
"path",
|
|
6341
6470
|
{
|
|
6342
6471
|
fillRule: "evenodd",
|
|
@@ -6344,7 +6473,7 @@ function SvgZoomIn(props) {
|
|
|
6344
6473
|
d: "M15.9429 15.9429C16.3334 15.5524 16.9666 15.5524 17.3571 15.9429L21.7071 20.2929C22.0977 20.6834 22.0977 21.3166 21.7071 21.7071C21.3166 22.0977 20.6834 22.0977 20.2929 21.7071L15.9429 17.3571C15.5524 16.9666 15.5524 16.3334 15.9429 15.9429Z",
|
|
6345
6474
|
fill: "currentColor"
|
|
6346
6475
|
}
|
|
6347
|
-
), /* @__PURE__ */
|
|
6476
|
+
), /* @__PURE__ */ React298.createElement(
|
|
6348
6477
|
"path",
|
|
6349
6478
|
{
|
|
6350
6479
|
fillRule: "evenodd",
|
|
@@ -6352,7 +6481,7 @@ function SvgZoomIn(props) {
|
|
|
6352
6481
|
d: "M11 7C11.5523 7 12 7.44772 12 8V14C12 14.5523 11.5523 15 11 15C10.4477 15 10 14.5523 10 14V8C10 7.44772 10.4477 7 11 7Z",
|
|
6353
6482
|
fill: "currentColor"
|
|
6354
6483
|
}
|
|
6355
|
-
), /* @__PURE__ */
|
|
6484
|
+
), /* @__PURE__ */ React298.createElement(
|
|
6356
6485
|
"path",
|
|
6357
6486
|
{
|
|
6358
6487
|
fillRule: "evenodd",
|
|
@@ -6364,21 +6493,21 @@ function SvgZoomIn(props) {
|
|
|
6364
6493
|
}
|
|
6365
6494
|
|
|
6366
6495
|
// src/components/icon/available-icons/zoom-logo.tsx
|
|
6367
|
-
import * as
|
|
6496
|
+
import * as React299 from "react";
|
|
6368
6497
|
function SvgZoomLogo(props) {
|
|
6369
|
-
return /* @__PURE__ */
|
|
6498
|
+
return /* @__PURE__ */ React299.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React299.createElement(
|
|
6370
6499
|
"path",
|
|
6371
6500
|
{
|
|
6372
6501
|
fill: "url(#a)",
|
|
6373
6502
|
d: "M22 12a19.8 19.8 0 0 1-.25 3.14 8.002 8.002 0 0 1-6.61 6.61c-2.08.334-4.2.334-6.28 0a8.003 8.003 0 0 1-6.61-6.61 19.79 19.79 0 0 1 0-6.28 8.002 8.002 0 0 1 6.61-6.61 19.79 19.79 0 0 1 6.28 0 8.002 8.002 0 0 1 6.61 6.61c.167 1.038.25 2.088.25 3.14Z"
|
|
6374
6503
|
}
|
|
6375
|
-
), /* @__PURE__ */
|
|
6504
|
+
), /* @__PURE__ */ React299.createElement(
|
|
6376
6505
|
"path",
|
|
6377
6506
|
{
|
|
6378
6507
|
fill: "#fff",
|
|
6379
6508
|
d: "M7.972 13.531h-2.48a.427.427 0 0 1-.303-.732l1.718-1.718H5.675a.613.613 0 0 1-.612-.612H7.35a.428.428 0 0 1 .304.732L5.935 12.92H7.36c.338 0 .612.274.612.612Zm10.965-1.914a1.196 1.196 0 0 0-2.082-.798 1.196 1.196 0 0 0-2.083.798v1.914a.613.613 0 0 0 .612-.612v-1.302a.583.583 0 0 1 1.164 0v1.302c0 .338.274.612.613.612v-1.914a.583.583 0 0 1 1.164 0v1.302c0 .338.274.612.612.612v-1.914ZM14.465 12a1.577 1.577 0 1 1-3.153 0 1.577 1.577 0 0 1 3.153 0Zm-.612 0a.965.965 0 1 0-1.93 0 .965.965 0 0 0 1.93 0Zm-2.787 0a1.578 1.578 0 1 1-3.155 0 1.578 1.578 0 0 1 3.155 0Zm-.613 0a.965.965 0 1 0-1.93 0 .965.965 0 0 0 1.93 0Z"
|
|
6380
6509
|
}
|
|
6381
|
-
), /* @__PURE__ */
|
|
6510
|
+
), /* @__PURE__ */ React299.createElement("defs", null, /* @__PURE__ */ React299.createElement(
|
|
6382
6511
|
"linearGradient",
|
|
6383
6512
|
{
|
|
6384
6513
|
id: "a",
|
|
@@ -6388,16 +6517,16 @@ function SvgZoomLogo(props) {
|
|
|
6388
6517
|
y2: 2.878,
|
|
6389
6518
|
gradientUnits: "userSpaceOnUse"
|
|
6390
6519
|
},
|
|
6391
|
-
/* @__PURE__ */
|
|
6392
|
-
/* @__PURE__ */
|
|
6393
|
-
/* @__PURE__ */
|
|
6520
|
+
/* @__PURE__ */ React299.createElement("stop", { stopColor: "#0845BF" }),
|
|
6521
|
+
/* @__PURE__ */ React299.createElement("stop", { offset: 0.6, stopColor: "#0B5CFF" }),
|
|
6522
|
+
/* @__PURE__ */ React299.createElement("stop", { offset: 1, stopColor: "#4F90EE" })
|
|
6394
6523
|
)));
|
|
6395
6524
|
}
|
|
6396
6525
|
|
|
6397
6526
|
// src/components/icon/available-icons/zoom-out.tsx
|
|
6398
|
-
import * as
|
|
6527
|
+
import * as React300 from "react";
|
|
6399
6528
|
function SvgZoomOut(props) {
|
|
6400
|
-
return /* @__PURE__ */
|
|
6529
|
+
return /* @__PURE__ */ React300.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React300.createElement(
|
|
6401
6530
|
"path",
|
|
6402
6531
|
{
|
|
6403
6532
|
fillRule: "evenodd",
|
|
@@ -6405,7 +6534,7 @@ function SvgZoomOut(props) {
|
|
|
6405
6534
|
d: "M11 4C7.13401 4 4 7.13401 4 11C4 14.866 7.13401 18 11 18C14.866 18 18 14.866 18 11C18 7.13401 14.866 4 11 4ZM2 11C2 6.02944 6.02944 2 11 2C15.9706 2 20 6.02944 20 11C20 15.9706 15.9706 20 11 20C6.02944 20 2 15.9706 2 11Z",
|
|
6406
6535
|
fill: "currentColor"
|
|
6407
6536
|
}
|
|
6408
|
-
), /* @__PURE__ */
|
|
6537
|
+
), /* @__PURE__ */ React300.createElement(
|
|
6409
6538
|
"path",
|
|
6410
6539
|
{
|
|
6411
6540
|
fillRule: "evenodd",
|
|
@@ -6413,7 +6542,7 @@ function SvgZoomOut(props) {
|
|
|
6413
6542
|
d: "M15.9429 15.9429C16.3334 15.5524 16.9666 15.5524 17.3571 15.9429L21.7071 20.2929C22.0977 20.6834 22.0977 21.3166 21.7071 21.7071C21.3166 22.0977 20.6834 22.0977 20.2929 21.7071L15.9429 17.3571C15.5524 16.9666 15.5524 16.3334 15.9429 15.9429Z",
|
|
6414
6543
|
fill: "currentColor"
|
|
6415
6544
|
}
|
|
6416
|
-
), /* @__PURE__ */
|
|
6545
|
+
), /* @__PURE__ */ React300.createElement(
|
|
6417
6546
|
"path",
|
|
6418
6547
|
{
|
|
6419
6548
|
fillRule: "evenodd",
|
|
@@ -6548,6 +6677,7 @@ export {
|
|
|
6548
6677
|
SvgFullscreenExit,
|
|
6549
6678
|
SvgGlobe,
|
|
6550
6679
|
SvgGoogle,
|
|
6680
|
+
SvgGoogleCalendarLogo,
|
|
6551
6681
|
SvgGrid,
|
|
6552
6682
|
SvgGroupAdd,
|
|
6553
6683
|
SvgHelp,
|
|
@@ -6587,6 +6717,7 @@ export {
|
|
|
6587
6717
|
SvgMenuShow,
|
|
6588
6718
|
SvgMic,
|
|
6589
6719
|
SvgMicOff,
|
|
6720
|
+
SvgMicrosoftTeamsLogo,
|
|
6590
6721
|
SvgMinimize,
|
|
6591
6722
|
SvgMinusCircle,
|
|
6592
6723
|
SvgMobileDevices,
|