import React from 'react' import Svg, {Path} from 'react-native-svg' import {type Props, useCommonSVGProps} from '#/components/icons/common' export const VerifierCheck = React.forwardRef( function LogoImpl(props, ref) { const {fill, size, style, ...rest} = useCommonSVGProps(props) return ( ) }, )