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