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