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