stream-chat-react-native-core
Version:
The official React Native and Expo components for Stream Chat, a service for building chat applications
55 lines • 2.43 kB
JavaScript
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ImageGrid = 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/gallery.tsx";
var ImageGrid = ({
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.jsxs)(_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: "M8.125 3.75H4.375C4.02982 3.75 3.75 4.02982 3.75 4.375V8.125C3.75 8.47018 4.02982 8.75 4.375 8.75H8.125C8.47018 8.75 8.75 8.47018 8.75 8.125V4.375C8.75 4.02982 8.47018 3.75 8.125 3.75Z",
stroke: color,
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}), (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
d: "M15.625 3.75H11.875C11.5298 3.75 11.25 4.02982 11.25 4.375V8.125C11.25 8.47018 11.5298 8.75 11.875 8.75H15.625C15.9702 8.75 16.25 8.47018 16.25 8.125V4.375C16.25 4.02982 15.9702 3.75 15.625 3.75Z",
stroke: color,
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}), (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
d: "M8.125 11.25H4.375C4.02982 11.25 3.75 11.5298 3.75 11.875V15.625C3.75 15.9702 4.02982 16.25 4.375 16.25H8.125C8.47018 16.25 8.75 15.9702 8.75 15.625V11.875C8.75 11.5298 8.47018 11.25 8.125 11.25Z",
stroke: color,
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}), (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
d: "M15.625 11.25H11.875C11.5298 11.25 11.25 11.5298 11.25 11.875V15.625C11.25 15.9702 11.5298 16.25 11.875 16.25H15.625C15.9702 16.25 16.25 15.9702 16.25 15.625V11.875C16.25 11.5298 15.9702 11.25 15.625 11.25Z",
stroke: color,
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
})]
});
};
exports.ImageGrid = ImageGrid;
//# sourceMappingURL=gallery.js.map