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