import * as React from 'react'; export interface HashMark24Props extends React.SVGProps { ariaLabel?: string } export default function HashMark24({ ariaLabel, ...props }: HashMark24Props) { return ( ); }