import React from 'react'; import BaseIcon from './BaseIcon'; export default class InformationIcon extends BaseIcon { render() { return ( ); } }