import * as React from "react"; function CakeIcon(props: React.SVGProps) { return ; } export default CakeIcon;