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