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