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