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