UNPKG

react-native-eva-icons

Version:
18 lines 1.17 kB
"use strict"; var __importStar = (this && this.__importStar) || function (mod) { if (mod && mod.__esModule) return mod; var result = {}; if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k]; result["default"] = mod; return result; }; Object.defineProperty(exports, "__esModule", { value: true }); const React = __importStar(require("react")); const Svg = __importStar(require("react-native-svg")); exports.default = (props) => (React.createElement(Svg.Svg, Object.assign({}, props, { viewBox: '0 0 24 24' }), React.createElement(Svg.G, { "data-name": 'Layer 2' }, React.createElement(Svg.G, { "data-name": 'arrowhead-down' }, React.createElement(Svg.Rect, { width: '24', height: '24', opacity: '0' }), React.createElement(Svg.Path, { d: 'M17.37 12.39L12 16.71l-5.36-4.48a1 1 0 1 0-1.28 1.54l6 5a1 1 0 0 0 1.27 0l6-4.83a1 1 0 0 0 .15-1.41 1 1 0 0 0-1.41-.14z' }), React.createElement(Svg.Path, { d: 'M11.36 11.77a1 1 0 0 0 1.27 0l6-4.83a1 1 0 0 0 .15-1.41 1 1 0 0 0-1.41-.15L12 9.71 6.64 5.23a1 1 0 0 0-1.28 1.54z' }))))); //# sourceMappingURL=ArrowheadDown.js.map