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