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