import * as React from 'react'; import AccessibleSVG from '../accessible-svg'; import { bdlGreenLight } from '../../styles/variables'; import { Icon } from '../iconTypes'; const IconStorage = ({ className = '', color = bdlGreenLight, height = 12, title, width = 16 }: Icon) => ( ); export default IconStorage;