UNPKG

stream-chat-react-native-core

Version:

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

36 lines 1.22 kB
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); Object.defineProperty(exports, "__esModule", { value: true }); exports.Shield = 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/shield.tsx"; var Shield = ({ fill, height, pathFill, size, stroke, width, ...rest }) => { var color = stroke ?? pathFill ?? fill ?? 'black'; return (0, _jsxRuntime.jsx)(_reactNativeSvg.Svg, { width: width ?? size, height: height ?? size, viewBox: "0 0 16 16", fill: "none", ...rest, children: (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, { d: "M13.5 7V3.5C13.5 3.36739 13.4473 3.24021 13.3536 3.14645C13.2598 3.05268 13.1326 3 13 3H3C2.86739 3 2.74021 3.05268 2.64645 3.14645C2.55268 3.24021 2.5 3.36739 2.5 3.5V7C2.5 13 8 14.5 8 14.5C8 14.5 13.5 13 13.5 7Z", stroke: color, strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }) }); }; exports.Shield = Shield; //# sourceMappingURL=shield.js.map