UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

6 lines 998 B
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='m12.004 17.867-4.659 1.987q-.796.342-1.504-.125-.708-.468-.708-1.333V4.65q0-.64.471-1.112a1.52 1.52 0 0 1 1.112-.471h6.03q.322 0 .555.233.232.232.232.557a.76.76 0 0 1-.232.564.76.76 0 0 1-.556.229H6.716V18.4L12 16.147l5.283 2.253v-7.046q0-.323.232-.555a.77.77 0 0 1 .563-.232q.33 0 .56.232.228.232.228.555v7.042q0 .865-.708 1.332t-1.496.126zM12 4.65H6.716h6.817zm5.283 2.167h-1.37a.77.77 0 0 1-.565-.232.77.77 0 0 1-.232-.563q0-.33.232-.56a.77.77 0 0 1 .564-.229h1.37V3.854q0-.323.233-.555a.77.77 0 0 1 .563-.232q.33 0 .56.232.228.232.228.555v1.38h1.38q.322 0 .555.232a.76.76 0 0 1 .232.558q0 .334-.232.564a.76.76 0 0 1-.556.229h-1.379v1.37q0 .334-.232.565a.76.76 0 0 1-.558.231.76.76 0 0 1-.564-.231.77.77 0 0 1-.23-.564z'/> </Svg>); export default SvgComponent; //# sourceMappingURL=bookmark-add.js.map