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