UNPKG

stream-chat-react-native-core

Version:

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

41 lines 1.5 kB
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); Object.defineProperty(exports, "__esModule", { value: true }); exports.FilePickerIcon = exports.File = 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/file.tsx"; var File = ({ 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.Path, { d: "M11.875 2.5H4.375C4.20924 2.5 4.05027 2.56585 3.93306 2.68306C3.81585 2.80027 3.75 2.95924 3.75 3.125V16.875C3.75 17.0408 3.81585 17.1997 3.93306 17.3169C4.05027 17.4342 4.20924 17.5 4.375 17.5H15.625C15.7908 17.5 15.9497 17.4342 16.0669 17.3169C16.1842 17.1997 16.25 17.0408 16.25 16.875V6.875M11.875 2.5L16.25 6.875M11.875 2.5V6.875H16.25", fill: "none", stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5 }) }); }; exports.File = File; var FilePickerIcon = props => (0, _jsxRuntime.jsx)(File, { ...props }); exports.FilePickerIcon = FilePickerIcon; //# sourceMappingURL=file.js.map