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