import React from 'react'; import Svg, { Path, SvgProps } from 'react-native-svg'; const Brush = (props: SvgProps) => ( ); const MemoBrush = React.memo(Brush); export default MemoBrush;