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