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