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