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