use arrow svg

This commit is contained in:
Eric Rosenbaum 2021-07-29 10:37:21 -04:00
parent d0d32e81e9
commit 2c7d6b4cd0
2 changed files with 4 additions and 1 deletions

View file

@ -38,7 +38,9 @@ const TransferOwnershipConfirmation = ({
username={currentOwnerUsername} username={currentOwnerUsername}
isCreator={false} isCreator={false}
/> />
<span></span> <img
src="/svgs/studio/r-arrow.svg"
/>
<TransferOwnershipTile <TransferOwnershipTile
key={selectedId} key={selectedId}
id={selectedId} id={selectedId}

View file

@ -0,0 +1 @@
<svg width="20" height="20" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><path d="M10.158 16.994c-.311 0-.602-.119-.818-.333L5 12.319a1.182 1.182 0 0 1-.24-1.287c.186-.43.595-.695 1.07-.695h1.646l.84-6.042a1.887 1.887 0 0 1 2.118-1.614c.854.134 1.514.8 1.617 1.62l.862 6.036h1.575c.48 0 .907.282 1.088.717.18.439.083.924-.259 1.265l-4.341 4.342a1.151 1.151 0 0 1-.817.333" id="a"/></defs><use fill="#4C97FF" transform="rotate(-90 10.164 9.83)" xlink:href="#a" fill-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 526 B