Skip to content

Commit

Permalink
[SRO] Add path svgicons (#2459)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanynwyeung authored Sep 26, 2024
1 parent c144b75 commit 6ed653c
Show file tree
Hide file tree
Showing 9 changed files with 87 additions and 0 deletions.
36 changes: 36 additions & 0 deletions libs/sr/svgicons/src/components/PathIcon.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
import type { PathKey } from '@genshin-optimizer/sr/consts'
import type { SvgIconProps } from '@mui/material'
import {
AbundanceIcon,
DestructionIcon,
EruditionIcon,
HarmonyIcon,
NihilityIcon,
PreservationIcon,
TheHuntIcon,
} from '..'

export function PathIcon({
pathKey,
iconProps = {},
}: {
pathKey: PathKey
iconProps?: SvgIconProps
}) {
switch (pathKey) {
case 'Abundance':
return <AbundanceIcon {...iconProps} />
case 'Destruction':
return <DestructionIcon {...iconProps} />
case 'Erudition':
return <EruditionIcon {...iconProps} />
case 'Harmony':
return <HarmonyIcon {...iconProps} />
case 'Nihility':
return <NihilityIcon {...iconProps} />
case 'Preservation':
return <PreservationIcon {...iconProps} />
case 'TheHunt':
return <TheHuntIcon {...iconProps} />
}
}
6 changes: 6 additions & 0 deletions libs/sr/svgicons/src/icons/Paths/AbundanceIcon.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import { createSvgIcon } from '@mui/material'

export const AbundanceIcon = createSvgIcon(
<path d="M9.089.411c-.295.046-.569.216-.854.302-1.521.453-2.875 1.107-3.6 2.587-.302.617-.562 1.461-.562 2.157 0 .326.039 .749.451 .746.257-.002.507-.103.753-.161C7.171 5.589 7.538 3.943 8.273 2.397c.195-.411.377-.874.627-1.253.12-.18.389-.343.446-.552.043-.171-.132-.195-.257-.177M14.606.441c.096.463 .672 1.008.909 1.454.66 1.246.878 2.907 2.151 3.72.394 .25 1.68.897 2.122.501 .417-.377-.017-1.62-.144-2.062-.526-1.845-2.04-2.875-3.833-3.336-.429-.108-.756-.276-1.205-.276M2.52 3.171c-.142.05-.216.309-.288.429a10.248 10.248 0 0 0-.672 1.354C.823 6.723-.003 8.781 1.006 10.623c.425.777 1.035 1.21 1.863 1.507.24 .086.629 .243.886 .118.168-.082.106-.326.086-.471-.051-.394-.069-.806-.069-1.205-.003-1.083-.475-1.911-.794-2.909-.261-.816-.326-1.707-.363-2.558-.024-.542.01-1.017.048-1.555.005-.087.034-.437-.142-.377m18.917.05c-.19.065-.081.442-.062.578 .082.595 .038 1.209-.005 1.807-.12 1.755-.994 3.231-1.157 4.965-.038.403-.051.801-.072 1.205-.007.13-.06.346 .06.442 .159.125 .497.026 .672-.017.384-.096.771-.243 1.104-.456 2.04-1.296 1.533-3.876.886-5.789a11.39 11.39 0 0 0-.97-2.157c-.072-.117-.274-.641-.456-.578M4.824 12.178c.334-.13.549-.48.771-.754.753-.917 1.071-2.143 1.14-3.309.014-.245.182-1.2-.034-1.351-.213-.147-1.001.615-1.224.732-.286.151-.926.214-1.102.487-.192.298 .091.84 .178 1.135a8.4 8.4 0 0 1 .309 2.157c.009.309-.103.595-.038.903m12.506-5.41c-.23.12-.065.823-.065 1.046 0 1.118.291 2.366.909 3.309.117 .182.717 1.114.967 .951.209-.139-.017-.737.003-.95.058-.672.079-1.308.295-1.954.103-.315.348-.866.195-1.193-.132-.286-.938-.386-1.217-.54-.228-.127-.84-.797-1.087-.669m6.454 4.507c-.134.257-.146.545-.276.802-.365.717-1.063 1.399-1.779 1.757-.84.417-1.827.42-2.657.895-.802.458-1.491 1.142-2.16 1.766-.566.531-1.123 1.113-1.56 1.752-.12.18-.405.418-.401.651 .005.382 .662.615 .96.672 .986.189 2.102.223 3.06-.142 2.227-.852 4.025-2.645 4.632-4.994.201-.777.346-1.505.381-2.307.012-.286.086-.696-.199-.852m-23.726.051c-.154.837 .027 1.845.243 2.657.61 2.283 1.961 4.303 4.222 5.237 1.071.441 2.157.605 3.309.399 .365-.063.96-.161 1.154-.525.202-.382-.411-.933-.622-1.2-.823-1.03-1.807-2.033-2.887-2.798-.986-.698-2.023-.797-3.11-1.217-.754-.291-1.315-.938-1.737-1.603-.183-.291-.201-.891-.571-.953m7.371.302c-.23.405-.338.789-.751 1.068-.235.158-.862.216-.837.588 .027.37 .669.819 .897 1.102.72 .891 1.323 1.829 1.917 2.81.106 .177.559 1.176.768 1.109.142-.046.154-.288.159-.408a7.635 7.635 0 0 0-.017-1.354c-.177-1.351-.657-2.614-1.311-3.811-.214-.394-.365-.948-.823-1.104m9.026.058c-.365.062-.634.849-.765 1.145-.533 1.2-1.239 2.407-1.239 3.763 0 .454-.007.9-.041 1.354-.01.134 0 .363.189 .357.297-.014.6-.929.741-1.161a25.731 25.731 0 0 1 1.92-2.76c.245-.302.849-.749.89-1.15.033-.326-.674-.439-.891-.593-.209-.151-.595-.989-.802-.955M9.804 19.457c-.171.089-.123.343-.245.473-.141.151-.741.007-.741.283 0 .223.423 .454.571 .591.633 .588 1.347 1.032 2.107 1.44 2.081 1.118 4.354 1.32 6.669 1.32.672 0 1.843.154 2.403-.285.257-.201.463-.768.583-1.07.045-.111.113-.309-.005-.399-.154-.117-.459.062-.622.093-.502.098-1.042.154-1.555.154-1.949 0-3.96.063-5.818-.634-.922-.346-1.749-.765-2.508-1.399-.156-.13-.622-.679-.84-.566m5.503.394c-.269-.093-.891-.432-1.152-.36-.223.062-.377.303-.552.441-.137.106-.528.23-.435.463 .309.771 1.925-.082 2.141-.545M2.434 21.965c-.166.103-.022.372 .039.495 .178.355 .319.85 .742.969 .622.171 1.32.12 1.954.137 1.215.027 2.376.051 3.564-.259.377-.099 1.21-.048 1.474-.367.329-.396-.72-.943-1.023-.946-.595-.01-1.174.264-1.755.36a9.809 9.809 0 0 1-3.06.026 10.551 10.551 0 0 1-1.354-.309c-.154-.046-.423-.206-.583-.106z" />,
'Abundance'
)
6 changes: 6 additions & 0 deletions libs/sr/svgicons/src/icons/Paths/DestructionIcon.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import { createSvgIcon } from '@mui/material'

export const DestructionIcon = createSvgIcon(
<path d="M7.255.094c-.651.091-.189.927-.051 1.306.494 1.358.891 2.777 1.226 4.183.614 2.561.142 5.184-.3 7.726-.113.646-.365 1.359-.609 1.968-.103.257-.312.742-.187 1.02.123 .274.849 .206 1.102.249 .672.11 1.385.331 2.018.583 .391.154 .897.429 1.329.386 1.102-.115 2.134-.818 3.249-.977.24-.034.982 .007 1.102-.24.144-.3-.177-.885-.283-1.166a13.838 13.838 0 0 1-.708-2.806c-.279-1.898-.559-3.785-.35-5.709.106-.977.511-1.949.73-2.904.206-.907.617-1.757.843-2.657.051-.202.321-.737.159-.905-.18-.189-1.097-.065-1.205.171-.209.463 .009 1.082-.249 1.517-.233.398-1.719.482-2.023.13-.365-.425.103-1.207-.12-1.69C12.84.091 12.593.12 12.42.12 11.919.12 11.285.005 10.8.103c-.806.161 .254 1.947-.737 2.033-.381.034-1.263.137-1.543-.166-.617-.658.106-2.067-1.265-1.875M9.972 6.6c.228-.094.446 .125.588 .269.355 .36.847 .715.974 1.226.146 .583.045 1.298.045 1.898 0 1.337-.01 2.674-.041 4.008-.01.463 .055.917 .048 1.378 0 .171-.01.389-.202.459-.36.134-1.029-.189-1.371-.305-.309-.106-.891-.079-1.097-.36-.279-.387-.029-1.286.051-1.714.254-1.371.439-2.794.593-4.183.075-.674.123-1.346.219-2.018.026-.189-.017-.571.194-.658m8.258 11.042c-1.19.051-2.475.199-3.593.631-.23.089-1.131.35-.981.696 .12.267 .557.487 .785.66 .609.466 1.217.929 1.771 1.461.219 .209.487 .669.789 .751.439 .12.867-.384 1.377-.177.396 .163.501 .715.423 1.097-.026.137-.24.531-.015.6 .363.111 1.169-.312 1.51-.444 1.485-.574 3.429-1.778 3.677-3.502.235-1.639-1.131-3.086-1.32-4.677-.051-.41-.043-.816-.045-1.229 0-.127.034-.343-.113-.405-.247-.108-.847.214-1.114.266-1.046.202-2.537.216-3.091-.895-.581-1.166.158-2.854.651-3.938.137-.305.374-.566.47-.885-.622-.171-1.57.778-1.913 1.229-.907 1.19-1.09 2.438-1.09 3.888 0 .653.009 1.414.298 2.018.192 .399.614 .317.982 .353.607 .058 1.279.195 1.821.48 .754.396 1.581 1.046 1.622 1.971.051 1.166-1.011 2.232-2.114 2.486-.626.142-1.637-.048-1.843-.763-.288-1.006.912-.969 1.056-1.673M3.171 8.388c.115.24 .339.343 .497.549 .391.514 .61 1.221.583 1.863-.057 1.351-1.193 2.4-2.263 3.079-.411.264-1.023.446-1.351.818-.269.309-.326.783-.398 1.173-.161.891-.302 1.795-.211 2.709.201 2.001 1.687 3.514 3.686 3.794.386 .055 1.054.183 1.425.034 .482-.194.723-1.131 1.087-1.517.891-.936 2.211-.939 3.394-.699 1.594.326 3.129 1.217 4.476 2.095.394 .257.807 .487 1.183.771 .276.213 .473.482 .835.54-.123-.828-1.022-1.814-1.575-2.412-1.882-2.04-5.014-3.509-7.824-3.49-.626.003-.73.885-1.097 1.272-.72.761-2.133.108-2.566-.686-.183-.333-.343-1.131.027-1.389.216-.151.535-.069.782-.096a3.137 3.137 0 0 0 1.131-.331c1.478-.799 2.177-3.034 2.114-4.629-.06-1.567-1.058-3.024-2.606-3.417-.401-.103-.936-.178-1.329-.031m1.92 15.405v.098h7.183l1.623.051c-.154-.273-.458-.291-.737-.358a24.689 24.689 0 0 1-1.378-.37c-.97-.291-1.851-.614-2.854-.771-.394-.062-.83-.219-1.231-.108-.403.111-.669.66-1.034.891-.502.319-1.046.343-1.574.566z" />,
'Destruction'
)
6 changes: 6 additions & 0 deletions libs/sr/svgicons/src/icons/Paths/EruditionIcon.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import { createSvgIcon } from '@mui/material'

export const EruditionIcon = createSvgIcon(
<path d="M1.622 21.42H1.68c.881-.862 2.486-1.131 3.651-.669.394 .154.674 .478 1.046.669 .103-.441 0-.938 0-1.392V17.071c0-.411.178-1.104-.142-1.425-.42-.42-1.716-.434-2.294-.578-.555-.137-1.123-.247-1.682-.381-.183-.045-.497-.115-.66.017-.271.213-.086 1.289-.086 1.611L1.509 19.855c0 .483-.117 1.131.115 1.565m20.177-7.166c-1.008.183-2.002.492-3.014.682-.345.065-.879.058-1.083.403-.279.475-.075 1.536-.075 2.079 0 1.658-.159 4.092 2.088 4.291.321 .029.607 .034.926-.027 2.287-.439 1.983-3.626 1.881-5.366-.043-.744.429-2.266-.72-2.061M13.046 7.445c-.24.561-.405 1.572-.142 2.146.171 .372.557 .6.792 .926.336 .471.449 1.114.449 1.683 0 .511-.173 1.07-.531 1.443-.216.228-.501.363-.663.645-.331.576-.151 1.678.096 2.261l.926-.96 1.793-1.246.934-1.131 1.275-.225 3.189-.538 2.259-.423c-.403-.489-1.44-.399-2.03-.466a40.063 40.063 0 0 1-3.303-.55c-.441-.089-.977-.062-1.39-.24-.408-.177-.571-.751-.874-1.063-.554-.569-1.308-.845-1.91-1.354-.322-.269-.495-.715-.871-.909M.579 11.971v.115l1.857.315 3.651.6 1.275.223 .806 1.027 1.805 1.275.986 1.025c.291-.579.442-1.605.142-2.205-.175-.346-.531-.555-.754-.869-.374-.526-.446-1.167-.43-1.8.024-1.006.706-1.214 1.166-1.971.37-.602.137-1.653-.123-2.259l-.929.986-1.795 1.277-.874 1.063-1.505.269zM22.325 2.52c-.715.933-2.211 1.08-3.305.828-.403-.091-.706-.35-1.046-.566-.091-.06-.249-.163-.345-.051-.154.18-.002.987-.002 1.238V7.097c0 .346-.111.926 .141 1.2.399 .439 1.509.399 2.062.549 .651.177 1.317.283 1.971.454 .18.046 .555.142 .694-.034.199-.252.01-.833.003-1.125-.026-1.003.093-2.013.017-3.017-.06-.823.249-1.836-.077-2.607zM3.36 2.311C1.018 2.688 1.502 5.997 1.507 7.677c0 .566-.309 2.16.521 2.078 1.063-.106 2.136-.511 3.189-.708.338-.063.909-.046 1.101-.389.266-.473.06-1.543.06-2.081 0-1.546.233-4.125-1.971-4.286a4.661 4.661 0 0 0-1.046 NaNhNaNcNaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaNC12.286.417 12.206 0 11.99 0c-.206 0-.291.422-.35.567-.262.634-.494 1.282-.763 1.913-.159.377-.269.837-.543 1.149-.381.434-1.001.634-1.411 1.061-.873.914-1.625 2.46-1.342 3.763m8.839 7.094H16.303c-1.335 2.397-4.812 2.865-7.131 1.594-.705-.384-.953-1.097-1.567-1.538-.357 1.209.477 2.947 1.337 3.759.435 .413 1.047.65 1.431 1.113.242 .293.341 .698.489 1.042.269 .636.506 1.284.785 1.915.067 .151.146 .567.363 .567.206 0 .29-.423.35-.567.262-.636.494-1.282.763-1.915.159-.377.267-.835.543-1.149.381-.434 1.001-.633 1.409-1.059.874-.915 1.627-2.46 1.344-3.763" />,
'Erudition'
)
6 changes: 6 additions & 0 deletions libs/sr/svgicons/src/icons/Paths/HarmonyIcon.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import { createSvgIcon } from '@mui/material'

export const HarmonyIcon = createSvgIcon(
<path d="M8.619.019c.18.626 1.337 1.246 1.793 1.74 1.509 1.63 2.335 3.811 1.227 5.887-.223.417-1.135 1.505-.321 1.869.209 .091.411-.111.545-.245.406-.408.741-.777 1.257-1.051a3.893 3.893 0 0 1 4.186.374c.675.535 1.257 1.389 1.423 2.242.144 .761-.141 1.582.069 2.314.147 .523.557 .886.948 1.238.463 .42.97 .783 1.565.996 .182.069 .549.206 .708.031 .218-.237-.449-.787-.591-.953-.814-.948-1.401-1.971-1.704-3.189-.411-1.649.127-3.302-.545-4.937C17.925 3.274 14.242 1.505 11.246.653 10.397.413 9.514.026 8.619.019M1.43 23.088c.156-.555.111-1.125.23-1.689.309-1.467 1.049-3.039 2.271-3.953.814-.609 1.692-.799 2.688-.799.434 0 1.102.12 1.313-.377.309-.732-1.306-.837-1.749-1.111a4.08 4.08 0 0 1-1.923-3.387c-.031-1.183.622-2.366 1.546-3.069.49-.374 1.239-.509 1.654-.957.216-.233.327-.617.435-.914a5.28 5.28 0 0 0 .216-2.438c-.029-.185-.091-.734-.36-.729-.261.005-.42.84-.48 1.041A6.907 6.907 0 0 1 5.475 7.646C4.286 8.823 2.589 9.245 1.534 10.584-.497 13.169-.074 16.637.36 19.649c.137.965 .295 2.774 1.07 3.439M8.933 6.771c-.288.909-.578 1.637-1.217 2.376-.538.624-1.239.938-1.43 1.814-.492 2.256 2.297 3.883 3.885 2.062.713-.818.72-2.009.098-2.875-.223-.312-.677-.521-.823-.874-.12-.295.045-.696.045-1.001 0-.514-.177-1.061-.432-1.502h-.125m9.502 8.191c-.154-.645-.77-1.205-1.056-1.814-.686-1.462-.54-3.509-2.758-3.435-2.057.069-3 2.906-1.246 4.106.485 .331 1.092.538 1.685.435 .353-.062.765-.417 1.125-.285.799 .295 1.329.951 2.251.994m-7.877.156c-1.303.31-1.149 1.457-1.694 2.337-.228.369-.723.423-1.058.662-.187.137-1.023.639-.864.933 .13.237 1.013.048 1.239.027 1.281-.12 2.434.739 3.689.432 1.522-.372 2.066-2.335 1.2-3.549-.557-.782-1.594-1.059-2.513-.84m4.063.528c.206.861 .672 1.577.621 2.503-.132 2.333-2.277 4.131-4.622 3.71-.693-.123-1.255-.446-1.786-.9-.314-.267-.554-.694-.963-.823-.871-.274-2.242.326-2.938.816-.228.161-.789.511-.691.864 .086.303 .871.01 1.066-.045 1.179-.321 2.405-.23 3.562.137 1.491.477 2.647 1.565 4.19 1.934 2.94.703 6.211-1.44 8.314-3.249.677-.583 1.358-1.169 1.975-1.817.269-.283.549-.487.651-.879l-.063-.063c-1.889.391-3.789 1.44-5.751.609a4.618 4.618 0 0 1-1.977-1.546c-.432-.591-.662-1.637-1.587-1.251z" />,
'Harmony'
)
6 changes: 6 additions & 0 deletions libs/sr/svgicons/src/icons/Paths/NihilityIcon.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import { createSvgIcon } from '@mui/material'

export const NihilityIcon = createSvgIcon(
<path d="M11.966.014C11.565.12 11.402 1.029 11.285 1.377c-.418 1.251-.833 2.626-1.438 3.799-.24.465-.734.66-1.104.999a7.286 7.286 0 0 0-1.44 1.925c-1.474 2.767-1.335 6.687.415 9.297.367 .545.799 1.054 1.32 1.461.315 .247.708 .406.984 .703.339 .367.458 .943.614 1.402.231 .689.528 1.356.758 2.047.123 .367.254 1.109.797 .974.36-.086.451-.735.569-1.032.406-1.025.639-2.277 1.222-3.216.247-.394.723-.571 1.077-.855a6.497 6.497 0 0 0 1.502-1.718c1.711-2.88 1.714-6.792-.069-9.646-.561-.9-1.497-1.359-2.098-2.165-.322-.434-.463-1.073-.641-1.577-.303-.864-.648-1.711-.957-2.571-.125-.35-.309-1.329-.833-1.188m-2.751 1.303C4.123 1.334 1.087 6.125 1.087 10.79c0 1.843.485 3.571 1.697 4.994.315 .372.967 1.162 1.515 1.131.269-.017.303-.303.362-.514.125-.454.622-1.221.339-1.683-.432-.71-1.137-1.114-1.464-1.941-1.097-2.765-.297-6.698 1.817-8.769.819-.804 1.774-1.335 2.748-1.913.357-.211.97-.35 1.111-.777m5.145.117c.012.497 .454 1.75.885 2.033.339 .223.837 .245 1.221.36 .466.137 .919.36 1.346.593 1.457.794 2.691 1.925 3.73 3.211.502 .622.994 1.296 1.395 1.989.223 .386.425 .96.837 1.169l.058-.058c-.698-3.706-3.031-6.391-6.314-8.126-.921-.485-2.091-1.149-3.158-1.171m.291 21.574v.117c.996.315 2.237-.18 3.159-.559 3.883-1.593 5.856-6.71 4.917-10.666-.319-1.346-.939-2.534-1.935-3.507-.235-.23-.789-.89-1.166-.741-.353.141-.823 1.675-.737 2.026.117 .473.806 .874 1.083 1.286.609 .905.909 2.009.936 3.099.041 1.68-.305 3.699-1.193 5.143-1.125 1.826-3.098 3.069-5.062 3.802M11.727 8.292c1.245-.183 2.109.703 2.635 1.737.813 1.605.775 3.339-.091 4.911-.406.737-1.023 1.447-1.903 1.562-1.224.161-2.102-.771-2.589-1.795-.771-1.622-.754-3.206.089-4.795.384-.725.991-1.491 1.858-1.62M.209 13.654c-.185.782 .35 1.8.645 2.513 1.121 2.726 3.074 4.32 5.554 5.777.705 .415 1.503.72 2.28.977 .326.11 .646.291 .994.206-.127-.523-.485-1.61-.891-1.965-.346-.303-1.073-.336-1.509-.497a9.679 9.679 0 0 1-2.337-1.277C2.897 17.894 1.557 15.814.326 13.654z" />,
'Nihility'
)
6 changes: 6 additions & 0 deletions libs/sr/svgicons/src/icons/Paths/PreservationIcon.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import { createSvgIcon } from '@mui/material'

export const PreservationIcon = createSvgIcon(
<path d="M11.822.024c-.516.153-1.011.542-1.493.783-1.161.579-2.323 1.166-3.526 1.653-.663.267-1.934.441-2.431.955-.267.278-.144.982-.206 1.351-.091.533-.429.97-.765 1.375a9.353 9.353 0 0 1-1.797 1.707c-.291.201-.766.334-.806.742-.034.331 .171.698 .24 1.017.189 .84.391 1.678.615 2.51.435 1.606.689 3.566 1.531 5.019.36 .622.96 1.166 1.466 1.673a33.694 33.694 0 0 0 3.108 2.774c.96.749 2.009 1.474 3.108 2.009.449 .219.917 .514 1.433.369 .924-.262 1.85-.895 2.63-1.435a28.807 28.807 0 0 0 4.003-3.298c.638-.638 1.5-1.346 1.923-2.151.298-.566.401-1.294.555-1.913.24-.96.537-1.906.777-2.868.226-.9.504-1.79.742-2.688.082-.309.317-.756.269-1.077-.06-.387-.634-.578-.921-.771-.61-.408-1.157-.996-1.629-1.56-.336-.401-.693-.843-.792-1.371-.081-.423.086-1.07-.233-1.413-.434-.466-1.536-.626-2.126-.84C16.217 2.105 14.937 1.474 13.735.831c-.483-.257-1.347-.974-1.913-.806m-.12 2.254c.54-.117.967 .177 1.435.386 1.246.559 2.4 1.39 3.466 2.232.778 .614 1.531 1.286 2.201 2.019.273 .298.634 .617.749 1.017.249 .864-.086 2.22-.192 3.106-.228 1.906-.559 4.092-1.495 5.798-.711 1.293-1.827 2.361-2.937 3.31-.619.531-1.257 1.035-1.913 1.521-.261.192-.566.497-.895.557-.643.117-1.572-.874-2.033-1.241-1.731-1.383-3.744-3.009-4.395-5.223-.538-1.827-.931-3.598-1.111-5.498-.065-.672-.309-1.678-.137-2.331.171-.641 1.051-1.342 1.521-1.786a21.288 21.288 0 0 1 4.063-3.036c.504-.286 1.104-.706 1.675-.83m-4.783 12.046c.357-.177.439-.621.615-.955.197-.377.651-.809.669-1.255.012-.348-.336-.696-.453-1.017-.3-.818-.13-1.699.386-2.39 1.109-1.485 3.261-1.491 4.329.06 .209.303 .434.703 .48 1.075.022 .182-.057.543 .149.645 .233.113 .734-.237.938-.343.9-.466 1.903-1.114 2.541-1.915.617-.775-.151-1.133-.687-1.618-1.001-.902-2.246-1.903-3.646-2.074-.497-.063-.919.137-1.373.305-1.356.502-2.325 1.394-3.406 2.328-.408.353-1.221.802-1.342 1.358-.129.593 .103 1.44.202 2.031.206 1.25.305 2.537.6 3.765m3.17-5.167c-1.497.336-.97 2.544.477 2.199 1.366-.326.886-2.506-.477-2.199m7.543.338c-.194.086-.355.36-.506.506a16.277 16.277 0 0 1-1.183 1.049c-.161.13-.475.297-.487.531-.021.382 .434.802 .514 1.19.278 1.289-.514 2.479-1.641 3.031-1.31.645-2.832-.199-3.429-1.418-.178-.363-.108-1.049-.338-1.337-.202-.257-.708.029-.881.183-.588.521-.989 1.33-1.39 1.99-.183.3-.405.648-.305 1.017.218 .806 1.385 1.623 1.982 2.16.434 .393 1.563 1.719 2.211 1.483.639-.231 1.286-.958 1.783-1.413 1.491-1.373 2.815-2.695 3.223-4.74.213-1.063.432-2.145.49-3.226.007-.137.326-1.171-.045-1.006M13.197 12.207c-1.471.278-1.114 2.481.36 2.22 1.392-.249 1.02-2.481-.36-2.22z" />,
'Preservation'
)
6 changes: 6 additions & 0 deletions libs/sr/svgicons/src/icons/Paths/TheHuntIcon.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import { createSvgIcon } from '@mui/material'

export const TheHuntIcon = createSvgIcon(
<path d="M11.854 11.169c-.214-.454-.826-.867-1.179-1.231-.703-.72-1.378-1.509-1.834-2.412-.326-.651-.518-1.354-.144-2.018.154-.274.741-.677.713-.986-.026-.264-.363-.377-.559-.485-.612-.339-1.205-.717-1.821-1.051-1.104-.6-2.218-1.205-3.298-1.843-.166-.098-.977-.609-1.097-.297-.123.321 .333 1.186.441 1.509.447 1.341.833 2.698 1.279 4.037.122 .369.199 1.325.569 1.524.267 .141.854-.278 1.171-.286.732-.019 1.371.377 1.92.814 .639.506 1.178 1.131 1.659 1.788.211 .286.36 .744.658 .948.398 .271 1.114.146 1.522-.012m.295-.098c.286.326 1.207.357 1.56.098 .259-.192.401-.67.6-.934a10.611 10.611 0 0 1 1.68-1.817c.487-.405 1.161-.771 1.812-.761.355 .005 1.066.363 1.366.165 .286-.189.334-1.056.447-1.377.473-1.329.833-2.697 1.279-4.037.103-.309.621-1.317.401-1.594-.117-.149-.357-.026-.483.041-.377.201-.754.408-1.131.612-1.279.693-2.53 1.419-3.789 2.143-.315.182-1.166.468-1.293.823-.11.312 .372.615 .535.831 .295.393 .333.801 .312 1.279-.026.552-.331 1.073-.621 1.526a13.279 13.279 0 0 1-2.674 3.003M1.663 6.514c-.351.045-1.293-.147-1.546.106-.274.274-.003 1.231.103 1.546.382 1.14 1.178 2.155 2.014 3 .279.285 .531.658 .905.821 .492.213 1.106.096 1.625.118 .771.034 1.769.363 2.304.936 .475.506 .629 1.19.521 1.869-.041.266-.24.617-.183.883 .051.235 .348.384 .506.545 .315.319 .562.689 .775 1.08.566 1.042.83 2.187 1.327 3.25.223 .478.612 .903.921 1.329.223 .309.648 1.317 1.114 1.258.183-.024.286-.237.381-.372.278-.394.542-.797.833-1.183.97-1.275 1.245-2.835 2.002-4.234a4.423 4.423 0 0 1 .723-1.03c.182-.182.521-.343.609-.591.098-.281-.182-.66-.24-.936a2.078 2.078 0 0 1 .429-1.723c.595-.699 1.611-1.017 2.499-1.08.489-.034 1.005.069 1.478-.091.439-.147.818-.669 1.131-.994.831-.871 1.656-1.961 1.937-3.151.07-.297.303-.955.057-1.205-.317-.319-1.421-.123-1.846-.123-.197 0-.422-.024-.554.154-.18.247-.125.686-.206.977-.226.833-.523 1.743-1.162 2.359-.6.578-1.546.399-2.311.453-.531.034-1.063.231-1.575.372-.657.18-1.267.607-1.725 1.102-.218.235-.372.569-.639.751-.24.165-.561.171-.835.238a4.577 4.577 0 0 1-2.657-.117c-.439-.144-.595-.566-.891-.874a4.683 4.683 0 0 0-1.474-1.001 6.274 6.274 0 0 0-2.115-.475c-.679-.029-1.469.077-2.004-.418-.621-.576-.915-1.45-1.138-2.241-.094-.331-.117-.897-.339-1.162-.175-.211-.509-.178-.751-.146m-1.281 13.171c.165.3 .537.245 .837.245h1.625c.197 0 .504-.057.677 .051.206 .125.159 .434.159 .638v1.773c0 .166-.091.758 .154.785 .151.017 .291-.149.382-.245.3-.312.573-.657.857-.984.504-.583 1.442-1.298 1.716-2.018.177-.463.089-1.041.089-1.526 0-.302.117-.921-.086-1.166-.223-.274-1.159-.113-1.488-.113-.449 0-.951-.065-1.378.103-.312.123-.562.398-.837.583-.902.6-1.754 1.363-2.709 1.874m23.184.147c-.115-.312-.423-.453-.689-.626-.418-.274-.823-.583-1.229-.874-.504-.36-1.097-.917-1.675-1.131-.609-.225-1.473-.077-2.115-.077-.213 0-.549-.051-.71.125-.137.154-.079.473-.079.663 0 .571-.129 1.325.055 1.869.24 .72 1.041 1.346 1.533 1.901.343 .382.681 .766 1.015 1.152.105 .12.283 .387.48 .312.202-.079.12-.585.12-.754 0-.559.005-1.116-.007-1.673-.003-.183-.051-.514.086-.655.197-.209.645-.134.903-.134.694 0 1.668.175 2.314-.098z" />,
'TheHunt'
)
Loading

0 comments on commit 6ed653c

Please sign in to comment.