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