// @flow import React from 'react'; import pure from 'recompose/pure'; import SvgIcon from '../SvgIcon'; /** * @ignore - internal component. */ let CheckBoxOutlineBlank = props => ( ); CheckBoxOutlineBlank = pure(CheckBoxOutlineBlank); CheckBoxOutlineBlank.muiName = 'SvgIcon'; export default CheckBoxOutlineBlank;