2024-01-05 06:57:30 +00:00
|
|
|
import * as React from "react";
|
|
|
|
|
import { IconSvgProps } from "@/types";
|
|
|
|
|
|
|
|
|
|
export const Logo: React.FC<IconSvgProps> = ({
|
|
|
|
|
size = 36,
|
|
|
|
|
width,
|
|
|
|
|
height,
|
|
|
|
|
...props
|
|
|
|
|
}) => (
|
|
|
|
|
<svg
|
|
|
|
|
fill="none"
|
|
|
|
|
height={size || height}
|
|
|
|
|
viewBox="0 0 32 32"
|
|
|
|
|
width={size || width}
|
|
|
|
|
{...props}
|
|
|
|
|
>
|
|
|
|
|
<path
|
|
|
|
|
clipRule="evenodd"
|
|
|
|
|
d="M17.6482 10.1305L15.8785 7.02583L7.02979 22.5499H10.5278L17.6482 10.1305ZM19.8798 14.0457L18.11 17.1983L19.394 19.4511H16.8453L15.1056 22.5499H24.7272L19.8798 14.0457Z"
|
|
|
|
|
fill="currentColor"
|
|
|
|
|
fillRule="evenodd"
|
|
|
|
|
/>
|
|
|
|
|
</svg>
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
export const DiscordIcon: React.FC<IconSvgProps> = ({
|
|
|
|
|
size = 24,
|
|
|
|
|
width,
|
|
|
|
|
height,
|
|
|
|
|
...props
|
|
|
|
|
}) => {
|
|
|
|
|
return (
|
|
|
|
|
<svg
|
|
|
|
|
height={size || height}
|
|
|
|
|
viewBox="0 0 24 24"
|
|
|
|
|
width={size || width}
|
|
|
|
|
{...props}
|
|
|
|
|
>
|
|
|
|
|
<path
|
|
|
|
|
d="M14.82 4.26a10.14 10.14 0 0 0-.53 1.1 14.66 14.66 0 0 0-4.58 0 10.14 10.14 0 0 0-.53-1.1 16 16 0 0 0-4.13 1.3 17.33 17.33 0 0 0-3 11.59 16.6 16.6 0 0 0 5.07 2.59A12.89 12.89 0 0 0 8.23 18a9.65 9.65 0 0 1-1.71-.83 3.39 3.39 0 0 0 .42-.33 11.66 11.66 0 0 0 10.12 0q.21.18.42.33a10.84 10.84 0 0 1-1.71.84 12.41 12.41 0 0 0 1.08 1.78 16.44 16.44 0 0 0 5.06-2.59 17.22 17.22 0 0 0-3-11.59 16.09 16.09 0 0 0-4.09-1.35zM8.68 14.81a1.94 1.94 0 0 1-1.8-2 1.93 1.93 0 0 1 1.8-2 1.93 1.93 0 0 1 1.8 2 1.93 1.93 0 0 1-1.8 2zm6.64 0a1.94 1.94 0 0 1-1.8-2 1.93 1.93 0 0 1 1.8-2 1.92 1.92 0 0 1 1.8 2 1.92 1.92 0 0 1-1.8 2z"
|
|
|
|
|
fill="currentColor"
|
|
|
|
|
/>
|
|
|
|
|
</svg>
|
|
|
|
|
);
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export const TwitterIcon: React.FC<IconSvgProps> = ({
|
2024-01-29 06:38:26 +00:00
|
|
|
size = 30,
|
2024-01-05 06:57:30 +00:00
|
|
|
width,
|
|
|
|
|
height,
|
2024-01-29 06:38:26 +00:00
|
|
|
color = "white",
|
2024-01-05 06:57:30 +00:00
|
|
|
...props
|
|
|
|
|
}) => {
|
|
|
|
|
return (
|
|
|
|
|
<svg
|
|
|
|
|
height={size || height}
|
|
|
|
|
viewBox="0 0 24 24"
|
|
|
|
|
width={size || width}
|
|
|
|
|
{...props}
|
|
|
|
|
>
|
|
|
|
|
<path
|
|
|
|
|
d="M19.633 7.997c.013.175.013.349.013.523 0 5.325-4.053 11.461-11.46 11.461-2.282 0-4.402-.661-6.186-1.809.324.037.636.05.973.05a8.07 8.07 0 0 0 5.001-1.721 4.036 4.036 0 0 1-3.767-2.793c.249.037.499.062.761.062.361 0 .724-.05 1.061-.137a4.027 4.027 0 0 1-3.23-3.953v-.05c.537.299 1.16.486 1.82.511a4.022 4.022 0 0 1-1.796-3.354c0-.748.199-1.434.548-2.032a11.457 11.457 0 0 0 8.306 4.215c-.062-.3-.1-.611-.1-.923a4.026 4.026 0 0 1 4.028-4.028c1.16 0 2.207.486 2.943 1.272a7.957 7.957 0 0 0 2.556-.973 4.02 4.02 0 0 1-1.771 2.22 8.073 8.073 0 0 0 2.319-.624 8.645 8.645 0 0 1-2.019 2.083z"
|
|
|
|
|
fill="currentColor"
|
2024-01-29 06:38:26 +00:00
|
|
|
color={color}
|
2024-01-05 06:57:30 +00:00
|
|
|
/>
|
|
|
|
|
</svg>
|
|
|
|
|
);
|
|
|
|
|
};
|
2024-01-29 06:38:26 +00:00
|
|
|
export const IconX: React.FC<IconSvgProps> = ({
|
|
|
|
|
size = 30,
|
|
|
|
|
width,
|
|
|
|
|
height,
|
|
|
|
|
color = "white",
|
|
|
|
|
...props
|
|
|
|
|
}) => {
|
|
|
|
|
return (
|
|
|
|
|
<svg
|
|
|
|
|
height={size || height}
|
|
|
|
|
viewBox="0 0 24 24"
|
|
|
|
|
width={size || width}
|
|
|
|
|
{...props}
|
|
|
|
|
>
|
|
|
|
|
<path d="M11.9998 2.66663L8.6665 7.11129M8.6665 7.11129L5.53317 2.93329C5.47107 2.8505 5.39055 2.78329 5.29798 2.73701C5.20541 2.69072 5.10333 2.66663 4.99984 2.66663H2.6665L7.33317 8.88863M8.6665 7.11129L13.3332 13.3333H10.9998C10.8963 13.3333 10.7943 13.3092 10.7017 13.2629C10.6091 13.2166 10.5286 13.1494 10.4665 13.0666L7.33317 8.88863M3.99984 13.3333L7.33317 8.88863" stroke="#1F1A17" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round" />
|
|
|
|
|
|
|
|
|
|
</svg>
|
|
|
|
|
);
|
|
|
|
|
};
|
2024-01-05 06:57:30 +00:00
|
|
|
|
|
|
|
|
export const GithubIcon: React.FC<IconSvgProps> = ({
|
|
|
|
|
size = 24,
|
|
|
|
|
width,
|
|
|
|
|
height,
|
|
|
|
|
...props
|
|
|
|
|
}) => {
|
|
|
|
|
return (
|
|
|
|
|
<svg
|
|
|
|
|
height={size || height}
|
|
|
|
|
viewBox="0 0 24 24"
|
|
|
|
|
width={size || width}
|
|
|
|
|
{...props}
|
|
|
|
|
>
|
|
|
|
|
<path
|
|
|
|
|
clipRule="evenodd"
|
|
|
|
|
d="M12.026 2c-5.509 0-9.974 4.465-9.974 9.974 0 4.406 2.857 8.145 6.821 9.465.499.09.679-.217.679-.481 0-.237-.008-.865-.011-1.696-2.775.602-3.361-1.338-3.361-1.338-.452-1.152-1.107-1.459-1.107-1.459-.905-.619.069-.605.069-.605 1.002.07 1.527 1.028 1.527 1.028.89 1.524 2.336 1.084 2.902.829.091-.645.351-1.085.635-1.334-2.214-.251-4.542-1.107-4.542-4.93 0-1.087.389-1.979 1.024-2.675-.101-.253-.446-1.268.099-2.64 0 0 .837-.269 2.742 1.021a9.582 9.582 0 0 1 2.496-.336 9.554 9.554 0 0 1 2.496.336c1.906-1.291 2.742-1.021 2.742-1.021.545 1.372.203 2.387.099 2.64.64.696 1.024 1.587 1.024 2.675 0 3.833-2.33 4.675-4.552 4.922.355.308.675.916.675 1.846 0 1.334-.012 2.41-.012 2.737 0 .267.178.577.687.479C19.146 20.115 22 16.379 22 11.974 22 6.465 17.535 2 12.026 2z"
|
|
|
|
|
fill="currentColor"
|
|
|
|
|
fillRule="evenodd"
|
|
|
|
|
/>
|
|
|
|
|
</svg>
|
|
|
|
|
);
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export const MoonFilledIcon = ({
|
|
|
|
|
size = 24,
|
|
|
|
|
width,
|
|
|
|
|
height,
|
|
|
|
|
...props
|
|
|
|
|
}: IconSvgProps) => (
|
|
|
|
|
<svg
|
|
|
|
|
aria-hidden="true"
|
|
|
|
|
focusable="false"
|
|
|
|
|
height={size || height}
|
|
|
|
|
role="presentation"
|
|
|
|
|
viewBox="0 0 24 24"
|
|
|
|
|
width={size || width}
|
|
|
|
|
{...props}
|
|
|
|
|
>
|
|
|
|
|
<path
|
|
|
|
|
d="M21.53 15.93c-.16-.27-.61-.69-1.73-.49a8.46 8.46 0 01-1.88.13 8.409 8.409 0 01-5.91-2.82 8.068 8.068 0 01-1.44-8.66c.44-1.01.13-1.54-.09-1.76s-.77-.55-1.83-.11a10.318 10.318 0 00-6.32 10.21 10.475 10.475 0 007.04 8.99 10 10 0 002.89.55c.16.01.32.02.48.02a10.5 10.5 0 008.47-4.27c.67-.93.49-1.519.32-1.79z"
|
|
|
|
|
fill="currentColor"
|
|
|
|
|
/>
|
|
|
|
|
</svg>
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
export const SunFilledIcon = ({
|
|
|
|
|
size = 24,
|
|
|
|
|
width,
|
|
|
|
|
height,
|
|
|
|
|
...props
|
|
|
|
|
}: IconSvgProps) => (
|
|
|
|
|
<svg
|
|
|
|
|
aria-hidden="true"
|
|
|
|
|
focusable="false"
|
|
|
|
|
height={size || height}
|
|
|
|
|
role="presentation"
|
|
|
|
|
viewBox="0 0 24 24"
|
|
|
|
|
width={size || width}
|
|
|
|
|
{...props}
|
|
|
|
|
>
|
|
|
|
|
<g fill="currentColor">
|
|
|
|
|
<path d="M19 12a7 7 0 11-7-7 7 7 0 017 7z" />
|
|
|
|
|
<path d="M12 22.96a.969.969 0 01-1-.96v-.08a1 1 0 012 0 1.038 1.038 0 01-1 1.04zm7.14-2.82a1.024 1.024 0 01-.71-.29l-.13-.13a1 1 0 011.41-1.41l.13.13a1 1 0 010 1.41.984.984 0 01-.7.29zm-14.28 0a1.024 1.024 0 01-.71-.29 1 1 0 010-1.41l.13-.13a1 1 0 011.41 1.41l-.13.13a1 1 0 01-.7.29zM22 13h-.08a1 1 0 010-2 1.038 1.038 0 011.04 1 .969.969 0 01-.96 1zM2.08 13H2a1 1 0 010-2 1.038 1.038 0 011.04 1 .969.969 0 01-.96 1zm16.93-7.01a1.024 1.024 0 01-.71-.29 1 1 0 010-1.41l.13-.13a1 1 0 011.41 1.41l-.13.13a.984.984 0 01-.7.29zm-14.02 0a1.024 1.024 0 01-.71-.29l-.13-.14a1 1 0 011.41-1.41l.13.13a1 1 0 010 1.41.97.97 0 01-.7.3zM12 3.04a.969.969 0 01-1-.96V2a1 1 0 012 0 1.038 1.038 0 01-1 1.04z" />
|
|
|
|
|
</g>
|
|
|
|
|
</svg>
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
export const HeartFilledIcon = ({
|
|
|
|
|
size = 24,
|
|
|
|
|
width,
|
|
|
|
|
height,
|
|
|
|
|
...props
|
|
|
|
|
}: IconSvgProps) => (
|
|
|
|
|
<svg
|
|
|
|
|
aria-hidden="true"
|
|
|
|
|
focusable="false"
|
|
|
|
|
height={size || height}
|
|
|
|
|
role="presentation"
|
|
|
|
|
viewBox="0 0 24 24"
|
|
|
|
|
width={size || width}
|
|
|
|
|
{...props}
|
|
|
|
|
>
|
|
|
|
|
<path
|
|
|
|
|
d="M12.62 20.81c-.34.12-.9.12-1.24 0C8.48 19.82 2 15.69 2 8.69 2 5.6 4.49 3.1 7.56 3.1c1.82 0 3.43.88 4.44 2.24a5.53 5.53 0 0 1 4.44-2.24C19.51 3.1 22 5.6 22 8.69c0 7-6.48 11.13-9.38 12.12Z"
|
|
|
|
|
fill="currentColor"
|
|
|
|
|
strokeLinecap="round"
|
|
|
|
|
strokeLinejoin="round"
|
|
|
|
|
strokeWidth={1.5}
|
|
|
|
|
/>
|
|
|
|
|
</svg>
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
export const SearchIcon = (props: IconSvgProps) => (
|
|
|
|
|
<svg
|
|
|
|
|
aria-hidden="true"
|
|
|
|
|
fill="none"
|
|
|
|
|
focusable="false"
|
|
|
|
|
height="1em"
|
|
|
|
|
role="presentation"
|
|
|
|
|
viewBox="0 0 24 24"
|
|
|
|
|
width="1em"
|
|
|
|
|
{...props}
|
|
|
|
|
>
|
|
|
|
|
<path
|
|
|
|
|
d="M11.5 21C16.7467 21 21 16.7467 21 11.5C21 6.25329 16.7467 2 11.5 2C6.25329 2 2 6.25329 2 11.5C2 16.7467 6.25329 21 11.5 21Z"
|
|
|
|
|
stroke="currentColor"
|
|
|
|
|
strokeLinecap="round"
|
|
|
|
|
strokeLinejoin="round"
|
|
|
|
|
strokeWidth="2"
|
|
|
|
|
/>
|
|
|
|
|
<path
|
|
|
|
|
d="M22 22L20 20"
|
|
|
|
|
stroke="currentColor"
|
|
|
|
|
strokeLinecap="round"
|
|
|
|
|
strokeLinejoin="round"
|
|
|
|
|
strokeWidth="2"
|
|
|
|
|
/>
|
|
|
|
|
</svg>
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
export const NextUILogo: React.FC<IconSvgProps> = (props) => {
|
2024-01-29 06:38:26 +00:00
|
|
|
const { width, height = 40 } = props;
|
|
|
|
|
|
|
|
|
|
return (
|
|
|
|
|
<svg
|
|
|
|
|
fill="none"
|
|
|
|
|
height={height}
|
|
|
|
|
viewBox="0 0 161 32"
|
|
|
|
|
width={width}
|
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
|
{...props}
|
|
|
|
|
>
|
|
|
|
|
<path
|
|
|
|
|
className="fill-black dark:fill-white"
|
|
|
|
|
d="M55.6827 5V26.6275H53.7794L41.1235 8.51665H40.9563V26.6275H39V5H40.89L53.5911 23.1323H53.7555V5H55.6827ZM67.4831 26.9663C66.1109 27.0019 64.7581 26.6329 63.5903 25.9044C62.4852 25.185 61.6054 24.1633 61.0537 22.9582C60.4354 21.5961 60.1298 20.1106 60.1598 18.6126C60.132 17.1113 60.4375 15.6228 61.0537 14.2563C61.5954 13.0511 62.4525 12.0179 63.5326 11.268C64.6166 10.5379 65.8958 10.16 67.1986 10.1852C68.0611 10.1837 68.9162 10.3468 69.7187 10.666C70.5398 10.9946 71.2829 11.4948 71.8992 12.1337C72.5764 12.8435 73.0985 13.6889 73.4318 14.6152C73.8311 15.7483 74.0226 16.9455 73.9968 18.1479V19.0773H63.2262V17.4194H72.0935C72.1083 16.4456 71.8952 15.4821 71.4714 14.6072C71.083 13.803 70.4874 13.1191 69.7472 12.6272C68.9887 12.1348 68.1022 11.8812 67.2006 11.8987C66.2411 11.8807 65.3005 12.1689 64.5128 12.7223C63.7332 13.2783 63.1083 14.0275 62.6984 14.8978C62.2582 15.8199 62.0314 16.831 62.0352 17.8546V18.8476C62.009 20.0078 62.2354 21.1595 62.6984 22.2217C63.1005 23.1349 63.7564 23.9108 64.5864 24.4554C65.4554 24.9973 66.4621 25.2717 67.4831 25.2448C68.1676 25.2588 68.848 25.1368 69.4859 24.8859C70.0301 24.6666 70.5242 24.3376 70.9382 23.919C71.3183 23.5345 71.6217 23.0799 71.8322 22.5799L73.5995 23.1604C73.3388 23.8697 72.9304 24.5143 72.4019 25.0506C71.8132 25.6529 71.1086 26.1269 70.3314 26.4434C69.4258 26.8068 68.4575 26.9846 67.4831 26.9663V26.9663ZM78.8233 10.4075L82.9655 17.325L87.1076 10.4075H89.2683L84.1008 18.5175L89.2683 26.6275H87.103L82.9608 19.9317L78.8193 26.6275H76.6647L81.7711 18.5169L76.6647 10.4062L78.8233 10.4075ZM99.5142 10.4075V12.0447H91.8413V10.4075H99.5142ZM94.2427 6.52397H96.1148V22.3931C96.086 22.9446 96.2051 23.4938 96.4597 23.9827C96.6652 24.344 96.9805 24.629 97.3589 24.7955C97.7328 24.9548 98.1349 25.0357 98.5407 25.0332C98.7508 25.0359 98.9607 25.02 99.168 24.9857C99.3422 24.954 99.4956 24.9205 99.6283 24.8853L100.026 26.5853C99.8062 26.6672 99.5805 26.7327 99.3511 26.7815C99.0274 26.847 98.6977 26.8771 98.3676 26.8712C97.6854 26.871 97.0119 26.7156 96.3973 26.4166C95.7683 26.1156 95.2317 25.6485 94.8442 25.0647C94.4214 24.4018 94.2097 23.6242 94.2374 22.8363L94.2427 6.52397ZM118.398 5H120.354V19.3204C120.376 20.7052 120.022 22.0697 119.328 23.2649C118.644 24.4235 117.658 25.3698 116.477 26.0001C115.168 26.6879 113.708 27.0311 112.232 26.9978C110.759 27.029 109.302 26.6835 107.996 25.9934C106.815 25.362 105.827 24.4161 105.141 23.2582C104.447 22.0651 104.092 20.7022 104.115 19.319V5H106.08V19.1831C106.061 20.2559 106.324 21.3147 106.843 22.2511C107.349 23.1459 108.094 23.8795 108.992 24.3683C109.993 24.9011 111.111 25.1664 112.242 25.139C113.373 25.1656 114.493 24.9003 115.495 24.3683C116.395 23.8815 117.14 23.1475 117.644 22.2511C118.16 21.3136 118.421 20.2553 118.402 19.1831L118.398 5ZM128 5V26.6275H126.041V5H128Z"
|
|
|
|
|
/>
|
|
|
|
|
<path
|
|
|
|
|
className="fill-black dark:fill-white"
|
|
|
|
|
d="M23.5294 0H8.47059C3.79241 0 0 3.79241 0 8.47059V23.5294C0 28.2076 3.79241 32 8.47059 32H23.5294C28.2076 32 32 28.2076 32 23.5294V8.47059C32 3.79241 28.2076 0 23.5294 0Z"
|
|
|
|
|
/>
|
|
|
|
|
<path
|
|
|
|
|
className="fill-white dark:fill-black"
|
|
|
|
|
d="M17.5667 9.21729H18.8111V18.2403C18.8255 19.1128 18.6 19.9726 18.159 20.7256C17.7241 21.4555 17.0968 22.0518 16.3458 22.4491C15.5717 22.8683 14.6722 23.0779 13.6473 23.0779C12.627 23.0779 11.7286 22.8672 10.9521 22.4457C10.2007 22.0478 9.5727 21.4518 9.13602 20.7223C8.6948 19.9705 8.4692 19.1118 8.48396 18.2403V9.21729H9.72854V18.1538C9.71656 18.8298 9.88417 19.4968 10.2143 20.0868C10.5362 20.6506 11.0099 21.1129 11.5814 21.421C12.1689 21.7448 12.8576 21.9067 13.6475 21.9067C14.4374 21.9067 15.1272 21.7448 15.7169 21.421C16.2895 21.1142 16.7635 20.6516 17.0844 20.0868C17.4124 19.4961 17.5788 18.8293 17.5667 18.1538V9.21729ZM23.6753 9.21729V22.845H22.4309V9.21729H23.6753Z"
|
|
|
|
|
/>
|
|
|
|
|
</svg>
|
|
|
|
|
);
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export const FbIcon: React.FC<IconSvgProps> = (props) => {
|
|
|
|
|
const { width, height = 40 } = props;
|
|
|
|
|
|
|
|
|
|
return (
|
|
|
|
|
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
|
|
|
<rect width="30" height="30" rx="8" fill="white" />
|
|
|
|
|
<g clip-path="url(#clip0_179_4)">
|
|
|
|
|
<path d="M21.6272 6.90002H8.37263C7.55895 6.90002 6.8999 7.55907 6.8999 8.37275V21.6273C6.8999 22.441 7.55895 23.1001 8.37263 23.1001H15.7363V16.4727H13.5272V14.2637H15.7363V13.0774C15.7363 10.8315 16.8305 9.84548 18.6972 9.84548C19.5911 9.84548 20.0639 9.91175 20.2877 9.94194V12.0546H19.0145C18.2222 12.0546 17.9453 12.4728 17.9453 13.3196V14.2637H20.2679L19.9527 16.4727H17.9453V23.1001H21.6272C22.4408 23.1001 23.0999 22.441 23.0999 21.6273V8.37275C23.0999 7.55907 22.4401 6.90002 21.6272 6.90002Z" fill="#3B5998" />
|
|
|
|
|
</g>
|
|
|
|
|
<defs>
|
|
|
|
|
<clipPath id="clip0_179_4">
|
|
|
|
|
<rect width="18" height="18" fill="white" transform="translate(6 6)" />
|
|
|
|
|
</clipPath>
|
|
|
|
|
</defs>
|
|
|
|
|
</svg>
|
|
|
|
|
);
|
2024-01-05 06:57:30 +00:00
|
|
|
};
|
2024-01-29 06:38:26 +00:00
|
|
|
|
|
|
|
|
export const ChevronUpIcon = ({
|
|
|
|
|
size,
|
|
|
|
|
height = 24,
|
|
|
|
|
width = 24,
|
|
|
|
|
fill = "none",
|
|
|
|
|
...props
|
|
|
|
|
}: IconSvgProps) => (
|
|
|
|
|
<svg
|
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
|
height={size || height}
|
|
|
|
|
width={size || width}
|
|
|
|
|
viewBox="0 0 24 24"
|
|
|
|
|
fill={fill}
|
|
|
|
|
{...props}
|
|
|
|
|
>
|
|
|
|
|
<path
|
|
|
|
|
className="fill-default-400"
|
|
|
|
|
d="m6.293 13.293 1.414 1.414L12 10.414l4.293 4.293 1.414-1.414L12 7.586z"
|
|
|
|
|
></path>
|
|
|
|
|
</svg>
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
export const ChevronDownIcon = ({
|
|
|
|
|
size,
|
|
|
|
|
height = 24,
|
|
|
|
|
width = 14,
|
|
|
|
|
fill = "currentColor",
|
|
|
|
|
...props
|
|
|
|
|
}: IconSvgProps) => (
|
|
|
|
|
<svg
|
|
|
|
|
height={size || height}
|
|
|
|
|
width={size || width}
|
|
|
|
|
viewBox="0 0 12 7"
|
|
|
|
|
fill={fill}
|
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
|
{...props}
|
|
|
|
|
>
|
|
|
|
|
<path
|
|
|
|
|
d="M11.2902 0.309534C11.1977 0.216831 11.0878 0.143283 10.9668 0.0931015C10.8459 0.04292 10.7162 0.0170898 10.5852 0.0170898C10.4543 0.0170898 10.3246 0.04292 10.2036 0.0931015C10.0826 0.143283 9.97274 0.216831 9.88022 0.309534L6.00022 4.18953L2.12022 0.309534C1.93324 0.122556 1.67965 0.0175133 1.41522 0.0175133C1.1508 0.0175133 0.8972 0.122556 0.710222 0.309534C0.523244 0.496512 0.418203 0.750108 0.418203 1.01453C0.418203 1.27896 0.523244 1.53256 0.710222 1.71953L5.30022 6.30953C5.39274 6.40224 5.50262 6.47579 5.6236 6.52597C5.74457 6.57615 5.87425 6.60198 6.00522 6.60198C6.13619 6.60198 6.26587 6.57615 6.38685 6.52597C6.50782 6.47579 6.61771 6.40224 6.71022 6.30953L11.3002 1.71953C11.6802 1.33953 11.6802 0.699534 11.2902 0.309534Z"
|
|
|
|
|
fill="currentColor"
|
|
|
|
|
/>
|
|
|
|
|
</svg>
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
export const ChevronRightIcon = ({
|
|
|
|
|
size,
|
|
|
|
|
height = 24,
|
|
|
|
|
width = 24,
|
|
|
|
|
fill = "currentColor",
|
|
|
|
|
...props
|
|
|
|
|
}: IconSvgProps) => (
|
|
|
|
|
<svg
|
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
|
height={size || height}
|
|
|
|
|
width={size || width}
|
|
|
|
|
viewBox="0 0 24 24"
|
|
|
|
|
{...props}
|
|
|
|
|
>
|
|
|
|
|
<path
|
|
|
|
|
fill="currentColor"
|
|
|
|
|
d="M9.29 6.71a.996.996 0 0 0 0 1.41L13.17 12l-3.88 3.88a.996.996 0 1 0 1.41 1.41l4.59-4.59a.996.996 0 0 0 0-1.41L10.7 6.7c-.38-.38-1.02-.38-1.41.01z"
|
|
|
|
|
/>
|
|
|
|
|
</svg>
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
export const ChevronLeftWhite = ({
|
|
|
|
|
size,
|
|
|
|
|
height = 24,
|
|
|
|
|
width = 24,
|
|
|
|
|
color = "white",
|
|
|
|
|
...props
|
|
|
|
|
}: IconSvgProps & { color?: string }) => (
|
|
|
|
|
<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
|
|
|
<path d="M12.5 15.5L7.5 10.5L12.5 5.5" stroke={color} stroke-width="2" />
|
|
|
|
|
</svg>
|
|
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
export const ChevronRightWhite = ({
|
|
|
|
|
size,
|
|
|
|
|
height = 24,
|
|
|
|
|
width = 24,
|
|
|
|
|
color = "white",
|
|
|
|
|
...props
|
|
|
|
|
}: IconSvgProps) => (
|
|
|
|
|
<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
|
|
|
<path d="M7.5 5.5L12.5 10.5L7.5 15.5" stroke={color} stroke-width="2" />
|
|
|
|
|
</svg>
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
export const IgIcon = ({
|
|
|
|
|
size,
|
|
|
|
|
height = 24,
|
|
|
|
|
width = 14,
|
|
|
|
|
fill = "currentColor",
|
|
|
|
|
...props
|
|
|
|
|
}: IconSvgProps) => (
|
|
|
|
|
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
|
|
|
<rect width="30" height="30" rx="8" fill="white" />
|
|
|
|
|
<path d="M15.0037 10.957C12.7678 10.957 10.9643 12.7605 10.9643 14.9965C10.9643 17.2324 12.7678 19.0359 15.0037 19.0359C17.2396 19.0359 19.0432 17.2324 19.0432 14.9965C19.0432 12.7605 17.2396 10.957 15.0037 10.957ZM15.0037 17.6226C13.5588 17.6226 12.3775 16.4449 12.3775 14.9965C12.3775 13.548 13.5553 12.3703 15.0037 12.3703C16.4521 12.3703 17.6299 13.548 17.6299 14.9965C17.6299 16.4449 16.4486 17.6226 15.0037 17.6226ZM20.1506 10.7918C20.1506 11.3156 19.7287 11.734 19.2084 11.734C18.6846 11.734 18.2662 11.3121 18.2662 10.7918C18.2662 10.2715 18.6881 9.8496 19.2084 9.8496C19.7287 9.8496 20.1506 10.2715 20.1506 10.7918ZM22.826 11.748C22.7662 10.4859 22.4779 9.36796 21.5533 8.44686C20.6322 7.52577 19.5143 7.23749 18.2521 7.17421C16.9514 7.10038 13.0525 7.10038 11.7518 7.17421C10.4932 7.23397 9.3752 7.52225 8.45059 8.44335C7.52598 9.36444 7.24121 10.4824 7.17793 11.7445C7.1041 13.0453 7.1041 16.9441 7.17793 18.2449C7.2377 19.507 7.52598 20.625 8.45059 21.5461C9.3752 22.4672 10.4896 22.7555 11.7518 22.8187C13.0525 22.8926 16.9514 22.8926 18.2521 22.8187C19.5143 22.759 20.6322 22.4707 21.5533 21.5461C22.4744 20.625 22.7627 19.507 22.826 18.2449C22.8998 16.9441 22.8998 13.0488 22.826 11.748ZM21.1455 19.6406C20.8713 20.3297 20.3404 20.8605 19.6479 21.1383C18.6107 21.5496 16.1498 21.4547 15.0037 21.4547C13.8576 21.4547 11.3932 21.5461 10.3596 21.1383C9.67051 20.864 9.13965 20.3332 8.86191 19.6406C8.45059 18.6035 8.54551 16.1426 8.54551 14.9965C8.54551 13.8504 8.4541 11.3859 8.86191 10.3523C9.13613 9.66327 9.66699 9.13241 10.3596 8.85468C11.3967 8.44335 13.8576 8.53827 15.0037 8.53827C16.1498 8.53827 18.6143 8.44686 19.6479 8.85468C20.3369 9.12889 20.8678 9.65975 21.1455 10.3523C21.5568 11.3894 21.4619 13.8504 21.4619 14.9965C21.4619 16.1426 21.5568 18.607 21.1455 19.6406Z" fill="#C922D8" />
|
|
|
|
|
</svg>
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
export const YtIcon = ({
|
|
|
|
|
size,
|
|
|
|
|
height = 24,
|
|
|
|
|
width = 14,
|
|
|
|
|
fill = "currentColor",
|
|
|
|
|
...props
|
|
|
|
|
}: IconSvgProps) => (
|
|
|
|
|
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
|
|
|
<rect width="30" height="30" rx="8" fill="white" />
|
|
|
|
|
<g clip-path="url(#clip0_214_10)">
|
|
|
|
|
<path d="M23.1769 10.8776C22.9806 10.1385 22.4023 9.55647 21.668 9.35894C20.337 9 15.0001 9 15.0001 9C15.0001 9 9.66327 9 8.3323 9.35894C7.59802 9.5565 7.0197 10.1385 6.82342 10.8776C6.4668 12.2172 6.4668 15.0121 6.4668 15.0121C6.4668 15.0121 6.4668 17.8071 6.82342 19.1467C7.0197 19.8857 7.59802 20.4435 8.3323 20.6411C9.66327 21 15.0001 21 15.0001 21C15.0001 21 20.337 21 21.668 20.6411C22.4023 20.4435 22.9806 19.8857 23.1769 19.1467C23.5335 17.8071 23.5335 15.0121 23.5335 15.0121C23.5335 15.0121 23.5335 12.2172 23.1769 10.8776ZM13.2547 17.5497V12.4745L17.7153 15.0122L13.2547 17.5497Z" fill="#CD201F" />
|
|
|
|
|
</g>
|
|
|
|
|
<defs>
|
|
|
|
|
<clipPath id="clip0_214_10">
|
|
|
|
|
<rect width="18" height="18" fill="white" transform="translate(6 6)" />
|
|
|
|
|
</clipPath>
|
|
|
|
|
</defs>
|
|
|
|
|
</svg>
|
|
|
|
|
);
|
|
|
|
|
|
2024-02-06 09:41:07 +00:00
|
|
|
export const IdnIcon = ({
|
|
|
|
|
size,
|
|
|
|
|
height = 24,
|
|
|
|
|
width = 14,
|
|
|
|
|
fill = "currentColor",
|
|
|
|
|
...props
|
|
|
|
|
}: IconSvgProps) => (
|
|
|
|
|
<svg width="32" height="24" viewBox="0 0 32 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
|
|
|
<g clip-path="url(#clip0_699_602)">
|
|
|
|
|
<rect width="32" height="24" rx="6" fill="white" />
|
|
|
|
|
<rect width="32" height="12" fill="#DC1F26" />
|
|
|
|
|
<rect x="32" y="24" width="32" height="12" transform="rotate(-180 32 24)" fill="white" />
|
|
|
|
|
</g>
|
|
|
|
|
<rect x="0.5" y="0.5" width="31" height="23" rx="5.5" stroke="white" />
|
|
|
|
|
<defs>
|
|
|
|
|
<clipPath id="clip0_699_602">
|
|
|
|
|
<rect width="32" height="24" rx="6" fill="white" />
|
|
|
|
|
</clipPath>
|
|
|
|
|
</defs>
|
|
|
|
|
</svg>
|
|
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
2024-01-29 06:38:26 +00:00
|
|
|
export const TwIcon = ({
|
|
|
|
|
size,
|
|
|
|
|
height = 24,
|
|
|
|
|
width = 14,
|
|
|
|
|
fill = "currentColor",
|
|
|
|
|
...props
|
|
|
|
|
}: IconSvgProps) => (
|
|
|
|
|
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
|
|
|
<rect width="30" height="30" rx="8" fill="white" />
|
|
|
|
|
<path d="M22.1497 11.3338C22.1612 11.4936 22.1612 11.6536 22.1612 11.8135C22.1612 16.6903 18.4493 22.3096 11.665 22.3096C9.57486 22.3096 7.63325 21.7043 6 20.6536C6.29696 20.6878 6.58247 20.6992 6.89086 20.6992C8.61545 20.6992 10.203 20.1168 11.4708 19.1231C9.84898 19.0888 8.48984 18.0267 8.02155 16.5647C8.25 16.599 8.47841 16.6218 8.71828 16.6218C9.04949 16.6218 9.38073 16.5761 9.68909 16.4962C7.99874 16.1535 6.73093 14.6688 6.73093 12.8756V12.83C7.22203 13.1041 7.79314 13.2754 8.39843 13.2982C7.40477 12.6358 6.75379 11.5051 6.75379 10.2259C6.75379 9.54061 6.93649 8.91244 7.25631 8.36421C9.0723 10.6028 11.802 12.0647 14.8629 12.2246C14.8058 11.9505 14.7715 11.665 14.7715 11.3795C14.7715 9.34644 16.4162 7.69037 18.4606 7.69037C19.5228 7.69037 20.4822 8.1358 21.156 8.85534C21.9898 8.69545 22.7893 8.38706 23.4974 7.96448C23.2233 8.8211 22.6408 9.54064 21.8756 9.99746C22.618 9.91755 23.3375 9.71192 23.9999 9.42642C23.4975 10.1574 22.8693 10.8083 22.1497 11.3338Z" fill="#1DA1F2" />
|
|
|
|
|
</svg>
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
export const TtIcon = ({
|
|
|
|
|
size,
|
|
|
|
|
height = 24,
|
|
|
|
|
width = 14,
|
|
|
|
|
fill = "currentColor",
|
|
|
|
|
...props
|
|
|
|
|
}: IconSvgProps) => (
|
|
|
|
|
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
|
|
|
<rect width="30" height="30" rx="8" fill="white" />
|
|
|
|
|
<g clip-path="url(#clip0_214_17)">
|
|
|
|
|
<path d="M22.8748 13.3796C21.3271 13.3834 19.8173 12.9007 18.5587 11.9998V18.2829C18.5583 19.4466 18.2026 20.5824 17.5392 21.5385C16.8758 22.4946 15.9363 23.2254 14.8464 23.6332C13.7565 24.0409 12.568 24.1062 11.44 23.8203C10.312 23.5344 9.29811 22.9109 8.53398 22.0332C7.76986 21.1555 7.2919 20.0655 7.16401 18.9088C7.03613 17.7522 7.2644 16.584 7.81833 15.5606C8.37225 14.5372 9.22541 13.7073 10.2637 13.1818C11.3021 12.6564 12.4761 12.4605 13.6287 12.6203V15.7805C13.1013 15.6146 12.5349 15.6196 12.0104 15.7947C11.4859 15.9699 11.0303 16.3064 10.7084 16.756C10.3866 17.2056 10.215 17.7455 10.2183 18.2984C10.2215 18.8513 10.3994 19.3891 10.7265 19.8349C11.0537 20.2807 11.5133 20.6118 12.0398 20.7808C12.5663 20.9498 13.1327 20.9481 13.6582 20.776C14.1836 20.6039 14.6413 20.2701 14.9658 19.8224C15.2903 19.3747 15.465 18.8358 15.4649 18.2829V6H18.5587C18.5565 6.26126 18.5784 6.52216 18.6241 6.77941C18.7316 7.35368 18.9551 7.89999 19.281 8.38491C19.6069 8.86983 20.0283 9.28317 20.5194 9.59965C21.2181 10.0616 22.0372 10.3079 22.8748 10.3077V13.3796Z" fill="black" />
|
|
|
|
|
</g>
|
|
|
|
|
<defs>
|
|
|
|
|
<clipPath id="clip0_214_17">
|
|
|
|
|
<rect width="18" height="18" fill="white" transform="translate(6 6)" />
|
|
|
|
|
</clipPath>
|
|
|
|
|
</defs>
|
|
|
|
|
</svg>
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
export const EyeIcon = ({
|
|
|
|
|
size,
|
|
|
|
|
height = 24,
|
|
|
|
|
width = 14,
|
|
|
|
|
fill = "currentColor",
|
|
|
|
|
...props
|
|
|
|
|
}: IconSvgProps) => (
|
|
|
|
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
|
|
|
<path d="M6.99992 5.25C6.53579 5.25 6.09067 5.43437 5.76248 5.76256C5.43429 6.09075 5.24992 6.53587 5.24992 7C5.24992 7.46413 5.43429 7.90925 5.76248 8.23744C6.09067 8.56563 6.53579 8.75 6.99992 8.75C7.46405 8.75 7.90917 8.56563 8.23736 8.23744C8.56554 7.90925 8.74992 7.46413 8.74992 7C8.74992 6.53587 8.56554 6.09075 8.23736 5.76256C7.90917 5.43437 7.46405 5.25 6.99992 5.25ZM6.99992 9.91667C6.22637 9.91667 5.4845 9.60938 4.93752 9.06239C4.39054 8.51541 4.08325 7.77355 4.08325 7C4.08325 6.22645 4.39054 5.48459 4.93752 4.93761C5.4845 4.39062 6.22637 4.08333 6.99992 4.08333C7.77347 4.08333 8.51533 4.39062 9.06231 4.93761C9.60929 5.48459 9.91658 6.22645 9.91658 7C9.91658 7.77355 9.60929 8.51541 9.06231 9.06239C8.51533 9.60938 7.77347 9.91667 6.99992 9.91667ZM6.99992 2.625C4.08325 2.625 1.59242 4.43917 0.583252 7C1.59242 9.56083 4.08325 11.375 6.99992 11.375C9.91658 11.375 12.4074 9.56083 13.4166 7C12.4074 4.43917 9.91658 2.625 6.99992 2.625Z" fill="white" />
|
|
|
|
|
</svg>
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
export const DotsIcon = ({
|
|
|
|
|
size,
|
|
|
|
|
height = 24,
|
|
|
|
|
width = 24,
|
|
|
|
|
fill = "none",
|
|
|
|
|
...props
|
|
|
|
|
}: IconSvgProps) => (
|
|
|
|
|
<svg
|
|
|
|
|
height={size || height}
|
|
|
|
|
width={size || width}
|
|
|
|
|
viewBox="0 0 24 24"
|
|
|
|
|
fill={fill}
|
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
|
>
|
|
|
|
|
<path
|
|
|
|
|
className="fill-default-400"
|
|
|
|
|
fillRule="evenodd"
|
|
|
|
|
clipRule="evenodd"
|
|
|
|
|
d="M12 8C13.1 8 14 7.1 14 6C14 4.9 13.1 4 12 4C10.9 4 10 4.9 10 6C10 7.1 10.9 8 12 8ZM12 10C10.9 10 10 10.9 10 12C10 13.1 10.9 14 12 14C13.1 14 14 13.1 14 12C14 10.9 13.1 10 12 10ZM12 16C10.9 16 10 16.9 10 18C10 19.1 10.9 20 12 20C13.1 20 14 19.1 14 18C14 16.9 13.1 16 12 16Z"
|
|
|
|
|
fill="#969696"
|
|
|
|
|
/>
|
|
|
|
|
</svg>
|
2024-01-29 10:19:46 +00:00
|
|
|
);
|
|
|
|
|
|
|
|
|
|
export const MailIcon = (props: any) => (
|
|
|
|
|
<svg
|
|
|
|
|
aria-hidden="true"
|
|
|
|
|
fill="none"
|
|
|
|
|
focusable="false"
|
|
|
|
|
height="1em"
|
|
|
|
|
role="presentation"
|
|
|
|
|
viewBox="0 0 24 24"
|
|
|
|
|
width="1em"
|
|
|
|
|
{...props}
|
|
|
|
|
>
|
|
|
|
|
<path
|
|
|
|
|
d="M17 3.5H7C4 3.5 2 5 2 8.5V15.5C2 19 4 20.5 7 20.5H17C20 20.5 22 19 22 15.5V8.5C22 5 20 3.5 17 3.5ZM17.47 9.59L14.34 12.09C13.68 12.62 12.84 12.88 12 12.88C11.16 12.88 10.31 12.62 9.66 12.09L6.53 9.59C6.21 9.33 6.16 8.85 6.41 8.53C6.67 8.21 7.14 8.15 7.46 8.41L10.59 10.91C11.35 11.52 12.64 11.52 13.4 10.91L16.53 8.41C16.85 8.15 17.33 8.2 17.58 8.53C17.84 8.85 17.79 9.33 17.47 9.59Z"
|
|
|
|
|
fill="currentColor"
|
|
|
|
|
/>
|
|
|
|
|
</svg>
|
|
|
|
|
);
|
2024-02-05 09:37:05 +00:00
|
|
|
|
|
|
|
|
export const SearchIcons = (props: any) => (
|
|
|
|
|
<svg
|
|
|
|
|
aria-hidden="true"
|
|
|
|
|
fill="none"
|
|
|
|
|
focusable="false"
|
|
|
|
|
height="1em"
|
|
|
|
|
role="presentation"
|
|
|
|
|
viewBox="0 0 24 24"
|
|
|
|
|
width="1em"
|
|
|
|
|
{...props}
|
|
|
|
|
>
|
|
|
|
|
<path
|
|
|
|
|
d="M11.5 21C16.7467 21 21 16.7467 21 11.5C21 6.25329 16.7467 2 11.5 2C6.25329 2 2 6.25329 2 11.5C2 16.7467 6.25329 21 11.5 21Z"
|
|
|
|
|
stroke="currentColor"
|
|
|
|
|
strokeLinecap="round"
|
|
|
|
|
strokeLinejoin="round"
|
|
|
|
|
strokeWidth="2"
|
|
|
|
|
/>
|
|
|
|
|
<path
|
|
|
|
|
d="M22 22L20 20"
|
|
|
|
|
stroke="currentColor"
|
|
|
|
|
strokeLinecap="round"
|
|
|
|
|
strokeLinejoin="round"
|
|
|
|
|
strokeWidth="2"
|
|
|
|
|
/>
|
|
|
|
|
</svg>
|
|
|
|
|
)
|