export const ReactComponent = (props) => <div data-testid="IconMock" {...props} />;

const mock = 'icon/mock/path';
export default mock;
