@fruits-chain/react-native-xiaoshu
Version:
🌈 React Native UI library
15 lines • 406 B
JavaScript
import React from 'react';
import { Polyline } from 'react-native-svg';
import { genIcon } from './helper/gen';
const IconArrowUpFill = genIcon({
render: color => {
return /*#__PURE__*/React.createElement(Polyline, {
points: "4,16 12,8 20,16",
fill: color,
stroke: color,
strokeWidth: 0
});
}
});
export default IconArrowUpFill;
//# sourceMappingURL=arrow-up.fill.js.map