@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
6 lines • 911 B
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='M11.995 17.3q1.81 0 3.04-1.229t1.229-3.042q0-1.803-1.229-3.025-1.229-1.22-3.042-1.22t-3.03 1.22q-1.216 1.221-1.216 3.03 0 1.807 1.219 3.037 1.218 1.23 3.029 1.229m-.007-1.583q-1.14 0-1.9-.766-.758-.766-.758-1.912 0-1.148.759-1.91.758-.762 1.899-.762 1.149 0 1.92.762.773.762.773 1.91 0 1.146-.772 1.912t-1.921.766M3.75 20.833a1.52 1.52 0 0 1-1.112-.471 1.52 1.52 0 0 1-.471-1.112V6.854q0-.624.471-1.104t1.112-.48h3.5L8.58 3.716q.213-.27.53-.41.317-.138.68-.138h4.43q.356 0 .674.139t.537.41l1.321 1.555h3.5q.624 0 1.104.48t.48 1.103V19.25q0 .64-.48 1.112-.48.471-1.104.471zm0-1.583h16.5V6.854h-4.226L14.218 4.75H9.792L7.984 6.854H3.751z'/>
</Svg>);
export default SvgComponent;
//# sourceMappingURL=photo-camera.js.map