Skip to content

Commit

Permalink
heroicons renamed imports .. list here: tailwindlabs/heroicons#750
Browse files Browse the repository at this point in the history
  • Loading branch information
noseGoblin committed Oct 16, 2022
1 parent c9b1ad0 commit c2255eb
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions components/Header.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
import Image from 'next/image';
import React from 'react';
import {
BeakerIcon,
ChevronDownIcon,
HomeIcon,
Bars3Icon,
MagnifyingGlassIcon,
} from '@heroicons/react/24/solid';
import { StarIcon } from '@heroicons/react/24/outline';
import {
BellIcon,
ChatBubbleOvalLeftEllipsisIcon,
GlobeEuropeAfricaIcon,
PlusIcon,
SparklesIcon,
MegaphoneIcon,
VideoCameraIcon,
} from '@heroicons/react/24/outline';

function Header() {
return (
Expand Down

0 comments on commit c2255eb

Please sign in to comment.