import React from "react"; import { GreenTickIcon, PerformanceIcon, TickIcon, } from "../../../icons/ExportCommonIcons"; const PerformanceResult = () => { return (
Performance result
Success rate{" "}
98%
Environmental impact
Waste generation
I
0.5%
Risk 
management
I
0.1%
I
0.5%
Simulation 1
); }; export default PerformanceResult;