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