├── .github ├── FUNDING.yml └── workflows │ ├── auto-format.yml │ └── build-check.yml ├── .gitignore ├── .prettierignore ├── .prettierrc ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── components.json ├── next.config.ts ├── package.json ├── postcss.config.mjs ├── public ├── icons │ ├── X.json │ ├── a-arrow-down.json │ ├── a-arrow-up.json │ ├── activity.json │ ├── arrow-down-up.json │ ├── arrow-up-0-1.json │ ├── arrow-up-1-0.json │ ├── arrow-up-a-z.json │ ├── arrow-up-z-a.json │ ├── atom.json │ ├── audio-lines.json │ ├── badge-cent.json │ ├── badge-dollar.json │ ├── battery-full.json │ ├── battery.json │ ├── bell-minus.json │ ├── bell-plus.json │ ├── bell-ring.json │ ├── bell.json │ ├── biceps-flexed.json │ ├── bitcoin.json │ ├── blend.json │ ├── blocks.json │ ├── bolt.json │ ├── book-open-check.json │ ├── book-open-text.json │ ├── book-open.json │ ├── bookmark-check.json │ ├── bookmark-minus.json │ ├── bookmark-plus.json │ ├── bookmark-x.json │ ├── bookmark.json │ ├── brain.json │ ├── bring-to-front.json │ ├── chart-area.json │ ├── chart-bar.json │ ├── chart-column.json │ ├── chart-line.json │ ├── chart-network.json │ ├── chart-no-axes-combined.json │ ├── chart-pie.json │ ├── check-check.json │ ├── check.json │ ├── chevron-down.json │ ├── chevron-left.json │ ├── chevron-right.json │ ├── chevron-up.json │ ├── chevrons-down.json │ ├── chevrons-left-right-ellipsis.json │ ├── chevrons-left-right.json │ ├── chevrons-left.json │ ├── chevrons-right-left.json │ ├── chevrons-right.json │ ├── chevrons-up.json │ ├── chrome.json │ ├── circle-check-big.json │ ├── circle-check.json │ ├── circle-chevron-down.json │ ├── circle-chevron-left.json │ ├── circle-chevron-right.json │ ├── circle-chevron-up.json │ ├── circle-plus.json │ ├── clipboard.json │ ├── cloud-upload.json │ ├── code-xml.json │ ├── code.json │ ├── compass.json │ ├── contact-round.json │ ├── contact.json │ ├── copy.json │ ├── corner-down-left.json │ ├── corner-down-right.json │ ├── corner-left-down.json │ ├── corner-left-up.json │ ├── corner-right-down.json │ ├── corner-right-up.json │ ├── corner-up-left.json │ ├── corner-up-right.json │ ├── credit-card.json │ ├── dashboard.json │ ├── diff.json │ ├── dollar-sign.json │ ├── download.json │ ├── ellipsis-vertical.json │ ├── ellipsis.json │ ├── euro.json │ ├── external-link.json │ ├── eye-closed.json │ ├── eye-off.json │ ├── eye.json │ ├── facebook.json │ ├── figma.json │ ├── flame.json │ ├── folder-open.json │ ├── folder.json │ ├── framer.json │ ├── georgian-lari.json │ ├── github.json │ ├── globe-lock.json │ ├── globe.json │ ├── hand-coins.json │ ├── headphones-off.json │ ├── headphones.json │ ├── headset.json │ ├── heart.json │ ├── house.json │ ├── indian-rupee.json │ ├── info.json │ ├── instagram.json │ ├── key-round.json │ ├── key-square.json │ ├── key.json │ ├── layout-grid.json │ ├── layout-list.json │ ├── link.json │ ├── linkedin.json │ ├── list-chevrons-up-down.json │ ├── loader-circle.json │ ├── loader.json │ ├── lock.json │ ├── login.json │ ├── logout.json │ ├── mail.json │ ├── mails.json │ ├── map-pin-check-inside.json │ ├── map-pin-check.json │ ├── map-pin.json │ ├── map-pinned.json │ ├── menu.json │ ├── message-circle.json │ ├── mic-off.json │ ├── mic.json │ ├── minus.json │ ├── move-left.json │ ├── move-right.json │ ├── paperclip.json │ ├── philippine-peso.json │ ├── phone.json │ ├── plus.json │ ├── pound-sterling.json │ ├── russian-ruble.json │ ├── saudi-riyal.json │ ├── search.json │ ├── send.json │ ├── settings.json │ ├── shield-check.json │ ├── shield-user.json │ ├── shield-x.json │ ├── shopping-bag.json │ ├── shopping-cart.json │ ├── signal.json │ ├── snow-flake.json │ ├── sparkles.json │ ├── spray-can.json │ ├── square-arrow-out-up-right.json │ ├── star.json │ ├── swiss-franc.json │ ├── swords.json │ ├── telescope.json │ ├── terminal.json │ ├── thumbs-down.json │ ├── thumbs-up.json │ ├── trash-2.json │ ├── trash.json │ ├── turkish-lira.json │ ├── twitter.json │ ├── unlink.json │ ├── upload.json │ ├── user-check.json │ ├── user-cog.json │ ├── user-lock.json │ ├── user-minus.json │ ├── user-pen.json │ ├── user-plus.json │ ├── user-round-check.json │ ├── user-round-cog.json │ ├── user-round-minus.json │ ├── user-round-pen.json │ ├── user-round-search.json │ ├── user-round-x.json │ ├── user-round.json │ ├── user-search.json │ ├── user-star.json │ ├── user-x.json │ ├── user.json │ ├── users-round.json │ ├── users.json │ ├── wallet-minimal.json │ ├── wallet.json │ ├── wifi-cog.json │ ├── wifi-off.json │ ├── wifi-pen.json │ ├── wifi-sync.json │ ├── wifi.json │ ├── yen-yuan.json │ └── zap.json └── logo.svg ├── src ├── Icons │ ├── .prettierrc │ ├── AArrowDownIcon.tsx │ ├── AArrowUpIcon.tsx │ ├── ActivityIcon.tsx │ ├── ArrowDownUpIcon.tsx │ ├── ArrowUp01Icon.tsx │ ├── ArrowUp10Icon.tsx │ ├── ArrowUpAZIcon.tsx │ ├── ArrowUpZAIcon.tsx │ ├── AtomIcon.tsx │ ├── AudioLinesIcon.tsx │ ├── BadgeCentIcon.tsx │ ├── BadgeDollarIcon.tsx │ ├── BatteryFullIcon.tsx │ ├── BatteryIcon.tsx │ ├── BellIcon.tsx │ ├── BellMinusIcon.tsx │ ├── BellPlusIcon.tsx │ ├── BellRingIcon.tsx │ ├── BicepsFlexedIcon.tsx │ ├── BitcoinIcon.tsx │ ├── BlendIcon.tsx │ ├── BlocksIcon.tsx │ ├── BoltIcon.tsx │ ├── BookOpenCheckIcon.tsx │ ├── BookOpenIcon.tsx │ ├── BookOpenTextIcon.tsx │ ├── BookmarkCheckIcon.tsx │ ├── BookmarkIcon.tsx │ ├── BookmarkMinusIcon.tsx │ ├── BookmarkPlusIcon.tsx │ ├── BookmarkXIcon.tsx │ ├── BrainIcon.tsx │ ├── BringToFrontIcon.tsx │ ├── ChartAreaIcon.tsx │ ├── ChartBarIcon.tsx │ ├── ChartColumnIcon.tsx │ ├── ChartLineIcon.tsx │ ├── ChartNetworkIcon.tsx │ ├── ChartNoAxesCombinedIcon.tsx │ ├── ChartPieIcon.tsx │ ├── CheckCheckIcon.tsx │ ├── CheckIcon.tsx │ ├── ChevronDownIcon.tsx │ ├── ChevronLeftIcon.tsx │ ├── ChevronRightIcon.tsx │ ├── ChevronUpIcon.tsx │ ├── ChevronsDownIcon.tsx │ ├── ChevronsLeftIcon.tsx │ ├── ChevronsLeftRightEllipsisIcon.tsx │ ├── ChevronsLeftRightIcon.tsx │ ├── ChevronsRightIcon.tsx │ ├── ChevronsRightLeftIcon.tsx │ ├── ChevronsUpIcon.tsx │ ├── ChromeIcon.tsx │ ├── CircleCheckBigIcon.tsx │ ├── CircleCheckIcon.tsx │ ├── CircleChevronDownIcon.tsx │ ├── CircleChevronLeftIcon.tsx │ ├── CircleChevronRightIcon.tsx │ ├── CircleChevronUpIcon.tsx │ ├── CirclePlusIcon.tsx │ ├── ClipboardIcon.tsx │ ├── CloudUploadIcon.tsx │ ├── CodeIcon.tsx │ ├── CodeXmlIcon.tsx │ ├── CompassIcon.tsx │ ├── ContactIcon.tsx │ ├── ContactRoundIcon.tsx │ ├── CopyIcon.tsx │ ├── CornerDownLeftIcon.tsx │ ├── CornerDownRightIcon.tsx │ ├── CornerLeftDownIcon.tsx │ ├── CornerLeftUpIcon.tsx │ ├── CornerRightDownIcon.tsx │ ├── CornerRightUpIcon.tsx │ ├── CornerUpLeftIcon.tsx │ ├── CornerUpRightIcon.tsx │ ├── CreditCardIcon.tsx │ ├── DashboardIcon.tsx │ ├── DiffIcon.tsx │ ├── DollarSignIcon.tsx │ ├── DownloadIcon.tsx │ ├── EllipsisIcon.tsx │ ├── EllipsisVerticalIcon.tsx │ ├── EuroIcon.tsx │ ├── ExternalLinkIcon.tsx │ ├── EyeClosedIcon.tsx │ ├── EyeIcon.tsx │ ├── EyeOffIcon.tsx │ ├── FacebookIcon.tsx │ ├── FigmaIcon.tsx │ ├── FlameIcon.tsx │ ├── FolderIcon.tsx │ ├── FolderOpenIcon.tsx │ ├── FramerIcon.tsx │ ├── GeorgianLariIcon.tsx │ ├── GithubIcon.tsx │ ├── GlobeIcon.tsx │ ├── GlobeLockIcon.tsx │ ├── HandCoinsIcon.tsx │ ├── HeadphonesIcon.tsx │ ├── HeadphonesOffIcon.tsx │ ├── HeadsetIcon.tsx │ ├── HeartIcon.tsx │ ├── HouseIcon.tsx │ ├── IndianRupeeIcon.tsx │ ├── InfoIcon.tsx │ ├── InstagramIcon.tsx │ ├── KeyIcon.tsx │ ├── KeyRoundIcon.tsx │ ├── KeySquareIcon.tsx │ ├── LayoutGridIcon.tsx │ ├── LayoutListIcon.tsx │ ├── LinkIcon.tsx │ ├── LinkedinIcon.tsx │ ├── ListChevronsUpDownIcon.tsx │ ├── LoaderCircleIcon.tsx │ ├── LoaderIcon.tsx │ ├── LockIcon.tsx │ ├── LoginIcon.tsx │ ├── LogoutIcon.tsx │ ├── MailIcon.tsx │ ├── MailsIcon.tsx │ ├── MapPinCheckIcon.tsx │ ├── MapPinCheckInsideIcon.tsx │ ├── MapPinIcon.tsx │ ├── MapPinnedIcon.tsx │ ├── MenuIcon.tsx │ ├── MessageCircleIcon.tsx │ ├── MicIcon.tsx │ ├── MicOffIcon.tsx │ ├── MinusIcon.tsx │ ├── MoonIcon.tsx │ ├── MoveLeftIcon.tsx │ ├── MoveRightIcon.tsx │ ├── PaperclipIcon.tsx │ ├── PhilippinePesoIcon.tsx │ ├── PhoneIcon.tsx │ ├── PlusIcon.tsx │ ├── PoundSterlingIcon.tsx │ ├── RussianRubleIcon.tsx │ ├── SaudiRiyalIcon.tsx │ ├── SearchIcon.tsx │ ├── SendIcon.tsx │ ├── SettingsIcon.tsx │ ├── ShieldCheckIcon.tsx │ ├── ShieldUserIcon.tsx │ ├── ShieldXIcon.tsx │ ├── ShoppingBagIcon.tsx │ ├── ShoppingCartIcon.tsx │ ├── SignalIcon.tsx │ ├── SnowFlakeIcon.tsx │ ├── SparklesIcon.tsx │ ├── SprayCanIcon.tsx │ ├── SquareArrowOutUpRightIcon.tsx │ ├── StarIcon.tsx │ ├── SunIcon.tsx │ ├── SwissFrancIcon.tsx │ ├── SwordsIcon.tsx │ ├── TelescopeIcon.tsx │ ├── TerminalIcon.tsx │ ├── ThumbsDownIcon.tsx │ ├── ThumbsUpIcon.tsx │ ├── Trash2Icon.tsx │ ├── TrashIcon.tsx │ ├── TurkishLiraIcon.tsx │ ├── TwitterIcon.tsx │ ├── UnlinkIcon.tsx │ ├── UploadIcon.tsx │ ├── UserCheckIcon.tsx │ ├── UserCogIcon.tsx │ ├── UserIcon.tsx │ ├── UserLockIcon.tsx │ ├── UserMinusIcon.tsx │ ├── UserPenIcon.tsx │ ├── UserPlusIcon.tsx │ ├── UserRoundCheckIcon.tsx │ ├── UserRoundCogIcon.tsx │ ├── UserRoundIcon.tsx │ ├── UserRoundMinusIcon.tsx │ ├── UserRoundPenIcon.tsx │ ├── UserRoundSearchIcon.tsx │ ├── UserRoundXIcon.tsx │ ├── UserSearchIcon.tsx │ ├── UserStarIcon.tsx │ ├── UserXIcon.tsx │ ├── UsersIcon.tsx │ ├── UsersRoundIcon.tsx │ ├── WalletIcon.tsx │ ├── WalletMinimalIcon.tsx │ ├── WifiCogIcon.tsx │ ├── WifiIcon.tsx │ ├── WifiOffIcon.tsx │ ├── WifiPenIcon.tsx │ ├── WifiSyncIcon.tsx │ ├── XIcon.tsx │ ├── YenYuanIcon.tsx │ ├── ZapIcon.tsx │ └── index.ts ├── actions │ └── getIconCode.ts ├── app │ ├── api │ │ └── stars │ │ │ └── route.ts │ ├── error.tsx │ ├── favicon.ico │ ├── globals.css │ ├── layout.tsx │ ├── not-found.tsx │ ├── og.png │ ├── page.tsx │ ├── robots.ts │ └── sitemap.ts ├── components │ ├── CmdCopy.tsx │ ├── CmdSection.tsx │ ├── Hero.tsx │ ├── IconList.tsx │ ├── IconSection.tsx │ ├── IconTile.tsx │ ├── IconsNotFound.tsx │ ├── Navbar.tsx │ ├── icons │ │ ├── CheckIcon.tsx │ │ ├── StarIcon.tsx │ │ └── V0Icon.tsx │ ├── magicui │ │ ├── number-ticker.tsx │ │ └── word-rotate.tsx │ └── ui │ │ ├── badge.tsx │ │ ├── button.tsx │ │ ├── tabs.tsx │ │ └── tooltip.tsx ├── lib │ └── utils.ts ├── scripts │ └── generate-icons-json.ts └── types │ └── index.d.ts └── tsconfig.json /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | github: Avijit07x 2 | -------------------------------------------------------------------------------- /.github/workflows/auto-format.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/.github/workflows/auto-format.yml -------------------------------------------------------------------------------- /.github/workflows/build-check.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/.github/workflows/build-check.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/.gitignore -------------------------------------------------------------------------------- /.prettierignore: -------------------------------------------------------------------------------- 1 | public/ 2 | -------------------------------------------------------------------------------- /.prettierrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/.prettierrc -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/README.md -------------------------------------------------------------------------------- /components.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/components.json -------------------------------------------------------------------------------- /next.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/next.config.ts -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/package.json -------------------------------------------------------------------------------- /postcss.config.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/postcss.config.mjs -------------------------------------------------------------------------------- /public/icons/X.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/X.json -------------------------------------------------------------------------------- /public/icons/a-arrow-down.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/a-arrow-down.json -------------------------------------------------------------------------------- /public/icons/a-arrow-up.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/a-arrow-up.json -------------------------------------------------------------------------------- /public/icons/activity.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/activity.json -------------------------------------------------------------------------------- /public/icons/arrow-down-up.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/arrow-down-up.json -------------------------------------------------------------------------------- /public/icons/arrow-up-0-1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/arrow-up-0-1.json -------------------------------------------------------------------------------- /public/icons/arrow-up-1-0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/arrow-up-1-0.json -------------------------------------------------------------------------------- /public/icons/arrow-up-a-z.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/arrow-up-a-z.json -------------------------------------------------------------------------------- /public/icons/arrow-up-z-a.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/arrow-up-z-a.json -------------------------------------------------------------------------------- /public/icons/atom.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/atom.json -------------------------------------------------------------------------------- /public/icons/audio-lines.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/audio-lines.json -------------------------------------------------------------------------------- /public/icons/badge-cent.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/badge-cent.json -------------------------------------------------------------------------------- /public/icons/badge-dollar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/badge-dollar.json -------------------------------------------------------------------------------- /public/icons/battery-full.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/battery-full.json -------------------------------------------------------------------------------- /public/icons/battery.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/battery.json -------------------------------------------------------------------------------- /public/icons/bell-minus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/bell-minus.json -------------------------------------------------------------------------------- /public/icons/bell-plus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/bell-plus.json -------------------------------------------------------------------------------- /public/icons/bell-ring.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/bell-ring.json -------------------------------------------------------------------------------- /public/icons/bell.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/bell.json -------------------------------------------------------------------------------- /public/icons/biceps-flexed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/biceps-flexed.json -------------------------------------------------------------------------------- /public/icons/bitcoin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/bitcoin.json -------------------------------------------------------------------------------- /public/icons/blend.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/blend.json -------------------------------------------------------------------------------- /public/icons/blocks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/blocks.json -------------------------------------------------------------------------------- /public/icons/bolt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/bolt.json -------------------------------------------------------------------------------- /public/icons/book-open-check.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/book-open-check.json -------------------------------------------------------------------------------- /public/icons/book-open-text.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/book-open-text.json -------------------------------------------------------------------------------- /public/icons/book-open.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/book-open.json -------------------------------------------------------------------------------- /public/icons/bookmark-check.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/bookmark-check.json -------------------------------------------------------------------------------- /public/icons/bookmark-minus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/bookmark-minus.json -------------------------------------------------------------------------------- /public/icons/bookmark-plus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/bookmark-plus.json -------------------------------------------------------------------------------- /public/icons/bookmark-x.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/bookmark-x.json -------------------------------------------------------------------------------- /public/icons/bookmark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/bookmark.json -------------------------------------------------------------------------------- /public/icons/brain.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/brain.json -------------------------------------------------------------------------------- /public/icons/bring-to-front.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/bring-to-front.json -------------------------------------------------------------------------------- /public/icons/chart-area.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/chart-area.json -------------------------------------------------------------------------------- /public/icons/chart-bar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/chart-bar.json -------------------------------------------------------------------------------- /public/icons/chart-column.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/chart-column.json -------------------------------------------------------------------------------- /public/icons/chart-line.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/chart-line.json -------------------------------------------------------------------------------- /public/icons/chart-network.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/chart-network.json -------------------------------------------------------------------------------- /public/icons/chart-no-axes-combined.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/chart-no-axes-combined.json -------------------------------------------------------------------------------- /public/icons/chart-pie.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/chart-pie.json -------------------------------------------------------------------------------- /public/icons/check-check.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/check-check.json -------------------------------------------------------------------------------- /public/icons/check.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/check.json -------------------------------------------------------------------------------- /public/icons/chevron-down.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/chevron-down.json -------------------------------------------------------------------------------- /public/icons/chevron-left.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/chevron-left.json -------------------------------------------------------------------------------- /public/icons/chevron-right.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/chevron-right.json -------------------------------------------------------------------------------- /public/icons/chevron-up.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/chevron-up.json -------------------------------------------------------------------------------- /public/icons/chevrons-down.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/chevrons-down.json -------------------------------------------------------------------------------- /public/icons/chevrons-left-right-ellipsis.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/chevrons-left-right-ellipsis.json -------------------------------------------------------------------------------- /public/icons/chevrons-left-right.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/chevrons-left-right.json -------------------------------------------------------------------------------- /public/icons/chevrons-left.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/chevrons-left.json -------------------------------------------------------------------------------- /public/icons/chevrons-right-left.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/chevrons-right-left.json -------------------------------------------------------------------------------- /public/icons/chevrons-right.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/chevrons-right.json -------------------------------------------------------------------------------- /public/icons/chevrons-up.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/chevrons-up.json -------------------------------------------------------------------------------- /public/icons/chrome.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/chrome.json -------------------------------------------------------------------------------- /public/icons/circle-check-big.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/circle-check-big.json -------------------------------------------------------------------------------- /public/icons/circle-check.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/circle-check.json -------------------------------------------------------------------------------- /public/icons/circle-chevron-down.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/circle-chevron-down.json -------------------------------------------------------------------------------- /public/icons/circle-chevron-left.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/circle-chevron-left.json -------------------------------------------------------------------------------- /public/icons/circle-chevron-right.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/circle-chevron-right.json -------------------------------------------------------------------------------- /public/icons/circle-chevron-up.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/circle-chevron-up.json -------------------------------------------------------------------------------- /public/icons/circle-plus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/circle-plus.json -------------------------------------------------------------------------------- /public/icons/clipboard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/clipboard.json -------------------------------------------------------------------------------- /public/icons/cloud-upload.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/cloud-upload.json -------------------------------------------------------------------------------- /public/icons/code-xml.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/code-xml.json -------------------------------------------------------------------------------- /public/icons/code.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/code.json -------------------------------------------------------------------------------- /public/icons/compass.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/compass.json -------------------------------------------------------------------------------- /public/icons/contact-round.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/contact-round.json -------------------------------------------------------------------------------- /public/icons/contact.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/contact.json -------------------------------------------------------------------------------- /public/icons/copy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/copy.json -------------------------------------------------------------------------------- /public/icons/corner-down-left.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/corner-down-left.json -------------------------------------------------------------------------------- /public/icons/corner-down-right.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/corner-down-right.json -------------------------------------------------------------------------------- /public/icons/corner-left-down.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/corner-left-down.json -------------------------------------------------------------------------------- /public/icons/corner-left-up.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/corner-left-up.json -------------------------------------------------------------------------------- /public/icons/corner-right-down.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/corner-right-down.json -------------------------------------------------------------------------------- /public/icons/corner-right-up.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/corner-right-up.json -------------------------------------------------------------------------------- /public/icons/corner-up-left.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/corner-up-left.json -------------------------------------------------------------------------------- /public/icons/corner-up-right.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/corner-up-right.json -------------------------------------------------------------------------------- /public/icons/credit-card.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/credit-card.json -------------------------------------------------------------------------------- /public/icons/dashboard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/dashboard.json -------------------------------------------------------------------------------- /public/icons/diff.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/diff.json -------------------------------------------------------------------------------- /public/icons/dollar-sign.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/dollar-sign.json -------------------------------------------------------------------------------- /public/icons/download.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/download.json -------------------------------------------------------------------------------- /public/icons/ellipsis-vertical.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/ellipsis-vertical.json -------------------------------------------------------------------------------- /public/icons/ellipsis.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/ellipsis.json -------------------------------------------------------------------------------- /public/icons/euro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/euro.json -------------------------------------------------------------------------------- /public/icons/external-link.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/external-link.json -------------------------------------------------------------------------------- /public/icons/eye-closed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/eye-closed.json -------------------------------------------------------------------------------- /public/icons/eye-off.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/eye-off.json -------------------------------------------------------------------------------- /public/icons/eye.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/eye.json -------------------------------------------------------------------------------- /public/icons/facebook.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/facebook.json -------------------------------------------------------------------------------- /public/icons/figma.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/figma.json -------------------------------------------------------------------------------- /public/icons/flame.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/flame.json -------------------------------------------------------------------------------- /public/icons/folder-open.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/folder-open.json -------------------------------------------------------------------------------- /public/icons/folder.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/folder.json -------------------------------------------------------------------------------- /public/icons/framer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/framer.json -------------------------------------------------------------------------------- /public/icons/georgian-lari.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/georgian-lari.json -------------------------------------------------------------------------------- /public/icons/github.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/github.json -------------------------------------------------------------------------------- /public/icons/globe-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/globe-lock.json -------------------------------------------------------------------------------- /public/icons/globe.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/globe.json -------------------------------------------------------------------------------- /public/icons/hand-coins.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/hand-coins.json -------------------------------------------------------------------------------- /public/icons/headphones-off.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/headphones-off.json -------------------------------------------------------------------------------- /public/icons/headphones.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/headphones.json -------------------------------------------------------------------------------- /public/icons/headset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/headset.json -------------------------------------------------------------------------------- /public/icons/heart.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/heart.json -------------------------------------------------------------------------------- /public/icons/house.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/house.json -------------------------------------------------------------------------------- /public/icons/indian-rupee.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/indian-rupee.json -------------------------------------------------------------------------------- /public/icons/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/info.json -------------------------------------------------------------------------------- /public/icons/instagram.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/instagram.json -------------------------------------------------------------------------------- /public/icons/key-round.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/key-round.json -------------------------------------------------------------------------------- /public/icons/key-square.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/key-square.json -------------------------------------------------------------------------------- /public/icons/key.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/key.json -------------------------------------------------------------------------------- /public/icons/layout-grid.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/layout-grid.json -------------------------------------------------------------------------------- /public/icons/layout-list.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/layout-list.json -------------------------------------------------------------------------------- /public/icons/link.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/link.json -------------------------------------------------------------------------------- /public/icons/linkedin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/linkedin.json -------------------------------------------------------------------------------- /public/icons/list-chevrons-up-down.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/list-chevrons-up-down.json -------------------------------------------------------------------------------- /public/icons/loader-circle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/loader-circle.json -------------------------------------------------------------------------------- /public/icons/loader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/loader.json -------------------------------------------------------------------------------- /public/icons/lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/lock.json -------------------------------------------------------------------------------- /public/icons/login.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/login.json -------------------------------------------------------------------------------- /public/icons/logout.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/logout.json -------------------------------------------------------------------------------- /public/icons/mail.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/mail.json -------------------------------------------------------------------------------- /public/icons/mails.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/mails.json -------------------------------------------------------------------------------- /public/icons/map-pin-check-inside.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/map-pin-check-inside.json -------------------------------------------------------------------------------- /public/icons/map-pin-check.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/map-pin-check.json -------------------------------------------------------------------------------- /public/icons/map-pin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/map-pin.json -------------------------------------------------------------------------------- /public/icons/map-pinned.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/map-pinned.json -------------------------------------------------------------------------------- /public/icons/menu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/menu.json -------------------------------------------------------------------------------- /public/icons/message-circle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/message-circle.json -------------------------------------------------------------------------------- /public/icons/mic-off.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/mic-off.json -------------------------------------------------------------------------------- /public/icons/mic.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/mic.json -------------------------------------------------------------------------------- /public/icons/minus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/minus.json -------------------------------------------------------------------------------- /public/icons/move-left.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/move-left.json -------------------------------------------------------------------------------- /public/icons/move-right.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/move-right.json -------------------------------------------------------------------------------- /public/icons/paperclip.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/paperclip.json -------------------------------------------------------------------------------- /public/icons/philippine-peso.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/philippine-peso.json -------------------------------------------------------------------------------- /public/icons/phone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/phone.json -------------------------------------------------------------------------------- /public/icons/plus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/plus.json -------------------------------------------------------------------------------- /public/icons/pound-sterling.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/pound-sterling.json -------------------------------------------------------------------------------- /public/icons/russian-ruble.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/russian-ruble.json -------------------------------------------------------------------------------- /public/icons/saudi-riyal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/saudi-riyal.json -------------------------------------------------------------------------------- /public/icons/search.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/search.json -------------------------------------------------------------------------------- /public/icons/send.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/send.json -------------------------------------------------------------------------------- /public/icons/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/settings.json -------------------------------------------------------------------------------- /public/icons/shield-check.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/shield-check.json -------------------------------------------------------------------------------- /public/icons/shield-user.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/shield-user.json -------------------------------------------------------------------------------- /public/icons/shield-x.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/shield-x.json -------------------------------------------------------------------------------- /public/icons/shopping-bag.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/shopping-bag.json -------------------------------------------------------------------------------- /public/icons/shopping-cart.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/shopping-cart.json -------------------------------------------------------------------------------- /public/icons/signal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/signal.json -------------------------------------------------------------------------------- /public/icons/snow-flake.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/snow-flake.json -------------------------------------------------------------------------------- /public/icons/sparkles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/sparkles.json -------------------------------------------------------------------------------- /public/icons/spray-can.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/spray-can.json -------------------------------------------------------------------------------- /public/icons/square-arrow-out-up-right.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/square-arrow-out-up-right.json -------------------------------------------------------------------------------- /public/icons/star.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/star.json -------------------------------------------------------------------------------- /public/icons/swiss-franc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/swiss-franc.json -------------------------------------------------------------------------------- /public/icons/swords.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/swords.json -------------------------------------------------------------------------------- /public/icons/telescope.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/telescope.json -------------------------------------------------------------------------------- /public/icons/terminal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/terminal.json -------------------------------------------------------------------------------- /public/icons/thumbs-down.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/thumbs-down.json -------------------------------------------------------------------------------- /public/icons/thumbs-up.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/thumbs-up.json -------------------------------------------------------------------------------- /public/icons/trash-2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/trash-2.json -------------------------------------------------------------------------------- /public/icons/trash.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/trash.json -------------------------------------------------------------------------------- /public/icons/turkish-lira.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/turkish-lira.json -------------------------------------------------------------------------------- /public/icons/twitter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/twitter.json -------------------------------------------------------------------------------- /public/icons/unlink.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/unlink.json -------------------------------------------------------------------------------- /public/icons/upload.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/upload.json -------------------------------------------------------------------------------- /public/icons/user-check.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/user-check.json -------------------------------------------------------------------------------- /public/icons/user-cog.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/user-cog.json -------------------------------------------------------------------------------- /public/icons/user-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/user-lock.json -------------------------------------------------------------------------------- /public/icons/user-minus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/user-minus.json -------------------------------------------------------------------------------- /public/icons/user-pen.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/user-pen.json -------------------------------------------------------------------------------- /public/icons/user-plus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/user-plus.json -------------------------------------------------------------------------------- /public/icons/user-round-check.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/user-round-check.json -------------------------------------------------------------------------------- /public/icons/user-round-cog.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/user-round-cog.json -------------------------------------------------------------------------------- /public/icons/user-round-minus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/user-round-minus.json -------------------------------------------------------------------------------- /public/icons/user-round-pen.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/user-round-pen.json -------------------------------------------------------------------------------- /public/icons/user-round-search.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/user-round-search.json -------------------------------------------------------------------------------- /public/icons/user-round-x.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/user-round-x.json -------------------------------------------------------------------------------- /public/icons/user-round.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/user-round.json -------------------------------------------------------------------------------- /public/icons/user-search.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/user-search.json -------------------------------------------------------------------------------- /public/icons/user-star.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/user-star.json -------------------------------------------------------------------------------- /public/icons/user-x.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/user-x.json -------------------------------------------------------------------------------- /public/icons/user.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/user.json -------------------------------------------------------------------------------- /public/icons/users-round.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/users-round.json -------------------------------------------------------------------------------- /public/icons/users.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/users.json -------------------------------------------------------------------------------- /public/icons/wallet-minimal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/wallet-minimal.json -------------------------------------------------------------------------------- /public/icons/wallet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/wallet.json -------------------------------------------------------------------------------- /public/icons/wifi-cog.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/wifi-cog.json -------------------------------------------------------------------------------- /public/icons/wifi-off.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/wifi-off.json -------------------------------------------------------------------------------- /public/icons/wifi-pen.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/wifi-pen.json -------------------------------------------------------------------------------- /public/icons/wifi-sync.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/wifi-sync.json -------------------------------------------------------------------------------- /public/icons/wifi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/wifi.json -------------------------------------------------------------------------------- /public/icons/yen-yuan.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/yen-yuan.json -------------------------------------------------------------------------------- /public/icons/zap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/icons/zap.json -------------------------------------------------------------------------------- /public/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/public/logo.svg -------------------------------------------------------------------------------- /src/Icons/.prettierrc: -------------------------------------------------------------------------------- 1 | { 2 | "tabWidth": 1 3 | } 4 | -------------------------------------------------------------------------------- /src/Icons/AArrowDownIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/AArrowDownIcon.tsx -------------------------------------------------------------------------------- /src/Icons/AArrowUpIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/AArrowUpIcon.tsx -------------------------------------------------------------------------------- /src/Icons/ActivityIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/ActivityIcon.tsx -------------------------------------------------------------------------------- /src/Icons/ArrowDownUpIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/ArrowDownUpIcon.tsx -------------------------------------------------------------------------------- /src/Icons/ArrowUp01Icon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/ArrowUp01Icon.tsx -------------------------------------------------------------------------------- /src/Icons/ArrowUp10Icon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/ArrowUp10Icon.tsx -------------------------------------------------------------------------------- /src/Icons/ArrowUpAZIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/ArrowUpAZIcon.tsx -------------------------------------------------------------------------------- /src/Icons/ArrowUpZAIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/ArrowUpZAIcon.tsx -------------------------------------------------------------------------------- /src/Icons/AtomIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/AtomIcon.tsx -------------------------------------------------------------------------------- /src/Icons/AudioLinesIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/AudioLinesIcon.tsx -------------------------------------------------------------------------------- /src/Icons/BadgeCentIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/BadgeCentIcon.tsx -------------------------------------------------------------------------------- /src/Icons/BadgeDollarIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/BadgeDollarIcon.tsx -------------------------------------------------------------------------------- /src/Icons/BatteryFullIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/BatteryFullIcon.tsx -------------------------------------------------------------------------------- /src/Icons/BatteryIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/BatteryIcon.tsx -------------------------------------------------------------------------------- /src/Icons/BellIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/BellIcon.tsx -------------------------------------------------------------------------------- /src/Icons/BellMinusIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/BellMinusIcon.tsx -------------------------------------------------------------------------------- /src/Icons/BellPlusIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/BellPlusIcon.tsx -------------------------------------------------------------------------------- /src/Icons/BellRingIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/BellRingIcon.tsx -------------------------------------------------------------------------------- /src/Icons/BicepsFlexedIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/BicepsFlexedIcon.tsx -------------------------------------------------------------------------------- /src/Icons/BitcoinIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/BitcoinIcon.tsx -------------------------------------------------------------------------------- /src/Icons/BlendIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/BlendIcon.tsx -------------------------------------------------------------------------------- /src/Icons/BlocksIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/BlocksIcon.tsx -------------------------------------------------------------------------------- /src/Icons/BoltIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/BoltIcon.tsx -------------------------------------------------------------------------------- /src/Icons/BookOpenCheckIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/BookOpenCheckIcon.tsx -------------------------------------------------------------------------------- /src/Icons/BookOpenIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/BookOpenIcon.tsx -------------------------------------------------------------------------------- /src/Icons/BookOpenTextIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/BookOpenTextIcon.tsx -------------------------------------------------------------------------------- /src/Icons/BookmarkCheckIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/BookmarkCheckIcon.tsx -------------------------------------------------------------------------------- /src/Icons/BookmarkIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/BookmarkIcon.tsx -------------------------------------------------------------------------------- /src/Icons/BookmarkMinusIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/BookmarkMinusIcon.tsx -------------------------------------------------------------------------------- /src/Icons/BookmarkPlusIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/BookmarkPlusIcon.tsx -------------------------------------------------------------------------------- /src/Icons/BookmarkXIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/BookmarkXIcon.tsx -------------------------------------------------------------------------------- /src/Icons/BrainIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/BrainIcon.tsx -------------------------------------------------------------------------------- /src/Icons/BringToFrontIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/BringToFrontIcon.tsx -------------------------------------------------------------------------------- /src/Icons/ChartAreaIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/ChartAreaIcon.tsx -------------------------------------------------------------------------------- /src/Icons/ChartBarIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/ChartBarIcon.tsx -------------------------------------------------------------------------------- /src/Icons/ChartColumnIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/ChartColumnIcon.tsx -------------------------------------------------------------------------------- /src/Icons/ChartLineIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/ChartLineIcon.tsx -------------------------------------------------------------------------------- /src/Icons/ChartNetworkIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/ChartNetworkIcon.tsx -------------------------------------------------------------------------------- /src/Icons/ChartNoAxesCombinedIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/ChartNoAxesCombinedIcon.tsx -------------------------------------------------------------------------------- /src/Icons/ChartPieIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/ChartPieIcon.tsx -------------------------------------------------------------------------------- /src/Icons/CheckCheckIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/CheckCheckIcon.tsx -------------------------------------------------------------------------------- /src/Icons/CheckIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/CheckIcon.tsx -------------------------------------------------------------------------------- /src/Icons/ChevronDownIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/ChevronDownIcon.tsx -------------------------------------------------------------------------------- /src/Icons/ChevronLeftIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/ChevronLeftIcon.tsx -------------------------------------------------------------------------------- /src/Icons/ChevronRightIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/ChevronRightIcon.tsx -------------------------------------------------------------------------------- /src/Icons/ChevronUpIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/ChevronUpIcon.tsx -------------------------------------------------------------------------------- /src/Icons/ChevronsDownIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/ChevronsDownIcon.tsx -------------------------------------------------------------------------------- /src/Icons/ChevronsLeftIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/ChevronsLeftIcon.tsx -------------------------------------------------------------------------------- /src/Icons/ChevronsLeftRightEllipsisIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/ChevronsLeftRightEllipsisIcon.tsx -------------------------------------------------------------------------------- /src/Icons/ChevronsLeftRightIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/ChevronsLeftRightIcon.tsx -------------------------------------------------------------------------------- /src/Icons/ChevronsRightIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/ChevronsRightIcon.tsx -------------------------------------------------------------------------------- /src/Icons/ChevronsRightLeftIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/ChevronsRightLeftIcon.tsx -------------------------------------------------------------------------------- /src/Icons/ChevronsUpIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/ChevronsUpIcon.tsx -------------------------------------------------------------------------------- /src/Icons/ChromeIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/ChromeIcon.tsx -------------------------------------------------------------------------------- /src/Icons/CircleCheckBigIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/CircleCheckBigIcon.tsx -------------------------------------------------------------------------------- /src/Icons/CircleCheckIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/CircleCheckIcon.tsx -------------------------------------------------------------------------------- /src/Icons/CircleChevronDownIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/CircleChevronDownIcon.tsx -------------------------------------------------------------------------------- /src/Icons/CircleChevronLeftIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/CircleChevronLeftIcon.tsx -------------------------------------------------------------------------------- /src/Icons/CircleChevronRightIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/CircleChevronRightIcon.tsx -------------------------------------------------------------------------------- /src/Icons/CircleChevronUpIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/CircleChevronUpIcon.tsx -------------------------------------------------------------------------------- /src/Icons/CirclePlusIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/CirclePlusIcon.tsx -------------------------------------------------------------------------------- /src/Icons/ClipboardIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/ClipboardIcon.tsx -------------------------------------------------------------------------------- /src/Icons/CloudUploadIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/CloudUploadIcon.tsx -------------------------------------------------------------------------------- /src/Icons/CodeIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/CodeIcon.tsx -------------------------------------------------------------------------------- /src/Icons/CodeXmlIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/CodeXmlIcon.tsx -------------------------------------------------------------------------------- /src/Icons/CompassIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/CompassIcon.tsx -------------------------------------------------------------------------------- /src/Icons/ContactIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/ContactIcon.tsx -------------------------------------------------------------------------------- /src/Icons/ContactRoundIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/ContactRoundIcon.tsx -------------------------------------------------------------------------------- /src/Icons/CopyIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/CopyIcon.tsx -------------------------------------------------------------------------------- /src/Icons/CornerDownLeftIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/CornerDownLeftIcon.tsx -------------------------------------------------------------------------------- /src/Icons/CornerDownRightIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/CornerDownRightIcon.tsx -------------------------------------------------------------------------------- /src/Icons/CornerLeftDownIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/CornerLeftDownIcon.tsx -------------------------------------------------------------------------------- /src/Icons/CornerLeftUpIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/CornerLeftUpIcon.tsx -------------------------------------------------------------------------------- /src/Icons/CornerRightDownIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/CornerRightDownIcon.tsx -------------------------------------------------------------------------------- /src/Icons/CornerRightUpIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/CornerRightUpIcon.tsx -------------------------------------------------------------------------------- /src/Icons/CornerUpLeftIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/CornerUpLeftIcon.tsx -------------------------------------------------------------------------------- /src/Icons/CornerUpRightIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/CornerUpRightIcon.tsx -------------------------------------------------------------------------------- /src/Icons/CreditCardIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/CreditCardIcon.tsx -------------------------------------------------------------------------------- /src/Icons/DashboardIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/DashboardIcon.tsx -------------------------------------------------------------------------------- /src/Icons/DiffIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/DiffIcon.tsx -------------------------------------------------------------------------------- /src/Icons/DollarSignIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/DollarSignIcon.tsx -------------------------------------------------------------------------------- /src/Icons/DownloadIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/DownloadIcon.tsx -------------------------------------------------------------------------------- /src/Icons/EllipsisIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/EllipsisIcon.tsx -------------------------------------------------------------------------------- /src/Icons/EllipsisVerticalIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/EllipsisVerticalIcon.tsx -------------------------------------------------------------------------------- /src/Icons/EuroIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/EuroIcon.tsx -------------------------------------------------------------------------------- /src/Icons/ExternalLinkIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/ExternalLinkIcon.tsx -------------------------------------------------------------------------------- /src/Icons/EyeClosedIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/EyeClosedIcon.tsx -------------------------------------------------------------------------------- /src/Icons/EyeIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/EyeIcon.tsx -------------------------------------------------------------------------------- /src/Icons/EyeOffIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/EyeOffIcon.tsx -------------------------------------------------------------------------------- /src/Icons/FacebookIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/FacebookIcon.tsx -------------------------------------------------------------------------------- /src/Icons/FigmaIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/FigmaIcon.tsx -------------------------------------------------------------------------------- /src/Icons/FlameIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/FlameIcon.tsx -------------------------------------------------------------------------------- /src/Icons/FolderIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/FolderIcon.tsx -------------------------------------------------------------------------------- /src/Icons/FolderOpenIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/FolderOpenIcon.tsx -------------------------------------------------------------------------------- /src/Icons/FramerIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/FramerIcon.tsx -------------------------------------------------------------------------------- /src/Icons/GeorgianLariIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/GeorgianLariIcon.tsx -------------------------------------------------------------------------------- /src/Icons/GithubIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/GithubIcon.tsx -------------------------------------------------------------------------------- /src/Icons/GlobeIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/GlobeIcon.tsx -------------------------------------------------------------------------------- /src/Icons/GlobeLockIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/GlobeLockIcon.tsx -------------------------------------------------------------------------------- /src/Icons/HandCoinsIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/HandCoinsIcon.tsx -------------------------------------------------------------------------------- /src/Icons/HeadphonesIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/HeadphonesIcon.tsx -------------------------------------------------------------------------------- /src/Icons/HeadphonesOffIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/HeadphonesOffIcon.tsx -------------------------------------------------------------------------------- /src/Icons/HeadsetIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/HeadsetIcon.tsx -------------------------------------------------------------------------------- /src/Icons/HeartIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/HeartIcon.tsx -------------------------------------------------------------------------------- /src/Icons/HouseIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/HouseIcon.tsx -------------------------------------------------------------------------------- /src/Icons/IndianRupeeIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/IndianRupeeIcon.tsx -------------------------------------------------------------------------------- /src/Icons/InfoIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/InfoIcon.tsx -------------------------------------------------------------------------------- /src/Icons/InstagramIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/InstagramIcon.tsx -------------------------------------------------------------------------------- /src/Icons/KeyIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/KeyIcon.tsx -------------------------------------------------------------------------------- /src/Icons/KeyRoundIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/KeyRoundIcon.tsx -------------------------------------------------------------------------------- /src/Icons/KeySquareIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/KeySquareIcon.tsx -------------------------------------------------------------------------------- /src/Icons/LayoutGridIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/LayoutGridIcon.tsx -------------------------------------------------------------------------------- /src/Icons/LayoutListIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/LayoutListIcon.tsx -------------------------------------------------------------------------------- /src/Icons/LinkIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/LinkIcon.tsx -------------------------------------------------------------------------------- /src/Icons/LinkedinIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/LinkedinIcon.tsx -------------------------------------------------------------------------------- /src/Icons/ListChevronsUpDownIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/ListChevronsUpDownIcon.tsx -------------------------------------------------------------------------------- /src/Icons/LoaderCircleIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/LoaderCircleIcon.tsx -------------------------------------------------------------------------------- /src/Icons/LoaderIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/LoaderIcon.tsx -------------------------------------------------------------------------------- /src/Icons/LockIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/LockIcon.tsx -------------------------------------------------------------------------------- /src/Icons/LoginIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/LoginIcon.tsx -------------------------------------------------------------------------------- /src/Icons/LogoutIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/LogoutIcon.tsx -------------------------------------------------------------------------------- /src/Icons/MailIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/MailIcon.tsx -------------------------------------------------------------------------------- /src/Icons/MailsIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/MailsIcon.tsx -------------------------------------------------------------------------------- /src/Icons/MapPinCheckIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/MapPinCheckIcon.tsx -------------------------------------------------------------------------------- /src/Icons/MapPinCheckInsideIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/MapPinCheckInsideIcon.tsx -------------------------------------------------------------------------------- /src/Icons/MapPinIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/MapPinIcon.tsx -------------------------------------------------------------------------------- /src/Icons/MapPinnedIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/MapPinnedIcon.tsx -------------------------------------------------------------------------------- /src/Icons/MenuIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/MenuIcon.tsx -------------------------------------------------------------------------------- /src/Icons/MessageCircleIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/MessageCircleIcon.tsx -------------------------------------------------------------------------------- /src/Icons/MicIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/MicIcon.tsx -------------------------------------------------------------------------------- /src/Icons/MicOffIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/MicOffIcon.tsx -------------------------------------------------------------------------------- /src/Icons/MinusIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/MinusIcon.tsx -------------------------------------------------------------------------------- /src/Icons/MoonIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/MoonIcon.tsx -------------------------------------------------------------------------------- /src/Icons/MoveLeftIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/MoveLeftIcon.tsx -------------------------------------------------------------------------------- /src/Icons/MoveRightIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/MoveRightIcon.tsx -------------------------------------------------------------------------------- /src/Icons/PaperclipIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/PaperclipIcon.tsx -------------------------------------------------------------------------------- /src/Icons/PhilippinePesoIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/PhilippinePesoIcon.tsx -------------------------------------------------------------------------------- /src/Icons/PhoneIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/PhoneIcon.tsx -------------------------------------------------------------------------------- /src/Icons/PlusIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/PlusIcon.tsx -------------------------------------------------------------------------------- /src/Icons/PoundSterlingIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/PoundSterlingIcon.tsx -------------------------------------------------------------------------------- /src/Icons/RussianRubleIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/RussianRubleIcon.tsx -------------------------------------------------------------------------------- /src/Icons/SaudiRiyalIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/SaudiRiyalIcon.tsx -------------------------------------------------------------------------------- /src/Icons/SearchIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/SearchIcon.tsx -------------------------------------------------------------------------------- /src/Icons/SendIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/SendIcon.tsx -------------------------------------------------------------------------------- /src/Icons/SettingsIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/SettingsIcon.tsx -------------------------------------------------------------------------------- /src/Icons/ShieldCheckIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/ShieldCheckIcon.tsx -------------------------------------------------------------------------------- /src/Icons/ShieldUserIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/ShieldUserIcon.tsx -------------------------------------------------------------------------------- /src/Icons/ShieldXIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/ShieldXIcon.tsx -------------------------------------------------------------------------------- /src/Icons/ShoppingBagIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/ShoppingBagIcon.tsx -------------------------------------------------------------------------------- /src/Icons/ShoppingCartIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/ShoppingCartIcon.tsx -------------------------------------------------------------------------------- /src/Icons/SignalIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/SignalIcon.tsx -------------------------------------------------------------------------------- /src/Icons/SnowFlakeIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/SnowFlakeIcon.tsx -------------------------------------------------------------------------------- /src/Icons/SparklesIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/SparklesIcon.tsx -------------------------------------------------------------------------------- /src/Icons/SprayCanIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/SprayCanIcon.tsx -------------------------------------------------------------------------------- /src/Icons/SquareArrowOutUpRightIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/SquareArrowOutUpRightIcon.tsx -------------------------------------------------------------------------------- /src/Icons/StarIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/StarIcon.tsx -------------------------------------------------------------------------------- /src/Icons/SunIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/SunIcon.tsx -------------------------------------------------------------------------------- /src/Icons/SwissFrancIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/SwissFrancIcon.tsx -------------------------------------------------------------------------------- /src/Icons/SwordsIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/SwordsIcon.tsx -------------------------------------------------------------------------------- /src/Icons/TelescopeIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/TelescopeIcon.tsx -------------------------------------------------------------------------------- /src/Icons/TerminalIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/TerminalIcon.tsx -------------------------------------------------------------------------------- /src/Icons/ThumbsDownIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/ThumbsDownIcon.tsx -------------------------------------------------------------------------------- /src/Icons/ThumbsUpIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/ThumbsUpIcon.tsx -------------------------------------------------------------------------------- /src/Icons/Trash2Icon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/Trash2Icon.tsx -------------------------------------------------------------------------------- /src/Icons/TrashIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/TrashIcon.tsx -------------------------------------------------------------------------------- /src/Icons/TurkishLiraIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/TurkishLiraIcon.tsx -------------------------------------------------------------------------------- /src/Icons/TwitterIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/TwitterIcon.tsx -------------------------------------------------------------------------------- /src/Icons/UnlinkIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/UnlinkIcon.tsx -------------------------------------------------------------------------------- /src/Icons/UploadIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/UploadIcon.tsx -------------------------------------------------------------------------------- /src/Icons/UserCheckIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/UserCheckIcon.tsx -------------------------------------------------------------------------------- /src/Icons/UserCogIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/UserCogIcon.tsx -------------------------------------------------------------------------------- /src/Icons/UserIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/UserIcon.tsx -------------------------------------------------------------------------------- /src/Icons/UserLockIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/UserLockIcon.tsx -------------------------------------------------------------------------------- /src/Icons/UserMinusIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/UserMinusIcon.tsx -------------------------------------------------------------------------------- /src/Icons/UserPenIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/UserPenIcon.tsx -------------------------------------------------------------------------------- /src/Icons/UserPlusIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/UserPlusIcon.tsx -------------------------------------------------------------------------------- /src/Icons/UserRoundCheckIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/UserRoundCheckIcon.tsx -------------------------------------------------------------------------------- /src/Icons/UserRoundCogIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/UserRoundCogIcon.tsx -------------------------------------------------------------------------------- /src/Icons/UserRoundIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/UserRoundIcon.tsx -------------------------------------------------------------------------------- /src/Icons/UserRoundMinusIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/UserRoundMinusIcon.tsx -------------------------------------------------------------------------------- /src/Icons/UserRoundPenIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/UserRoundPenIcon.tsx -------------------------------------------------------------------------------- /src/Icons/UserRoundSearchIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/UserRoundSearchIcon.tsx -------------------------------------------------------------------------------- /src/Icons/UserRoundXIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/UserRoundXIcon.tsx -------------------------------------------------------------------------------- /src/Icons/UserSearchIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/UserSearchIcon.tsx -------------------------------------------------------------------------------- /src/Icons/UserStarIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/UserStarIcon.tsx -------------------------------------------------------------------------------- /src/Icons/UserXIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/UserXIcon.tsx -------------------------------------------------------------------------------- /src/Icons/UsersIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/UsersIcon.tsx -------------------------------------------------------------------------------- /src/Icons/UsersRoundIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/UsersRoundIcon.tsx -------------------------------------------------------------------------------- /src/Icons/WalletIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/WalletIcon.tsx -------------------------------------------------------------------------------- /src/Icons/WalletMinimalIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/WalletMinimalIcon.tsx -------------------------------------------------------------------------------- /src/Icons/WifiCogIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/WifiCogIcon.tsx -------------------------------------------------------------------------------- /src/Icons/WifiIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/WifiIcon.tsx -------------------------------------------------------------------------------- /src/Icons/WifiOffIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/WifiOffIcon.tsx -------------------------------------------------------------------------------- /src/Icons/WifiPenIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/WifiPenIcon.tsx -------------------------------------------------------------------------------- /src/Icons/WifiSyncIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/WifiSyncIcon.tsx -------------------------------------------------------------------------------- /src/Icons/XIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/XIcon.tsx -------------------------------------------------------------------------------- /src/Icons/YenYuanIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/YenYuanIcon.tsx -------------------------------------------------------------------------------- /src/Icons/ZapIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/ZapIcon.tsx -------------------------------------------------------------------------------- /src/Icons/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/Icons/index.ts -------------------------------------------------------------------------------- /src/actions/getIconCode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/actions/getIconCode.ts -------------------------------------------------------------------------------- /src/app/api/stars/route.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/app/api/stars/route.ts -------------------------------------------------------------------------------- /src/app/error.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/app/error.tsx -------------------------------------------------------------------------------- /src/app/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/app/favicon.ico -------------------------------------------------------------------------------- /src/app/globals.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/app/globals.css -------------------------------------------------------------------------------- /src/app/layout.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/app/layout.tsx -------------------------------------------------------------------------------- /src/app/not-found.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/app/not-found.tsx -------------------------------------------------------------------------------- /src/app/og.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/app/og.png -------------------------------------------------------------------------------- /src/app/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/app/page.tsx -------------------------------------------------------------------------------- /src/app/robots.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/app/robots.ts -------------------------------------------------------------------------------- /src/app/sitemap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/app/sitemap.ts -------------------------------------------------------------------------------- /src/components/CmdCopy.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/components/CmdCopy.tsx -------------------------------------------------------------------------------- /src/components/CmdSection.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/components/CmdSection.tsx -------------------------------------------------------------------------------- /src/components/Hero.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/components/Hero.tsx -------------------------------------------------------------------------------- /src/components/IconList.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/components/IconList.tsx -------------------------------------------------------------------------------- /src/components/IconSection.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/components/IconSection.tsx -------------------------------------------------------------------------------- /src/components/IconTile.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/components/IconTile.tsx -------------------------------------------------------------------------------- /src/components/IconsNotFound.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/components/IconsNotFound.tsx -------------------------------------------------------------------------------- /src/components/Navbar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/components/Navbar.tsx -------------------------------------------------------------------------------- /src/components/icons/CheckIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/components/icons/CheckIcon.tsx -------------------------------------------------------------------------------- /src/components/icons/StarIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/components/icons/StarIcon.tsx -------------------------------------------------------------------------------- /src/components/icons/V0Icon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/components/icons/V0Icon.tsx -------------------------------------------------------------------------------- /src/components/magicui/number-ticker.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/components/magicui/number-ticker.tsx -------------------------------------------------------------------------------- /src/components/magicui/word-rotate.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/components/magicui/word-rotate.tsx -------------------------------------------------------------------------------- /src/components/ui/badge.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/components/ui/badge.tsx -------------------------------------------------------------------------------- /src/components/ui/button.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/components/ui/button.tsx -------------------------------------------------------------------------------- /src/components/ui/tabs.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/components/ui/tabs.tsx -------------------------------------------------------------------------------- /src/components/ui/tooltip.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/components/ui/tooltip.tsx -------------------------------------------------------------------------------- /src/lib/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/lib/utils.ts -------------------------------------------------------------------------------- /src/scripts/generate-icons-json.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/scripts/generate-icons-json.ts -------------------------------------------------------------------------------- /src/types/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/src/types/index.d.ts -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avijit07x/animateicons/HEAD/tsconfig.json --------------------------------------------------------------------------------