UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

6 lines 1.4 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='M21.834 6.854v11.08q0 .401-.243.594a.862.862 0 0 1-1.093-.008q-.247-.2-.247-.59V6.853h-3.496q-.357 0-.67-.131a1.34 1.34 0 0 1-.534-.406L14.22 4.75H9.789l-.716.846a.74.74 0 0 1-.565.279.78.78 0 0 1-.597-.241.8.8 0 0 1-.238-.532.72.72 0 0 1 .196-.544l.712-.841q.21-.273.529-.411.317-.14.68-.14h4.43q.356 0 .674.14.317.139.537.41l1.32 1.555h3.5q.625 0 1.105.48t.479 1.103M3.751 20.834a1.52 1.52 0 0 1-1.112-.472 1.52 1.52 0 0 1-.471-1.112V6.854q0-.624.47-1.104.472-.48 1.113-.48h1.537l1.584 1.584H3.75V19.25h15.508l1.584 1.583zm11.75-5.342a4.2 4.2 0 0 1-1.479 1.318q-.903.49-2.023.49-1.82 0-3.036-1.229T7.747 13.04q0-1.115.481-2.031a4.1 4.1 0 0 1 1.31-1.487l1.155 1.162a2.6 2.6 0 0 0-.992.96q-.37.62-.371 1.4 0 1.136.76 1.904.762.77 1.909.77.774 0 1.399-.371.623-.371.965-1zm-.471-5.48q.575.575.904 1.343.33.767.33 1.682 0 .238-.017.446a2.4 2.4 0 0 1-.071.417l-5.03-5.038q.205-.037.413-.058.208-.02.442-.02.895 0 1.672.328.778.33 1.357.9m5.079 12.334L1.422 3.67a.76.76 0 0 1-.246-.565q0-.327.242-.564a.79.79 0 0 1 .569-.238q.327 0 .565.239l18.695 18.686q.237.24.237.558t-.238.561a.8.8 0 0 1-.573.244.76.76 0 0 1-.564-.246'/> </Svg>); export default SvgComponent; //# sourceMappingURL=no-photography.js.map