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