Files
Andrei 58f8093689 Rebrand from 'Redirect Intelligence v2' to 'URL Tracker Tool V2' throughout UI
- Updated all component headers and documentation
- Changed navbar and footer branding
- Updated homepage hero badge
- Modified page title in index.html
- Simplified footer text to 'Built with ❤️'
- Consistent V2 capitalization across all references
2025-08-19 19:12:23 +00:00

61 lines
2.7 KiB
JavaScript

export { CopyIcon } from './Copy.mjs';
export { SearchIcon } from './Search.mjs';
export { Search2Icon } from './Search2.mjs';
export { MoonIcon } from './Moon.mjs';
export { SunIcon } from './Sun.mjs';
export { AddIcon } from './Add.mjs';
export { SmallAddIcon } from './SmallAdd.mjs';
export { SettingsIcon } from './Settings.mjs';
export { CheckCircleIcon } from './CheckCircle.mjs';
export { LockIcon } from './Lock.mjs';
export { UnlockIcon } from './Unlock.mjs';
export { ViewIcon } from './View.mjs';
export { ViewOffIcon } from './ViewOff.mjs';
export { DownloadIcon } from './Download.mjs';
export { DeleteIcon } from './Delete.mjs';
export { RepeatIcon } from './Repeat.mjs';
export { ReactIcon } from './React.mjs';
export { RepeatClockIcon } from './RepeatClock.mjs';
export { EditIcon } from './Edit.mjs';
export { ChevronLeftIcon } from './ChevronLeft.mjs';
export { ChevronRightIcon } from './ChevronRight.mjs';
export { ChevronDownIcon } from './ChevronDown.mjs';
export { ChevronUpIcon } from './ChevronUp.mjs';
export { ArrowBackIcon } from './ArrowBack.mjs';
export { ArrowForwardIcon } from './ArrowForward.mjs';
export { ArrowUpIcon } from './ArrowUp.mjs';
export { ArrowUpDownIcon } from './ArrowUpDown.mjs';
export { ArrowDownIcon } from './ArrowDown.mjs';
export { ExternalLinkIcon } from './ExternalLink.mjs';
export { LinkIcon } from './Link.mjs';
export { PlusSquareIcon } from './PlusSquare.mjs';
export { CalendarIcon } from './Calendar.mjs';
export { ChatIcon } from './Chat.mjs';
export { TimeIcon } from './Time.mjs';
export { ArrowRightIcon } from './ArrowRight.mjs';
export { ArrowLeftIcon } from './ArrowLeft.mjs';
export { AtSignIcon } from './AtSign.mjs';
export { AttachmentIcon } from './Attachment.mjs';
export { UpDownIcon } from './UpDown.mjs';
export { StarIcon } from './Star.mjs';
export { EmailIcon } from './Email.mjs';
export { PhoneIcon } from './Phone.mjs';
export { DragHandleIcon } from './DragHandle.mjs';
export { SpinnerIcon } from './Spinner.mjs';
export { CloseIcon } from './Close.mjs';
export { SmallCloseIcon } from './SmallClose.mjs';
export { NotAllowedIcon } from './NotAllowed.mjs';
export { TriangleDownIcon } from './TriangleDown.mjs';
export { TriangleUpIcon } from './TriangleUp.mjs';
export { InfoOutlineIcon } from './InfoOutline.mjs';
export { BellIcon } from './Bell.mjs';
export { InfoIcon } from './Info.mjs';
export { QuestionIcon } from './Question.mjs';
export { QuestionOutlineIcon } from './QuestionOutline.mjs';
export { WarningIcon } from './Warning.mjs';
export { WarningTwoIcon } from './WarningTwo.mjs';
export { CheckIcon } from './Check.mjs';
export { MinusIcon } from './Minus.mjs';
export { HamburgerIcon } from './Hamburger.mjs';
export * from '@chakra-ui/react';