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