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