import React from 'react'; interface IconDevToProps { color?: string; } export function IconDevTo(props: IconDevToProps): React.ReactElement { return ( ); }