diff --git a/web/lib/icons/challenge-icon.tsx b/web/lib/icons/challenge-icon.tsx
index b859e8ef..6e5f3561 100644
--- a/web/lib/icons/challenge-icon.tsx
+++ b/web/lib/icons/challenge-icon.tsx
@@ -6,10 +6,6 @@ export default function ChallengeIcon(props: { className?: string }) {
className={props.className}
viewBox="0 0 24 24"
>
- {/* */}
@@ -21,23 +17,3 @@ export default function ChallengeIcon(props: { className?: string }) {
)
}
-
-// function ShareIcon(props) {
-// return /*#__PURE__*/ React.createElement(
-// 'svg',
-// Object.assign(
-// {
-// xmlns: 'http://www.w3.org/2000/svg',
-// viewBox: '0 0 20 20',
-// fill: 'currentColor',
-// 'aria-hidden': 'true',
-// },
-// props
-// ),
-// /*#__PURE__*/ React.createElement('path', {
-// d: 'M15 8a3 3 0 10-2.977-2.63l-4.94 2.47a3 3 0 100 4.319l4.94 2.47a3 3 0 10.895-1.789l-4.94-2.47a3.027 3.027 0 000-.74l4.94-2.47C13.456 7.68 14.19 8 15 8z',
-// })
-// )
-// }
-
-//