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