@abqm-ds/icons 1.0.7 → 1.0.9

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.
Files changed (77) hide show
  1. package/.turbo/turbo-build.log +8 -8
  2. package/CHANGELOG.md +12 -0
  3. package/dist/index.cjs +506 -359
  4. package/dist/index.d.cts +30 -20
  5. package/dist/index.d.ts +30 -20
  6. package/dist/index.js +498 -356
  7. package/package.json +1 -1
  8. package/scripts/move-icons.js +8 -69
  9. package/scripts/process.js +54 -0
  10. package/scripts/updateIndex.js +16 -0
  11. package/scripts/utils.js +9 -0
  12. package/src/_logos/LogoSeqm.tsx +2 -2
  13. package/src/components/ArrowDownShortIcon.tsx +19 -0
  14. package/src/components/AwardFillIcon.tsx +5 -7
  15. package/src/components/BoxArrowInLeftIcon.tsx +2 -2
  16. package/src/components/BroadcastIcon.tsx +6 -7
  17. package/src/components/CaretDownFillIcon.tsx +17 -0
  18. package/src/components/CaretLeftFillIcon.tsx +17 -0
  19. package/src/components/CaretRightFillIcon.tsx +17 -0
  20. package/src/components/CircleIcon.tsx +24 -0
  21. package/src/components/FacebookIcon.tsx +12 -6
  22. package/src/components/FileTextIcon.tsx +21 -0
  23. package/src/components/FilterIcon.tsx +3 -4
  24. package/src/components/HorseIcon.tsx +1 -1
  25. package/src/components/InstagramIcon.tsx +12 -6
  26. package/src/components/ListIcon.tsx +19 -0
  27. package/src/components/ListOlIcon.tsx +5 -7
  28. package/src/components/LogoPadraoIcon.tsx +4 -4
  29. package/src/components/LogoSeqmIcon.tsx +13 -13
  30. package/src/components/LogoSeqmMobileIcon.tsx +5 -5
  31. package/src/components/PencilSquareIcon.tsx +5 -7
  32. package/src/components/PersonCircleIcon.tsx +6 -6
  33. package/src/components/PlusIcon.tsx +3 -4
  34. package/src/components/PrinterIcon.tsx +4 -4
  35. package/src/components/SearchIcon.tsx +6 -7
  36. package/src/components/SpinnerRingResizeIcon.tsx +37 -0
  37. package/src/components/StarIcon.tsx +12 -6
  38. package/src/components/XIcon.tsx +3 -4
  39. package/src/components/YoutubeIcon.tsx +3 -4
  40. package/src/icons/Broadcast.svg +5 -5
  41. package/src/icons/Circle.svg +10 -0
  42. package/src/icons/Search.svg +5 -5
  43. package/src/icons/Star.svg +9 -2
  44. package/src/icons/X.svg +2 -2
  45. package/src/icons/arrow-down-short.svg +3 -0
  46. package/src/icons/award-fill.svg +4 -0
  47. package/src/icons/caret-down-fill.svg +3 -0
  48. package/src/icons/caret-left-fill.svg +3 -0
  49. package/src/icons/caret-right-fill.svg +3 -0
  50. package/src/icons/facebook.svg +9 -2
  51. package/src/icons/file-text.svg +4 -0
  52. package/src/icons/filter.svg +2 -2
  53. package/src/icons/instagram.svg +9 -2
  54. package/src/icons/list-ol.svg +4 -0
  55. package/src/icons/list.svg +3 -0
  56. package/src/icons/pencil-square.svg +4 -0
  57. package/src/icons/person-circle.svg +11 -0
  58. package/src/icons/plus.svg +2 -2
  59. package/src/icons/printer.svg +3 -2
  60. package/src/icons/spinner-ring-resize.svg +1 -0
  61. package/src/icons/youtube.svg +2 -2
  62. package/src/index.ts +20 -27
  63. package/src/components/CaretDownIcon.tsx +0 -18
  64. package/src/components/CaretRightIcon.tsx +0 -18
  65. package/src/components/MenuIcon.tsx +0 -20
  66. package/src/icons/AwardFill.svg +0 -4
  67. package/src/icons/CaretDown.svg +0 -3
  68. package/src/icons/CaretRight.svg +0 -3
  69. package/src/icons/ListOl.svg +0 -4
  70. package/src/icons/Menu.svg +0 -3
  71. package/src/icons/PencilSquare.svg +0 -4
  72. package/src/icons/PersonCircle.svg +0 -11
  73. package/src/icons/horse.svg +0 -3
  74. /package/src/icons/{BoxArrowInLeft.svg → box-arrow-in-left.svg} +0 -0
  75. /package/src/logos/{LogoPadrao.svg → logo-padrao.svg} +0 -0
  76. /package/src/logos/{LogoSeqmMobile.svg → logo-seqm-mobile.svg} +0 -0
  77. /package/src/logos/{LogoSeqm.svg → logo-seqm.svg} +0 -0
@@ -8,7 +8,7 @@ const LogoSeqmIcon = (props: SVGProps<SVGSVGElement>) => (
8
8
  viewBox="0 0 110 48"
9
9
  {...props}
10
10
  >
11
- <g clipPath="url(#LogoSeqm_svg__a)">
11
+ <g clipPath="url(#logo-seqm_svg__a)">
12
12
  <path
13
13
  stroke="#fff"
14
14
  strokeMiterlimit={10}
@@ -17,17 +17,17 @@ const LogoSeqmIcon = (props: SVGProps<SVGSVGElement>) => (
17
17
  d="M.916 47.835h107.353"
18
18
  />
19
19
  <path
20
- fill="#fff"
20
+ fill={props?.fill ? props.fill : '#fff'}
21
21
  fillOpacity={0.85}
22
22
  d="M1.291 45.394c-.114-.05-.114-.082-.114-.297 0-.38.032-.693.032-.808 0-.083.017-.116.066-.116s.049.017.049.083 0 .181.016.28c.114.561.62.776 1.126.776.734 0 1.076-.528 1.076-1.023 0-.528-.212-.841-.864-1.386l-.343-.28c-.8-.66-.979-1.138-.979-1.666 0-.825.604-1.386 1.566-1.386.294 0 .523.033.702.083.147.033.212.033.261.033s.082.016.082.05c0 .032-.033.296-.033.807 0 .116-.016.182-.049.182-.049 0-.049-.033-.065-.099 0-.099-.05-.297-.098-.38-.049-.082-.245-.412-.946-.412-.522 0-.93.33-.93.89 0 .43.195.71.93 1.288l.212.165c.897.709 1.11 1.187 1.11 1.797 0 .314-.115.891-.653 1.27-.327.231-.735.33-1.142.33a1.9 1.9 0 0 1-1.012-.181M6.348 43.596c0 .627 0 1.138.033 1.419.016.198.05.313.245.346.098.017.245.033.31.033.032 0 .049.033.049.05 0 .033-.033.05-.114.05-.376 0-.8-.017-.833-.017s-.456.016-.652.016c-.065 0-.114-.016-.114-.05 0-.016.016-.049.049-.049a1 1 0 0 0 .212-.033c.13-.033.147-.148.18-.346.032-.264.032-.776.032-1.419v-1.154c0-1.007 0-1.205-.016-1.403-.017-.214-.066-.33-.213-.346-.081-.016-.163-.016-.212-.016-.032 0-.049-.033-.049-.05 0-.033.033-.05.115-.05.212 0 .636.017.668.017s.457-.016.67-.016c.081 0 .114.016.114.05 0 .016-.033.049-.05.049-.048 0-.097 0-.162.016-.18.033-.213.132-.229.363v2.54zM7.947 45.41c-.098-.05-.098-.066-.098-.247 0-.33.033-.577.033-.693 0-.066.016-.115.049-.115.032 0 .065.016.065.082 0 .05 0 .149.016.231.114.478.604.643 1.06.643.653 0 .996-.38.996-.874 0-.462-.245-.693-.848-1.138l-.31-.231c-.718-.544-.963-.94-.963-1.402 0-.759.604-1.22 1.485-1.22.26 0 .538.032.685.082.13.033.18.033.228.033.05 0 .066 0 .066.05 0 .032-.033.247-.033.692 0 .099 0 .149-.049.149s-.049-.033-.065-.083c0-.082-.066-.247-.098-.33-.05-.082-.261-.33-.865-.33-.49 0-.88.248-.88.71 0 .412.211.66.864 1.105l.196.132c.815.56 1.093 1.006 1.093 1.567 0 .379-.147.791-.62 1.105-.278.181-.702.23-1.06.23-.278.017-.67-.016-.947-.148M13.755 43.596c0 .627 0 1.138.033 1.419.016.198.049.313.261.346.098.017.245.033.31.033.049 0 .049.033.049.05 0 .033-.033.05-.114.05-.36 0-.783-.017-.832-.017-.033 0-.49.016-.686.016-.081 0-.114-.016-.114-.05 0-.016.016-.049.05-.049.064 0 .13-.016.195-.033.13-.033.18-.165.196-.346.032-.264.032-.776.032-1.419v-2.738l-.962.017c-.425 0-.571.049-.67.214-.08.115-.08.165-.113.214-.017.05-.033.066-.066.066-.016 0-.049-.016-.049-.05 0-.065.13-.659.147-.708 0-.033.05-.116.066-.116.048 0 .114.05.293.083.196.016.44.033.522.033h2.513c.212 0 .375-.017.473-.033.098-.017.163-.033.196-.033.032 0 .032.033.032.082 0 .198-.016.66-.016.742 0 .05-.033.083-.065.083-.033 0-.05-.017-.05-.116v-.066c-.015-.198-.162-.346-.799-.363l-.832-.016zM16.758 42.458c0-1.006 0-1.204-.017-1.402-.016-.215-.049-.33-.277-.363-.05 0-.163-.017-.229-.017-.016 0-.049-.033-.049-.05 0-.032.033-.049.115-.049.31 0 .734.017.767.017h1.598c.13 0 .245-.033.31-.033.033 0 .066-.033.098-.033.017 0 .033.033.033.066 0 .05-.033.115-.049.313 0 .066-.016.347-.033.43 0 .032-.032.065-.065.065s-.049-.033-.049-.082c0-.05 0-.149-.033-.231-.048-.116-.114-.149-.473-.198-.114-.017-.88-.017-.962-.017-.033 0-.033.017-.033.066v1.765c0 .05 0 .066.033.066.081 0 .962 0 1.11-.016.162-.017.26-.017.325-.1.05-.049.082-.082.098-.082.017 0 .033.017.033.05s-.033.148-.049.363c-.016.132-.033.379-.033.428 0 .05-.016.116-.065.116-.032 0-.049-.017-.049-.066 0-.066 0-.132-.032-.215-.017-.099-.082-.165-.343-.198-.18-.016-.897-.032-1.011-.032q-.05 0-.05.049v1.649c.017.43.131.528.8.528.18 0 .49 0 .669-.066.18-.082.26-.198.31-.445.016-.083.033-.099.065-.099.033 0 .05.05.05.099 0 .05-.05.495-.099.627-.049.165-.114.165-.375.165-.506 0-.881-.017-1.158-.017-.278-.016-.457-.016-.555-.016h-.294c-.13 0-.277.016-.391.016-.066 0-.115-.016-.115-.05 0-.016.017-.049.05-.049a1 1 0 0 0 .212-.033c.13-.016.146-.148.179-.346.033-.264.033-.775.033-1.419zM25.747 44.668c.016.231.065.578.343.676.195.066.359.066.424.066q.05 0 .049.05c0 .033-.066.066-.13.066-.148 0-.898 0-1.143-.033-.163-.017-.196-.033-.196-.066 0-.017.017-.05.05-.05.032 0 .048-.115.032-.23l-.326-3.316h-.017l-1.615 3.332c-.13.28-.18.346-.228.346-.05 0-.098-.066-.229-.297-.18-.33-.62-1.154-.783-1.517-.196-.412-.734-1.517-.848-1.781h-.033l-.26 2.952v.33c0 .099.064.165.162.181a1 1 0 0 0 .261.033c.017 0 .05.017.05.05 0 .05-.05.066-.115.066-.245 0-.57-.017-.62-.017-.065 0-.375.017-.555.017-.065 0-.114-.017-.114-.066 0-.017.033-.05.066-.05.048 0 .097 0 .195-.016.212-.033.229-.28.261-.528l.49-4.255c0-.066.032-.116.081-.116.05 0 .098.017.13.099l2.024 4.041 1.941-4.041c.033-.066.066-.116.115-.116s.081.05.098.182z"
23
23
  />
24
24
  <path
25
- fill="#fff"
25
+ fill={props?.fill ? props.fill : '#fff'}
26
26
  fillOpacity={0.85}
27
27
  d="M28.733 40.693c.081-.215.114-.248.163-.248.065 0 .098.1.163.231.114.28 1.19 2.97 1.599 3.959.244.577.424.66.57.71.099.032.197.032.262.032.033 0 .081.017.081.05s-.081.05-.146.05c-.098 0-.588 0-1.06-.017-.131 0-.23 0-.23-.05 0-.033.017-.033.05-.05.032-.016.114-.065.065-.18l-.62-1.469c-.016-.033-.016-.033-.065-.033H28.03c-.033 0-.049.017-.065.05l-.376 1.039c-.065.165-.097.33-.097.429 0 .132.114.181.228.181h.065c.05 0 .066.017.066.05q0 .05-.098.05c-.164 0-.522-.017-.604-.017-.065 0-.408.016-.669.016-.082 0-.13-.016-.13-.05 0-.032.032-.049.065-.049.049 0 .147 0 .196-.016.31-.033.424-.264.554-.594zm.734 2.721c.032 0 .032-.016.016-.05l-.652-1.78c-.033-.1-.082-.1-.115 0l-.62 1.78c0 .034 0 .05.017.05zM34.54 42.458c0-1.006 0-1.204-.016-1.402-.016-.215-.049-.33-.277-.363-.049 0-.163-.017-.228-.017-.017 0-.05-.032-.05-.049 0-.033.033-.05.115-.05.31 0 .734.017.767.017.081 0 .505-.017.897-.017.669 0 1.893-.066 2.676.743.326.33.652.874.652 1.65 0 .824-.342 1.45-.718 1.83-.293.297-.88.759-2.023.759-.293 0-.652-.017-.93-.033l-.538-.033h-.277c-.13 0-.294.016-.408.016-.065 0-.114-.016-.114-.05 0-.016.016-.049.049-.049a1 1 0 0 0 .212-.032c.13-.034.146-.149.18-.347.032-.264.032-.775.032-1.419zm.62.693v1.418c0 .165.017.396.082.462.082.116.327.264 1.11.264.62 0 1.158-.214 1.566-.594.343-.33.522-.956.522-1.55 0-.825-.359-1.353-.636-1.633-.637-.644-1.37-.726-2.17-.726-.13 0-.343.016-.408.05-.065.016-.082.049-.082.131v2.178zM40.43 42.458c0-1.006 0-1.204-.015-1.402-.017-.215-.05-.33-.278-.363-.049 0-.163-.017-.228-.017-.017 0-.05-.033-.05-.05 0-.032.033-.049.115-.049.31 0 .734.017.767.017h1.599c.13 0 .244-.033.31-.033.032 0 .065-.033.098-.033.016 0 .032.033.032.066 0 .05-.032.115-.049.313 0 .066-.016.347-.032.43 0 .032-.033.065-.066.065-.032 0-.049-.033-.049-.082 0-.05 0-.149-.032-.231-.05-.116-.114-.149-.473-.198-.114-.017-.881-.017-.963-.017-.032 0-.032.017-.032.066v1.765c0 .05 0 .066.032.066.082 0 .963 0 1.11-.016.163-.017.26-.017.326-.1.049-.049.081-.082.098-.082.016 0 .032.017.032.05s-.032.148-.049.363c-.016.132-.032.379-.032.428 0 .05-.017.116-.066.116-.032 0-.048-.017-.048-.066 0-.066 0-.132-.033-.215-.016-.099-.082-.165-.343-.198-.18-.016-.897-.032-1.011-.032q-.05 0-.05.049v1.649c.017.43.131.528.8.528.18 0 .49 0 .67-.066.179-.082.26-.198.31-.445.016-.083.032-.099.065-.099.032 0 .048.05.048.099 0 .05-.048.495-.097.627-.05.165-.115.165-.376.165-.505 0-.88-.017-1.158-.017-.277-.016-.457-.016-.555-.016h-.293c-.131 0-.278.016-.392.016-.065 0-.114-.016-.114-.05 0-.016.016-.049.049-.049a1 1 0 0 0 .212-.033c.13-.016.147-.148.18-.346.032-.264.032-.775.032-1.419zM46.892 41.93c0-1.204 0-1.419-.017-1.65-.016-.263-.081-.379-.326-.445-.065-.016-.196-.016-.261-.016-.033 0-.065-.017-.065-.05 0-.05.032-.066.114-.066h.538l.31.017h1.73c.147 0 .26-.017.326-.033.033 0 .065-.033.114-.033.017 0 .033.033.033.066 0 .05-.033.148-.066.363 0 .082-.016.412-.032.511 0 .033-.016.082-.05.082-.048 0-.064-.032-.064-.099 0-.049 0-.18-.05-.28-.048-.115-.13-.214-.538-.264-.13-.016-.962-.016-1.044-.016-.032 0-.049.016-.049.082v2.112c0 .049 0 .082.05.082.097 0 1.027 0 1.206-.017.18-.016.294-.033.36-.115.048-.066.081-.099.114-.099.016 0 .032.017.032.066 0 .05-.032.181-.065.429a8 8 0 0 0-.033.495c0 .066 0 .148-.049.148-.032 0-.048-.033-.048-.066 0-.082 0-.148-.033-.247-.033-.116-.098-.231-.392-.264a29 29 0 0 0-1.077-.033q-.048 0-.049.05v1.996c.017.527.131.626.882.626.195 0 .538 0 .734-.082.195-.083.293-.231.342-.545.017-.082.033-.115.066-.115.049 0 .049.066.049.115 0 .066-.066.578-.098.742-.05.198-.114.198-.408.198-.571 0-.98-.016-1.29-.016-.293-.017-.472-.017-.586-.017h-.31c-.147 0-.327.017-.44.017-.082 0-.115-.017-.115-.066 0-.017.016-.05.065-.05.065 0 .163-.016.228-.032.147-.034.196-.198.213-.43.032-.33.032-.923.032-1.665V41.93zM50.595 45.41c-.098-.05-.098-.066-.098-.247 0-.33.033-.577.033-.693 0-.066.016-.115.049-.115.032 0 .065.016.065.082 0 .05 0 .149.016.231.114.478.604.643 1.06.643.653 0 .996-.38.996-.874 0-.462-.245-.693-.849-1.138l-.31-.231c-.717-.544-.962-.94-.962-1.402 0-.759.604-1.22 1.485-1.22.26 0 .538.032.685.082.13.033.18.033.228.033.05 0 .066 0 .066.05 0 .032-.033.247-.033.692 0 .099 0 .149-.049.149s-.049-.033-.065-.083c0-.082-.066-.247-.098-.33-.05-.082-.261-.33-.865-.33-.49 0-.88.248-.88.71 0 .412.211.66.864 1.105l.196.132c.815.56 1.093 1.006 1.093 1.567 0 .379-.147.791-.62 1.105-.278.181-.702.23-1.06.23-.278.017-.67-.016-.947-.148M54.804 42.458c0-1.006 0-1.204-.016-1.402-.016-.214-.049-.33-.277-.363-.05 0-.163-.016-.229-.016-.016 0-.049-.033-.049-.05 0-.033.033-.05.115-.05.31 0 .718.017.766.017.147 0 .653-.016.947-.016.864 0 1.158.264 1.272.362.147.133.327.43.327.776 0 .94-.702 1.55-1.73 1.55h-.196c-.032 0-.065-.033-.065-.066 0-.05.033-.066.18-.066.718 0 1.24-.462 1.24-1.055 0-.215-.017-.644-.376-.99-.342-.346-.75-.313-.897-.313-.114 0-.31.033-.375.05-.033 0-.05.048-.05.114v2.656c0 .627 0 1.138.033 1.419.017.198.066.313.261.346.098.017.229.033.294.033.033 0 .05.033.05.05 0 .033-.034.05-.115.05-.36 0-.8-.017-.832-.017-.017 0-.457.016-.653.016-.065 0-.114-.016-.114-.05 0-.016.016-.049.049-.049a1 1 0 0 0 .212-.033c.13-.033.147-.148.18-.346.032-.264.032-.776.032-1.419v-1.138zM60.955 40.479c1.501 0 2.643.923 2.643 2.44 0 1.452-1.077 2.656-2.676 2.656-1.827 0-2.61-1.385-2.61-2.556 0-1.056.8-2.54 2.643-2.54m.147 4.833c.604 0 1.81-.33 1.81-2.21 0-1.568-.945-2.393-1.99-2.393-1.109 0-1.925.71-1.925 2.128 0 1.518.898 2.474 2.105 2.474M64.805 42.458c0-1.006 0-1.204-.016-1.402-.016-.214-.049-.33-.277-.363-.05 0-.163-.016-.229-.016-.016 0-.049-.033-.049-.05 0-.033.033-.05.115-.05.31 0 .75.017.783.017.065 0 .636-.016.832-.016.424 0 .897.033 1.24.28.163.116.457.429.457.89 0 .48-.196.958-.816 1.485.538.693 1.011 1.287 1.403 1.683.359.363.57.429.75.445.13.017.196.017.229.017.032 0 .065.033.065.05 0 .032-.033.049-.163.049h-.424c-.376 0-.539-.033-.718-.132-.294-.149-.539-.462-.914-.957-.277-.346-.57-.775-.718-.957-.032-.033-.049-.033-.098-.033l-.848-.016q-.05 0-.049.05v.148c0 .627 0 1.138.033 1.402.016.198.065.313.26.346.099.017.23.033.294.033.05 0 .05.033.05.05 0 .033-.033.05-.115.05-.359 0-.783-.017-.816-.017 0 0-.456.016-.652.016-.065 0-.114-.016-.114-.05 0-.016.016-.049.049-.049a1 1 0 0 0 .212-.033c.13-.033.146-.148.18-.346.032-.264.032-.776.032-1.419v-1.105zm.571.544a.09.09 0 0 0 .05.083c.097.05.44.099.734.099.163 0 .342 0 .505-.116.229-.148.408-.494.408-.99 0-.808-.44-1.286-1.158-1.286-.196 0-.408.017-.473.033-.033.017-.05.033-.05.082v2.095zM70.826 43.596c0 .627 0 1.138.032 1.419.016.198.05.313.261.346.098.017.245.033.31.033.05 0 .05.033.05.05 0 .033-.033.05-.115.05-.359 0-.783-.017-.832-.017-.033 0-.49.016-.685.016-.082 0-.114-.016-.114-.05 0-.016.016-.049.048-.049a.8.8 0 0 0 .196-.033c.13-.033.18-.165.196-.346.033-.264.033-.776.033-1.419v-2.738l-.963.017c-.424 0-.571.049-.669.214-.081.115-.081.165-.114.214-.016.05-.033.066-.065.066-.017 0-.05-.016-.05-.05 0-.065.131-.659.148-.708 0-.033.049-.116.065-.116.049 0 .114.05.293.083.196.016.441.033.523.033h2.512c.212 0 .375-.017.473-.033.098-.017.163-.033.196-.033s.033.033.033.082c0 .198-.017.66-.017.742 0 .05-.032.083-.065.083s-.049-.017-.049-.116v-.066c-.016-.198-.163-.346-.8-.363l-.831-.016zM73.811 42.458c0-1.006 0-1.204-.016-1.402-.016-.215-.049-.33-.277-.363-.05 0-.164-.017-.229-.017-.016 0-.049-.033-.049-.05 0-.032.033-.049.114-.049.31 0 .735.017.767.017h1.6c.13 0 .244-.033.31-.033.032 0 .064-.033.097-.033.016 0 .033.033.033.066 0 .05-.033.115-.05.313 0 .066-.016.347-.032.43 0 .032-.033.065-.065.065-.033 0-.05-.033-.05-.082 0-.05 0-.149-.032-.231-.049-.116-.114-.149-.473-.198-.114-.017-.88-.017-.963-.017-.032 0-.032.017-.032.066v1.765c0 .05 0 .066.032.066.082 0 .963 0 1.11-.016.163-.017.261-.017.326-.1.05-.049.082-.082.098-.082s.033.017.033.05-.033.148-.05.363c-.016.132-.032.379-.032.428 0 .05-.016.116-.065.116-.033 0-.049-.017-.049-.066 0-.066 0-.132-.033-.215-.016-.099-.081-.165-.342-.198-.18-.016-.898-.032-1.012-.032q-.048 0-.049.049v1.649c.017.43.13.528.8.528.18 0 .49 0 .669-.066.18-.082.26-.198.31-.445.016-.083.032-.099.065-.099.032 0 .049.05.049.099 0 .05-.05.495-.098.627-.049.165-.114.165-.375.165-.506 0-.881-.017-1.159-.017-.277-.016-.456-.016-.554-.016h-.294c-.13 0-.277.016-.392.016-.065 0-.114-.016-.114-.05 0-.016.016-.049.05-.049a1 1 0 0 0 .211-.033c.13-.016.147-.148.18-.346.032-.264.032-.775.032-1.419zM77.254 45.41c-.098-.05-.098-.066-.098-.247 0-.33.033-.577.033-.693 0-.066.016-.115.049-.115.032 0 .065.016.065.082 0 .05 0 .149.016.231.115.478.604.643 1.06.643.653 0 .996-.38.996-.874 0-.462-.245-.693-.848-1.138l-.31-.231c-.718-.544-.963-.94-.963-1.402 0-.759.604-1.22 1.485-1.22.26 0 .538.032.685.082.13.033.18.033.228.033.05 0 .066 0 .066.05 0 .032-.033.247-.033.692 0 .099 0 .149-.049.149s-.049-.033-.065-.083c0-.082-.065-.247-.098-.33-.049-.082-.261-.33-.865-.33-.49 0-.88.248-.88.71 0 .412.211.66.864 1.105l.196.132c.816.56 1.093 1.006 1.093 1.567 0 .379-.147.791-.62 1.105-.277.181-.702.23-1.06.23-.294.017-.67-.016-.947-.148M85.15 39.885c.098-.248.115-.297.163-.297.05 0 .082.033.164.28.114.297 1.305 3.464 1.762 4.619.277.676.49.808.652.858.114.033.229.05.31.05.05 0 .082 0 .082.049s-.065.066-.147.066c-.114 0-.669 0-1.191-.017-.147 0-.228 0-.228-.05q0-.048.049-.049c.048-.016.097-.082.048-.214l-.701-1.88c-.016-.034-.033-.05-.065-.05h-1.632c-.032 0-.065.016-.081.066l-.457 1.352c-.066.198-.114.38-.114.512 0 .148.163.214.293.214h.082c.049 0 .081.017.081.05 0 .049-.049.066-.114.066-.18 0-.506-.017-.587-.017-.082 0-.506.017-.865.017-.098 0-.147-.017-.147-.066 0-.033.033-.05.066-.05.049 0 .163 0 .212-.016.342-.05.505-.33.636-.726zm.8 3.068c.032 0 .032-.017.032-.05l-.717-2.078c-.033-.116-.082-.116-.115 0l-.669 2.078c-.016.033 0 .05.017.05zM89.196 41.93c0-1.204 0-1.419-.016-1.65-.016-.264-.082-.379-.326-.445-.066-.016-.196-.016-.261-.016-.033 0-.066-.017-.066-.05 0-.05.033-.066.115-.066.342 0 .815.017.864.017.18 0 .473-.017.832-.017 1.24 0 1.518.759 1.518 1.155 0 .627-.36 1.006-.718 1.385.554.182 1.305.726 1.305 1.617 0 .825-.636 1.666-1.942 1.666-.081 0-.326-.017-.538-.017-.212-.016-.424-.016-.457-.016h-.31c-.147 0-.326.016-.44.016-.082 0-.114-.016-.114-.066 0-.016.016-.05.065-.05.065 0 .163-.016.228-.032.147-.033.196-.198.212-.429.033-.33.033-.924.033-1.666V41.93zm.604.165c0 .05.016.066.049.082.049 0 .18.033.457.033.424 0 .538-.016.685-.198.163-.181.277-.462.277-.775 0-.643-.277-1.32-1.028-1.32-.081 0-.244 0-.358.033-.066.017-.098.033-.098.083v2.062zm0 .808v1.65c.016.379.016.478.261.593.212.1.538.116.669.116.408 0 1.077-.215 1.077-1.089 0-.462-.147-1.121-.734-1.534-.261-.181-.441-.198-.637-.214-.098-.017-.473-.017-.587-.017q-.05 0-.05.05zM97.517 45.345c-.277.148-.783.264-1.19.264-2.105 0-2.97-1.634-2.97-3.019 0-1.237.897-3.002 2.986-3.002 1.713 0 2.985 1.088 2.985 2.87 0 1.353-.848 2.243-1.338 2.573l1.55.808c1.664.875 2.807.908 3.198.908a4.3 4.3 0 0 0 1.501-.297c.049-.017.082-.033.114-.033q.05 0 .049.05c0 .032-.016.049-.065.082a5.8 5.8 0 0 1-2.398.528c-.914 0-1.893-.33-3.133-1.023zm-1.011-.033c.685 0 2.088-.396 2.088-2.623 0-1.847-1.11-2.837-2.3-2.837-1.273 0-2.22.841-2.22 2.524 0 1.781 1.061 2.936 2.432 2.936"
28
28
  />
29
29
  <path
30
- fill="#fff"
30
+ fill={props?.fill ? props.fill : '#fff'}
31
31
  fillOpacity={0.85}
32
32
  d="M106.67 44.52c.033.28.082.71.408.808.212.066.424.066.489.066.033 0 .066 0 .066.033 0 .05-.066.066-.163.066-.164 0-.979 0-1.273-.033-.179-.016-.212-.033-.212-.082q0-.05.049-.05c.032 0 .049-.132.032-.28l-.358-3.976h-.017l-1.86 3.992c-.163.33-.179.413-.244.413-.049 0-.098-.083-.229-.347a89 89 0 0 1-.881-1.781 99 99 0 0 1-.995-2.194h-.065l-.31 3.563v.396a.23.23 0 0 0 .195.23c.131.034.245.034.294.034.033 0 .065.016.065.033 0 .05-.049.066-.13.066-.277 0-.653-.017-.702-.017-.065 0-.44.017-.636.017-.082 0-.131-.017-.131-.066 0-.017.033-.033.082-.033.065 0 .114 0 .228-.017.245-.05.278-.346.31-.643l.539-4.998c0-.083.032-.132.081-.132s.082.033.115.115l2.316 4.817 2.236-4.817c.032-.066.065-.115.114-.115s.081.066.098.214z"
33
33
  />
@@ -39,39 +39,39 @@ const LogoSeqmIcon = (props: SVGProps<SVGSVGElement>) => (
39
39
  d="M.916 38.103h41.277M56.387 38.103h51.882"
40
40
  />
41
41
  <path
42
- fill="#fff"
42
+ fill={props?.fill ? props.fill : '#fff'}
43
43
  fillOpacity={0.85}
44
44
  d="M3.38 32.973c-.392-.198-.409-.297-.409-1.055 0-1.386.114-2.491.13-2.937.033-.297.082-.445.213-.445.163 0 .196.082.196.297 0 .247 0 .643.081 1.023.408 2.045 2.219 2.82 4.063 2.82 2.626 0 3.915-1.913 3.915-3.678 0-1.914-.8-3.019-3.149-4.982l-1.24-1.022c-2.904-2.408-3.556-4.124-3.556-6.02 0-2.97 2.186-4.982 5.677-4.982 1.077 0 1.86.115 2.546.28.522.116.734.132.962.132.212 0 .277.05.277.198 0 .132-.114 1.056-.114 2.936 0 .445-.049.643-.195.643-.164 0-.196-.132-.212-.363-.033-.33-.196-1.088-.36-1.385s-.897-1.468-3.426-1.468c-1.892 0-3.377 1.188-3.377 3.216 0 1.584.718 2.574 3.345 4.652l.767.61c3.23 2.573 3.997 4.289 3.997 6.516 0 1.138-.44 3.25-2.333 4.602-1.175.825-2.66 1.17-4.144 1.17-1.273 0-2.546-.197-3.655-.758M19.107 20.42c0-4.32 0-5.096-.049-5.987-.049-.94-.277-1.385-1.175-1.583-.212-.05-.685-.083-.93-.083-.114 0-.212-.05-.212-.165 0-.165.13-.214.44-.214.637 0 1.371 0 1.975.033l1.126.05c.195 0 5.645 0 6.28-.034.523-.033.963-.082 1.176-.132.13-.033.244-.132.391-.132.082 0 .114.116.114.248 0 .198-.13.528-.212 1.303-.032.28-.081 1.5-.13 1.83-.033.133-.082.298-.196.298-.163 0-.212-.132-.212-.363 0-.198-.033-.66-.163-.99-.196-.445-.473-.775-1.942-.94-.473-.05-3.459-.083-3.752-.083-.114 0-.163.083-.163.28v7.654c0 .198.032.28.163.28.359 0 3.72 0 4.356-.049.652-.05 1.044-.115 1.289-.395.196-.215.293-.363.408-.363.081 0 .13.05.13.214 0 .165-.13.643-.212 1.55-.049.561-.114 1.584-.114 1.782 0 .214 0 .528-.196.528-.13 0-.196-.116-.196-.248 0-.28 0-.56-.114-.907-.114-.396-.359-.857-1.42-.973-.733-.082-3.458-.132-3.915-.132-.13 0-.196.082-.196.198v2.441c0 .94-.032 4.157 0 4.734.082 1.914.49 2.276 3.182 2.276.718 0 1.925 0 2.626-.296.718-.297 1.045-.858 1.24-1.996.05-.297.115-.413.245-.413.163 0 .163.215.163.413 0 .214-.212 2.111-.359 2.688-.195.726-.408.726-1.484.726-2.056 0-3.557-.05-4.634-.082-1.077-.05-1.73-.083-2.137-.083-.049 0-.522 0-1.093.033-.555 0-1.175.05-1.583.05-.293 0-.44-.05-.44-.215 0-.082.049-.165.212-.165.245 0 .57-.05.816-.115.554-.116.685-.726.799-1.518.13-1.17.13-3.348.13-6.02V20.42z"
45
45
  />
46
46
  <path
47
- fill="#009640"
47
+ fill={props?.fill ? props.fill : '#009640'}
48
48
  d="M41.279 32.445c-4.373 0-8.892-3.58-8.892-10.474 0-5.674 3.41-9.04 8.027-9.04 4.372 0 8.892 3.547 8.892 10.475 0 5.674-3.443 9.04-8.027 9.04M54.46 36.42c-.897.396-1.974.61-3.295.61-2.35 0-5.352-1.731-7.897-4.222 5.123-1.27 8.517-6.07 8.517-10.474 0-5.279-4.357-10.128-10.67-10.128-6.608 0-11.225 5.674-11.225 10.788 0 5.262 4.225 10.029 10.458 10.16 0 0 1.517-.033 2.12.644.816.874 5.972 6.103 11.992 3.002.196-.1.05-.412 0-.38"
49
49
  />
50
50
  <path
51
- fill="#FFCD00"
51
+ fill={props?.fill ? props.fill : '#FFCD00'}
52
52
  d="M48.164 38.697c.391.066.815.082 1.207.082 2.773 0 3.964-.924 5.172-1.616-6.38 3.266-11.551-1.864-12.367-2.738-.604-.66-2.496-.644-2.496-.644 2.626 2.409 4.715 3.761 6.689 4.42 0 .017 1.158.397 1.794.496"
53
53
  />
54
54
  <path
55
- fill="#fff"
55
+ fill={props?.fill ? props.fill : '#fff'}
56
56
  fillOpacity={0.85}
57
57
  d="M75.345 29.625c.098.957.294 2.441 1.436 2.82.8.265 1.517.265 1.81.265.131 0 .23.066.23.197 0 .166-.262.264-.572.264-.636 0-3.752-.032-4.764-.132-.669-.066-.8-.165-.8-.296 0-.1.066-.198.197-.231.163-.033.195-.446.13-.957l-1.338-13.856h-.065L64.87 31.604c-.571 1.188-.734 1.452-.98 1.452-.26 0-.407-.264-.945-1.254-.735-1.352-2.578-4.85-3.263-6.317-.833-1.732-3.084-6.318-3.557-7.44h-.13l-1.077 12.322c-.033.413-.033.924-.033 1.386 0 .412.261.676.669.775.473.132.88.165 1.077.165.098 0 .228.1.228.198 0 .198-.196.264-.506.264-1.044 0-2.382-.099-2.61-.099-.261 0-1.583.099-2.35.099-.293 0-.473-.066-.473-.264 0-.099.13-.198.294-.198.228 0 .408-.033.832-.099.914-.165.946-1.155 1.077-2.177l2.023-17.815c.033-.296.163-.478.31-.478.196 0 .408.099.571.412l8.435 16.94 8.125-16.907c.13-.264.26-.445.44-.445s.343.231.408.742zM68.313 10.359l1.55-.759 1.175 1.27-.245-1.715 1.55-.742-1.697-.297-.212-1.732-.783 1.534-1.697-.33 1.175 1.237zM64.365 10.656l1.06-1.22 1.452.675-.816-1.385 1.06-1.188-1.55.363L64.79 6.5l-.147 1.584-1.566.33 1.452.643zM74.806 12.272l-.701-1.435-1.566.264L73.68 9.98l-.734-1.435 1.386.758 1.11-1.121-.261 1.583 1.419.742-1.566.215z"
58
58
  />
59
59
  <path
60
- fill="#FFCD00"
60
+ fill={props?.fill ? props.fill : '#FFCD00'}
61
61
  d="M80.288 11.332c2.529 2.672 3.638 5.79 3.638 9.781 0 4.29-1.778 8.149-4.633 10.838l-.033.033c8.892-4.19 16.837-12.949 16.837-12.949-5.22-.66-11.273-3.975-15.809-7.703"
62
62
  />
63
63
  <path
64
- fill="#006B2D"
64
+ fill={props?.fill ? props.fill : '#006B2D'}
65
65
  d="M105.903.083c.441 3.909 1.061 8.66-1.174 15.67l4.209-11.662c.832-2.491-2.056-3.827-3.035-4.008"
66
66
  />
67
67
  <path
68
- fill="#009640"
68
+ fill={props?.fill ? props.fill : '#009640'}
69
69
  d="M105.593 4.701C98.74 9.93 78.493 2.375 70.01 3.002c-7.832.61-10.997 5.41-10.997 5.41s.033 0 .033-.033c2.643-1.995 5.922-3.2 9.479-3.2 4.013 0 7.293 1.468 10.507 4.058 1.387 1.287 2.822 2.062 4.144 2.887 11.127 6.78 15.858 5.921 15.858 5.921-8.337 10.623-19.578 14.68-19.578 14.68 10.605 1.799 18.06-.923 18.06-.923l7.179-16.066.033-.033c.897-3.563 1.354-8.445.865-11.002"
70
70
  />
71
71
  </g>
72
72
  <defs>
73
- <clipPath id="LogoSeqm_svg__a">
74
- <path fill="#fff" d="M.916 0h108.169v48H.915z" />
73
+ <clipPath id="logo-seqm_svg__a">
74
+ <path fill={props?.fill ? props.fill : '#fff'} d="M.916 0h108.169v48H.915z" />
75
75
  </clipPath>
76
76
  </defs>
77
77
  </svg>
@@ -9,25 +9,25 @@ const LogoSeqmMobileIcon = (props: SVGProps<SVGSVGElement>) => (
9
9
  {...props}
10
10
  >
11
11
  <path
12
- fill="#fff"
12
+ fill={props?.fill ? props.fill : '#fff'}
13
13
  fillOpacity={0.85}
14
14
  d="m15.175 13.68 1.482-.729 1.123 1.212-.234-1.637 1.497-.694-1.625-.283-.197-1.64-.772 1.46-1.619-.317 1.15 1.184zM19.263 16.512l-.005.036.009-.029zM11.353 13.994l1.012-1.156 1.397.636-.786-1.32 1.034-1.134-1.496.34-.757-1.337-.138 1.531-1.506.31 1.412.602zM21.452 15.543l-.675-1.38-1.515.248 1.103-1.068-.702-1.365 1.356.718 1.08-1.09-.266 1.512 1.372.693-1.52.212z"
15
15
  />
16
16
  <path
17
- fill="#fff"
17
+ fill={props?.fill ? props.fill : '#fff'}
18
18
  fillOpacity={0.85}
19
19
  d="M8.43 25.409c-.871-.506-.787-1.223-.871-1.565-.085-.34-.337-2.073-.337-2.579s-.45-1.073-.76-1.73c-.31-.655-1.126-2.384-1.18-2.503-.058-.119-.422-.417-1.013-.15-.591.269-1.266.061-1.435.15s-.786.297-1.068.328c-.282.03-.254.387-.45.507-.197.12-.76-.21-.76-.21s-.28-.147-.337-.267-.056-.287-.17-.625c-.166-.508.143-.557.143-.557s.477-.438.646-.588c.169-.148.882-.99.898-1.3.03-.508.479-.805.678-1.043.096-.12.318-.24.391-.42.075-.177 0-.415 0-.415-.308-.238 0-1.223 0-1.223h.114s0 .268.111.418c.114.15.338.655.48.507.14-.151.392.029.392.029-.224-.328.112-1.134.112-1.134h.114v.09c0 .09.056.417.112.567s.507.894.507.894.437.226.605.372c.169.146.313.1.518.055.423-.09 3.543 1.731 4.977 3.388.767.884 1.408.865 1.801.894.395.03 2.054.835 2.054.835s1.828.12 3.515-.506 3.008-1.162 4.977-.388c0 0 .45.18.732.238.281.06.814.269.814.269s1.548-.209 2.531 1.998c.983 2.205 1.182 4.471.815 6.29 0 0 0-.389-.083-.596-.084-.21-.506 1.4-.675 1.668v-.596c0-.09-.424.983-.506 1.31-.084.328-.113.596-.113.596s-.027-.982.085-1.25c.11-.269-.254.476-.254.356 0-.117.028-.863.028-1.072s-.225.12-.197-1.28c.03-1.403.254-2.445.03-3.43-.227-.982-.141-1.132-.141-1.132s-.028.834-.114 1.013c0 0-.28 1.788-.76 2.623-.478.835-1.122 1.67-.898 2.325s.563 1.4.563 1.64c0 .238.055.298.14.478.084.177.394.775.196 1.222-.195.447-.168 1.401-.168 1.967s.027 2.175.027 2.295 0 .238-.113.298c-.11.06-.168.208-.195.298-.03.09-.31.149-.31.358 0 .208.17.478.17.567s-.255.267-.255.267-1.32.09-1.32 0 .477-.746.477-.746 0-.209.198-.297c.195-.09.28-.24.28-.566 0-.329-.056-.39.057-.716.112-.328.03-2.892.03-2.892l-.087-.119s-.505 1.787-.535 2.117c-.027.327.086.805-.224 1.161-.31.36-.563.508-.563.508s-.14.21-.028.358c.114.149.253.358.17.446-.084.09-.282.15-.282.15s-.928.18-1.209.06c0 0 .196-.507.252-.625.057-.121.113-.299.31-.477.196-.18.394-.15.394-.42 0-.267.14-.356.337-.863.197-.508.394-2.176.394-2.384 0-.21-.394-1.192-.394-1.939v-1.31s-.31-.329-.507-1.135c-.194-.804-.984-1.758-1.18-1.937-.195-.178-.31-.118-.534-.09-.225.031-.225-.088-.48-.207-.251-.12-1.292.477-1.741.806-.444.322-2.462.989-4.695 1.238l-.116.012c-2.277.238-1.067.177-1.18.177 0 0 .225.867.31 1.641.084.776.254 1.52.254 1.968s-.03 1.222.054 1.371c.086.15.398 1.55.398 1.55s.445.448.334.626c-.113.178-.331.21-.334.508-.004.297-.11.805 0 .894s.144.177 0 .208c-.144.03-.34.178-.34.178s-.254.329-1.096.15c0 0 0-.238.225-.477.224-.237.224-.237.392-.327.169-.09.084-.238.197-.538.113-.298.17-.477.17-.477s-.226-.208-.226-.477c0-.268-.45-1.639-.506-1.788s-.45-.746-.619-1.43c-.169-.687-.59-1.998-.76-2.385-.168-.388-.196-.239-.196.058 0 .298-.328 1.224-.15 1.73.178.507.16 1.49 0 1.698-.16.21-.16.687-.16 1.044 0 .358.096 1.253.16 1.461.066.208.216.388 0 .566-.216.18-.3.3-.386.387-.083.09-.195.596-.195.687 0 .087.253.237.17.298-.086.059-.338.388-.338.388s-.845.059-1.321-.03v-.12s.453-.715.69-.865c.236-.148.18-.298.293-.476.111-.177.251-.627.251-.746s0-.417.029-.506-.083-1.67-.083-1.67-.31-.924-.282-1.61c.028-.685.045-1.201-.209-1.58-.915-1.368-.662-2.77-.662-2.77"
20
20
  />
21
21
  <path
22
- fill="#FFCD00"
22
+ fill={props?.fill ? props.fill : '#FFCD00'}
23
23
  d="M26.737 14.817c2.454 2.573 3.527 5.575 3.527 9.412a14.3 14.3 0 0 1-4.52 10.446c8.624-4.032 16.348-12.429 16.348-12.429-5.095-.659-10.965-3.84-15.355-7.429"
24
24
  />
25
25
  <path
26
- fill="#006B2D"
26
+ fill={props?.fill ? props.fill : '#006B2D'}
27
27
  d="M51.573 4c.448 3.777 1.025 8.332-1.151 15.062l4.096-11.225c.826-2.381-1.984-3.663-2.945-3.837"
28
28
  />
29
29
  <path
30
- fill="#009640"
30
+ fill={props?.fill ? props.fill : '#009640'}
31
31
  d="M51.286 8.431c-6.66 5.03-26.314-2.244-34.55-1.62-7.618.575-10.675 5.203-10.675 5.203l.027-.02a15.2 15.2 0 0 1 9.197-3.08c3.918 0 7.078 1.407 10.196 3.903 1.33 1.219 2.729 1.977 4.03 2.762 10.812 6.524 15.416 5.695 15.416 5.695-8.121 10.193-19.012 14.112-19.012 14.112 10.303 1.727 17.527-.873 17.528-.873l6.978-15.451.018-.038c.876-3.438 1.32-8.14.847-10.593"
32
32
  />
33
33
  </svg>
@@ -5,19 +5,17 @@ const PencilSquareIcon = (props: SVGProps<SVGSVGElement>) => (
5
5
  width="1em"
6
6
  height="1em"
7
7
  fill="none"
8
- viewBox="0 0 16 16"
8
+ viewBox="0 0 24 24"
9
9
  {...props}
10
10
  >
11
11
  <path
12
- fill="#001007"
13
- fillOpacity={0.5}
14
- d="M15.502 1.94a.5.5 0 0 1 0 .706L14.459 3.69l-2-2L13.502.646a.5.5 0 0 1 .707 0l1.293 1.293zm-1.75 2.456-2-2L4.939 9.21a.5.5 0 0 0-.121.196l-.805 2.414a.25.25 0 0 0 .316.316l2.414-.805a.5.5 0 0 0 .196-.12z"
12
+ fill={props?.fill ? props.fill : '#1E1E1E'}
13
+ d="M23.253 2.91a.75.75 0 0 1 0 1.059L21.69 5.535l-3-3L20.253.969a.75.75 0 0 1 1.06 0l1.94 1.94m-2.625 3.684-3-3-10.22 10.22a.75.75 0 0 0-.18.295l-1.208 3.62a.375.375 0 0 0 .474.475l3.62-1.208a.75.75 0 0 0 .295-.18l10.22-10.22z"
15
14
  />
16
15
  <path
17
- fill="#001007"
18
- fillOpacity={0.5}
16
+ fill={props?.fill ? props.fill : '#1E1E1E'}
19
17
  fillRule="evenodd"
20
- d="M1 13.5A1.5 1.5 0 0 0 2.5 15h11a1.5 1.5 0 0 0 1.5-1.5v-6a.5.5 0 0 0-1 0v6a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-11a.5.5 0 0 1 .5-.5H9a.5.5 0 1 0 0-1H2.5A1.5 1.5 0 0 0 1 2.5z"
18
+ d="M1.5 20.25a2.25 2.25 0 0 0 2.25 2.25h16.5a2.25 2.25 0 0 0 2.25-2.25v-9a.75.75 0 1 0-1.5 0v9a.75.75 0 0 1-.75.75H3.75a.75.75 0 0 1-.75-.75V3.75A.75.75 0 0 1 3.75 3h9.75a.75.75 0 1 0 0-1.5H3.75A2.25 2.25 0 0 0 1.5 3.75z"
21
19
  clipRule="evenodd"
22
20
  />
23
21
  </svg>
@@ -5,20 +5,20 @@ const PersonCircleIcon = (props: SVGProps<SVGSVGElement>) => (
5
5
  width="1em"
6
6
  height="1em"
7
7
  fill="none"
8
- viewBox="0 0 38 38"
8
+ viewBox="0 0 24 24"
9
9
  {...props}
10
10
  >
11
- <g fill="#002710" fillOpacity={0.25} clipPath="url(#PersonCircle_svg__a)">
12
- <path d="M26.031 14.313a7.03 7.03 0 1 1-14.061 0 7.03 7.03 0 0 1 14.061 0" />
11
+ <g fill="#1E1E1E" clipPath="url(#person-circle_svg__a)">
12
+ <path d="M16.5 9a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0" />
13
13
  <path
14
14
  fillRule="evenodd"
15
- d="M.25 19a18.75 18.75 0 1 1 37.5 0 18.75 18.75 0 0 1-37.5 0M19 2.594A16.406 16.406 0 0 0 6.184 29.242c1.664-2.681 5.328-5.555 12.816-5.555s11.15 2.872 12.816 5.555A16.406 16.406 0 0 0 19 2.594"
15
+ d="M0 12a12 12 0 1 1 24 0 12 12 0 0 1-24 0M12 1.5a10.5 10.5 0 0 0-8.202 17.055C4.863 16.839 7.208 15 12 15c4.793 0 7.136 1.837 8.202 3.555A10.5 10.5 0 0 0 12 1.5"
16
16
  clipRule="evenodd"
17
17
  />
18
18
  </g>
19
19
  <defs>
20
- <clipPath id="PersonCircle_svg__a">
21
- <path fill="#fff" d="M.25.25h37.5v37.5H.25z" />
20
+ <clipPath id="person-circle_svg__a">
21
+ <path fill={props?.fill ? props.fill : '#fff'} d="M0 0h24v24H0z" />
22
22
  </clipPath>
23
23
  </defs>
24
24
  </svg>
@@ -5,13 +5,12 @@ const PlusIcon = (props: SVGProps<SVGSVGElement>) => (
5
5
  width="1em"
6
6
  height="1em"
7
7
  fill="none"
8
- viewBox="0 0 8 8"
8
+ viewBox="0 0 24 24"
9
9
  {...props}
10
10
  >
11
11
  <path
12
- fill="#001007"
13
- fillOpacity={0.5}
14
- d="M4 .5a.44.44 0 0 1 .438.438v2.625h2.625a.437.437 0 1 1 0 .874H4.438v2.625a.437.437 0 1 1-.875 0V4.438H.938a.437.437 0 1 1 0-.875h2.625V.938A.437.437 0 0 1 4 .5"
12
+ fill={props?.fill ? props.fill : '#1E1E1E'}
13
+ d="M12 6a.75.75 0 0 1 .75.75v4.5h4.5a.75.75 0 1 1 0 1.5h-4.5v4.5a.75.75 0 1 1-1.5 0v-4.5h-4.5a.75.75 0 1 1 0-1.5h4.5v-4.5A.75.75 0 0 1 12 6"
15
14
  />
16
15
  </svg>
17
16
  );
@@ -5,13 +5,13 @@ const PrinterIcon = (props: SVGProps<SVGSVGElement>) => (
5
5
  width="1em"
6
6
  height="1em"
7
7
  fill="none"
8
- viewBox="0 0 14 14"
8
+ viewBox="0 0 24 24"
9
9
  {...props}
10
10
  >
11
+ <path fill={props?.fill ? props.fill : '#1E1E1E'} d="M3.75 12a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5" />
11
12
  <path
12
- fill="#001007"
13
- fillOpacity={0.5}
14
- d="M4.375.875a1.75 1.75 0 0 0-1.75 1.75v1.75H1.75A1.75 1.75 0 0 0 0 6.125V8.75a1.75 1.75 0 0 0 1.75 1.75h.875v.875a1.75 1.75 0 0 0 1.75 1.75h5.25a1.75 1.75 0 0 0 1.75-1.75V10.5h.875A1.75 1.75 0 0 0 14 8.75V6.125a1.75 1.75 0 0 0-1.75-1.75h-.875v-1.75a1.75 1.75 0 0 0-1.75-1.75zM3.5 2.625a.875.875 0 0 1 .875-.875h5.25a.875.875 0 0 1 .875.875v1.75h-7zM4.375 7a1.75 1.75 0 0 0-1.75 1.75v.875H1.75a.875.875 0 0 1-.875-.875V6.125a.875.875 0 0 1 .875-.875h10.5a.875.875 0 0 1 .875.875V8.75a.875.875 0 0 1-.875.875h-.875V8.75A1.75 1.75 0 0 0 9.625 7zM10.5 8.75v2.625a.875.875 0 0 1-.875.875h-5.25a.875.875 0 0 1-.875-.875V8.75a.875.875 0 0 1 .875-.875h5.25a.875.875 0 0 1 .875.875"
13
+ fill={props?.fill ? props.fill : '#1E1E1E'}
14
+ d="M7.5 1.5a3 3 0 0 0-3 3v3H3a3 3 0 0 0-3 3V15a3 3 0 0 0 3 3h1.5v1.5a3 3 0 0 0 3 3h9a3 3 0 0 0 3-3V18H21a3 3 0 0 0 3-3v-4.5a3 3 0 0 0-3-3h-1.5v-3a3 3 0 0 0-3-3zM6 4.5A1.5 1.5 0 0 1 7.5 3h9A1.5 1.5 0 0 1 18 4.5v3H6zM7.5 12a3 3 0 0 0-3 3v1.5H3A1.5 1.5 0 0 1 1.5 15v-4.5A1.5 1.5 0 0 1 3 9h18a1.5 1.5 0 0 1 1.5 1.5V15a1.5 1.5 0 0 1-1.5 1.5h-1.5V15a3 3 0 0 0-3-3zM18 15v4.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 6 19.5V15a1.5 1.5 0 0 1 1.5-1.5h9A1.5 1.5 0 0 1 18 15"
15
15
  />
16
16
  </svg>
17
17
  );
@@ -5,19 +5,18 @@ const SearchIcon = (props: SVGProps<SVGSVGElement>) => (
5
5
  width="1em"
6
6
  height="1em"
7
7
  fill="none"
8
- viewBox="0 0 12 12"
8
+ viewBox="0 0 24 24"
9
9
  {...props}
10
10
  >
11
- <g clipPath="url(#Search_svg__a)">
11
+ <g clipPath="url(#search_svg__a)">
12
12
  <path
13
- fill="#fff"
14
- fillOpacity={0.5}
15
- d="M8.807 7.758a4.875 4.875 0 1 0-1.048 1.048q.033.045.073.086l2.887 2.888a.75.75 0 0 0 1.061-1.06L8.893 7.831a1 1 0 0 0-.086-.075M9 4.875a4.125 4.125 0 1 1-8.25 0 4.125 4.125 0 0 1 8.25 0"
13
+ fill={props?.fill ? props.fill : '#1E1E1E'}
14
+ d="M17.613 15.515a9.75 9.75 0 1 0-2.095 2.097h-.002q.067.09.147.173l5.775 5.775a1.5 1.5 0 0 0 2.123-2.121l-5.775-5.775a1.5 1.5 0 0 0-.173-.15zM18 9.75a8.25 8.25 0 1 1-16.5 0 8.25 8.25 0 0 1 16.5 0"
16
15
  />
17
16
  </g>
18
17
  <defs>
19
- <clipPath id="Search_svg__a">
20
- <path fill="#fff" d="M0 0h12v12H0z" />
18
+ <clipPath id="search_svg__a">
19
+ <path fill={props?.fill ? props.fill : '#fff'} d="M0 0h24v24H0z" />
21
20
  </clipPath>
22
21
  </defs>
23
22
  </svg>
@@ -0,0 +1,37 @@
1
+ import type { SVGProps } from 'react';
2
+ const SpinnerRingResizeIcon = (props: SVGProps<SVGSVGElement>) => (
3
+ <svg
4
+ xmlns="http://www.w3.org/2000/svg"
5
+ width="1em"
6
+ height="1em"
7
+ stroke="#000"
8
+ viewBox="0 0 24 24"
9
+ {...props}
10
+ >
11
+ <style>
12
+ {
13
+ '@keyframes spinner_zKoa{to{transform:rotate(360deg)}}@keyframes spinner_YpZS{0%{stroke-dasharray:0 150;stroke-dashoffset:0}47.5%{stroke-dasharray:42 150;stroke-dashoffset:-16}95%,to{stroke-dasharray:42 150;stroke-dashoffset:-59}}'
14
+ }
15
+ </style>
16
+ <g
17
+ style={{
18
+ transformOrigin: 'center',
19
+ animation: 'spinner_zKoa 2s linear infinite',
20
+ }}
21
+ >
22
+ <circle
23
+ cx={12}
24
+ cy={12}
25
+ r={9.5}
26
+ fill="none"
27
+ strokeWidth={3}
28
+ className="spinner-ring-resize_svg__spinner_V8m1"
29
+ style={{
30
+ strokeLinecap: 'round',
31
+ animation: 'spinner_YpZS 1.5s ease-in-out infinite',
32
+ }}
33
+ />
34
+ </g>
35
+ </svg>
36
+ );
37
+ export default SpinnerRingResizeIcon;
@@ -5,14 +5,20 @@ const StarIcon = (props: SVGProps<SVGSVGElement>) => (
5
5
  width="1em"
6
6
  height="1em"
7
7
  fill="none"
8
- viewBox="0 0 16 16"
8
+ viewBox="0 0 24 24"
9
9
  {...props}
10
10
  >
11
- <path
12
- fill="#001007"
13
- fillOpacity={0.5}
14
- d="M2.866 14.85c-.078.444.36.791.746.593l4.39-2.256 4.389 2.256c.386.198.824-.149.746-.592l-.83-4.73 3.522-3.356c.33-.314.16-.888-.282-.95l-4.898-.696L8.465.792a.513.513 0 0 0-.927 0L5.354 5.12l-4.898.696c-.441.062-.612.636-.283.95l3.523 3.356-.83 4.73zm4.905-2.767-3.686 1.894.694-3.957a.56.56 0 0 0-.163-.505L1.71 6.745l4.052-.576a.53.53 0 0 0 .393-.288L8 2.223l1.847 3.658a.53.53 0 0 0 .393.288l4.052.575-2.906 2.77a.56.56 0 0 0-.163.506l.694 3.957-3.686-1.894a.5.5 0 0 0-.461 0z"
15
- />
11
+ <g clipPath="url(#star_svg__a)">
12
+ <path
13
+ fill={props?.fill ? props.fill : '#1E1E1E'}
14
+ d="M4.299 22.275c-.117.666.54 1.187 1.119.89l6.585-3.384 6.583 3.384c.58.297 1.236-.224 1.12-.889l-1.246-7.094 5.283-5.034c.495-.471.24-1.332-.423-1.425l-7.347-1.044-3.276-6.491a.77.77 0 0 0-1.39 0L8.03 7.68.684 8.724c-.662.093-.918.954-.425 1.425l5.285 5.034-1.245 7.095zm7.357-4.15-5.529 2.84 1.041-5.935a.85.85 0 0 0-.244-.757l-4.36-4.155 6.079-.864a.79.79 0 0 0 .59-.432L12 3.335l2.77 5.487a.79.79 0 0 0 .59.432l6.078.862-4.36 4.155a.85.85 0 0 0-.244.759l1.041 5.935-5.529-2.84a.76.76 0 0 0-.691 0z"
15
+ />
16
+ </g>
17
+ <defs>
18
+ <clipPath id="star_svg__a">
19
+ <path fill={props?.fill ? props.fill : '#fff'} d="M0 0h24v24H0z" />
20
+ </clipPath>
21
+ </defs>
16
22
  </svg>
17
23
  );
18
24
  export default StarIcon;
@@ -5,13 +5,12 @@ const XIcon = (props: SVGProps<SVGSVGElement>) => (
5
5
  width="1em"
6
6
  height="1em"
7
7
  fill="none"
8
- viewBox="0 0 14 14"
8
+ viewBox="0 0 24 24"
9
9
  {...props}
10
10
  >
11
11
  <path
12
- fill="#fff"
13
- fillOpacity={0.75}
14
- d="M.292.292a1 1 0 0 1 1.416 0L7 5.586 12.292.292a1.002 1.002 0 0 1 1.416 1.416L8.414 7l5.294 5.292a1 1 0 0 1-.708 1.71 1 1 0 0 1-.708-.294L7 8.414l-5.292 5.294a1.002 1.002 0 0 1-1.416-1.416L5.586 7 .292 1.708a1 1 0 0 1 0-1.416"
12
+ fill={props?.fill ? props.fill : '#1E1E1E'}
13
+ d="M6.969 6.969a.75.75 0 0 1 1.062 0L12 10.939l3.969-3.97A.75.75 0 1 1 17.03 8.03L13.06 12l3.97 3.969a.752.752 0 0 1-1.062 1.062l-3.97-3.97-3.968 3.97a.753.753 0 0 1-1.225-.244.75.75 0 0 1 .163-.818l3.97-3.97-3.97-3.968a.75.75 0 0 1 0-1.062"
15
14
  />
16
15
  </svg>
17
16
  );
@@ -5,13 +5,12 @@ const YoutubeIcon = (props: SVGProps<SVGSVGElement>) => (
5
5
  width="1em"
6
6
  height="1em"
7
7
  fill="none"
8
- viewBox="0 0 12 9"
8
+ viewBox="0 0 24 24"
9
9
  {...props}
10
10
  >
11
11
  <path
12
- fill="#001007"
13
- fillOpacity={0.75}
14
- d="M6.038.558h.067c.616.002 3.74.025 4.583.251a1.51 1.51 0 0 1 1.06 1.065c.077.285.13.662.166 1.052l.007.078.017.195.006.078c.048.685.054 1.327.055 1.467v.057c0 .145-.007.83-.061 1.545l-.006.078-.007.078c-.038.43-.093.855-.176 1.169a1.5 1.5 0 0 1-1.062 1.065c-.87.234-4.176.25-4.634.251h-.107c-.232 0-1.19-.004-2.195-.039l-.128-.004-.065-.003-.128-.006L3.3 8.93c-.832-.037-1.625-.096-1.99-.195A1.5 1.5 0 0 1 .25 7.671C.167 7.358.11 6.93.074 6.502l-.006-.078-.007-.078A24 24 0 0 1 0 4.819v-.093c.002-.16.008-.718.048-1.333l.005-.077.003-.04L.06 3.2l.017-.195.008-.078c.036-.39.089-.768.164-1.052A1.5 1.5 0 0 1 1.313.81C1.677.712 2.47.652 3.302.614L3.43.61l.129-.005.064-.002.128-.005A75 75 0 0 1 5.895.559zM4.8 2.965V6.58l3.118-1.806z"
12
+ fill={props?.fill ? props.fill : '#1E1E1E'}
13
+ d="M12.077 2.999h.133c1.233.004 7.48.049 9.165.502a3.02 3.02 0 0 1 2.122 2.13c.152.57.259 1.325.33 2.103l.015.156.034.39.011.156c.098 1.371.11 2.655.111 2.935v.113a48 48 0 0 1-.123 3.09l-.012.158-.013.155c-.075.858-.186 1.71-.353 2.337a3.01 3.01 0 0 1-2.122 2.13c-1.74.469-8.353.502-9.27.503h-.213c-.463 0-2.38-.009-4.39-.078l-.255-.009-.131-.006-.256-.01-.257-.011c-1.665-.073-3.25-.192-3.981-.39A3.01 3.01 0 0 1 .5 17.224C.333 16.6.222 15.746.147 14.888l-.012-.157-.012-.156A47 47 0 0 1 0 11.52v-.184c.003-.323.015-1.437.096-2.667l.01-.155.005-.078.012-.156.033-.39.015-.156c.072-.778.178-1.534.33-2.103a3.01 3.01 0 0 1 2.123-2.13c.73-.195 2.315-.315 3.98-.39l.255-.01.258-.01.13-.004.256-.01A150 150 0 0 1 11.787 3h.29zM9.6 7.814v7.227l6.236-3.613z"
15
14
  />
16
15
  </svg>
17
16
  );
@@ -1,10 +1,10 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_330_11980)">
3
- <path d="M3.04999 3.05001C2.3999 3.70003 1.88422 4.47174 1.53239 5.32106C1.18057 6.17039 0.999481 7.0807 0.999481 8.00001C0.999481 8.91932 1.18057 9.82963 1.53239 10.679C1.88422 11.5283 2.3999 12.3 3.04999 12.95C3.14107 13.0443 3.19146 13.1706 3.19032 13.3017C3.18918 13.4328 3.1366 13.5582 3.0439 13.6509C2.95119 13.7436 2.82579 13.7962 2.69469 13.7973C2.56359 13.7985 2.43729 13.7481 2.34299 13.657C1.60007 12.9141 1.01076 12.0322 0.608698 11.0616C0.206635 10.0909 -0.000305176 9.05062 -0.000305176 8.00001C-0.000305176 6.9494 0.206635 5.90908 0.608698 4.93845C1.01076 3.96782 1.60007 3.08588 2.34299 2.34301C2.43729 2.25193 2.56359 2.20153 2.69469 2.20267C2.82579 2.20381 2.95119 2.2564 3.0439 2.3491C3.1366 2.4418 3.18918 2.56721 3.19032 2.69831C3.19146 2.82941 3.14107 2.95571 3.04999 3.05001ZM5.17199 5.17201C4.4221 5.92212 4.00084 6.93935 4.00084 8.00001C4.00084 9.06067 4.4221 10.0779 5.17199 10.828C5.21847 10.8745 5.25535 10.9297 5.28051 10.9904C5.30567 11.0512 5.31862 11.1163 5.31862 11.182C5.31862 11.2478 5.30567 11.3129 5.28051 11.3736C5.25535 11.4343 5.21847 11.4895 5.17199 11.536C5.1255 11.5825 5.07031 11.6194 5.00957 11.6445C4.94883 11.6697 4.88373 11.6826 4.81799 11.6826C4.75224 11.6826 4.68714 11.6697 4.6264 11.6445C4.56566 11.6194 4.51047 11.5825 4.46399 11.536C3.99955 11.0717 3.63114 10.5204 3.37978 9.91373C3.12843 9.30702 2.99905 8.65673 2.99905 8.00001C2.99905 7.34329 3.12843 6.693 3.37978 6.08629C3.63114 5.47957 3.99955 4.92832 4.46399 4.46401C4.55787 4.37012 4.68521 4.31738 4.81799 4.31738C4.95076 4.31738 5.0781 4.37012 5.17199 4.46401C5.26587 4.5579 5.31862 4.68523 5.31862 4.81801C5.31862 4.95079 5.26587 5.07812 5.17199 5.17201ZM10.828 4.46401C10.8744 4.41745 10.9296 4.3805 10.9904 4.3553C11.0511 4.33009 11.1162 4.31712 11.182 4.31712C11.2478 4.31712 11.3129 4.33009 11.3736 4.3553C11.4344 4.3805 11.4895 4.41745 11.536 4.46401C12.0004 4.92832 12.3688 5.47957 12.6202 6.08629C12.8715 6.693 13.0009 7.34329 13.0009 8.00001C13.0009 8.65673 12.8715 9.30702 12.6202 9.91373C12.3688 10.5204 12.0004 11.0717 11.536 11.536C11.4895 11.5825 11.4343 11.6194 11.3736 11.6445C11.3128 11.6697 11.2477 11.6826 11.182 11.6826C11.1162 11.6826 11.0511 11.6697 10.9904 11.6445C10.9297 11.6194 10.8745 11.5825 10.828 11.536C10.7815 11.4895 10.7446 11.4343 10.7195 11.3736C10.6943 11.3129 10.6814 11.2478 10.6814 11.182C10.6814 11.1163 10.6943 11.0512 10.7195 10.9904C10.7446 10.9297 10.7815 10.8745 10.828 10.828C11.5779 10.0779 11.9991 9.06067 11.9991 8.00001C11.9991 6.93935 11.5779 5.92212 10.828 5.17201C10.7814 5.12556 10.7445 5.07039 10.7193 5.00964C10.6941 4.9489 10.6811 4.88378 10.6811 4.81801C10.6811 4.75224 10.6941 4.68712 10.7193 4.62638C10.7445 4.56563 10.7814 4.51046 10.828 4.46401ZM12.95 2.34401C13.0438 2.25027 13.1709 2.19762 13.3035 2.19762C13.4361 2.19762 13.5632 2.25027 13.657 2.34401C15.1571 3.84427 15.9998 5.87895 15.9998 8.00051C15.9998 10.1221 15.1571 12.1567 13.657 13.657C13.5627 13.7481 13.4364 13.7985 13.3053 13.7973C13.1742 13.7962 13.0488 13.7436 12.9561 13.6509C12.8634 13.5582 12.8108 13.4328 12.8096 13.3017C12.8085 13.1706 12.8589 13.0443 12.95 12.95C13.6001 12.3 14.1158 11.5283 14.4676 10.679C14.8194 9.82963 15.0005 8.91932 15.0005 8.00001C15.0005 7.0807 14.8194 6.17039 14.4676 5.32106C14.1158 4.47174 13.6001 3.70003 12.95 3.05001C12.8563 2.95625 12.8036 2.82909 12.8036 2.69651C12.8036 2.56393 12.8563 2.43677 12.95 2.34301V2.34401ZM9.99999 8.00001C9.99999 8.53044 9.78927 9.03915 9.4142 9.41422C9.03913 9.7893 8.53042 10 7.99999 10C7.46955 10 6.96085 9.7893 6.58577 9.41422C6.2107 9.03915 5.99999 8.53044 5.99999 8.00001C5.99999 7.46958 6.2107 6.96087 6.58577 6.5858C6.96085 6.21072 7.46955 6.00001 7.99999 6.00001C8.53042 6.00001 9.03913 6.21072 9.4142 6.5858C9.78927 6.96087 9.99999 7.46958 9.99999 8.00001Z" fill="#001007" fill-opacity="0.5"/>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_4_894)">
3
+ <path d="M4.57495 4.57498C3.59982 5.55001 2.8263 6.70757 2.29856 7.98155C1.77082 9.25554 1.49919 10.621 1.49919 12C1.49919 13.3789 1.77082 14.7444 2.29856 16.0184C2.8263 17.2924 3.59982 18.4499 4.57495 19.425C4.71157 19.5664 4.78716 19.7559 4.78545 19.9525C4.78375 20.1492 4.70487 20.3373 4.56581 20.4763C4.42676 20.6154 4.23865 20.6943 4.042 20.696C3.84535 20.6977 3.6559 20.6221 3.51445 20.4855C2.40008 19.3712 1.51611 18.0483 0.913016 16.5923C0.309921 15.1364 -0.000488281 13.5759 -0.000488281 12C-0.000488281 10.4241 0.309921 8.86358 0.913016 7.40763C1.51611 5.95169 2.40008 4.62879 3.51445 3.51448C3.6559 3.37786 3.84535 3.30226 4.042 3.30397C4.23865 3.30568 4.42676 3.38456 4.56581 3.52361C4.70487 3.66267 4.78375 3.85078 4.78545 4.04743C4.78716 4.24407 4.71157 4.43352 4.57495 4.57498ZM7.75795 7.75798C6.63312 8.88314 6.00123 10.409 6.00123 12C6.00123 13.591 6.63312 15.1168 7.75795 16.242C7.82768 16.3117 7.883 16.3945 7.92073 16.4856C7.95847 16.5767 7.9779 16.6744 7.9779 16.773C7.9779 16.8716 7.95847 16.9692 7.92073 17.0604C7.883 17.1515 7.82768 17.2342 7.75795 17.304C7.68822 17.3737 7.60543 17.429 7.51432 17.4668C7.42321 17.5045 7.32556 17.5239 7.22695 17.5239C7.12833 17.5239 7.03068 17.5045 6.93957 17.4668C6.84846 17.429 6.76568 17.3737 6.69595 17.304C5.9993 16.6075 5.44668 15.7806 5.06964 14.8706C4.69261 13.9605 4.49855 12.9851 4.49855 12C4.49855 11.0149 4.69261 10.0395 5.06964 9.12939C5.44668 8.21932 5.9993 7.39244 6.69595 6.69598C6.83678 6.55515 7.02778 6.47603 7.22695 6.47603C7.42611 6.47603 7.61712 6.55515 7.75795 6.69598C7.89878 6.83681 7.9779 7.02781 7.9779 7.22698C7.9779 7.42614 7.89878 7.61715 7.75795 7.75798ZM16.2419 6.69598C16.3116 6.62613 16.3944 6.57072 16.4855 6.53291C16.5766 6.4951 16.6743 6.47564 16.7729 6.47564C16.8716 6.47564 16.9693 6.4951 17.0604 6.53291C17.1515 6.57072 17.2343 6.62613 17.3039 6.69598C18.0006 7.39244 18.5532 8.21932 18.9303 9.12939C19.3073 10.0395 19.5013 11.0149 19.5013 12C19.5013 12.9851 19.3073 13.9605 18.9303 14.8706C18.5532 15.7806 18.0006 16.6075 17.3039 17.304C17.2342 17.3737 17.1514 17.429 17.0603 17.4668C16.9692 17.5045 16.8716 17.5239 16.7729 17.5239C16.6743 17.5239 16.5767 17.5045 16.4856 17.4668C16.3945 17.429 16.3117 17.3737 16.2419 17.304C16.1722 17.2342 16.1169 17.1515 16.0792 17.0604C16.0414 16.9692 16.022 16.8716 16.022 16.773C16.022 16.6744 16.0414 16.5767 16.0792 16.4856C16.1169 16.3945 16.1722 16.3117 16.2419 16.242C17.3668 15.1168 17.9987 13.591 17.9987 12C17.9987 10.409 17.3668 8.88314 16.2419 7.75798C16.1721 7.68831 16.1167 7.60555 16.0789 7.51443C16.0411 7.42331 16.0216 7.32563 16.0216 7.22698C16.0216 7.12833 16.0411 7.03064 16.0789 6.93953C16.1167 6.84841 16.1721 6.76565 16.2419 6.69598ZM19.4249 3.51598C19.5656 3.37537 19.7563 3.29639 19.9552 3.29639C20.1541 3.29639 20.3448 3.37537 20.4854 3.51598C22.7356 5.76637 23.9996 8.81839 23.9996 12.0007C23.9996 15.1831 22.7356 18.2351 20.4854 20.4855C20.344 20.6221 20.1545 20.6977 19.9579 20.696C19.7613 20.6943 19.5731 20.6154 19.4341 20.4763C19.295 20.3373 19.2162 20.1492 19.2144 19.9525C19.2127 19.7559 19.2883 19.5664 19.4249 19.425C20.4001 18.4499 21.1736 17.2924 21.7013 16.0184C22.2291 14.7444 22.5007 13.3789 22.5007 12C22.5007 10.621 22.2291 9.25554 21.7013 7.98155C21.1736 6.70757 20.4001 5.55001 19.4249 4.57498C19.2843 4.43433 19.2054 4.2436 19.2054 4.04473C19.2054 3.84585 19.2843 3.65512 19.4249 3.51448V3.51598ZM14.9999 12C14.9999 12.7956 14.6839 13.5587 14.1213 14.1213C13.5587 14.6839 12.7956 15 11.9999 15C11.2043 15 10.4412 14.6839 9.87863 14.1213C9.31602 13.5587 8.99995 12.7956 8.99995 12C8.99995 11.2043 9.31602 10.4413 9.87863 9.87866C10.4412 9.31605 11.2043 8.99998 11.9999 8.99998C12.7956 8.99998 13.5587 9.31605 14.1213 9.87866C14.6839 10.4413 14.9999 11.2043 14.9999 12Z" fill="#1E1E1E"/>
4
4
  </g>
5
5
  <defs>
6
- <clipPath id="clip0_330_11980">
7
- <rect width="16" height="16" fill="white"/>
6
+ <clipPath id="clip0_4_894">
7
+ <rect width="24" height="24" fill="white"/>
8
8
  </clipPath>
9
9
  </defs>
10
10
  </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_4_1351)">
3
+ <path d="M12 22.5C9.21523 22.5 6.54451 21.3938 4.57538 19.4246C2.60625 17.4555 1.5 14.7848 1.5 12C1.5 9.21523 2.60625 6.54451 4.57538 4.57538C6.54451 2.60625 9.21523 1.5 12 1.5C14.7848 1.5 17.4555 2.60625 19.4246 4.57538C21.3938 6.54451 22.5 9.21523 22.5 12C22.5 14.7848 21.3938 17.4555 19.4246 19.4246C17.4555 21.3938 14.7848 22.5 12 22.5ZM12 24C15.1826 24 18.2348 22.7357 20.4853 20.4853C22.7357 18.2348 24 15.1826 24 12C24 8.8174 22.7357 5.76516 20.4853 3.51472C18.2348 1.26428 15.1826 0 12 0C8.8174 0 5.76516 1.26428 3.51472 3.51472C1.26428 5.76516 0 8.8174 0 12C0 15.1826 1.26428 18.2348 3.51472 20.4853C5.76516 22.7357 8.8174 24 12 24Z" fill="#1E1E1E"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_4_1351">
7
+ <rect width="24" height="24" fill="white"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>
@@ -1,10 +1,10 @@
1
- <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_1565_4306)">
3
- <path d="M8.80668 7.75753C9.53291 6.76654 9.85817 5.53789 9.71741 4.31739C9.57665 3.09688 8.98024 1.97453 8.04751 1.17487C7.11477 0.375217 5.9145 -0.0427713 4.68681 0.00453359C3.45913 0.0518385 2.29457 0.560948 1.42614 1.43001C0.557699 2.29907 0.049423 3.46398 0.00299662 4.6917C-0.0434297 5.91942 0.375417 7.1194 1.17574 8.05156C1.97606 8.98372 3.09884 9.57933 4.31945 9.71922C5.54006 9.8591 6.76847 9.53296 7.75893 8.80603H7.75818C7.78068 8.83603 7.80469 8.86453 7.83169 8.89228L10.7192 11.7798C10.8598 11.9205 11.0506 11.9996 11.2495 11.9997C11.4485 11.9997 11.6393 11.9208 11.7801 11.7802C11.9208 11.6395 11.9999 11.4487 12 11.2498C12 11.0508 11.9211 10.86 11.7804 10.7193L8.89293 7.83178C8.86612 7.80463 8.83729 7.77956 8.80668 7.75678V7.75753ZM9.00019 4.87453C9.00019 5.41623 8.89349 5.95263 8.68619 6.4531C8.47889 6.95356 8.17504 7.4083 7.792 7.79134C7.40896 8.17438 6.95422 8.47823 6.45375 8.68553C5.95329 8.89283 5.41689 8.99953 4.87519 8.99953C4.33348 8.99953 3.79708 8.89283 3.29662 8.68553C2.79615 8.47823 2.34141 8.17438 1.95837 7.79134C1.57533 7.4083 1.27148 6.95356 1.06418 6.4531C0.856881 5.95263 0.750185 5.41623 0.750185 4.87453C0.750185 3.78051 1.18478 2.7313 1.95837 1.95771C2.73196 1.18412 3.78117 0.749526 4.87519 0.749526C5.9692 0.749526 7.01841 1.18412 7.792 1.95771C8.56559 2.7313 9.00019 3.78051 9.00019 4.87453Z" fill="white" fill-opacity="0.5"/>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_4_3083)">
3
+ <path d="M17.6134 15.5152C19.0658 13.5332 19.7163 11.0759 19.4348 8.6349C19.1533 6.19389 17.9605 3.94918 16.095 2.34987C14.2295 0.750556 11.829 -0.0854205 9.37362 0.00918925C6.91825 0.103799 4.58915 1.12202 2.85227 2.86014C1.1154 4.59825 0.098846 6.92809 0.00599324 9.38352C-0.0868595 11.839 0.750834 14.2389 2.35148 16.1032C3.95213 17.9676 6.19769 19.1588 8.6389 19.4386C11.0801 19.7183 13.5369 19.066 15.5179 17.6122H15.5164C15.5614 17.6722 15.6094 17.7292 15.6634 17.7847L21.4384 23.5597C21.7196 23.8411 22.1012 23.9993 22.4991 23.9995C22.897 23.9996 23.2787 23.8417 23.5601 23.5604C23.8416 23.2792 23.9998 22.8976 23.9999 22.4997C24.0001 22.1018 23.8421 21.7201 23.5609 21.4387L17.7859 15.6637C17.7322 15.6094 17.6746 15.5592 17.6134 15.5137V15.5152ZM18.0004 9.74917C18.0004 10.8326 17.787 11.9054 17.3724 12.9063C16.9578 13.9072 16.3501 14.8167 15.584 15.5828C14.8179 16.3489 13.9084 16.9566 12.9075 17.3712C11.9066 17.7858 10.8338 17.9992 9.75037 17.9992C8.66696 17.9992 7.59417 17.7858 6.59323 17.3712C5.5923 16.9566 4.68282 16.3489 3.91674 15.5828C3.15066 14.8167 2.54297 13.9072 2.12836 12.9063C1.71376 11.9054 1.50037 10.8326 1.50037 9.74917C1.50037 7.56114 2.36956 5.46272 3.91674 3.91554C5.46391 2.36837 7.56233 1.49917 9.75037 1.49917C11.9384 1.49917 14.0368 2.36837 15.584 3.91554C17.1312 5.46272 18.0004 7.56114 18.0004 9.74917Z" fill="#1E1E1E"/>
4
4
  </g>
5
5
  <defs>
6
- <clipPath id="clip0_1565_4306">
7
- <rect width="12" height="12" fill="white"/>
6
+ <clipPath id="clip0_4_3083">
7
+ <rect width="24" height="24" fill="white"/>
8
8
  </clipPath>
9
9
  </defs>
10
10
  </svg>
@@ -1,3 +1,10 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M2.866 14.85C2.788 15.294 3.226 15.641 3.612 15.443L8.002 13.187L12.391 15.443C12.777 15.641 13.215 15.294 13.137 14.851L12.307 10.121L15.829 6.76497C16.159 6.45097 15.989 5.87697 15.547 5.81497L10.649 5.11897L8.465 0.791969C8.42339 0.704258 8.35775 0.630152 8.27571 0.578261C8.19366 0.526371 8.09858 0.498825 8.0015 0.498825C7.90442 0.498825 7.80933 0.526371 7.72729 0.578261C7.64524 0.630152 7.5796 0.704258 7.538 0.791969L5.354 5.11997L0.455996 5.81597C0.0149962 5.87797 -0.156004 6.45197 0.172996 6.76597L3.696 10.122L2.866 14.852V14.85ZM7.771 12.083L4.085 13.977L4.779 10.02C4.79525 9.92888 4.78889 9.83519 4.76047 9.74714C4.73205 9.65909 4.68244 9.57936 4.616 9.51497L1.71 6.74497L5.762 6.16897C5.8459 6.1563 5.92548 6.12348 5.99393 6.07332C6.06237 6.02316 6.11764 5.95716 6.155 5.88097L8 2.22297L9.847 5.88097C9.88435 5.95716 9.93962 6.02316 10.0081 6.07332C10.0765 6.12348 10.1561 6.1563 10.24 6.16897L14.292 6.74397L11.386 9.51397C11.3194 9.57846 11.2697 9.65836 11.2413 9.7466C11.2128 9.83484 11.2066 9.92873 11.223 10.02L11.917 13.977L8.231 12.083C8.15972 12.0462 8.08069 12.027 8.0005 12.027C7.9203 12.027 7.84127 12.0462 7.77 12.083H7.771Z" fill="#001007" fill-opacity="0.5"/>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_4_3325)">
3
+ <path d="M4.29893 22.275C4.18193 22.941 4.83893 23.4615 5.41793 23.1645L12.0029 19.7805L18.5864 23.1645C19.1654 23.4615 19.8224 22.941 19.7054 22.2765L18.4604 15.1815L23.7434 10.1475C24.2384 9.67651 23.9834 8.81551 23.3204 8.72251L15.9734 7.67851L12.6974 1.18801C12.635 1.05644 12.5366 0.945281 12.4135 0.867445C12.2904 0.789609 12.1478 0.748291 12.0022 0.748291C11.8566 0.748291 11.7139 0.789609 11.5909 0.867445C11.4678 0.945281 11.3693 1.05644 11.3069 1.18801L8.03093 7.68001L0.683933 8.72401C0.0224333 8.81701 -0.234067 9.67801 0.259433 10.149L5.54393 15.183L4.29893 22.278V22.275ZM11.6564 18.1245L6.12743 20.9655L7.16843 15.03C7.19282 14.8934 7.18328 14.7528 7.14065 14.6208C7.09801 14.4887 7.0236 14.3691 6.92393 14.2725L2.56493 10.1175L8.64293 9.25351C8.76879 9.2345 8.88816 9.18527 8.99083 9.11003C9.0935 9.0348 9.1764 8.93579 9.23243 8.82151L11.9999 3.33451L14.7704 8.82151C14.8265 8.93579 14.9094 9.0348 15.012 9.11003C15.1147 9.18527 15.2341 9.2345 15.3599 9.25351L21.4379 10.116L17.0789 14.271C16.979 14.3677 16.9045 14.4876 16.8618 14.62C16.8192 14.7523 16.8098 14.8931 16.8344 15.03L17.8754 20.9655L12.3464 18.1245C12.2395 18.0694 12.121 18.0406 12.0007 18.0406C11.8804 18.0406 11.7618 18.0694 11.6549 18.1245H11.6564Z" fill="#1E1E1E"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_4_3325">
7
+ <rect width="24" height="24" fill="white"/>
8
+ </clipPath>
9
+ </defs>
3
10
  </svg>
package/src/icons/X.svg CHANGED
@@ -1,3 +1,3 @@
1
- <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M0.291834 0.291956C0.384725 0.198829 0.495076 0.124943 0.616567 0.0745306C0.738057 0.0241177 0.868299 -0.00183105 0.999834 -0.00183105C1.13137 -0.00183105 1.26161 0.0241177 1.3831 0.0745306C1.50459 0.124943 1.61494 0.198829 1.70783 0.291956L6.99983 5.58596L12.2918 0.291956C12.3848 0.19898 12.4952 0.125227 12.6167 0.0749092C12.7381 0.024591 12.8683 -0.00130749 12.9998 -0.00130749C13.1313 -0.00130749 13.2615 0.024591 13.383 0.0749092C13.5045 0.125227 13.6149 0.19898 13.7078 0.291956C13.8008 0.384932 13.8746 0.49531 13.9249 0.616789C13.9752 0.738268 14.0011 0.868468 14.0011 0.999956C14.0011 1.13144 13.9752 1.26164 13.9249 1.38312C13.8746 1.5046 13.8008 1.61498 13.7078 1.70796L8.41383 6.99996L13.7078 12.292C13.8008 12.3849 13.8746 12.4953 13.9249 12.6168C13.9752 12.7383 14.0011 12.8685 14.0011 13C14.0011 13.1314 13.9752 13.2616 13.9249 13.3831C13.8746 13.5046 13.8008 13.615 13.7078 13.708C13.6149 13.8009 13.5045 13.8747 13.383 13.925C13.2615 13.9753 13.1313 14.0012 12.9998 14.0012C12.8683 14.0012 12.7381 13.9753 12.6167 13.925C12.4952 13.8747 12.3848 13.8009 12.2918 13.708L6.99983 8.41395L1.70783 13.708C1.61486 13.8009 1.50448 13.8747 1.383 13.925C1.26152 13.9753 1.13132 14.0012 0.999834 14.0012C0.868346 14.0012 0.738146 13.9753 0.616667 13.925C0.495188 13.8747 0.38481 13.8009 0.291834 13.708C0.198858 13.615 0.125105 13.5046 0.0747871 13.3831C0.0244689 13.2616 -0.00142956 13.1314 -0.00142956 13C-0.00142956 12.8685 0.0244689 12.7383 0.0747871 12.6168C0.125105 12.4953 0.198858 12.3849 0.291834 12.292L5.58583 6.99996L0.291834 1.70796C0.198707 1.61506 0.124821 1.50471 0.0744085 1.38322C0.0239956 1.26173 -0.00195312 1.13149 -0.00195312 0.999956C-0.00195312 0.868421 0.0239956 0.738179 0.0744085 0.616689C0.124821 0.495198 0.198707 0.384847 0.291834 0.291956Z" fill="white" fill-opacity="0.75"/>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6.96888 6.96888C7.03854 6.89903 7.12131 6.84362 7.21242 6.80581C7.30354 6.768 7.40122 6.74854 7.49988 6.74854C7.59853 6.74854 7.69621 6.768 7.78733 6.80581C7.87844 6.84362 7.96121 6.89903 8.03088 6.96888L11.9999 10.9394L15.9689 6.96888C16.0386 6.89914 16.1214 6.84383 16.2125 6.80609C16.3036 6.76835 16.4013 6.74893 16.4999 6.74893C16.5985 6.74893 16.6961 6.76835 16.7872 6.80609C16.8784 6.84383 16.9611 6.89914 17.0309 6.96888C17.1006 7.03861 17.1559 7.12139 17.1937 7.2125C17.2314 7.30361 17.2508 7.40126 17.2508 7.49988C17.2508 7.59849 17.2314 7.69614 17.1937 7.78725C17.1559 7.87836 17.1006 7.96114 17.0309 8.03088L13.0604 11.9999L17.0309 15.9689C17.1006 16.0386 17.1559 16.1214 17.1937 16.2125C17.2314 16.3036 17.2508 16.4013 17.2508 16.4999C17.2508 16.5985 17.2314 16.6961 17.1937 16.7872C17.1559 16.8784 17.1006 16.9611 17.0309 17.0309C16.9611 17.1006 16.8784 17.1559 16.7872 17.1937C16.6961 17.2314 16.5985 17.2508 16.4999 17.2508C16.4013 17.2508 16.3036 17.2314 16.2125 17.1937C16.1214 17.1559 16.0386 17.1006 15.9689 17.0309L11.9999 13.0604L8.03088 17.0309C7.96114 17.1006 7.87836 17.1559 7.78725 17.1937C7.69614 17.2314 7.59849 17.2508 7.49988 17.2508C7.40126 17.2508 7.30361 17.2314 7.2125 17.1937C7.12139 17.1559 7.03861 17.1006 6.96888 17.0309C6.89914 16.9611 6.84383 16.8784 6.80609 16.7872C6.76835 16.6961 6.74893 16.5985 6.74893 16.4999C6.74893 16.4013 6.76835 16.3036 6.80609 16.2125C6.84383 16.1214 6.89914 16.0386 6.96888 15.9689L10.9394 11.9999L6.96888 8.03088C6.89903 7.96121 6.84362 7.87844 6.80581 7.78733C6.768 7.69621 6.74854 7.59853 6.74854 7.49988C6.74854 7.40122 6.768 7.30354 6.80581 7.21242C6.84362 7.12131 6.89903 7.03854 6.96888 6.96888Z" fill="#1E1E1E"/>
3
3
  </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12 6C12.1989 6 12.3896 6.07902 12.5303 6.21967C12.671 6.36032 12.75 6.55109 12.75 6.75V15.4395L15.969 12.219C16.0387 12.1493 16.1215 12.094 16.2126 12.0562C16.3037 12.0185 16.4014 11.9991 16.5 11.9991C16.5986 11.9991 16.6962 12.0185 16.7873 12.0562C16.8785 12.094 16.9612 12.1493 17.031 12.219C17.1007 12.2887 17.156 12.3715 17.1938 12.4626C17.2315 12.5537 17.2509 12.6514 17.2509 12.75C17.2509 12.8486 17.2315 12.9463 17.1938 13.0374C17.156 13.1285 17.1007 13.2113 17.031 13.281L12.531 17.781C12.4613 17.8508 12.3785 17.9063 12.2874 17.9441C12.1963 17.9819 12.0986 18.0013 12 18.0013C11.9013 18.0013 11.8036 17.9819 11.7125 17.9441C11.6214 17.9063 11.5386 17.8508 11.469 17.781L6.96897 13.281C6.89924 13.2113 6.84392 13.1285 6.80619 13.0374C6.76845 12.9463 6.74902 12.8486 6.74902 12.75C6.74902 12.6514 6.76845 12.5537 6.80619 12.4626C6.84392 12.3715 6.89924 12.2887 6.96897 12.219C7.1098 12.0782 7.30081 11.9991 7.49997 11.9991C7.59859 11.9991 7.69624 12.0185 7.78735 12.0562C7.87846 12.094 7.96124 12.1493 8.03097 12.219L11.25 15.4395V6.75C11.25 6.55109 11.329 6.36032 11.4696 6.21967C11.6103 6.07902 11.8011 6 12 6Z" fill="#1E1E1E"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M11.9999 0L14.5034 1.296L17.2904 1.719L18.5534 4.239L20.5589 6.219L20.0999 9L20.5589 11.781L18.5534 13.761L17.2904 16.281L14.5034 16.704L11.9999 18L9.49642 16.704L6.70942 16.281L5.44642 13.761L3.44092 11.781L3.89992 9L3.44092 6.219L5.44642 4.239L6.70942 1.719L9.49642 1.296L11.9999 0Z" fill="#1E1E1E"/>
3
+ <path d="M6 17.691V24L12 22.5L18 24V17.691L14.973 18.15L12 19.689L9.027 18.15L6 17.691Z" fill="#1E1E1E"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10.8705 16.71L3.67652 8.487C2.82752 7.5195 3.51752 6 4.80602 6H19.194C19.4824 5.99975 19.7647 6.08263 20.0072 6.23871C20.2497 6.39479 20.442 6.61746 20.5612 6.88004C20.6804 7.14262 20.7213 7.434 20.6792 7.71927C20.637 8.00454 20.5136 8.27161 20.3235 8.4885L13.1295 16.7085C12.9887 16.8696 12.8151 16.9987 12.6203 17.0872C12.4255 17.1757 12.214 17.2215 12 17.2215C11.7861 17.2215 11.5746 17.1757 11.3798 17.0872C11.1849 16.9987 11.0113 16.8696 10.8705 16.7085V16.71Z" fill="#1E1E1E"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M5.79003 13.1295L14.013 20.3235C14.982 21.1725 16.5 20.4825 16.5 19.194V4.80597C16.5003 4.51761 16.4174 4.23528 16.2613 3.99281C16.1052 3.75033 15.8826 3.55798 15.62 3.4388C15.3574 3.31962 15.066 3.27865 14.7808 3.3208C14.4955 3.36295 14.2284 3.48644 14.0115 3.67647L5.79153 10.8705C5.63042 11.0113 5.50129 11.1849 5.41281 11.3797C5.32434 11.5745 5.27856 11.786 5.27856 12C5.27856 12.2139 5.32434 12.4254 5.41281 12.6202C5.50129 12.8151 5.63042 12.9887 5.79153 13.1295H5.79003Z" fill="#1E1E1E"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M18.21 13.1295L9.987 20.3235C9.018 21.1725 7.5 20.4825 7.5 19.194V4.80597C7.49975 4.51761 7.58263 4.23528 7.73871 3.99281C7.89479 3.75033 8.11746 3.55798 8.38004 3.4388C8.64262 3.31962 8.934 3.27865 9.21927 3.3208C9.50454 3.36295 9.77161 3.48644 9.9885 3.67647L18.2085 10.8705C18.3696 11.0113 18.4987 11.1849 18.5872 11.3797C18.6757 11.5745 18.7215 11.786 18.7215 12C18.7215 12.2139 18.6757 12.4254 18.5872 12.6202C18.4987 12.8151 18.3696 12.9887 18.2085 13.1295H18.21Z" fill="#1E1E1E"/>
3
+ </svg>