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