stream-chat-react-native-core
Version:
The official React Native and Expo components for Stream Chat, a service for building chat applications
41 lines • 2.48 kB
JavaScript
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MenuPointHorizontal = void 0;
var _react = _interopRequireDefault(require("react"));
var _reactNativeSvg = _interopRequireWildcard(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/more.tsx";
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
var MenuPointHorizontal = ({
fill,
height,
pathFill,
size,
stroke,
width,
...rest
}) => {
var _ref, _ref2, _ref3, _ref4;
var color = (_ref = (_ref2 = fill != null ? fill : stroke) != null ? _ref2 : pathFill) != null ? _ref : 'black';
return (0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
viewBox: "0 0 20 20",
fill: "none",
height: (_ref3 = height != null ? height : size) != null ? _ref3 : 20,
width: (_ref4 = width != null ? width : size) != null ? _ref4 : 20,
...rest,
children: [(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
d: "M10 11.25C10.6904 11.25 11.25 10.6904 11.25 10C11.25 9.30964 10.6904 8.75 10 8.75C9.30964 8.75 8.75 9.30964 8.75 10C8.75 10.6904 9.30964 11.25 10 11.25Z",
fill: color
}), (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
d: "M4.6875 11.25C5.37786 11.25 5.9375 10.6904 5.9375 10C5.9375 9.30964 5.37786 8.75 4.6875 8.75C3.99714 8.75 3.4375 9.30964 3.4375 10C3.4375 10.6904 3.99714 11.25 4.6875 11.25Z",
fill: color
}), (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
d: "M15.3125 11.25C16.0029 11.25 16.5625 10.6904 16.5625 10C16.5625 9.30964 16.0029 8.75 15.3125 8.75C14.6221 8.75 14.0625 9.30964 14.0625 10C14.0625 10.6904 14.6221 11.25 15.3125 11.25Z",
fill: color
})]
});
};
exports.MenuPointHorizontal = MenuPointHorizontal;
//# sourceMappingURL=more.js.map