@zh5/react-native-remix-icon
Version:
Remix Icon for React Native
9 lines (8 loc) • 396 B
JavaScript
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const SvgCharacterRecognitionFill = props => (
<Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
<Path d="M20.998 3v18h-18V3h18Zm-8.001 3h-2L6.598 17h2.154l1.199-3h4.09l1.201 3h2.155l-4.4-11Zm-1 2.885L13.242 12H10.75l1.247-3.115Z" />
</Svg>
);
export default SvgCharacterRecognitionFill;