import * as React from 'react'; import { bdlBoxBlue, white } from '../../styles/variables'; import AccessibleSVG from '../accessible-svg'; import { TwoTonedIcon } from '../iconTypes'; const IconBoxSquare = ({ className = '', height = 72, title, width = 72 }: TwoTonedIcon) => ( ); export default IconBoxSquare;