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