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