import React from 'react' export default ({ width = 9, height = 8, color = '#FFFFFF' }) => ( )