From d1eaccc6d5e08d43f3365a4a3b19ce318d887494 Mon Sep 17 00:00:00 2001 From: birjolaxew Date: Sun, 17 Sep 2017 03:55:09 +0200 Subject: [PATCH] Remove example.js --- example.js | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 example.js 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: '...' } -*/