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