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