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