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