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