/* eslint-disable @typescript-eslint/ban-ts-comment */ // @ts-nocheck import React from 'react'; import Svg, { Path, G, Rect } from 'react-native-svg'; import { IconProps } from '../types'; export const SubscriptionLevel2: React.FC = ({ ...props }) => { return ( ); };