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