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