UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

6 lines 1.11 kB
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='M7.048 16.883q-2.026 0-3.453-1.427T2.168 12t1.427-3.456 3.453-1.427h3.316q.323 0 .555.233.232.232.232.557a.76.76 0 0 1-.232.564.76.76 0 0 1-.555.229H7.05q-1.37 0-2.335.964a3.18 3.18 0 0 0-.965 2.333q0 1.37.965 2.336a3.18 3.18 0 0 0 2.335.967h3.313q.323 0 .555.233a.76.76 0 0 1 .232.557q0 .335-.232.564a.76.76 0 0 1-.555.23zm1.899-4.1a.77.77 0 0 1-.565-.232.77.77 0 0 1-.23-.562q0-.33.23-.56a.77.77 0 0 1 .565-.229h6.117q.323 0 .555.233a.76.76 0 0 1 .232.558q0 .334-.232.563a.76.76 0 0 1-.555.23zm4.7 4.1a.77.77 0 0 1-.565-.232.77.77 0 0 1-.23-.562q0-.33.23-.56a.77.77 0 0 1 .565-.229h3.309q1.369 0 2.332-.964a3.18 3.18 0 0 0 .963-2.333q0-1.37-.963-2.336a3.17 3.17 0 0 0-2.332-.967h-3.309a.77.77 0 0 1-.565-.232.77.77 0 0 1-.23-.562q0-.33.23-.56a.77.77 0 0 1 .565-.23h3.304q2.03 0 3.456 1.428Q21.836 9.97 21.835 12t-1.427 3.456-3.456 1.427z'/> </Svg>); export default SvgComponent; //# sourceMappingURL=link.js.map