diff --git a/native/vectors/farcaster-logo.react.js b/native/vectors/farcaster-logo.react.js new file mode 100644 --- /dev/null +++ b/native/vectors/farcaster-logo.react.js @@ -0,0 +1,31 @@ +// @flow + +import * as React from 'react'; +import Svg, { Path } from 'react-native-svg'; + +function FarcasterLogo(): React.Node { + return ( + + + + + + ); +} + +export default FarcasterLogo;