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