@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 SvgChatOffFill = props => (
<Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
<Path d="m2.808 1.394 19.799 19.798-1.415 1.415L17.585 19H6.455L2 22.5V4c0-.17.042-.329.116-.468l-.722-.724 1.414-1.414ZM21 3a1 1 0 0 1 1 1v13.785L7.214 3H21Z" />
</Svg>
);
export default SvgChatOffFill;