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