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