import type { SvgProps } from 'react-native-svg'; import Svg, { Path } from 'react-native-svg'; import React from 'react'; import { SvgContext } from './SvgUtils'; export const AirplaySvg = (props: SvgProps) => { return ( {(context) => ( <> )} ); };