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