@zh5/react-native-remix-icon
Version:
Remix Icon for React Native
9 lines (8 loc) • 337 B
JavaScript
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const SvgReplyFill = props => (
<Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
<Path d="M11 20 1 12l10-8v5c5.523 0 10 4.477 10 10 0 .273-.01.543-.032.81A8.999 8.999 0 0 0 13 15h-2v5Z" />
</Svg>
);
export default SvgReplyFill;