UNPKG

@fruits-chain/react-native-xiaoshu

Version:
17 lines • 476 B
import React from 'react'; import { Polyline } from 'react-native-svg'; import { genIcon } from './helper/gen'; const IconArrowDownOutline = genIcon({ render: color => { return /*#__PURE__*/React.createElement(Polyline, { points: "4,8 12,16 20,8", fill: "none", stroke: color, strokeWidth: 2.2, strokeLinecap: "round", strokeLinejoin: "round" }); } }); export default IconArrowDownOutline; //# sourceMappingURL=arrow-down.js.map