@fruits-chain/react-native-xiaoshu
Version:
🌈 React Native UI library
28 lines (22 loc) • 1 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _react = _interopRequireDefault(require("react"));
var _reactNativeSvg = require("react-native-svg");
var _gen = require("./helper/gen");
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
const IconRemoveFill = (0, _gen.genIcon)({
render: color => {
return /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
d: "M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1zm4.667 6.333a.6.6 0 0 0-.849 0L12 11.151 8.182 7.333l-.075-.063a.6.6 0 0 0-.774.912L11.151 12l-3.818 3.818-.063.075a.6.6 0 0 0 .912.774L12 12.849l3.818 3.818.075.063a.6.6 0 0 0 .774-.912L12.849 12l3.818-3.818.063-.075a.6.6 0 0 0-.063-.774z",
fill: color,
fillRule: "evenodd",
fillOpacity: "0.65"
});
}
});
var _default = IconRemoveFill;
exports.default = _default;
//# sourceMappingURL=remove.fill.js.map