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