Skip to content

Instantly share code, notes, and snippets.

@brunosabot
Created September 12, 2020 10:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brunosabot/5d97361874d62efd324e63565671d0f6 to your computer and use it in GitHub Desktop.
Save brunosabot/5d97361874d62efd324e63565671d0f6 to your computer and use it in GitHub Desktop.
import React from "react";
import { Svg, Path } from "react-native-svg";
export default function UsingSvg() {
return (
<Svg height="20" width="20" viewBox="0 0 24 24">
<Path d="M4 4 H 20 V 20 H 4 L 4 4" fill="#ffb010" />
</Svg>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment