File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
frontend/src/components/shared Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -2545,19 +2545,6 @@ export const MoneyBag02Icon: React.FC<IconProps> = (props) => (
2545
2545
</ svg >
2546
2546
) ;
2547
2547
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
-
2561
2548
export const HelpCircleIcon : React . FC < IconProps > = ( props ) => (
2562
2549
< svg
2563
2550
color = { "#000000" }
You can’t perform that action at this time.
0 commit comments