1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-02 06:07:06 +01:00
metamask-extension/app/images/icons/icon-arrow-right.svg
George Marshall e69e207b7d
Adding Icon component and removing BaseIcon component (#15772)
Co-authored-by: Brad Decker <bhdecker84@gmail.com>
2022-09-20 12:15:14 -05:00

3 lines
285 B
XML

<svg xmlns="http://www.w3.org/2000/svg" id="icon-arrow-right" viewBox="0 0 512 512">
<path d="m173 448c-7 0-12-2-17-6-9-9-9-22 0-31l153-140c4-4 7-9 7-15 0-6-3-11-7-15l-153-140c-9-9-9-22 0-31 10-8 24-8 33 0l153 141c14 13 21 28 21 45 0 17-7 35-21 45l-153 141c-4 4-9 6-16 6z"/>
</svg>