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