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