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