import React from "react"; import { Icon } from '@types'; const YouTubeIcon: Icon = ({ fill = "white" }) => ( ); export default YouTubeIcon;