UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

6 lines 959 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.999 12q-1.63 0-2.69-1.06t-1.06-2.69 1.06-2.69 2.69-1.06q1.628 0 2.689 1.06 1.06 1.06 1.06 2.69t-1.06 2.69-2.69 1.06m-7.85 6.2v-.817q0-.9.451-1.568a2.9 2.9 0 0 1 1.185-1.018 18 18 0 0 1 3.14-1.116 12.8 12.8 0 0 1 3.073-.377q1.545 0 3.065.381a18.4 18.4 0 0 1 3.134 1.118q.75.348 1.201 1.012.45.664.45 1.568v.821q0 .648-.465 1.114-.465.465-1.118.465H5.732q-.653 0-1.119-.465a1.53 1.53 0 0 1-.465-1.118m1.583 0h12.533v-.814q0-.366-.208-.686a1.36 1.36 0 0 0-.513-.48q-1.512-.728-2.831-1.03A12 12 0 0 0 12 14.887q-1.403 0-2.732.303-1.328.302-2.825 1.03-.312.16-.512.481-.2.322-.2.686zm6.266-7.783q.925 0 1.546-.621t.621-1.546-.62-1.546-1.547-.62-1.545.62-.621 1.546.62 1.546q.622.62 1.546.62'/> </Svg>); export default SvgComponent; //# sourceMappingURL=person.js.map