UNPKG

react-native-unicons

Version:
9 lines (8 loc) 489 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgChat(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M18 2H6a3 3 0 00-3 3v11a3 3 0 003 3h2.59l2.7 2.71A1 1 0 0012 22a1 1 0 00.65-.24L15.87 19H18a3 3 0 003-3V5a3 3 0 00-3-3zm1 14a1 1 0 01-1 1h-2.5a1 1 0 00-.65.24l-2.8 2.4-2.34-2.35A1 1 0 009 17H6a1 1 0 01-1-1V5a1 1 0 011-1h12a1 1 0 011 1z" fill="currentColor"/> </Svg>); } export default SvgChat;