import * as React from 'react'; const Other = ({ width, height, color }) => ( ); export default Other;