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