@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
6 lines • 871 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='m8.268 17.613 3.733-2.238 3.734 2.258-.996-4.233 3.292-2.85-4.334-.388-1.695-4-1.688 3.988-4.333.375 3.291 2.846zm3.733-.388-4.504 2.717a.75.75 0 0 1-.46.12.76.76 0 0 1-.419-.154.9.9 0 0 1-.275-.346.7.7 0 0 1-.029-.475l1.187-5.129L3.526 10.5a.75.75 0 0 1-.254-.402.9.9 0 0 1 .013-.44.7.7 0 0 1 .248-.362.86.86 0 0 1 .448-.175l5.25-.459 2.041-4.837a.73.73 0 0 1 .304-.358.8.8 0 0 1 .425-.121q.222 0 .426.12.204.121.312.359l2.042 4.837 5.25.459q.255.03.44.175a.7.7 0 0 1 .247.362.9.9 0 0 1 .013.44.75.75 0 0 1-.255.402l-3.974 3.458 1.195 5.13a.73.73 0 0 1-.037.474.9.9 0 0 1-.275.346.76.76 0 0 1-.871.034z'/>
</Svg>);
export default SvgComponent;
//# sourceMappingURL=star.js.map