mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
use arrow svg
This commit is contained in:
parent
d0d32e81e9
commit
2c7d6b4cd0
2 changed files with 4 additions and 1 deletions
|
@ -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}
|
||||||
|
|
1
static/svgs/studio/r-arrow.svg
Normal file
1
static/svgs/studio/r-arrow.svg
Normal 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 |
Loading…
Reference in a new issue