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