SVG to React Native JSX Converter

Copy SVG from Figma and paste it here to convert it to React Native JSX.

import Svg, { Path } from "react-native-svg";
type IconProps = {
  color: string;
  size: number;
};
Click the button to convert your SVG to React Native JSX.