@fruits-chain/react-native-xiaoshu
Version:
React Native UI library
16 lines • 614 B
JavaScript
import React from 'react';
import { Path } from 'react-native-svg';
import { genIcon } from './helper/gen';
const IconRemoveFill = genIcon({
size: 'small',
render: color => {
return /*#__PURE__*/React.createElement(Path, {
d: "M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM5.525 4.464a.75.75 0 0 0-1.06 1.061L6.938 8l-2.475 2.475a.75.75 0 0 0 1.061 1.06L8 9.062l2.475 2.475a.75.75 0 0 0 1.06-1.061L9.062 8l2.475-2.475a.75.75 0 0 0-1.061-1.06L8 6.938z",
fill: color,
fillRule: "evenodd",
fillOpacity: "0.65"
});
}
});
export default IconRemoveFill;
//# sourceMappingURL=remove.fill.js.map