import * as React from "react"; import { SVGProps } from "react"; const SvgCakeLayered = (props: SVGProps) => ( ); export default SvgCakeLayered;