import React from "react"; export const DragDropIcon: React.SFC> = props => { return ( ); };