diff --git a/components/SVGIcons.tsx b/components/SVGIcons.tsx index 678cfc5..47a358a 100644 --- a/components/SVGIcons.tsx +++ b/components/SVGIcons.tsx @@ -1545,6 +1545,96 @@ export const ANT = (svgprops?: svgProps) => ( ) +export const YouTube = (svgprops?: svgProps) => ( + + + + + +) + +export const Github = (svgprops?: svgProps) => ( + + + + + + +) + +export const Twitch = (svgprops?: svgProps) => ( + + + + +) + +export const TikTok = (svgprops?: svgProps) => ( + + + + + + + + + + + + + +) /* export const Lit = (svgprops?: svgProps ) => (