diff --git a/src/assets/icons/ArrowCounterClockWise.svg b/src/assets/icons/ArrowCounterClockWise.svg index a3400193..79c46820 100644 --- a/src/assets/icons/ArrowCounterClockWise.svg +++ b/src/assets/icons/ArrowCounterClockWise.svg @@ -1,5 +1,5 @@ - - + + diff --git a/src/assets/icons/BrowserIcon.tsx b/src/assets/icons/BrowserIcon.tsx index 13e96f6e..9d5f0d05 100644 --- a/src/assets/icons/BrowserIcon.tsx +++ b/src/assets/icons/BrowserIcon.tsx @@ -1,23 +1,40 @@ import { Box, useTheme } from "@mui/material"; - export default function BrowserIcon() { - const theme = useTheme(); + const theme = useTheme(); - return ( - - - - - - - ); -} \ No newline at end of file + return ( + + + + + + + ); +} diff --git a/src/assets/icons/ContactFormIcon/AddressIcon.tsx b/src/assets/icons/ContactFormIcon/AddressIcon.tsx index b16d1fb3..e17f4d7d 100644 --- a/src/assets/icons/ContactFormIcon/AddressIcon.tsx +++ b/src/assets/icons/ContactFormIcon/AddressIcon.tsx @@ -1,25 +1,40 @@ import { Box } from "@mui/material"; interface Props { - color: string; + color: string; } -export default function AddressIcon({color}: Props) { - - return ( - - - - - - - ); -} \ No newline at end of file +export default function AddressIcon({ color }: Props) { + return ( + + + + + + + ); +} diff --git a/src/assets/icons/ContactFormIcon/EmailIcon.tsx b/src/assets/icons/ContactFormIcon/EmailIcon.tsx index 77098257..9cda5066 100644 --- a/src/assets/icons/ContactFormIcon/EmailIcon.tsx +++ b/src/assets/icons/ContactFormIcon/EmailIcon.tsx @@ -1,26 +1,40 @@ import { Box } from "@mui/material"; interface Props { - color: string; + color: string; } -export default function EmailIcon({color}: Props) { - - return ( - - - - - - - - ); -} \ No newline at end of file +export default function EmailIcon({ color }: Props) { + return ( + + + + + + + ); +} diff --git a/src/assets/icons/ContactFormIcon/NameIcon.tsx b/src/assets/icons/ContactFormIcon/NameIcon.tsx index 096a54f5..901af98b 100644 --- a/src/assets/icons/ContactFormIcon/NameIcon.tsx +++ b/src/assets/icons/ContactFormIcon/NameIcon.tsx @@ -1,27 +1,45 @@ import { Box } from "@mui/material"; interface Props { - color: string; + color: string; } -export default function NameIcon({color}: Props) { - - return ( - - - - - - - - - ); -} \ No newline at end of file +export default function NameIcon({ color }: Props) { + return ( + + + + + + + + ); +} diff --git a/src/assets/icons/ContactFormIcon/PhoneIcon.tsx b/src/assets/icons/ContactFormIcon/PhoneIcon.tsx index b84c47b9..946ea890 100644 --- a/src/assets/icons/ContactFormIcon/PhoneIcon.tsx +++ b/src/assets/icons/ContactFormIcon/PhoneIcon.tsx @@ -1,25 +1,34 @@ import { Box } from "@mui/material"; interface Props { - color: string; + color: string; } -export default function PhoneIcon({color}: Props) { - - return ( - - - - - - - ); -} \ No newline at end of file +export default function PhoneIcon({ color }: Props) { + return ( + + + + + + ); +} diff --git a/src/assets/icons/ContactFormIcon/TextIcon.tsx b/src/assets/icons/ContactFormIcon/TextIcon.tsx index 4d74bd83..4769208c 100644 --- a/src/assets/icons/ContactFormIcon/TextIcon.tsx +++ b/src/assets/icons/ContactFormIcon/TextIcon.tsx @@ -1,30 +1,70 @@ import { Box } from "@mui/material"; interface Props { - color: string; + color: string; } -export default function TextIcon({color}: Props) { - - return ( - - - - - - - - - - - - ); -} \ No newline at end of file +export default function TextIcon({ color }: Props) { + return ( + + + + + + + + + + + + ); +} diff --git a/src/assets/icons/ContactFormIcon/supplementIcon.tsx b/src/assets/icons/ContactFormIcon/supplementIcon.tsx index 5b1240cd..403e093a 100644 --- a/src/assets/icons/ContactFormIcon/supplementIcon.tsx +++ b/src/assets/icons/ContactFormIcon/supplementIcon.tsx @@ -1,25 +1,34 @@ import { Box } from "@mui/material"; interface Props { - color: string; + color: string; } -export default function SupplementIcon({color}: Props) { - - return ( - - - - - - - ); -} \ No newline at end of file +export default function SupplementIcon({ color }: Props) { + return ( + + + + + + ); +} diff --git a/src/assets/icons/CopyIcon.tsx b/src/assets/icons/CopyIcon.tsx index f551d292..205dbddd 100644 --- a/src/assets/icons/CopyIcon.tsx +++ b/src/assets/icons/CopyIcon.tsx @@ -1,32 +1,49 @@ import { Box, useTheme } from "@mui/material"; - interface Props { - color?: string; - bgcolor?: string; - marL?: string + color?: string; + bgcolor?: string; + marL?: string; } export default function CopyIcon({ color, bgcolor, marL }: Props) { - const theme = useTheme(); + const theme = useTheme(); - return ( - - - - - - - ); -} \ No newline at end of file + return ( + + + + + + + ); +} diff --git a/src/assets/icons/DomenIcon.tsx b/src/assets/icons/DomenIcon.tsx index a982e6cf..a94975ce 100644 --- a/src/assets/icons/DomenIcon.tsx +++ b/src/assets/icons/DomenIcon.tsx @@ -1,31 +1,52 @@ import { Box, useTheme } from "@mui/material"; - interface Props { - color: string; - bgcolor: string; + color: string; + bgcolor: string; } export default function DomenIcon({ color, bgcolor }: Props) { - const theme = useTheme(); + const theme = useTheme(); - return ( - - - - - - - - ); -} \ No newline at end of file + return ( + + + + + + + + ); +} diff --git a/src/assets/icons/Frame 1171274368.svg b/src/assets/icons/Frame 1171274368.svg index e8e4e635..4bc63c81 100644 --- a/src/assets/icons/Frame 1171274368.svg +++ b/src/assets/icons/Frame 1171274368.svg @@ -1,5 +1,5 @@ - - - + + + diff --git a/src/assets/icons/IconPlus.tsx b/src/assets/icons/IconPlus.tsx index b3a3d3cb..edb3290c 100644 --- a/src/assets/icons/IconPlus.tsx +++ b/src/assets/icons/IconPlus.tsx @@ -3,13 +3,31 @@ import { IconButton } from "@mui/material"; export default function IconPlus() { return ( - + - - + + ); diff --git a/src/assets/icons/Info.tsx b/src/assets/icons/Info.tsx index c0d4df94..bfcd1ce1 100644 --- a/src/assets/icons/Info.tsx +++ b/src/assets/icons/Info.tsx @@ -3,20 +3,26 @@ import { IconButton } from "@mui/material"; export default function Info() { return ( - + - - - - - + + + + + diff --git a/src/assets/icons/TrashIcon.tsx b/src/assets/icons/TrashIcon.tsx index c1471d62..74214a18 100644 --- a/src/assets/icons/TrashIcon.tsx +++ b/src/assets/icons/TrashIcon.tsx @@ -1,35 +1,47 @@ export default function TrashIcon() { return ( - + - + ); diff --git a/src/assets/icons/listChecks.svg b/src/assets/icons/listChecks.svg index 5a3d98d6..5e78ebb2 100644 --- a/src/assets/icons/listChecks.svg +++ b/src/assets/icons/listChecks.svg @@ -1,9 +1,9 @@ - - - - - - + + + + + + diff --git a/src/assets/icons/messagIcon.tsx b/src/assets/icons/messagIcon.tsx index 09361cef..13c986f0 100644 --- a/src/assets/icons/messagIcon.tsx +++ b/src/assets/icons/messagIcon.tsx @@ -1,9 +1,33 @@ export default function MessageIcon() { - return ( - - - - - - ); + return ( + + + + + + ); } diff --git a/src/assets/icons/plus.svg b/src/assets/icons/plus.svg index 3365cc2d..c38a6bef 100644 --- a/src/assets/icons/plus.svg +++ b/src/assets/icons/plus.svg @@ -1,5 +1,5 @@ - - + + diff --git a/src/assets/icons/qrIcon.tsx b/src/assets/icons/qrIcon.tsx index b0064a60..d41123b8 100644 --- a/src/assets/icons/qrIcon.tsx +++ b/src/assets/icons/qrIcon.tsx @@ -1,28 +1,75 @@ import { Box, useTheme } from "@mui/material"; - export default function QRIcon() { - const theme = useTheme(); + const theme = useTheme(); - return ( - - - - - - - - - - - - ); -} \ No newline at end of file + return ( + + + + + + + + + + + + ); +} diff --git a/src/assets/icons/questionsPage/FlagIcon.tsx b/src/assets/icons/questionsPage/FlagIcon.tsx index 504e6f5c..bac39891 100644 --- a/src/assets/icons/questionsPage/FlagIcon.tsx +++ b/src/assets/icons/questionsPage/FlagIcon.tsx @@ -1,27 +1,46 @@ import { Box } from "@mui/material"; - interface Props { - color: string; + color: string; } -export default function FlagIcon({color}: Props) { - - return ( - - - - - - - - ); -} \ No newline at end of file +export default function FlagIcon({ color }: Props) { + return ( + + + + + + + + ); +} diff --git a/src/assets/icons/questionsPage/FormatIcon1.tsx b/src/assets/icons/questionsPage/FormatIcon1.tsx index 3cd374c1..741cdb58 100644 --- a/src/assets/icons/questionsPage/FormatIcon1.tsx +++ b/src/assets/icons/questionsPage/FormatIcon1.tsx @@ -1,35 +1,78 @@ import { Box } from "@mui/material"; - interface Props { - color: string; + color: string; } -export default function FormatIcon1({color}: Props) { - - return ( - - - - - - - - - - - - - - - - ); -} \ No newline at end of file +export default function FormatIcon1({ color }: Props) { + return ( + + + + + + + + + + + + + + + + ); +} diff --git a/src/assets/icons/questionsPage/FormatIcon2.tsx b/src/assets/icons/questionsPage/FormatIcon2.tsx index 45e8695b..96e028da 100644 --- a/src/assets/icons/questionsPage/FormatIcon2.tsx +++ b/src/assets/icons/questionsPage/FormatIcon2.tsx @@ -1,32 +1,70 @@ import { Box } from "@mui/material"; - interface Props { - color: string; + color: string; } export default function FormatIcon2({ color }: Props) { - - return ( - - - - - - - - - - - - - ); -} \ No newline at end of file + return ( + + + + + + + + + + + + ); +} diff --git a/src/assets/icons/questionsPage/ProportionsIcon11.tsx b/src/assets/icons/questionsPage/ProportionsIcon11.tsx index 7e26130a..c6d7b380 100644 --- a/src/assets/icons/questionsPage/ProportionsIcon11.tsx +++ b/src/assets/icons/questionsPage/ProportionsIcon11.tsx @@ -1,27 +1,44 @@ import { Box } from "@mui/material"; - interface Props { - color: string; + color: string; } -export default function ProportionsIcon11({color}: Props) { - - return ( - - - - - - - - ); -} \ No newline at end of file +export default function ProportionsIcon11({ color }: Props) { + return ( + + + + + + + + ); +} diff --git a/src/assets/icons/questionsPage/ProportionsIcon12.tsx b/src/assets/icons/questionsPage/ProportionsIcon12.tsx index d6c33d7f..7258f303 100644 --- a/src/assets/icons/questionsPage/ProportionsIcon12.tsx +++ b/src/assets/icons/questionsPage/ProportionsIcon12.tsx @@ -1,27 +1,45 @@ import { Box } from "@mui/material"; - interface Props { - color: string; + color: string; } -export default function ProportionsIcon12({color}: Props) { - - return ( - - - - - - - - ); -} \ No newline at end of file +export default function ProportionsIcon12({ color }: Props) { + return ( + + + + + + + + ); +} diff --git a/src/assets/icons/questionsPage/ProportionsIcon21.tsx b/src/assets/icons/questionsPage/ProportionsIcon21.tsx index 38a38d0a..5054e4b3 100644 --- a/src/assets/icons/questionsPage/ProportionsIcon21.tsx +++ b/src/assets/icons/questionsPage/ProportionsIcon21.tsx @@ -1,27 +1,44 @@ import { Box } from "@mui/material"; - interface Props { - color: string; + color: string; } -export default function ProportionsIcon21({color}: Props) { - - return ( - - - - - - - - ); -} \ No newline at end of file +export default function ProportionsIcon21({ color }: Props) { + return ( + + + + + + + + ); +} diff --git a/src/assets/icons/questionsPage/StarIconMini.tsx b/src/assets/icons/questionsPage/StarIconMini.tsx index bbe3c4c6..b7a043b3 100644 --- a/src/assets/icons/questionsPage/StarIconMini.tsx +++ b/src/assets/icons/questionsPage/StarIconMini.tsx @@ -1,26 +1,36 @@ import { Box } from "@mui/material"; - interface Props { - color: string; + color: string; } -export default function StarIconMini({color}: Props) { - - return ( - - - - - - - ); -} \ No newline at end of file +export default function StarIconMini({ color }: Props) { + return ( + + + + + + ); +} diff --git a/src/assets/icons/questionsPage/addEmoji.tsx b/src/assets/icons/questionsPage/addEmoji.tsx index 063507aa..a52aa262 100644 --- a/src/assets/icons/questionsPage/addEmoji.tsx +++ b/src/assets/icons/questionsPage/addEmoji.tsx @@ -1,31 +1,62 @@ import { Box } from "@mui/material"; - // interface Props { // color: string; // } export default function AddEmoji() { - - return ( - - - - - - - - - - - - ); -} \ No newline at end of file + return ( + + + + + + + + + + + + ); +} diff --git a/src/assets/icons/questionsPage/addImage.tsx b/src/assets/icons/questionsPage/addImage.tsx index adec08f1..32265e8d 100644 --- a/src/assets/icons/questionsPage/addImage.tsx +++ b/src/assets/icons/questionsPage/addImage.tsx @@ -1,30 +1,58 @@ import { Box } from "@mui/material"; - // interface Props { // color: string; // } export default function AddImage() { - - return ( - - - - - - - - - - - ); -} \ No newline at end of file + return ( + + + + + + + + + + + ); +} diff --git a/src/assets/icons/questionsPage/addVideofile.tsx b/src/assets/icons/questionsPage/addVideofile.tsx index e3188cd3..2bcb0384 100644 --- a/src/assets/icons/questionsPage/addVideofile.tsx +++ b/src/assets/icons/questionsPage/addVideofile.tsx @@ -1,29 +1,54 @@ import { Box } from "@mui/material"; - // interface Props { // color: string; // } export default function AddVideofile() { - - return ( - - - - - - - - - - ); -} \ No newline at end of file + return ( + + + + + + + + + + ); +} diff --git a/src/assets/icons/questionsPage/answer.tsx b/src/assets/icons/questionsPage/answer.tsx index d4e433ba..df857f60 100755 --- a/src/assets/icons/questionsPage/answer.tsx +++ b/src/assets/icons/questionsPage/answer.tsx @@ -1,33 +1,54 @@ -import {Box, SxProps, Theme} from "@mui/material"; - +import { Box, SxProps, Theme } from "@mui/material"; interface Props { - color: string; - sx?: SxProps + color: string; + sx?: SxProps; } -export default function Answer({color, sx}: Props) { - - return ( - - - - - - - - - - - - ); -} \ No newline at end of file +export default function Answer({ color, sx }: Props) { + return ( + + + + + + + + + + + ); +} diff --git a/src/assets/icons/questionsPage/branching.tsx b/src/assets/icons/questionsPage/branching.tsx index 2bbba8ae..2674397c 100755 --- a/src/assets/icons/questionsPage/branching.tsx +++ b/src/assets/icons/questionsPage/branching.tsx @@ -1,28 +1,58 @@ import { Box } from "@mui/material"; interface Props { - color: string; + color: string; } -export default function Branching({color}: Props) { - - return ( - - - - - - - - - - ); -} \ No newline at end of file +export default function Branching({ color }: Props) { + return ( + + + + + + + + + + ); +} diff --git a/src/assets/icons/questionsPage/clue.tsx b/src/assets/icons/questionsPage/clue.tsx index ff944cfa..4b37f6ba 100755 --- a/src/assets/icons/questionsPage/clue.tsx +++ b/src/assets/icons/questionsPage/clue.tsx @@ -1,27 +1,46 @@ import { Box } from "@mui/material"; interface Props { - color: string; + color: string; } - -export default function Clue({color}: Props) { - - return ( - - - - - - - - ); -} \ No newline at end of file +export default function Clue({ color }: Props) { + return ( + + + + + + + + ); +} diff --git a/src/assets/icons/questionsPage/enterIcon.tsx b/src/assets/icons/questionsPage/enterIcon.tsx index ead529b2..44f87b54 100755 --- a/src/assets/icons/questionsPage/enterIcon.tsx +++ b/src/assets/icons/questionsPage/enterIcon.tsx @@ -1,27 +1,49 @@ import { Box } from "@mui/material"; - // interface Props { // color: string; // } export default function EnterIcon() { - - return ( - - - - - - - - ) + return ( + + + + + + + + ); } diff --git a/src/assets/icons/questionsPage/hashtagIcon.tsx b/src/assets/icons/questionsPage/hashtagIcon.tsx index 2ebb712f..81d65414 100644 --- a/src/assets/icons/questionsPage/hashtagIcon.tsx +++ b/src/assets/icons/questionsPage/hashtagIcon.tsx @@ -1,25 +1,35 @@ import { Box } from "@mui/material"; - interface Props { - color: string; + color: string; } -export default function HashtagIcon({color}: Props) { - - return ( - - - - - - ); -} \ No newline at end of file +export default function HashtagIcon({ color }: Props) { + return ( + + + + + + ); +} diff --git a/src/assets/icons/questionsPage/heartIcon.tsx b/src/assets/icons/questionsPage/heartIcon.tsx index a39239cb..2e1af35a 100644 --- a/src/assets/icons/questionsPage/heartIcon.tsx +++ b/src/assets/icons/questionsPage/heartIcon.tsx @@ -1,25 +1,36 @@ import { Box } from "@mui/material"; - interface Props { - color: string; + color: string; } -export default function HeartIcon({color}: Props) { - - return ( - - - - - - ); -} \ No newline at end of file +export default function HeartIcon({ color }: Props) { + return ( + + + + + + ); +} diff --git a/src/assets/icons/questionsPage/imgIcon.tsx b/src/assets/icons/questionsPage/imgIcon.tsx index 71680306..0154f8d3 100755 --- a/src/assets/icons/questionsPage/imgIcon.tsx +++ b/src/assets/icons/questionsPage/imgIcon.tsx @@ -1,26 +1,44 @@ import { Box } from "@mui/material"; interface Props { - color: string; + color: string; } -export default function ImgIcon({color}: Props) { - - return ( - - - - - - - - ); -} \ No newline at end of file +export default function ImgIcon({ color }: Props) { + return ( + + + + + + + + ); +} diff --git a/src/assets/icons/questionsPage/lightbulbIcon.tsx b/src/assets/icons/questionsPage/lightbulbIcon.tsx index e5200c19..b9a07e1b 100644 --- a/src/assets/icons/questionsPage/lightbulbIcon.tsx +++ b/src/assets/icons/questionsPage/lightbulbIcon.tsx @@ -1,27 +1,48 @@ import { Box } from "@mui/material"; - interface Props { - color: string; + color: string; } -export default function LightbulbIcon({color}: Props) { - - return ( - - - - - - - - ); -} \ No newline at end of file +export default function LightbulbIcon({ color }: Props) { + return ( + + + + + + + + ); +} diff --git a/src/assets/icons/questionsPage/likeIcon.tsx b/src/assets/icons/questionsPage/likeIcon.tsx index 54af4436..e7fae644 100644 --- a/src/assets/icons/questionsPage/likeIcon.tsx +++ b/src/assets/icons/questionsPage/likeIcon.tsx @@ -1,27 +1,46 @@ import { Box } from "@mui/material"; - interface Props { - color: string; + color: string; } -export default function LikeIcon({color}: Props) { - - return ( - - - - - - - - ); -} \ No newline at end of file +export default function LikeIcon({ color }: Props) { + return ( + + + + + + + + ); +} diff --git a/src/assets/icons/questionsPage/settingIcon.tsx b/src/assets/icons/questionsPage/settingIcon.tsx index 557b25d7..03223028 100755 --- a/src/assets/icons/questionsPage/settingIcon.tsx +++ b/src/assets/icons/questionsPage/settingIcon.tsx @@ -1,24 +1,34 @@ import { Box } from "@mui/material"; interface Props { - color: string; + color: string; } -export default function SettingIcon({color}: Props) { - - return ( - - - - - - ); -} \ No newline at end of file +export default function SettingIcon({ color }: Props) { + return ( + + + + + + ); +} diff --git a/src/assets/icons/questionsPage/tropfyIcon.tsx b/src/assets/icons/questionsPage/tropfyIcon.tsx index ceef6d94..d9a37dae 100644 --- a/src/assets/icons/questionsPage/tropfyIcon.tsx +++ b/src/assets/icons/questionsPage/tropfyIcon.tsx @@ -1,29 +1,64 @@ import { Box } from "@mui/material"; - interface Props { - color: string; + color: string; } -export default function TropfyIcon({color}: Props) { - - return ( - - - - - - - - - - ); -} \ No newline at end of file +export default function TropfyIcon({ color }: Props) { + return ( + + + + + + + + + + ); +} diff --git a/src/assets/icons/telegramIcon.tsx b/src/assets/icons/telegramIcon.tsx index 5289715a..1c9ec7b1 100644 --- a/src/assets/icons/telegramIcon.tsx +++ b/src/assets/icons/telegramIcon.tsx @@ -1,24 +1,47 @@ import { Box, useTheme } from "@mui/material"; - export default function TelegramIcon() { - const theme = useTheme(); + const theme = useTheme(); - return ( - - - - - - - - ); -} \ No newline at end of file + return ( + + + + + + + + ); +} diff --git a/src/assets/icons/tiktokIcon.tsx b/src/assets/icons/tiktokIcon.tsx index db9d29a4..41927e8e 100644 --- a/src/assets/icons/tiktokIcon.tsx +++ b/src/assets/icons/tiktokIcon.tsx @@ -1,22 +1,33 @@ import { Box, useTheme } from "@mui/material"; - export default function TiktokIcon() { - const theme = useTheme(); + const theme = useTheme(); - return ( - - - - - - ); -} \ No newline at end of file + return ( + + + + + + ); +}