@zh5/react-native-remix-icon
Version:
Remix Icon for React Native
9 lines (8 loc) • 464 B
JavaScript
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const SvgCharacterRecognitionLine = props => (
<Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
<Path d="M4.998 15v4h4v2h-6v-6h2Zm16 0v6h-6v-2h4v-4h2Zm-8.001-9 4.4 11h-2.155l-1.201-3h-4.09l-1.199 3H6.598l4.399-11h2Zm-1 2.885L10.75 12h2.492l-1.245-3.115ZM8.998 3v2h-4v4h-2V3h6Zm12 0v6h-2V5h-4V3h6Z" />
</Svg>
);
export default SvgCharacterRecognitionLine;