import { IconProps } from '../lib';
declare function HashStraight({ weight, color, size, style }: IconProps): JSX.Element;
export default HashStraight;
