Skip to content

Commit 4e1faa1

Browse files
committed
fix: deprecated icons
1 parent 2fee5d5 commit 4e1faa1

File tree

1 file changed

+22
-13
lines changed

1 file changed

+22
-13
lines changed

src/components/Sidebar.js

Lines changed: 22 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,28 @@ import { NavLink, Link, useLocation } from 'react-router-dom';
55
import { motion } from 'framer-motion';
66

77
import {
8-
House as HouseIcon,
9-
User as UserIcon,
10-
BookOpen as BookOpenIcon,
11-
Wrench as WrenchIcon,
12-
Article as ArticleIcon,
13-
CaretDown as CaretDownIcon,
14-
GameController as GameControllerIcon,
15-
List as ListIcon,
16-
GithubLogo as GithubLogoIcon,
17-
GlobeSimple as GlobeSimpleIcon,
18-
Sword as SwordIcon,
19-
Alien as AlienIcon,
20-
Anchor as AnchorIcon, Joystick as JoystickIcon, Books as BooksIcon, AsteriskSimple as AsteriskSimpleIcon, Link as LinkIcon, ArrowSquareOut as ArrowSquareOutIcon, Shuffle as ShuffleIcon, EnvelopeSimple as EnvelopeSimpleIcon, Rss as RssIcon, SquaresFour as SquaresFourIcon, ComputerTower as ComputerTowerIcon
8+
HouseIcon,
9+
UserIcon,
10+
BookOpenIcon,
11+
WrenchIcon,
12+
ArticleIcon,
13+
CaretDownIcon,
14+
GameControllerIcon,
15+
ListIcon,
16+
GithubLogoIcon,
17+
GlobeSimpleIcon,
18+
SwordIcon,
19+
AlienIcon,
20+
AnchorIcon,
21+
JoystickIcon,
22+
BooksIcon,
23+
AsteriskSimpleIcon,
24+
LinkIcon,
25+
ArrowSquareOutIcon,
26+
ShuffleIcon,
27+
EnvelopeSimpleIcon,
28+
RssIcon,
29+
SquaresFourIcon,
2130
} from '@phosphor-icons/react';
2231

2332
import Fez from './Fez';

0 commit comments

Comments
 (0)