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