stream-chat-react-native-core
Version:
The official React Native and Expo components for Stream Chat, a service for building chat applications
36 lines • 1.34 kB
JavaScript
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.Reload = 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/refresh.tsx";
var Reload = ({
fill,
height,
pathFill,
size,
stroke,
width,
...rest
}) => {
var color = stroke ?? pathFill ?? fill ?? 'black';
return (0, _jsxRuntime.jsx)(_reactNativeSvg.Svg, {
fill: 'none',
height: height ?? size,
viewBox: '0 0 20 20',
width: width ?? size,
...rest,
children: (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
d: "M13.125 7.49978H16.875M16.875 7.49978V3.74978M16.875 7.49978L14.6656 5.29041C13.3861 4.01095 11.6538 3.2875 9.84437 3.27697C8.03494 3.26644 6.29431 3.96968 5 5.23416M6.875 12.4998H3.125M3.125 12.4998V16.2498M3.125 12.4998L5.33437 14.7092C6.61388 15.9886 8.34621 16.7121 10.1556 16.7226C11.9651 16.7331 13.7057 16.0299 15 14.7654",
stroke: color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5
})
});
};
exports.Reload = Reload;
//# sourceMappingURL=refresh.js.map