import React from 'react'; interface IconStackOverflowProps { color?: string; } export function IconStackOverflow(props: IconStackOverflowProps): React.ReactElement { return ( ); }