UNPKG

stream-chat-react-native-core

Version:

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

40 lines 1.44 kB
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); Object.defineProperty(exports, "__esModule", { value: true }); exports.VideoIcon = void 0; var _react = _interopRequireDefault(require("react")); var _reactNative = require("react-native"); 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/video.tsx"; var VideoIcon = ({ fill, height, pathFill, size, stroke, width, ...rest }) => { var color = stroke ?? pathFill ?? fill ?? 'black'; return (0, _jsxRuntime.jsx)(_reactNativeSvg.Svg, { fill: 'none', height: height ?? size, viewBox: `0 0 20 20`, width: width ?? size, ...rest, children: (0, _jsxRuntime.jsx)(_reactNativeSvg.G, { transform: _reactNative.I18nManager.isRTL ? 'matrix(-1 0 0 1 20 0)' : undefined, children: (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, { d: "M15.625 8.75L19.375 6.25V13.75L15.625 11.25M2.5 5H15C15.3452 5 15.625 5.27982 15.625 5.625V14.375C15.625 14.7202 15.3452 15 15 15H2.5C2.15482 15 1.875 14.7202 1.875 14.375V5.625C1.875 5.27982 2.15482 5 2.5 5Z", stroke: color, strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }) }) }); }; exports.VideoIcon = VideoIcon; //# sourceMappingURL=video.js.map