UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

13 lines 1.77 kB
import Svg, { Mask, Path, G } from "react-native-svg"; const SvgComponent = ({ height, width, color }) => (<Svg width={width} height={height} fill='none' viewBox='0 0 24 24'> <Mask id='prefix__a' width={24} height={24} x={0} y={0} maskUnits='userSpaceOnUse' style={{ maskType: "alpha", }}> <Path fill='#D9D9D9' d='M0 0h24v24H0z'/> </Mask> <G mask='url(#prefix__a)'> <Path fill={color} d='M4.308 20.5q-.758 0-1.283-.525a1.75 1.75 0 0 1-.525-1.283V7.308q0-.758.525-1.283T4.308 5.5h3.054l1.307-1.417q.246-.271.595-.427.35-.156.736-.156h4q.387 0 .736.156.348.156.595.427L16.639 5.5h3.053q.758 0 1.283.525t.525 1.283v11.384q0 .758-.525 1.283t-1.283.525zm11.296-7.466q-.131 1.499-1.135 2.56T12 16.653q-.21 0-.42-.03-.209-.03-.418-.08a.8.8 0 0 0-.378.01.55.55 0 0 0-.307.19.53.53 0 0 0-.118.504.51.51 0 0 0 .333.383q.32.125.65.17.328.045.658.045 1.976 0 3.338-1.414 1.362-1.415 1.458-3.428l.485.44a.6.6 0 0 0 .424.157.56.56 0 0 0 .399-.167.62.62 0 0 0 .194-.426.56.56 0 0 0-.179-.427l-1.236-1.237a.86.86 0 0 0-.633-.255.86.86 0 0 0-.633.255l-1.236 1.237a.58.58 0 0 0-.187.419.58.58 0 0 0 .187.42.58.58 0 0 0 .419.186.58.58 0 0 0 .42-.187zm-8.4-.038-.485-.44a.6.6 0 0 0-.424-.157.56.56 0 0 0-.399.167.62.62 0 0 0-.194.426.56.56 0 0 0 .179.427l1.236 1.237a.86.86 0 0 0 .633.255.86.86 0 0 0 .633-.255l1.236-1.237A.58.58 0 0 0 9.806 13a.58.58 0 0 0-.187-.42.58.58 0 0 0-.419-.186.58.58 0 0 0-.42.187l-.384.385q.131-1.499 1.135-2.56 1.003-1.06 2.469-1.06.21 0 .42.03.208.03.409.08a.74.74 0 0 0 .381 0 .54.54 0 0 0 .313-.2.54.54 0 0 0 .123-.504.5.5 0 0 0-.329-.383 5 5 0 0 0-.653-.16A4 4 0 0 0 12 8.154q-1.976 0-3.338 1.414-1.362 1.415-1.458 3.428'/> </G> </Svg>); export default SvgComponent; //# sourceMappingURL=flip-camera-ios-fill.js.map