import React from 'react'; const LockIcon = () => <i className="icon-fw icon-lock"></i>; export default LockIcon;