diff --git a/example.js b/example.js deleted file mode 100644 index f4aeafeb..00000000 --- a/example.js +++ /dev/null @@ -1,11 +0,0 @@ -const SimpleIcons = require('./'); - -console.log(SimpleIcons['500px'].svg); - -/* -{ title: '500px', - hex: '0099E5', - source: 'https://about.500px.com/press', - name: '500px', - svg: '...' } -*/