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; };