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