import React from 'react'; export const HubsIcon= ({ color, height = 31, width = 32 }) => { return ( ); };