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