UNPKG

stream-chat-react-native-core

Version:

The official React Native and Expo components for Stream Chat, a service for building chat applications

26 lines 896 B
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); Object.defineProperty(exports, "__esModule", { value: true }); exports.ReplyConnectorRight = void 0; var _react = _interopRequireDefault(require("react")); var _reactNativeSvg = require("react-native-svg"); var _jsxRuntime = require("react/jsx-runtime"); var _jsxFileName = "/home/runner/work/stream-chat-react-native/stream-chat-react-native/package/src/icons/ReplyConnectorRight.tsx"; var ReplyConnectorRight = ({ height, width, ...rest }) => (0, _jsxRuntime.jsx)(_reactNativeSvg.Svg, { fill: 'none', height: height, viewBox: '0 0 16 48', width: width, ...rest, children: (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, { d: "M15.5 0V20.5C15.5 29.0604 8.56041 36 0 36", ...rest }) }); exports.ReplyConnectorRight = ReplyConnectorRight; //# sourceMappingURL=ReplyConnectorRight.js.map