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