import * as React from "react"; function TagIcon(props: React.SVGProps) { return ; } export default TagIcon;