@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
6 lines • 1.06 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='M5.308 20.5q-.758 0-1.283-.525a1.75 1.75 0 0 1-.525-1.283V5.308q0-.758.525-1.283T5.308 3.5h6.852q.375 0 .562.236a.8.8 0 0 1 .188.514.8.8 0 0 1-.196.515Q12.52 5 12.144 5H5.308a.3.3 0 0 0-.212.096.3.3 0 0 0-.096.212v13.384q0 .116.096.212a.3.3 0 0 0 .212.096h13.384a.3.3 0 0 0 .212-.096.3.3 0 0 0 .096-.212v-6.9q0-.375.235-.562a.8.8 0 0 1 .515-.188.8.8 0 0 1 .515.188q.235.187.235.562v6.9q0 .758-.525 1.283t-1.283.525zM9.5 13.596v-1.78q0-.362.14-.696a1.8 1.8 0 0 1 .387-.58l8.533-8.532q.232-.233.511-.34.279-.105.567-.106.295 0 .566.106.27.107.494.33l1.256 1.252q.217.232.334.514.116.28.116.569t-.1.56q-.098.27-.331.503l-8.561 8.562a1.9 1.9 0 0 1-.58.394 1.7 1.7 0 0 1-.696.148h-1.732a.88.88 0 0 1-.645-.259.88.88 0 0 1-.259-.645M11 13h1.246l6.233-6.233-.623-.623-.668-.642L11 11.691z'/>
</Svg>);
export default SvgComponent;
//# sourceMappingURL=edit-square.js.map