import React from 'react'; export default class ProgressBar extends React.Component { render() { return (
{this.props.icon}
); } }