From 271222cf452cccbce6c4ef573d610bdbe9206f3f Mon Sep 17 00:00:00 2001
From: woothu <32914662+woothu@users.noreply.github.com>
Date: Fri, 31 May 2019 16:43:38 +0200
Subject: [PATCH] feat: add lacking free icons
---
js/chartPie.js | 1 +
js/checkCircle.js | 1 +
js/drop1.js | 1 +
js/iconsGenerated.js | 2 +-
js/index.js | 112 ++++++++++++++++++++++++-------------------
js/socialSkype.js | 1 +
js/task1.js | 1 +
js/xCircle.js | 1 +
svg/chart-pie.svg | 6 +++
svg/check-circle.svg | 6 +++
svg/drop1.svg | 5 ++
svg/social-skype.svg | 6 +++
svg/task1.svg | 6 +++
svg/x-circle.svg | 6 +++
14 files changed, 104 insertions(+), 51 deletions(-)
create mode 100644 js/chartPie.js
create mode 100644 js/checkCircle.js
create mode 100644 js/drop1.js
create mode 100644 js/socialSkype.js
create mode 100644 js/task1.js
create mode 100644 js/xCircle.js
create mode 100644 svg/chart-pie.svg
create mode 100644 svg/check-circle.svg
create mode 100644 svg/drop1.svg
create mode 100644 svg/social-skype.svg
create mode 100644 svg/task1.svg
create mode 100644 svg/x-circle.svg
diff --git a/js/chartPie.js b/js/chartPie.js
new file mode 100644
index 000000000..5715da42c
--- /dev/null
+++ b/js/chartPie.js
@@ -0,0 +1 @@
+export const chartPie = ""
\ No newline at end of file
diff --git a/js/checkCircle.js b/js/checkCircle.js
new file mode 100644
index 000000000..4a21123d6
--- /dev/null
+++ b/js/checkCircle.js
@@ -0,0 +1 @@
+export const checkCircle = ""
\ No newline at end of file
diff --git a/js/drop1.js b/js/drop1.js
new file mode 100644
index 000000000..54dc93193
--- /dev/null
+++ b/js/drop1.js
@@ -0,0 +1 @@
+export const drop1 = ""
\ No newline at end of file
diff --git a/js/iconsGenerated.js b/js/iconsGenerated.js
index f81406525..2dbca6d34 100644
--- a/js/iconsGenerated.js
+++ b/js/iconsGenerated.js
@@ -1 +1 @@
-export const icons = {"actionRedo":"","accountLogout":"","alignCenter":"","actionUndo":"","alignRight":"","alignLeft":"","arrowBottom":"","arrowLeft":"","arrowTop":"","arrowRight":"","ban":"","basketLoaded":"","bookmark":"","bell":"","bold":"","briefcase":"","brush":"","britishPound":"","calculator":"","chart":"","cart":"","calendar":"","check":"","chevronRight":"","chevronLeft":"","chevronBottom":"","chevronTop":"","cloudDownload":"","cloud":"","cloudUpload":"","code":"","creditCard":"","cursor":"","commentSquare":"","dollar":"","envelopeClosed":"","envelopeLetter":"","envelopeOpen":"","euro":"","file":"","graph":"","globe":"","home":"","inbox":"","info":"","italic":"","justifyRight":"","justifyCenter":"","justifyLeft":"","laptop":"","layers":"","lightbulb":"","lockLocked":"","list":"","locationPin":"","lockUnlocked":"","map":"","monitor":"","magnifyingGlass":"","moon":"","options":"","note":"","pencil":"","phone":"","paperclip":"","print":"","people":"","puzzle":"","rss":"","screenDesktop":"","screenSmartphone":"","settings":"","socialFacebook":"","socialLinkedin":"","shield":"","share":"","socialTwitter":"","sortAscending":"","sortDescending":"","speech":"","star":"","speedometer":"","tablet":"","tags":"","sun":"","thumbUp":"","thumbDown":"","trash":"","underline":"","userFemale":"","userFollow":"","user":"","userUnfollow":"","yen":""}
\ No newline at end of file
+export const icons = {"actionRedo":"","accountLogout":"","actionUndo":"","alignCenter":"","alignLeft":"","arrowBottom":"","arrowLeft":"","alignRight":"","arrowRight":"","arrowTop":"","ban":"","basketLoaded":"","bell":"","bold":"","bookmark":"","briefcase":"","britishPound":"","brush":"","calculator":"","calendar":"","cart":"","chart":"","chartPie":"","checkCircle":"","check":"","chevronBottom":"","chevronLeft":"","chevronRight":"","chevronTop":"","cloudDownload":"","cloudUpload":"","cloud":"","code":"","commentSquare":"","creditCard":"","cursor":"","dollar":"","drop1":"","envelopeClosed":"","envelopeLetter":"","envelopeOpen":"","euro":"","file":"","globe":"","graph":"","home":"","inbox":"","info":"","italic":"","justifyCenter":"","justifyLeft":"","justifyRight":"","laptop":"","layers":"","lightbulb":"","list":"","locationPin":"","lockLocked":"","lockUnlocked":"","magnifyingGlass":"","map":"","monitor":"","moon":"","note":"","options":"","paperclip":"","pencil":"","people":"","phone":"","print":"","puzzle":"","rss":"","screenDesktop":"","screenSmartphone":"","settings":"","share":"","shield":"","socialFacebook":"","socialLinkedin":"","socialSkype":"","socialTwitter":"","sortAscending":"","sortDescending":"","speech":"","speedometer":"","star":"","sun":"","tablet":"","tags":"","task1":"","thumbDown":"","thumbUp":"","trash":"","underline":"","userFemale":"","userFollow":"","userUnfollow":"","user":"","xCircle":"","yen":""}
\ No newline at end of file
diff --git a/js/index.js b/js/index.js
index 0f8a67d0d..1cdf74325 100644
--- a/js/index.js
+++ b/js/index.js
@@ -4,189 +4,201 @@ export default icons
import { actionRedo } from './actionRedo.js'
import { accountLogout } from './accountLogout.js'
-import { alignCenter } from './alignCenter.js'
import { actionUndo } from './actionUndo.js'
-import { alignRight } from './alignRight.js'
+import { alignCenter } from './alignCenter.js'
import { alignLeft } from './alignLeft.js'
import { arrowBottom } from './arrowBottom.js'
import { arrowLeft } from './arrowLeft.js'
-import { arrowTop } from './arrowTop.js'
+import { alignRight } from './alignRight.js'
import { arrowRight } from './arrowRight.js'
+import { arrowTop } from './arrowTop.js'
import { ban } from './ban.js'
import { basketLoaded } from './basketLoaded.js'
-import { bookmark } from './bookmark.js'
import { bell } from './bell.js'
import { bold } from './bold.js'
+import { bookmark } from './bookmark.js'
import { briefcase } from './briefcase.js'
-import { brush } from './brush.js'
import { britishPound } from './britishPound.js'
+import { brush } from './brush.js'
import { calculator } from './calculator.js'
-import { chart } from './chart.js'
-import { cart } from './cart.js'
import { calendar } from './calendar.js'
+import { cart } from './cart.js'
+import { chart } from './chart.js'
+import { chartPie } from './chartPie.js'
+import { checkCircle } from './checkCircle.js'
import { check } from './check.js'
-import { chevronRight } from './chevronRight.js'
-import { chevronLeft } from './chevronLeft.js'
import { chevronBottom } from './chevronBottom.js'
+import { chevronLeft } from './chevronLeft.js'
+import { chevronRight } from './chevronRight.js'
import { chevronTop } from './chevronTop.js'
import { cloudDownload } from './cloudDownload.js'
-import { cloud } from './cloud.js'
import { cloudUpload } from './cloudUpload.js'
+import { cloud } from './cloud.js'
import { code } from './code.js'
+import { commentSquare } from './commentSquare.js'
import { creditCard } from './creditCard.js'
import { cursor } from './cursor.js'
-import { commentSquare } from './commentSquare.js'
import { dollar } from './dollar.js'
+import { drop1 } from './drop1.js'
import { envelopeClosed } from './envelopeClosed.js'
import { envelopeLetter } from './envelopeLetter.js'
import { envelopeOpen } from './envelopeOpen.js'
import { euro } from './euro.js'
import { file } from './file.js'
-import { graph } from './graph.js'
import { globe } from './globe.js'
+import { graph } from './graph.js'
import { home } from './home.js'
import { inbox } from './inbox.js'
import { info } from './info.js'
import { italic } from './italic.js'
-import { justifyRight } from './justifyRight.js'
import { justifyCenter } from './justifyCenter.js'
import { justifyLeft } from './justifyLeft.js'
+import { justifyRight } from './justifyRight.js'
import { laptop } from './laptop.js'
import { layers } from './layers.js'
import { lightbulb } from './lightbulb.js'
-import { lockLocked } from './lockLocked.js'
import { list } from './list.js'
import { locationPin } from './locationPin.js'
+import { lockLocked } from './lockLocked.js'
import { lockUnlocked } from './lockUnlocked.js'
+import { magnifyingGlass } from './magnifyingGlass.js'
import { map } from './map.js'
import { monitor } from './monitor.js'
-import { magnifyingGlass } from './magnifyingGlass.js'
import { moon } from './moon.js'
-import { options } from './options.js'
import { note } from './note.js'
-import { pencil } from './pencil.js'
-import { phone } from './phone.js'
+import { options } from './options.js'
import { paperclip } from './paperclip.js'
-import { print } from './print.js'
+import { pencil } from './pencil.js'
import { people } from './people.js'
+import { phone } from './phone.js'
+import { print } from './print.js'
import { puzzle } from './puzzle.js'
import { rss } from './rss.js'
import { screenDesktop } from './screenDesktop.js'
import { screenSmartphone } from './screenSmartphone.js'
import { settings } from './settings.js'
+import { share } from './share.js'
+import { shield } from './shield.js'
import { socialFacebook } from './socialFacebook.js'
import { socialLinkedin } from './socialLinkedin.js'
-import { shield } from './shield.js'
-import { share } from './share.js'
+import { socialSkype } from './socialSkype.js'
import { socialTwitter } from './socialTwitter.js'
import { sortAscending } from './sortAscending.js'
import { sortDescending } from './sortDescending.js'
import { speech } from './speech.js'
-import { star } from './star.js'
import { speedometer } from './speedometer.js'
+import { star } from './star.js'
+import { sun } from './sun.js'
import { tablet } from './tablet.js'
import { tags } from './tags.js'
-import { sun } from './sun.js'
-import { thumbUp } from './thumbUp.js'
+import { task1 } from './task1.js'
import { thumbDown } from './thumbDown.js'
+import { thumbUp } from './thumbUp.js'
import { trash } from './trash.js'
import { underline } from './underline.js'
import { userFemale } from './userFemale.js'
import { userFollow } from './userFollow.js'
-import { user } from './user.js'
import { userUnfollow } from './userUnfollow.js'
+import { user } from './user.js'
+import { xCircle } from './xCircle.js'
import { yen } from './yen.js'
export { actionRedo }
export { accountLogout }
-export { alignCenter }
export { actionUndo }
-export { alignRight }
+export { alignCenter }
export { alignLeft }
export { arrowBottom }
export { arrowLeft }
-export { arrowTop }
+export { alignRight }
export { arrowRight }
+export { arrowTop }
export { ban }
export { basketLoaded }
-export { bookmark }
export { bell }
export { bold }
+export { bookmark }
export { briefcase }
-export { brush }
export { britishPound }
+export { brush }
export { calculator }
-export { chart }
-export { cart }
export { calendar }
+export { cart }
+export { chart }
+export { chartPie }
+export { checkCircle }
export { check }
-export { chevronRight }
-export { chevronLeft }
export { chevronBottom }
+export { chevronLeft }
+export { chevronRight }
export { chevronTop }
export { cloudDownload }
-export { cloud }
export { cloudUpload }
+export { cloud }
export { code }
+export { commentSquare }
export { creditCard }
export { cursor }
-export { commentSquare }
export { dollar }
+export { drop1 }
export { envelopeClosed }
export { envelopeLetter }
export { envelopeOpen }
export { euro }
export { file }
-export { graph }
export { globe }
+export { graph }
export { home }
export { inbox }
export { info }
export { italic }
-export { justifyRight }
export { justifyCenter }
export { justifyLeft }
+export { justifyRight }
export { laptop }
export { layers }
export { lightbulb }
-export { lockLocked }
export { list }
export { locationPin }
+export { lockLocked }
export { lockUnlocked }
+export { magnifyingGlass }
export { map }
export { monitor }
-export { magnifyingGlass }
export { moon }
-export { options }
export { note }
-export { pencil }
-export { phone }
+export { options }
export { paperclip }
-export { print }
+export { pencil }
export { people }
+export { phone }
+export { print }
export { puzzle }
export { rss }
export { screenDesktop }
export { screenSmartphone }
export { settings }
+export { share }
+export { shield }
export { socialFacebook }
export { socialLinkedin }
-export { shield }
-export { share }
+export { socialSkype }
export { socialTwitter }
export { sortAscending }
export { sortDescending }
export { speech }
-export { star }
export { speedometer }
+export { star }
+export { sun }
export { tablet }
export { tags }
-export { sun }
-export { thumbUp }
+export { task1 }
export { thumbDown }
+export { thumbUp }
export { trash }
export { underline }
export { userFemale }
export { userFollow }
-export { user }
export { userUnfollow }
+export { user }
+export { xCircle }
export { yen }
\ No newline at end of file
diff --git a/js/socialSkype.js b/js/socialSkype.js
new file mode 100644
index 000000000..571c552ec
--- /dev/null
+++ b/js/socialSkype.js
@@ -0,0 +1 @@
+export const socialSkype = ""
\ No newline at end of file
diff --git a/js/task1.js b/js/task1.js
new file mode 100644
index 000000000..9661f0e18
--- /dev/null
+++ b/js/task1.js
@@ -0,0 +1 @@
+export const task1 = ""
\ No newline at end of file
diff --git a/js/xCircle.js b/js/xCircle.js
new file mode 100644
index 000000000..25569e80d
--- /dev/null
+++ b/js/xCircle.js
@@ -0,0 +1 @@
+export const xCircle = ""
\ No newline at end of file
diff --git a/svg/chart-pie.svg b/svg/chart-pie.svg
new file mode 100644
index 000000000..ea7f8df8c
--- /dev/null
+++ b/svg/chart-pie.svg
@@ -0,0 +1,6 @@
+
+
diff --git a/svg/check-circle.svg b/svg/check-circle.svg
new file mode 100644
index 000000000..45c84e8ac
--- /dev/null
+++ b/svg/check-circle.svg
@@ -0,0 +1,6 @@
+
+
diff --git a/svg/drop1.svg b/svg/drop1.svg
new file mode 100644
index 000000000..6a8acc1fc
--- /dev/null
+++ b/svg/drop1.svg
@@ -0,0 +1,5 @@
+
+
diff --git a/svg/social-skype.svg b/svg/social-skype.svg
new file mode 100644
index 000000000..879e18d1b
--- /dev/null
+++ b/svg/social-skype.svg
@@ -0,0 +1,6 @@
+
+
diff --git a/svg/task1.svg b/svg/task1.svg
new file mode 100644
index 000000000..43cdaa27e
--- /dev/null
+++ b/svg/task1.svg
@@ -0,0 +1,6 @@
+
+
diff --git a/svg/x-circle.svg b/svg/x-circle.svg
new file mode 100644
index 000000000..0b2e1e420
--- /dev/null
+++ b/svg/x-circle.svg
@@ -0,0 +1,6 @@
+
+