stream-chat-react-native-core
Version:
The official React Native and Expo components for Stream Chat, a service for building chat applications
37 lines • 1.5 kB
JavaScript
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.Exclamation = 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/exclamation-mark-fill.tsx";
var Exclamation = ({
fill,
height,
pathFill,
size,
stroke,
width,
...rest
}) => {
var _ref, _ref2;
var color = (_ref = (_ref2 = pathFill != null ? pathFill : fill) != null ? _ref2 : stroke) != 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: "M10 16.875C10.6904 16.875 11.25 16.3154 11.25 15.625C11.25 14.9346 10.6904 14.375 10 14.375C9.30964 14.375 8.75 14.9346 8.75 15.625C8.75 16.3154 9.30964 16.875 10 16.875Z",
fill: color
}), (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
d: "M9 11.875V3.75C9 3.19772 9.44772 2.75 10 2.75C10.5523 2.75 11 3.19772 11 3.75V11.875C11 12.4273 10.5523 12.875 10 12.875C9.44772 12.875 9 12.4273 9 11.875Z",
fill: color
})]
});
};
exports.Exclamation = Exclamation;
//# sourceMappingURL=exclamation-mark-fill.js.map