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