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