// @flow import * as React from 'react'; import AccessibleSVG from '../accessible-svg'; import type { Icon } from '../flowTypes'; const IconBox3DCenter = ({ className = '', height = 18, color = '#444', title, width = 18 }: Icon) => ( ); export default IconBox3DCenter;