changed icon to external link

This commit is contained in:
Martina 2020-10-30 13:09:11 -07:00
parent 55cb91cd9d
commit e3c0ab93af
2 changed files with 22 additions and 1 deletions

View File

@ -18,6 +18,27 @@ export const DeepLink = (props) => {
);
};
export const ExternalLink = (props) => {
return (
<svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
height={props.height}
style={props.style}
>
<path d="M18 13V19C18 19.5304 17.7893 20.0391 17.4142 20.4142C17.0391 20.7893 16.5304 21 16 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V8C3 7.46957 3.21071 6.96086 3.58579 6.58579C3.96086 6.21071 4.46957 6 5 6H11" />
<path d="M15 3H21V9" />
<path d="M10 14L21 3" />
</svg>
);
};
export const Directory = (props) => {
return (
<svg

View File

@ -364,7 +364,7 @@ export default class SceneSlate extends React.Component {
target="_blank"
>
<CircleButtonGray style={{ marginRight: 16 }}>
<SVG.Upload height="16px" />
<SVG.ExternalLink height="16px" />
</CircleButtonGray>
</a>
) : null}