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