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