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