UNPKG

@devrue/rn-select

Version:

Custom typescript only select component for react native

14 lines 762 B
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; const ChevronDownIcon = props => /*#__PURE__*/React.createElement(Svg, _extends({ fill: "none", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement(Path, { d: "m6 9 6 6 6-6" })); export default ChevronDownIcon; //# sourceMappingURL=ChevronDownIcon.js.map