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