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