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