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