@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
6 lines • 892 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='M2.595 20.85a.797.797 0 0 1-.694-.4.8.8 0 0 1-.115-.378.74.74 0 0 1 .12-.418L11.322 3.42a.8.8 0 0 1 .299-.302.8.8 0 0 1 .38-.096q.205 0 .382.096a.84.84 0 0 1 .306.3l9.417 16.237a.77.77 0 0 1 .112.418.77.77 0 0 1-.116.378.8.8 0 0 1-.694.4zm1.373-1.583h16.067L12.002 5.4zm8.104-1.3a.76.76 0 0 0 .567-.233.78.78 0 0 0 .23-.571.76.76 0 0 0-.233-.567.78.78 0 0 0-.571-.23.76.76 0 0 0-.567.234.78.78 0 0 0-.23.57q0 .339.233.567.234.23.571.23m.008-2.767q.33 0 .56-.231a.77.77 0 0 0 .228-.565v-3.767a.76.76 0 0 0-.232-.555.76.76 0 0 0-.558-.232.76.76 0 0 0-.564.232.76.76 0 0 0-.229.555v3.767q0 .333.232.565a.77.77 0 0 0 .563.231'/>
</Svg>);
export default SvgComponent;
//# sourceMappingURL=warning.js.map