From 752d113ae42b047d5bc23a58f808627c81875072 Mon Sep 17 00:00:00 2001 From: "Ian J. Miller" Date: Mon, 6 Nov 2017 08:43:31 -0600 Subject: [PATCH] formatting --- src/FeatherIcon.js | 111 ++++++++++++++++++++++++++++++--------------- 1 file changed, 74 insertions(+), 37 deletions(-) diff --git a/src/FeatherIcon.js b/src/FeatherIcon.js index 22b8cce..b4ec9dd 100644 --- a/src/FeatherIcon.js +++ b/src/FeatherIcon.js @@ -57,223 +57,260 @@ class FeatherIcon extends Component { } if (icon === 'alert-octagon') { return ( - + + ); } if (icon === 'alert-triangle') { return ( - + + ); } if (icon === 'align-center') { return ( - + + ); } if (icon === 'align-justify') { return ( - + + ); } if (icon === 'align-left') { return ( - + + ); } if (icon === 'align-right') { return ( - + + ); } if (icon === 'anchor') { return ( - + + ); } if (icon === 'aperture') { return ( - + + ); } if (icon === 'arrow-down-left') { return ( - + + ); } if (icon === 'arrow-down-right') { return ( - + + ); } if (icon === 'arrow-down') { return ( - + + ); } if (icon === 'arrow-left') { return ( - + + ); } if (icon === 'arrow-right') { return ( - + + ); } if (icon === 'arrow-up-left') { return ( - + + ); } if (icon === 'arrow-up-right') { return ( - + + ); } if (icon === 'arrow-up') { return ( - + + ); } if (icon === 'at-sign') { return ( - + + ); } if (icon === 'award') { return ( - + + ); } if (icon === 'bar-chart-2') { return ( - + + ); } if (icon === 'bar-chart') { return ( - + + ); } if (icon === 'battery-charging') { return ( - + + ); } if (icon === 'battery') { return ( - + + ); } if (icon === 'bell-off') { return ( - + + ); } if (icon === 'bell') { return ( - + + ); } if (icon === 'bluetooth') { return ( - + + ); } if (icon === 'bold') { return ( - + + ); } if (icon === 'book') { return ( - + + ); } if (icon === 'bookmark') { return ( - + + ); } if (icon === 'box') { return ( - + + ); } if (icon === 'briefcase') { return ( - + + ); } if (icon === 'calendar') { return ( - + + ); } if (icon === 'camera-off') { return ( - + + ); } if (icon === 'camera') { return ( - + + ); } if (icon === 'cast') { return ( - + + ); } if (icon === 'check-circle') { return ( - + + ); } if (icon === 'check-square') { return ( - + + ); } if (icon === 'check') { return ( - + + ); }