import type { SVGProps } from 'react'; const SvgTag = (props: SVGProps) => ( ); export default SvgTag;