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