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