@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
6 lines • 1.32 kB
JavaScript
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='M18.13 10.817h-2.345a.75.75 0 0 1-.56-.234.78.78 0 0 1-.228-.561q0-.327.227-.558a.76.76 0 0 1 .56-.23h2.347V6.887q0-.325.227-.556a.76.76 0 0 1 .563-.232q.334 0 .564.232t.229.556v2.345h2.337q.333 0 .565.233a.76.76 0 0 1 .231.558q0 .334-.231.564a.77.77 0 0 1-.565.229h-2.337v2.337q0 .333-.232.565a.77.77 0 0 1-.567.231.75.75 0 0 1-.56-.231.78.78 0 0 1-.224-.565zM9.019 12q-1.63 0-2.69-1.06t-1.06-2.69 1.06-2.69 2.69-1.06 2.69 1.06 1.06 2.69-1.06 2.69T9.018 12m-7.85 6.2v-.818q0-.85.427-1.539a2.67 2.67 0 0 1 1.21-1.04q1.746-.795 3.22-1.147a12.8 12.8 0 0 1 5.973 0q1.467.352 3.22 1.144.78.363 1.215 1.046a2.8 2.8 0 0 1 .435 1.537v.821q0 .648-.465 1.114-.465.465-1.118.465H2.75q-.653 0-1.118-.465a1.53 1.53 0 0 1-.465-1.118m1.583 0h12.534v-.813q0-.364-.196-.686a1.23 1.23 0 0 0-.525-.48q-1.63-.763-2.882-1.048a12 12 0 0 0-2.662-.286q-1.419 0-2.677.286t-2.88 1.048q-.337.158-.524.479a1.33 1.33 0 0 0-.188.683zm6.267-7.783q.925 0 1.546-.621.62-.621.62-1.546t-.62-1.546q-.622-.62-1.546-.62-.925 0-1.546.62-.62.621-.62 1.546t.62 1.546q.622.62 1.546.62'/>
</Svg>);
export default SvgComponent;
//# sourceMappingURL=person-add.js.map