UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

7 lines 1.08 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='M13.76 19.186q2.853 1.314 5.68 1.314a1.034 1.034 0 0 0 1.06-1.05v-3.242q0-.365-.24-.65a1.17 1.17 0 0 0-.618-.387l-2.776-.565a1.6 1.6 0 0 0-.694.048q-.334.098-.568.342L13.36 17.26a17.229 17.229 0 0 1-3.752-2.842 19 19 0 0 1-1.551-1.74 14 14 0 0 1-1.274-1.932l2.31-2.248q.218-.2.303-.494t.025-.704l-.573-2.942a1.1 1.1 0 0 0-.368-.61A1 1 0 0 0 7.81 3.5H4.55q-.45 0-.75.305t-.3.755q0 2.826 1.314 5.675t3.7 5.242q2.394 2.394 5.247 3.709'/> <Path fill={color} d='M15.687 5.068h2.196l-4.704 4.704a.72.72 0 0 0-.218.527q0 .31.218.527a.7.7 0 0 0 .531.212.73.73 0 0 0 .523-.212l4.703-4.704v2.196q0 .319.216.535a.73.73 0 0 0 .534.215q.319 0 .535-.215a.73.73 0 0 0 .215-.535V4.472a.87.87 0 0 0-.26-.644.87.87 0 0 0-.643-.26h-3.847a.73.73 0 0 0-.534.216.73.73 0 0 0-.215.534q0 .318.215.534a.73.73 0 0 0 .535.216'/> </Svg>); export default SvgComponent; //# sourceMappingURL=phone-outgoing-fill.js.map