UNPKG

stream-chat-react-native-core

Version:

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

40 lines 1.4 kB
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); Object.defineProperty(exports, "__esModule", { value: true }); exports.CircleBan = exports.BlockUser = 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/no-sign.tsx"; var CircleBan = ({ fill, height, pathFill, size, stroke, width, ...rest }) => { var _ref, _ref2; var color = (_ref = (_ref2 = stroke != null ? stroke : pathFill) != null ? _ref2 : fill) != null ? _ref : 'black'; return (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.Path, { d: "M15.3031 15.3031L4.69688 4.69688M17.5 10C17.5 14.1421 14.1421 17.5 10 17.5C5.85786 17.5 2.5 14.1421 2.5 10C2.5 5.85786 5.85786 2.5 10 2.5C14.1421 2.5 17.5 5.85786 17.5 10Z", stroke: color, strokeLinecap: "round", strokeWidth: 1.5 }) }); }; exports.CircleBan = CircleBan; var BlockUser = props => (0, _jsxRuntime.jsx)(CircleBan, { ...props }); exports.BlockUser = BlockUser; //# sourceMappingURL=no-sign.js.map