Skip to content

Instantly share code, notes, and snippets.

@horsfallnathan
Last active June 29, 2019 03:46
Show Gist options
  • Save horsfallnathan/5c454cb229e75d8b4e836bd2977805f5 to your computer and use it in GitHub Desktop.
Save horsfallnathan/5c454cb229e75d8b4e836bd2977805f5 to your computer and use it in GitHub Desktop.
import React from "react";
export default function SVGFile() {
return (
<svg
xmlns="http://www.w3.org/2000/svg"
xlink="http://www.w3.org/1999/xlink"
version="1.1"
id="Layer_1"
x="0px"
y="0px"
viewBox="0 0 38 38"
enableBackground="new 0 0 38 38"
>
<path className="st0" d="M19 19L6.6 15c0.8-2.6 2.5-4.9 4.7-6.5L19 19z" />
<path className="st0" d="M19 6v13L11.4 8.5C13.5 6.9 16.1 6 19 6z" />
<path className="st0" d="M19 19v13c-2.9 0-5.5-0.9-7.6-2.5L19 19z" />
<path className="st0" d="M26.6 8.5L19 19V6C21.9 6 24.5 6.9 26.6 8.5z" />
</svg>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment