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