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