import React from 'react'; export const ThreadsIcon= ({ color = 'white', height, width }) => { return ( ); };