@@ -12,14 +12,14 @@ const IconWrapper = styled.span`
1212` ;
1313
1414const icons = {
15- paper_plane : < svg viewBox = "0 0 24 24" fill = "none" strokeWidth = "2" strokeLinecap = "round" strokeLinejoin = "round" >
15+ paperPlane : < svg viewBox = "0 0 24 24" fill = "none" strokeWidth = "2" strokeLinecap = "round" strokeLinejoin = "round" >
1616 < path d = "M22 2L11 13M22 2l-7 20-4-9-9-4 20-7z" />
1717 </ svg > ,
1818 file : < svg viewBox = "0 0 24 24" fill = "none" strokeWidth = "2" strokeLinecap = "round" strokeLinejoin = "round" >
1919 < path d = "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" />
2020 < path d = "M14 2v6h6M16 13H8M16 17H8M10 9H8" />
2121 </ svg > ,
22- up_arrow : < svg viewBox = "0 0 24 24" fill = "none" strokeWidth = "2" strokeLinecap = "round" strokeLinejoin = "round" >
22+ upArrow : < svg viewBox = "0 0 24 24" fill = "none" strokeWidth = "2" strokeLinecap = "round" strokeLinejoin = "round" >
2323 < path d = "M17 11l-5-5-5 5M17 18l-5-5-5 5" />
2424 </ svg > ,
2525 github : < svg viewBox = "0 0 24 24" fill = "none" strokeWidth = "2" strokeLinecap = "round" strokeLinejoin = "round" >
@@ -41,20 +41,17 @@ const icons = {
4141 < path d = "M5 2 L19 2 L19 22 L5 22 L5 2" />
4242 < path d = "M11,17a1,1 0 1,0 2,0a1,1 0 1,0 -2,0" />
4343 </ svg > ,
44- code : < svg viewBox = "0 0 24 24" fill = "none" strokeWidth = "2" strokeLinecap = "round" strokeLinejoin = "round" >
45- < path d = "M16 18l6-6-6-6M8 6l-6 6 6 6" />
46- </ svg > ,
4744 terminal : < svg viewBox = "0 0 24 24" fill = "none" strokeWidth = "2" strokeLinecap = "round" strokeLinejoin = "round" >
4845 < path d = "M4 17l6-6-6-6M12 19h8" />
4946 </ svg > ,
50- play_circle : < svg viewBox = "0 0 24 24" fill = "none" strokeWidth = "2" strokeLinecap = "round" strokeLinejoin = "round" >
47+ playCircle : < svg viewBox = "0 0 24 24" fill = "none" strokeWidth = "2" strokeLinecap = "round" strokeLinejoin = "round" >
5148 < path d = "M2,12a10,10 0 1,0 20,0a10,10 0 1,0 -20,0" />
5249 < path d = "M10 8l6 4-6 4V8z" />
5350 </ svg > ,
54- shopping_bag : < svg viewBox = "0 0 24 24" fill = "none" strokeWidth = "2" strokeLinecap = "round" strokeLinejoin = "round" >
51+ shoppingBag : < svg viewBox = "0 0 24 24" fill = "none" strokeWidth = "2" strokeLinecap = "round" strokeLinejoin = "round" >
5552 < path d = "M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4zM3 6h18M16 10a4 4 0 0 1-8 0" />
5653 </ svg > ,
57- message_square : < svg viewBox = "0 0 24 24" fill = "none" strokeWidth = "2" strokeLinecap = "round" strokeLinejoin = "round" >
54+ messageSquare : < svg viewBox = "0 0 24 24" fill = "none" strokeWidth = "2" strokeLinecap = "round" strokeLinejoin = "round" >
5855 < path d = "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" />
5956 </ svg > ,
6057 star : < svg viewBox = "0 0 24 24" fill = "none" strokeWidth = "2" strokeLinecap = "round" strokeLinejoin = "round" >
0 commit comments