UNPKG

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.06 kB
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); Object.defineProperty(exports, "__esModule", { value: true }); exports.Cross = 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/xmark-1.tsx"; var Cross = ({ 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: "M15.625 4.375L4.375 15.625M15.625 15.625L4.375 4.375", stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5 }) }); }; exports.Cross = Cross; //# sourceMappingURL=xmark-1.js.map