@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
6 lines • 1.34 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='M2.75 20.833a1.52 1.52 0 0 1-1.113-.471 1.52 1.52 0 0 1-.471-1.112V6.854q0-.624.471-1.104t1.112-.48h3.5l1.328-1.555q.212-.27.53-.41.318-.138.68-.138h5.008q.324 0 .556.232.231.233.231.558a.76.76 0 0 1-.231.564.76.76 0 0 1-.556.229H8.787L6.983 6.854H2.749V19.25h16.5v-9.046q0-.323.232-.556a.77.77 0 0 1 .563-.231q.33 0 .56.231.229.232.229.556v9.046q0 .64-.48 1.112-.48.471-1.104.471zM19.25 4.75h-1.288a.77.77 0 0 1-.565-.232.77.77 0 0 1-.231-.563q0-.33.231-.56a.77.77 0 0 1 .565-.228h1.287V1.854q0-.323.232-.556a.77.77 0 0 1 .563-.231q.33 0 .56.231.229.232.229.556v1.313h1.312q.324 0 .556.232.232.233.232.558a.76.76 0 0 1-.232.564.76.76 0 0 1-.556.229h-1.312v1.287q0 .334-.233.565a.76.76 0 0 1-.558.231.76.76 0 0 1-.564-.231.77.77 0 0 1-.229-.565zM10.992 17.3q1.81 0 3.04-1.229t1.229-3.042q0-1.804-1.229-3.025t-3.041-1.22q-1.815 0-3.03 1.22-1.217 1.221-1.217 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-.757-.765-.757-1.913 0-1.145.758-1.91.758-.76 1.899-.761 1.149 0 1.92.762.772.762.772 1.91 0 1.146-.771 1.912-.772.766-1.921.766'/>
</Svg>);
export default SvgComponent;
//# sourceMappingURL=add-a-photo.js.map