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