Skip to content

Commit 6f2c3e5

Browse files
fix: Update icons.tsx to fix youtubeicon conflict
1 parent e235e5f commit 6f2c3e5

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

frontend/src/components/shared/icons.tsx

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2545,19 +2545,6 @@ export const MoneyBag02Icon: React.FC<IconProps> = (props) => (
25452545
</svg>
25462546
);
25472547

2548-
export const YoutubeIcon: React.FC<IconProps> = (props) => (
2549-
<svg
2550-
viewBox="0 0 24 24"
2551-
fill="currentColor"
2552-
xmlns="http://www.w3.org/2000/svg"
2553-
width={24}
2554-
height={24}
2555-
{...props}
2556-
>
2557-
<path d="M23.498 6.186a2.994 2.994 0 0 0-2.108-2.116C19.37 3.5 12 3.5 12 3.5s-7.37 0-9.39.57A2.994 2.994 0 0 0 .502 6.186C0 8.21 0 12 0 12s0 3.79.502 5.814a2.994 2.994 0 0 0 2.108 2.116C4.63 20.5 12 20.5 12 20.5s7.37 0 9.39-.57a2.994 2.994 0 0 0 2.108-2.116C24 15.79 24 12 24 12s0-3.79-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z" />
2558-
</svg>
2559-
);
2560-
25612548
export const HelpCircleIcon: React.FC<IconProps> = (props) => (
25622549
<svg
25632550
color={"#000000"}

0 commit comments

Comments
 (0)