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