diff --git a/quickwit/quickwit-ui/package.json b/quickwit/quickwit-ui/package.json index 1f6b30061b5..f79c2590fde 100644 --- a/quickwit/quickwit-ui/package.json +++ b/quickwit/quickwit-ui/package.json @@ -32,6 +32,7 @@ "dayjs": "1.11.19", "jest": "30.2.0", "jest-environment-jsdom": "30.2.0", + "lucide-react": "^1.7.0", "monaco-editor": "0.55.1", "react": "19.2.4", "react-app-polyfill": "3.0.0", @@ -39,7 +40,6 @@ "react-number-format": "5.4.4", "react-router": "7.13.1", "styled-components": "6.1.19", - "styled-icons": "10.47.1", "swagger-ui-react": "5.32.0", "typescript": "5.9.3", "vite": "7.3.1" diff --git a/quickwit/quickwit-ui/src/components/SideBar.tsx b/quickwit/quickwit-ui/src/components/SideBar.tsx index 933d4cba981..9c6423a18cf 100644 --- a/quickwit/quickwit-ui/src/components/SideBar.tsx +++ b/quickwit/quickwit-ui/src/components/SideBar.tsx @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +import { Code2, Database, Network, Settings } from "lucide-react"; import { ListItemButton, ListSubheader, @@ -21,10 +22,6 @@ import { import List from "@mui/material/List"; import ListItemIcon from "@mui/material/ListItemIcon"; import ListItemText from "@mui/material/ListItemText"; -import { Database } from "@styled-icons/feather/Database"; -import { Settings } from "@styled-icons/feather/Settings"; -import { GroupWork } from "@styled-icons/material-outlined/GroupWork"; -import { CodeSSlash } from "@styled-icons/remix-line/CodeSSlash"; import * as React from "react"; import { Link as RouterLink, LinkProps as RouterLinkProps } from "react-router"; import { useLocalStorage } from "../providers/LocalStorageProvider"; @@ -88,7 +85,7 @@ const SideBar = () => { Query editor} - icon={} + icon={} /> Admin @@ -96,22 +93,22 @@ const SideBar = () => { Indexes} - icon={} + icon={} /> Cluster} - icon={} + icon={} /> Node info} - icon={} + icon={} /> API } - icon={} + icon={} /> diff --git a/quickwit/quickwit-ui/src/components/TopBar.tsx b/quickwit/quickwit-ui/src/components/TopBar.tsx index 1ed6df3b86c..19d996a3504 100644 --- a/quickwit/quickwit-ui/src/components/TopBar.tsx +++ b/quickwit/quickwit-ui/src/components/TopBar.tsx @@ -17,14 +17,13 @@ import { Box, IconButton, Link, - SvgIcon, styled, Tooltip, Typography, } from "@mui/material"; +import DiscordIcon from "./icons/DiscordIcon"; import AppBar from "@mui/material/AppBar"; import Toolbar from "@mui/material/Toolbar"; -import { Discord } from "@styled-icons/fa-brands/Discord"; import { useEffect, useMemo, useState } from "react"; import quickwitLogoUrl from "../assets/img/quickwit-logo-with-title.svg"; import { Client } from "../services/client"; @@ -76,9 +75,7 @@ const TopBar = () => { - - - + diff --git a/quickwit/quickwit-ui/src/components/icons/DiscordIcon.tsx b/quickwit/quickwit-ui/src/components/icons/DiscordIcon.tsx new file mode 100644 index 00000000000..e4400509738 --- /dev/null +++ b/quickwit/quickwit-ui/src/components/icons/DiscordIcon.tsx @@ -0,0 +1,23 @@ +// Copyright 2021-Present Datadog, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +import { SvgIcon } from "@mui/material"; + +const DiscordIcon = () => ( + + + +); + +export default DiscordIcon; diff --git a/quickwit/quickwit-ui/yarn.lock b/quickwit/quickwit-ui/yarn.lock index 677ea3267c1..83dfe0f7566 100644 --- a/quickwit/quickwit-ui/yarn.lock +++ b/quickwit/quickwit-ui/yarn.lock @@ -1376,7 +1376,7 @@ dependencies: core-js-pure "^3.43.0" -"@babel/runtime@7.28.6", "@babel/runtime@^7.12.5", "@babel/runtime@^7.16.3", "@babel/runtime@^7.18.3", "@babel/runtime@^7.19.0", "@babel/runtime@^7.20.7", "@babel/runtime@^7.28.4", "@babel/runtime@^7.28.6", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7": +"@babel/runtime@7.28.6", "@babel/runtime@^7.12.5", "@babel/runtime@^7.16.3", "@babel/runtime@^7.18.3", "@babel/runtime@^7.28.4", "@babel/runtime@^7.28.6", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7": version "7.28.6" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.28.6.tgz#d267a43cb1836dc4d182cce93ae75ba954ef6d2b" integrity sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA== @@ -2625,308 +2625,6 @@ dependencies: "@sinonjs/commons" "^3.0.1" -"@styled-icons/bootstrap@10.47.0": - version "10.47.0" - resolved "https://registry.yarnpkg.com/@styled-icons/bootstrap/-/bootstrap-10.47.0.tgz#c3e363dfe87b732a5da818f320f90f5ab4961b84" - integrity sha512-xpnPdrLhAhpTRE4iljQIEK73twVj7VPglwHSL+8nQdH7EsW5RJIOWsmlkZMyqhQHN0H7fGmT10F3/6OQhSpfGg== - dependencies: - "@babel/runtime" "^7.20.7" - "@styled-icons/styled-icon" "^10.7.0" - -"@styled-icons/boxicons-logos@10.47.0": - version "10.47.0" - resolved "https://registry.yarnpkg.com/@styled-icons/boxicons-logos/-/boxicons-logos-10.47.0.tgz#8a21a61d202e3ae2dfdec24d80897c3262777841" - integrity sha512-eDZfiTjBth4MsCX83ZfiWIoYGU494NxZgAxyf7S0ky2ZRsJnq/Cs7crH4hKWUTaLvCo0XRJmLeA3Us2tZFiItg== - dependencies: - "@babel/runtime" "^7.20.7" - "@styled-icons/styled-icon" "^10.7.0" - -"@styled-icons/boxicons-regular@10.47.0": - version "10.47.0" - resolved "https://registry.yarnpkg.com/@styled-icons/boxicons-regular/-/boxicons-regular-10.47.0.tgz#6318dd8ba9bfbf143c3a32c9d1c72479d376bd3a" - integrity sha512-z8KczDp4VArXvOn8i2j66Xs4oX9oiiJEhMoHydY3uC9kdtImcxhZ/xHPrgTJLkbK6f5ikwB4CKVnSqQGzzAJNw== - dependencies: - "@babel/runtime" "^7.20.7" - "@styled-icons/styled-icon" "^10.7.0" - -"@styled-icons/boxicons-solid@10.47.0": - version "10.47.0" - resolved "https://registry.yarnpkg.com/@styled-icons/boxicons-solid/-/boxicons-solid-10.47.0.tgz#1b84245f3cbb8837e9ff2a6bd3563276e49d8e21" - integrity sha512-M795TXYtSJCpfr+ukHZfH9mA0j5MPlB5vwRCnU3O+dojAYla/zoaSashjhUbmlgzKNwALWNfzOqicSCAzU2fhg== - dependencies: - "@babel/runtime" "^7.20.7" - "@styled-icons/styled-icon" "^10.7.0" - -"@styled-icons/crypto@10.47.0": - version "10.47.0" - resolved "https://registry.yarnpkg.com/@styled-icons/crypto/-/crypto-10.47.0.tgz#056ff80eb342b6fa200736cb975b5d0988a3f47c" - integrity sha512-2hSOo1yb3ZEEOJAv9OBZLf3KQ8ujJrLw1uVDINJa7zLGuSfEWawnlkv/T2B0zQkOm0Hb6gikTRTAkLr4gyIS4Q== - dependencies: - "@babel/runtime" "^7.20.7" - "@styled-icons/styled-icon" "^10.7.0" - -"@styled-icons/entypo-social@10.46.0": - version "10.46.0" - resolved "https://registry.yarnpkg.com/@styled-icons/entypo-social/-/entypo-social-10.46.0.tgz#6a6fc6aa102c03c43df0e87710eec8218c0ce42e" - integrity sha512-DWbUK7JkuAu4TPIBeeYfxys3cP8M4/q/XG2JVruDHa18viCEcDR1JXfn1p3TVYZCvlciKev+Vr1yrgcamTwVkg== - dependencies: - "@babel/runtime" "^7.19.0" - "@styled-icons/styled-icon" "^10.7.0" - -"@styled-icons/entypo@10.46.0": - version "10.46.0" - resolved "https://registry.yarnpkg.com/@styled-icons/entypo/-/entypo-10.46.0.tgz#64f16e26fa9a559280cb990e1abe1fa38b5b370a" - integrity sha512-0ChIqx3EMlMeout4Aa5AwEYtKsgTqrY/NnVQGvhlGfMYq9mC7jq7JuaKvt5SJ9/0cEnVhgW5zwAe4LeyrsJl5g== - dependencies: - "@babel/runtime" "^7.19.0" - "@styled-icons/styled-icon" "^10.7.0" - -"@styled-icons/evaicons-outline@10.46.0": - version "10.46.0" - resolved "https://registry.yarnpkg.com/@styled-icons/evaicons-outline/-/evaicons-outline-10.46.0.tgz#47f0af9926f9f99f998feeb723fd18c71f4b8161" - integrity sha512-+tHb/Ir6G1e+rSJ2YKgm2vzjF80JoXWEmoC48exFrQEKQkJPSWtsqKdROkfANKrY9AFnRKhJQ+9fHhnjS+V/OA== - dependencies: - "@babel/runtime" "^7.19.0" - "@styled-icons/styled-icon" "^10.7.0" - -"@styled-icons/evaicons-solid@10.46.0": - version "10.46.0" - resolved "https://registry.yarnpkg.com/@styled-icons/evaicons-solid/-/evaicons-solid-10.46.0.tgz#37ca0af3d18f898bc1db081082f5893a24a39865" - integrity sha512-tRw2/TkmRNV4N2badKPFnnRy+WbVtUkrloNo94CgF5rpxoL0eK+ki3OYZYqbl0T66bJ07hqduqTc3rbxvT/vfw== - dependencies: - "@babel/runtime" "^7.19.0" - "@styled-icons/styled-icon" "^10.7.0" - -"@styled-icons/evil@10.46.0": - version "10.46.0" - resolved "https://registry.yarnpkg.com/@styled-icons/evil/-/evil-10.46.0.tgz#882980fe2cb28ec2d844998920ba9776e022e539" - integrity sha512-r1g2jZmz84XGLgJbAPkMDmuToUF+KyNWkS6GNoP+ygzriNgzgoHkcEvIb/bx/I2/UUHeotRMOknvhvh5C2CwFg== - dependencies: - "@babel/runtime" "^7.19.0" - "@styled-icons/styled-icon" "^10.7.0" - -"@styled-icons/fa-brands@10.47.0": - version "10.47.0" - resolved "https://registry.yarnpkg.com/@styled-icons/fa-brands/-/fa-brands-10.47.0.tgz#f21190720a614319ef52d39afe0f2518ae0bbd16" - integrity sha512-w+G31+61nBnjxzCwMs+H9rNm9jl+HhtRgZYvNd+2NKQn1dRbHbBVXzQEHCOL6hksvkDbIa0iPrenqMU6pB+wZQ== - dependencies: - "@babel/runtime" "^7.20.7" - "@styled-icons/styled-icon" "^10.7.0" - -"@styled-icons/fa-regular@10.47.0": - version "10.47.0" - resolved "https://registry.yarnpkg.com/@styled-icons/fa-regular/-/fa-regular-10.47.0.tgz#0c2e3196bec0706d2cb7fce5f7f49fdefc15e3b1" - integrity sha512-UL/MwhwlJ5SbcioI+UBR8KocYt6i+20akKn1ZNj0Pjgm2kv2odEJSWWkHCxh8J7T7s0q/Wvs3CMsBTMrKdKDpQ== - dependencies: - "@babel/runtime" "^7.20.7" - "@styled-icons/styled-icon" "^10.7.0" - -"@styled-icons/fa-solid@10.47.0": - version "10.47.0" - resolved "https://registry.yarnpkg.com/@styled-icons/fa-solid/-/fa-solid-10.47.0.tgz#011ffe890054f10957e247a798214c304e2f95c3" - integrity sha512-8AJjbOAkvPlB/ypFzWo++CZxRDlFQfvWQSjWzVU/v/4kjGRWIiVB+rJrTB7joDUd5Oas/se4cSiDkSA+XR/Fqg== - dependencies: - "@babel/runtime" "^7.20.7" - "@styled-icons/styled-icon" "^10.7.0" - -"@styled-icons/feather@10.47.0": - version "10.47.0" - resolved "https://registry.yarnpkg.com/@styled-icons/feather/-/feather-10.47.0.tgz#20e1bbc38e12a99fbda3889a8d1d025b3a8ce76f" - integrity sha512-w6F3s1B4DaQGLr4AZZ0PffZQOnPSRqr3npHoTvk4Juz4uTjw9/oHolcrTxPyJas9gXAV1kCLbeiaxTR6JVxJPw== - dependencies: - "@babel/runtime" "^7.20.7" - "@styled-icons/styled-icon" "^10.7.0" - -"@styled-icons/fluentui-system-filled@10.47.0": - version "10.47.0" - resolved "https://registry.yarnpkg.com/@styled-icons/fluentui-system-filled/-/fluentui-system-filled-10.47.0.tgz#82abb14956b867657722a2558d08ef9024879a2e" - integrity sha512-jAO8bs9SY/5Xu2vxg5sJmnD5YA966G2m2qU4ezlDbLDIXSaX/1qUBUivBFSWCDn4q5rslegzD1rhc9FncgPbSw== - dependencies: - "@babel/runtime" "^7.20.7" - "@styled-icons/styled-icon" "^10.7.0" - -"@styled-icons/fluentui-system-regular@10.47.0": - version "10.47.0" - resolved "https://registry.yarnpkg.com/@styled-icons/fluentui-system-regular/-/fluentui-system-regular-10.47.0.tgz#f82d96d22748b994212e751e89924526131f4ea8" - integrity sha512-x1TmxKS6mpX+QJw8ismT3rNa6TPvKYftmQRy57LbdNE9L5FkyWldrumPboZGKWi/oNiBn6SBelPeqv8LPFXNHQ== - dependencies: - "@babel/runtime" "^7.20.7" - "@styled-icons/styled-icon" "^10.7.0" - -"@styled-icons/foundation@10.46.0": - version "10.46.0" - resolved "https://registry.yarnpkg.com/@styled-icons/foundation/-/foundation-10.46.0.tgz#f68eaad4b404a88b7aaf9ab04e07d70cf5abcda9" - integrity sha512-RZqNVxStjvboGg6+X1By9pE0j7FuzUkfgbu9SgOkSzMrHTvnTOu0JiQ7nNw+CY46rXhT8JTwRCgk2OLTk+anGA== - dependencies: - "@babel/runtime" "^7.19.0" - "@styled-icons/styled-icon" "^10.7.0" - -"@styled-icons/heroicons-outline@10.47.0": - version "10.47.0" - resolved "https://registry.yarnpkg.com/@styled-icons/heroicons-outline/-/heroicons-outline-10.47.0.tgz#6b413931003a640faf98b82bedaf864b1a479143" - integrity sha512-C7bcJ/YPVKACoQLSBDM9DkgmrO1HmqAaru9kqYK2V+GaGUW5raf6dyTLo7GUYt/CJ7p3qWxsBz3SX6djzdaODQ== - dependencies: - "@babel/runtime" "^7.20.7" - "@styled-icons/styled-icon" "^10.7.0" - -"@styled-icons/heroicons-solid@10.47.0": - version "10.47.0" - resolved "https://registry.yarnpkg.com/@styled-icons/heroicons-solid/-/heroicons-solid-10.47.0.tgz#4457463fe15c8bf8c357bf22dd16d3e579a5e163" - integrity sha512-j+tJx2NzLG2tc91IXJVwKNjsI/osxmak+wmLfnfBsB+49srpxMYjuLPMtl9ZY/xgbNsWO36O+/N5Zf5bkgiKcQ== - dependencies: - "@babel/runtime" "^7.20.7" - "@styled-icons/styled-icon" "^10.7.0" - -"@styled-icons/icomoon@10.46.0": - version "10.46.0" - resolved "https://registry.yarnpkg.com/@styled-icons/icomoon/-/icomoon-10.46.0.tgz#961e2c4ca8659e5061ffe6fa1a57c104ce3478d0" - integrity sha512-3KcTTuswDrC03byyr9G9v5aWDTrhO6PbbN5O7CtU4/NXY4AaOkTQ8GUfvRjZ8yG/aEYRH4VYkWFpYu1CdsZxNg== - dependencies: - "@babel/runtime" "^7.19.0" - "@styled-icons/styled-icon" "^10.7.0" - -"@styled-icons/ionicons-outline@10.46.0": - version "10.46.0" - resolved "https://registry.yarnpkg.com/@styled-icons/ionicons-outline/-/ionicons-outline-10.46.0.tgz#829a5d47c08503524030c901013cb03c97b1d589" - integrity sha512-BEFEBGQDhPssEshbHyrsAXbEb7hNsrsHa0Zh0zLlfCIB3Vxc2GrQU9Qibto443ZRVw5qgF7iBdSwQHiwY8dQJw== - dependencies: - "@babel/runtime" "^7.19.0" - "@styled-icons/styled-icon" "^10.7.0" - -"@styled-icons/ionicons-sharp@10.46.0": - version "10.46.0" - resolved "https://registry.yarnpkg.com/@styled-icons/ionicons-sharp/-/ionicons-sharp-10.46.0.tgz#78b99fcac82cbfb87379de1f1e41ee42139caeb6" - integrity sha512-ZMkS+zBe04odi/4llkKMZkNEz8K3whta7Chzk81vvCTtR7jMnGEyw+tMUZbARliOOyaELBeTbgeUwNRNTibiSA== - dependencies: - "@babel/runtime" "^7.19.0" - "@styled-icons/styled-icon" "^10.7.0" - -"@styled-icons/ionicons-solid@10.46.0": - version "10.46.0" - resolved "https://registry.yarnpkg.com/@styled-icons/ionicons-solid/-/ionicons-solid-10.46.0.tgz#57909df67c7cdb710623fc9a58c20732f3520f81" - integrity sha512-agiuzQzqrrRWHrGfswC6EciKVjt/XSZuQFbvP/s6qU2oYkQuJRdhmAZQldTaj9Xb2GyAmEjM0cmkWG3+JzV7CQ== - dependencies: - "@babel/runtime" "^7.19.0" - "@styled-icons/styled-icon" "^10.7.0" - -"@styled-icons/material-outlined@10.47.0": - version "10.47.0" - resolved "https://registry.yarnpkg.com/@styled-icons/material-outlined/-/material-outlined-10.47.0.tgz#d799a14c1cbbd4d730d046d9f791f108e907fd34" - integrity sha512-/QeDSGXlfRoIsgx4g4Hb//xhsucD4mJJsNPk/e1XzckxkNG+YHCIjbAHzDwxwNfSCJYcTDcOp2SZcoS7iyNGlw== - dependencies: - "@babel/runtime" "^7.20.7" - "@styled-icons/styled-icon" "^10.7.0" - -"@styled-icons/material-rounded@10.47.0": - version "10.47.0" - resolved "https://registry.yarnpkg.com/@styled-icons/material-rounded/-/material-rounded-10.47.0.tgz#c2a9e8277ba88949caffe08d42360d7aa45afaa8" - integrity sha512-+ByhDd1FJept3k8iBDxMWSzmIh29UrgZTIzh2pADWldGrsD/2JKdsC7knQghSj9uCevHNMKEeVaYBQMLoNUjvw== - dependencies: - "@babel/runtime" "^7.20.7" - "@styled-icons/styled-icon" "^10.7.0" - -"@styled-icons/material-sharp@10.47.0": - version "10.47.0" - resolved "https://registry.yarnpkg.com/@styled-icons/material-sharp/-/material-sharp-10.47.0.tgz#d019acd9acf49e81b81a10d0ccf06356d301ab7f" - integrity sha512-U9bjvur/vawfiBhE75efNOF4WkSAygn26bQvHFJPc71ZCisvgJncnlSmR0rUgWnu7Cp/qg6faDH5CKDXBmGWCA== - dependencies: - "@babel/runtime" "^7.20.7" - "@styled-icons/styled-icon" "^10.7.0" - -"@styled-icons/material-twotone@10.47.0": - version "10.47.0" - resolved "https://registry.yarnpkg.com/@styled-icons/material-twotone/-/material-twotone-10.47.0.tgz#0308c1b26cc42c77ed3f4f82150666192dfee262" - integrity sha512-c4Q1r0EJaDEI1/IsBWo0Mo8lZZvtA/3Or1ScUcmjwKBZxpR8960uGy4CReLzBPALC4L6aPiM1H168fz39fm4oQ== - dependencies: - "@babel/runtime" "^7.20.7" - "@styled-icons/styled-icon" "^10.7.0" - -"@styled-icons/material@10.47.0": - version "10.47.0" - resolved "https://registry.yarnpkg.com/@styled-icons/material/-/material-10.47.0.tgz#23c19f9659cd135ea44550b88393621bb81f81b4" - integrity sha512-6fwoLPHg3P9O/iXSblQ67mchgURJvhU7mfba29ICfpg62zJ/loEalUgspm1GGtYVSPtkejshVWUtV99dXpcQfg== - dependencies: - "@babel/runtime" "^7.20.7" - "@styled-icons/styled-icon" "^10.7.0" - -"@styled-icons/octicons@10.47.0": - version "10.47.0" - resolved "https://registry.yarnpkg.com/@styled-icons/octicons/-/octicons-10.47.0.tgz#a062f275730c1bf70df0b19fe41e9f0db9c24f5d" - integrity sha512-JOqEbwbh23u/AdaINod8ZeVN5MEcOvkSeMTwGIPaPgz5PNuWRj/+1LpixmBeZjAr/WhB0pxZBBwA+e91BelQCA== - dependencies: - "@babel/runtime" "^7.20.7" - "@styled-icons/styled-icon" "^10.7.0" - -"@styled-icons/open-iconic@10.46.0": - version "10.46.0" - resolved "https://registry.yarnpkg.com/@styled-icons/open-iconic/-/open-iconic-10.46.0.tgz#ddaa4ead799eae861ee21abea9d2b1484e2b6089" - integrity sha512-v7wrHcUACQeSfJrLan/jXxgz7RSlJJXSc2u33UR82ewkOSBhaXp/zZxKF1tFCT2spvth0NBl6OkZUCw9ctgyrA== - dependencies: - "@babel/runtime" "^7.19.0" - "@styled-icons/styled-icon" "^10.7.0" - -"@styled-icons/remix-editor@10.46.0": - version "10.46.0" - resolved "https://registry.yarnpkg.com/@styled-icons/remix-editor/-/remix-editor-10.46.0.tgz#81c0d3f174ff5fb1900a019acbeb4fc1f68318a1" - integrity sha512-oOrt6wj5//4LrZkm40bXcsFpTgXbdOkixu6RHuE3O82+Hqtw1bYR/smm5MbLOJ+Kz62SEjDF3sxqFO23ITDeUQ== - dependencies: - "@babel/runtime" "^7.19.0" - "@styled-icons/styled-icon" "^10.7.0" - -"@styled-icons/remix-fill@10.46.0": - version "10.46.0" - resolved "https://registry.yarnpkg.com/@styled-icons/remix-fill/-/remix-fill-10.46.0.tgz#4477b1927e99faec55747bd92102b85e979ac203" - integrity sha512-D2rWGJ9/7BR+3TMvmIoWGASMfyhWT4lTF+we8h9Pya5Ye+69cftvp817DMuaR/6czCugXTrB++HTQX0XJfoBFw== - dependencies: - "@babel/runtime" "^7.19.0" - "@styled-icons/styled-icon" "^10.7.0" - -"@styled-icons/remix-line@10.46.0": - version "10.46.0" - resolved "https://registry.yarnpkg.com/@styled-icons/remix-line/-/remix-line-10.46.0.tgz#8c66a18f951895f3e082a60b5a6a4f43b3c7b998" - integrity sha512-TkbtXdgcuM7VpE/51k8+sxfReFjSQpAFVnjJi8/gxwcTzjdOG7Plkgsaixi2+hiLk/Coj/+67KbntBoSevROsw== - dependencies: - "@babel/runtime" "^7.19.0" - "@styled-icons/styled-icon" "^10.7.0" - -"@styled-icons/simple-icons@10.46.0": - version "10.46.0" - resolved "https://registry.yarnpkg.com/@styled-icons/simple-icons/-/simple-icons-10.46.0.tgz#fbb8f73686dbb40e482356a5fdc23e895e2b8468" - integrity sha512-zHkbGqAqFOwpqDjbhKTKsAXNxtBOXb7Ot2eKoDaDFckJGr2shAXRchclUS6wSixSPwQIPGAUcdO7Cq744Ollng== - dependencies: - "@babel/runtime" "^7.19.0" - "@styled-icons/styled-icon" "^10.7.0" - -"@styled-icons/styled-icon@10.7.1": - version "10.7.1" - resolved "https://registry.yarnpkg.com/@styled-icons/styled-icon/-/styled-icon-10.7.1.tgz#da04b80751e126756f98a5485b3b0dd9b52c9aba" - integrity sha512-WLYaeMTMhMkSxE+v+of+r2ovIk0tceDGfv8iqWHRMxvbm+6zxngVcQ4ELx6Zt/LFxqckmmoAdvo6ehiiYj6I6A== - dependencies: - "@babel/runtime" "^7.20.7" - -"@styled-icons/styled-icon@^10.7.0": - version "10.7.0" - resolved "https://registry.yarnpkg.com/@styled-icons/styled-icon/-/styled-icon-10.7.0.tgz#d6960e719b8567c8d0d3a87c40fb6f5b4952a228" - integrity sha512-SCrhCfRyoY8DY7gUkpz+B0RqUg/n1Zaqrr2+YKmK/AyeNfCcoHuP4R9N4H0p/NA1l7PTU10ZkAWSLi68phnAjw== - dependencies: - "@babel/runtime" "^7.19.0" - -"@styled-icons/typicons@10.46.0": - version "10.46.0" - resolved "https://registry.yarnpkg.com/@styled-icons/typicons/-/typicons-10.46.0.tgz#b72c381941fbe66d3a34dbf2979611d25579cb2e" - integrity sha512-yCJnVggGsbxOyuIPEmD+9IYRvB5w41hpJKdpI0ErasYG9Izt/lGqUaaDaxR39u9s28Q54Fq/v+Ni17dFCs8FOw== - dependencies: - "@babel/runtime" "^7.19.0" - "@styled-icons/styled-icon" "^10.7.0" - -"@styled-icons/zondicons@10.46.0": - version "10.46.0" - resolved "https://registry.yarnpkg.com/@styled-icons/zondicons/-/zondicons-10.46.0.tgz#bc0d11da7c6e7602d78218e1d55c40b61d061c02" - integrity sha512-DUlww6TeFsFjHD/1qd+DtMutm44r3ssOYtPiMJrOVolX1NqdW6XzrJ5dTbVCA2s7Ucd+Vp25cWfXnLcJBfas3w== - dependencies: - "@babel/runtime" "^7.19.0" - "@styled-icons/styled-icon" "^10.7.0" - "@swagger-api/apidom-ast@^1.6.0": version "1.6.0" resolved "https://registry.yarnpkg.com/@swagger-api/apidom-ast/-/apidom-ast-1.6.0.tgz#c72f345023435e4033a5c67cdc064a51f75cd799" @@ -6046,6 +5744,11 @@ lru-cache@^6.0.0: dependencies: yallist "^4.0.0" +lucide-react@^1.7.0: + version "1.7.0" + resolved "https://registry.yarnpkg.com/lucide-react/-/lucide-react-1.7.0.tgz#ad72fe48ebe1e5631a9cffdc94fc99dd853aa247" + integrity sha512-yI7BeItCLZJTXikmK4KNUGCKoGzSvbKlfCvw44bU4fXAL6v3gYS4uHD1jzsLkfwODYwI6Drw5Tu9Z5ulDe0TSg== + lz-string@^1.5.0: version "1.5.0" resolved "https://registry.yarnpkg.com/lz-string/-/lz-string-1.5.0.tgz#c1ab50f77887b712621201ba9fd4e3a6ed099941" @@ -7130,50 +6833,6 @@ styled-components@6.1.19: stylis "4.3.2" tslib "2.6.2" -styled-icons@10.47.1: - version "10.47.1" - resolved "https://registry.yarnpkg.com/styled-icons/-/styled-icons-10.47.1.tgz#74511ca779147f482eba7434b0e5ca1fa8c8f8a6" - integrity sha512-O6SguU8Z8Qk+rWJkiPmoLOxCQ3x8Emabue2r4NPqX+CK1uyaNahzFtKaGq/0d13RTWXqfVOBUSIJZaIlu4G/CA== - dependencies: - "@babel/runtime" "^7.20.7" - "@styled-icons/bootstrap" "10.47.0" - "@styled-icons/boxicons-logos" "10.47.0" - "@styled-icons/boxicons-regular" "10.47.0" - "@styled-icons/boxicons-solid" "10.47.0" - "@styled-icons/crypto" "10.47.0" - "@styled-icons/entypo" "10.46.0" - "@styled-icons/entypo-social" "10.46.0" - "@styled-icons/evaicons-outline" "10.46.0" - "@styled-icons/evaicons-solid" "10.46.0" - "@styled-icons/evil" "10.46.0" - "@styled-icons/fa-brands" "10.47.0" - "@styled-icons/fa-regular" "10.47.0" - "@styled-icons/fa-solid" "10.47.0" - "@styled-icons/feather" "10.47.0" - "@styled-icons/fluentui-system-filled" "10.47.0" - "@styled-icons/fluentui-system-regular" "10.47.0" - "@styled-icons/foundation" "10.46.0" - "@styled-icons/heroicons-outline" "10.47.0" - "@styled-icons/heroicons-solid" "10.47.0" - "@styled-icons/icomoon" "10.46.0" - "@styled-icons/ionicons-outline" "10.46.0" - "@styled-icons/ionicons-sharp" "10.46.0" - "@styled-icons/ionicons-solid" "10.46.0" - "@styled-icons/material" "10.47.0" - "@styled-icons/material-outlined" "10.47.0" - "@styled-icons/material-rounded" "10.47.0" - "@styled-icons/material-sharp" "10.47.0" - "@styled-icons/material-twotone" "10.47.0" - "@styled-icons/octicons" "10.47.0" - "@styled-icons/open-iconic" "10.46.0" - "@styled-icons/remix-editor" "10.46.0" - "@styled-icons/remix-fill" "10.46.0" - "@styled-icons/remix-line" "10.46.0" - "@styled-icons/simple-icons" "10.46.0" - "@styled-icons/styled-icon" "10.7.1" - "@styled-icons/typicons" "10.46.0" - "@styled-icons/zondicons" "10.46.0" - stylis@4.2.0: version "4.2.0" resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.2.0.tgz#79daee0208964c8fe695a42fcffcac633a211a51"