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