import type { SVGProps } from "react"; import * as React from "react"; declare const SvgTag: (props: SVGProps) => React.JSX.Element; export default SvgTag; //# sourceMappingURL=Tag.d.ts.map