Skip to content

Instantly share code, notes, and snippets.

@horsfallnathan
Last active June 29, 2019 01:59
Show Gist options
  • Save horsfallnathan/1a814e863f33a3629c6a2dfd7c742bb9 to your computer and use it in GitHub Desktop.
Save horsfallnathan/1a814e863f33a3629c6a2dfd7c742bb9 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">
<style type="text/css">
{`.st0{fill:#cdcdcd;} .st1{fill:#cdcdcd;}`}
</style>
<path
className="st0"
d="M31.4 15L19 19l7.6-10.5C28.8 10.1 30.5 12.3 31.4 15z"
/>
<path
className="st1"
d="M32 19c0 1.4-0.2 2.8-0.6 4L19 19l12.4-4C31.8 16.2 32 17.6 32 19z"
/>
</svg>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment