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