stream-chat-react-native-core
Version:
The official React Native and Expo components for Stream Chat, a service for building chat applications
60 lines • 2.06 kB
JavaScript
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GiphyIcon = exports.Giphy = 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/giphy.tsx";
var Giphy = ({
height,
width,
...rest
}) => (0, _jsxRuntime.jsxs)(_reactNativeSvg.Svg, {
fill: 'none',
height: height,
viewBox: '0 0 20 20',
width: width,
...rest,
children: [(0, _jsxRuntime.jsx)(_reactNativeSvg.Rect, {
width: 20,
height: 20,
rx: 10,
fill: "black"
}), (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M6.5997 5.50024H13.4008V14.4999H6.59912L6.5997 5.50024Z",
fill: "black"
}), (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
d: "M5.24023 5.1665H6.59998V14.8335H5.24023V5.1665Z",
fill: "#04FF8E"
}), (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
d: "M13.4004 7.8335H14.7601V14.8335H13.4004V7.8335Z",
fill: "#8E2EFF"
}), (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
d: "M5.24023 14.4998H14.7602V15.8333H5.24023V14.4998Z",
fill: "#00C5FF"
}), (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
d: "M5.24023 4.16675H10.6804V5.50025H5.24023V4.16675Z",
fill: "#FFF152"
}), (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
d: "M13.4003 6.83316V5.50025H12.0399V4.16675H10.6802V8.16666H14.76V6.83316",
fill: "#FF5B5B"
}), (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
d: "M13.4004 9.5V8.1665H14.7601",
fill: "#551C99"
}), (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M10.6802 4.16675V5.50025H9.31982",
fill: "#999131"
})]
});
exports.Giphy = Giphy;
var GiphyIcon = props => (0, _jsxRuntime.jsx)(Giphy, {
...props
});
exports.GiphyIcon = GiphyIcon;
//# sourceMappingURL=giphy.js.map