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