/// import { IconProps } from '../../types'; declare const TagHorizontal: (allProps: IconProps) => JSX.Element; export default TagHorizontal;