UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

6 lines 1.02 kB
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='M10.404 14.5a.88.88 0 0 1-.645-.259.88.88 0 0 1-.259-.645v-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.148zm9.129-8.777 1.386-1.38-1.256-1.285-1.405 1.39zM5.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.47q.313 0 .518.16a1.02 1.02 0 0 1 .385.905.82.82 0 0 1-.254.472L7.835 9.629a1.8 1.8 0 0 0-.387.58q-.14.333-.14.695v3.98q0 .749.53 1.279t1.278.53h3.917q.36 0 .695-.141.333-.141.58-.387l4.656-4.655a.82.82 0 0 1 .472-.254 1.016 1.016 0 0 1 .904.384q.16.207.16.518v6.534q0 .758-.525 1.283t-1.283.525z'/> </Svg>); export default SvgComponent; //# sourceMappingURL=edit-square-fill.js.map