UNPKG

react-native-remix-icon

Version:
14 lines (11 loc) 489 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgChatSmile2Fill(props) { return ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <Path fill="none" d="M0 0h24v24H0z" /> <Path d="M7.291 20.824L2 22l1.176-5.291A9.956 9.956 0 012 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10a9.956 9.956 0 01-4.709-1.176zM7 12a5 5 0 0010 0h-2a3 3 0 01-6 0H7z" /> </Svg> ); } export default SvgChatSmile2Fill;