stream-chat-react-native-core
Version:
The official React Native and Expo components for Stream Chat, a service for building chat applications
34 lines • 1.18 kB
JavaScript
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ChevronRight = void 0;
var _react = _interopRequireDefault(require("react"));
var _reactNative = require("react-native");
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/chevron-right.tsx";
var ChevronRight = ({
height,
size,
width,
...rest
}) => (0, _jsxRuntime.jsx)(_reactNativeSvg.Svg, {
fill: 'none',
height: height != null ? height : size,
viewBox: '0 0 20 20',
width: width != null ? width : size,
...rest,
children: (0, _jsxRuntime.jsx)(_reactNativeSvg.G, {
transform: _reactNative.I18nManager.isRTL ? undefined : 'matrix(-1 0 0 1 20 0)',
children: (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
d: "M12.5 16.25L6.25 10L12.5 3.75",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
...rest
})
})
});
exports.ChevronRight = ChevronRight;
//# sourceMappingURL=chevron-right.js.map