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