@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
6 lines • 1.2 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='m14.622 18.45-.956 2.579a.73.73 0 0 1-.268.34.7.7 0 0 1-.42.131.72.72 0 0 1-.615-.317.67.67 0 0 1-.08-.69l3.887-10.031a.8.8 0 0 1 .28-.335.7.7 0 0 1 .405-.127h.558q.223 0 .405.127a.8.8 0 0 1 .28.334l3.886 10.047a.66.66 0 0 1-.071.675.7.7 0 0 1-.608.317.7.7 0 0 1-.428-.132.84.84 0 0 1-.276-.354l-.956-2.564zm-5.64-4.86-4.446 4.44a.7.7 0 0 1-.515.226.71.71 0 0 1-.54-.225.72.72 0 0 1-.216-.527q0-.31.217-.527l4.446-4.456a13 13 0 0 1-1.645-2.077A14.5 14.5 0 0 1 4.999 8h1.59q.433.907 1.053 1.816.62.906 1.34 1.651 1.065-1.075 2.015-2.61Q11.947 7.32 12.34 6H2.44a.73.73 0 0 1-.534-.215.73.73 0 0 1-.216-.535q0-.32.216-.534A.73.73 0 0 1 2.44 4.5H8.25v-.865q0-.32.216-.535a.73.73 0 0 1 .534-.215q.32 0 .535.215a.73.73 0 0 1 .215.535V4.5h5.808q.319 0 .534.216a.73.73 0 0 1 .216.534.73.73 0 0 1-.216.535.73.73 0 0 1-.534.215h-1.698q-.487 1.685-1.551 3.522-1.065 1.838-2.272 3.03l2.467 2.527-.567 1.54zm6.12 3.533h4.062l-2.03-5.456z'/>
</Svg>);
export default SvgComponent;
//# sourceMappingURL=translate.js.map