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