UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

6 lines 876 B
import Svg, { Path } from "react-native-svg"; const SvgComponent = ({ height, width, color }) => (<Svg width={width} height={height} fill='none' viewBox='0 0 24 24'> <Path fill={color} d='M11.212 10.783v2.338q0 .333.228.564.228.232.562.232t.564-.232a.77.77 0 0 0 .229-.564v-2.338h2.338q.333 0 .564-.232a.77.77 0 0 0 .232-.562.76.76 0 0 0-.232-.56.77.77 0 0 0-.564-.229h-2.338V6.854a.76.76 0 0 0-.232-.556.77.77 0 0 0-.567-.231.75.75 0 0 0-.56.231.77.77 0 0 0-.224.556V9.2H8.866a.75.75 0 0 0-.56.234.78.78 0 0 0-.227.56q0 .327.227.558a.76.76 0 0 0 .56.231zm-5.15 7.067L3.516 20.4q-.375.375-.862.175-.488-.2-.488-.73V3.734q0-.64.471-1.112A1.52 1.52 0 0 1 3.75 2.15h16.5q.64 0 1.112.471.471.472.471 1.112v12.534q0 .64-.47 1.112a1.52 1.52 0 0 1-1.113.471zm-.667-1.583h14.854V3.733H3.75v14.275z'/> </Svg>); export default SvgComponent; //# sourceMappingURL=add-comment.js.map