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