diff --git a/edited-style.css b/edited-style.css index d2de691..2bcba3a 100644 --- a/edited-style.css +++ b/edited-style.css @@ -1,10 +1,10 @@ @font-face { font-family: 'percolate'; - src:url('/packages/percolate-icons/v2.0/fonts/percolate.eot?4nku5n'); - src:url('/packages/percolate-icons/v2.0/fonts/percolate.eot?#iefix4nku5n') format('embedded-opentype'), - url('/packages/percolate-icons/v2.0/fonts/percolate.woff?4nku5n') format('woff'), - url('/packages/percolate-icons/v2.0/fonts/percolate.ttf?4nku5n') format('truetype'), - url('/packages/percolate-icons/v2.0/fonts/percolate.svg?4nku5n#percolate') format('svg'); + src:url('/packages/percolate-icons/v2.2/fonts/percolate.eot?4nku5n'); + src:url('/packages/percolate-icons/v2.2/fonts/percolate.eot?#iefix4nku5n') format('embedded-opentype'), + url('/packages/percolate-icons/v2.2/fonts/percolate.woff?4nku5n') format('woff'), + url('/packages/percolate-icons/v2.2/fonts/percolate.ttf?4nku5n') format('truetype'), + url('/packages/percolate-icons/v2.2/fonts/percolate.svg?4nku5n#percolate') format('svg'); font-weight: normal; font-style: normal; } @@ -24,6 +24,12 @@ -moz-osx-font-smoothing: grayscale; } +.icon-eye:before { + content: "\e665"; +} +.icon-phone:before { + content: "\e664"; +} .icon-nut:before { content: "\e661"; } @@ -323,4 +329,4 @@ } .icon-percolate:before { content: "\e65a"; -} \ No newline at end of file +} diff --git a/package.js b/package.js index 7a3f525..4d6f0eb 100644 --- a/package.js +++ b/package.js @@ -1,4 +1,4 @@ -var Version = "v2.0"; +var Version = "v2.2"; Package.describe({ summary: "Icons for Percolate, version" + Version diff --git a/v2.0/Read Me.txt b/v2.2/Read Me.txt similarity index 100% rename from v2.0/Read Me.txt rename to v2.2/Read Me.txt diff --git a/v2.0/SVG/add.svg b/v2.2/SVG/add.svg similarity index 100% rename from v2.0/SVG/add.svg rename to v2.2/SVG/add.svg diff --git a/v2.0/SVG/admin.svg b/v2.2/SVG/admin.svg similarity index 100% rename from v2.0/SVG/admin.svg rename to v2.2/SVG/admin.svg diff --git a/v2.0/SVG/alert.svg b/v2.2/SVG/alert.svg similarity index 100% rename from v2.0/SVG/alert.svg rename to v2.2/SVG/alert.svg diff --git a/v2.0/SVG/arrow-down.svg b/v2.2/SVG/arrow-down.svg similarity index 100% rename from v2.0/SVG/arrow-down.svg rename to v2.2/SVG/arrow-down.svg diff --git a/v2.0/SVG/arrow-left-alt.svg b/v2.2/SVG/arrow-left-alt.svg similarity index 100% rename from v2.0/SVG/arrow-left-alt.svg rename to v2.2/SVG/arrow-left-alt.svg diff --git a/v2.0/SVG/arrow-left.svg b/v2.2/SVG/arrow-left.svg similarity index 100% rename from v2.0/SVG/arrow-left.svg rename to v2.2/SVG/arrow-left.svg diff --git a/v2.0/SVG/arrow-right-alt.svg b/v2.2/SVG/arrow-right-alt.svg similarity index 100% rename from v2.0/SVG/arrow-right-alt.svg rename to v2.2/SVG/arrow-right-alt.svg diff --git a/v2.0/SVG/arrow-right.svg b/v2.2/SVG/arrow-right.svg similarity index 100% rename from v2.0/SVG/arrow-right.svg rename to v2.2/SVG/arrow-right.svg diff --git a/v2.0/SVG/arrow-up.svg b/v2.2/SVG/arrow-up.svg similarity index 100% rename from v2.0/SVG/arrow-up.svg rename to v2.2/SVG/arrow-up.svg diff --git a/v2.0/SVG/basket.svg b/v2.2/SVG/basket.svg similarity index 100% rename from v2.0/SVG/basket.svg rename to v2.2/SVG/basket.svg diff --git a/v2.0/SVG/beaker.svg b/v2.2/SVG/beaker.svg similarity index 100% rename from v2.0/SVG/beaker.svg rename to v2.2/SVG/beaker.svg diff --git a/v2.0/SVG/book.svg b/v2.2/SVG/book.svg similarity index 100% rename from v2.0/SVG/book.svg rename to v2.2/SVG/book.svg diff --git a/v2.0/SVG/bookmark-hollow.svg b/v2.2/SVG/bookmark-hollow.svg similarity index 100% rename from v2.0/SVG/bookmark-hollow.svg rename to v2.2/SVG/bookmark-hollow.svg diff --git a/v2.0/SVG/bookmark.svg b/v2.2/SVG/bookmark.svg similarity index 100% rename from v2.0/SVG/bookmark.svg rename to v2.2/SVG/bookmark.svg diff --git a/v2.0/SVG/box.svg b/v2.2/SVG/box.svg similarity index 100% rename from v2.0/SVG/box.svg rename to v2.2/SVG/box.svg diff --git a/v2.0/SVG/button.svg b/v2.2/SVG/button.svg similarity index 100% rename from v2.0/SVG/button.svg rename to v2.2/SVG/button.svg diff --git a/v2.0/SVG/camera.svg b/v2.2/SVG/camera.svg similarity index 100% rename from v2.0/SVG/camera.svg rename to v2.2/SVG/camera.svg diff --git a/v2.0/SVG/category.svg b/v2.2/SVG/category.svg similarity index 100% rename from v2.0/SVG/category.svg rename to v2.2/SVG/category.svg diff --git a/v2.0/SVG/check.svg b/v2.2/SVG/check.svg similarity index 100% rename from v2.0/SVG/check.svg rename to v2.2/SVG/check.svg diff --git a/v2.0/SVG/chevron-down.svg b/v2.2/SVG/chevron-down.svg similarity index 100% rename from v2.0/SVG/chevron-down.svg rename to v2.2/SVG/chevron-down.svg diff --git a/v2.0/SVG/circle-hollow.svg b/v2.2/SVG/circle-hollow.svg similarity index 100% rename from v2.0/SVG/circle-hollow.svg rename to v2.2/SVG/circle-hollow.svg diff --git a/v2.0/SVG/circle.svg b/v2.2/SVG/circle.svg similarity index 100% rename from v2.0/SVG/circle.svg rename to v2.2/SVG/circle.svg diff --git a/v2.0/SVG/close.svg b/v2.2/SVG/close.svg similarity index 100% rename from v2.0/SVG/close.svg rename to v2.2/SVG/close.svg diff --git a/v2.0/SVG/cog.svg b/v2.2/SVG/cog.svg similarity index 100% rename from v2.0/SVG/cog.svg rename to v2.2/SVG/cog.svg diff --git a/v2.0/SVG/comment.svg b/v2.2/SVG/comment.svg similarity index 100% rename from v2.0/SVG/comment.svg rename to v2.2/SVG/comment.svg diff --git a/v2.0/SVG/commit.svg b/v2.2/SVG/commit.svg similarity index 100% rename from v2.0/SVG/commit.svg rename to v2.2/SVG/commit.svg diff --git a/v2.0/SVG/compass.svg b/v2.2/SVG/compass.svg similarity index 100% rename from v2.0/SVG/compass.svg rename to v2.2/SVG/compass.svg diff --git a/v2.0/SVG/copy.svg b/v2.2/SVG/copy.svg similarity index 100% rename from v2.0/SVG/copy.svg rename to v2.2/SVG/copy.svg diff --git a/v2.0/SVG/credit.svg b/v2.2/SVG/credit.svg similarity index 100% rename from v2.0/SVG/credit.svg rename to v2.2/SVG/credit.svg diff --git a/v2.0/SVG/cross.svg b/v2.2/SVG/cross.svg similarity index 100% rename from v2.0/SVG/cross.svg rename to v2.2/SVG/cross.svg diff --git a/v2.0/SVG/dashboard.svg b/v2.2/SVG/dashboard.svg similarity index 100% rename from v2.0/SVG/dashboard.svg rename to v2.2/SVG/dashboard.svg diff --git a/v2.0/SVG/doc-chart.svg b/v2.2/SVG/doc-chart.svg similarity index 100% rename from v2.0/SVG/doc-chart.svg rename to v2.2/SVG/doc-chart.svg diff --git a/v2.0/SVG/doc-list.svg b/v2.2/SVG/doc-list.svg similarity index 100% rename from v2.0/SVG/doc-list.svg rename to v2.2/SVG/doc-list.svg diff --git a/v2.0/SVG/document.svg b/v2.2/SVG/document.svg similarity index 100% rename from v2.0/SVG/document.svg rename to v2.2/SVG/document.svg diff --git a/v2.0/SVG/download.svg b/v2.2/SVG/download.svg similarity index 100% rename from v2.0/SVG/download.svg rename to v2.2/SVG/download.svg diff --git a/v2.0/SVG/edit.svg b/v2.2/SVG/edit.svg similarity index 100% rename from v2.0/SVG/edit.svg rename to v2.2/SVG/edit.svg diff --git a/v2.0/SVG/ellipsis.svg b/v2.2/SVG/ellipsis.svg similarity index 100% rename from v2.0/SVG/ellipsis.svg rename to v2.2/SVG/ellipsis.svg diff --git a/v2.0/SVG/email.svg b/v2.2/SVG/email.svg similarity index 100% rename from v2.0/SVG/email.svg rename to v2.2/SVG/email.svg diff --git a/v2.0/SVG/expand.svg b/v2.2/SVG/expand.svg similarity index 100% rename from v2.0/SVG/expand.svg rename to v2.2/SVG/expand.svg diff --git a/v2.2/SVG/eye.svg b/v2.2/SVG/eye.svg new file mode 100755 index 0000000..e9662ad --- /dev/null +++ b/v2.2/SVG/eye.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/v2.0/SVG/face-happy.svg b/v2.2/SVG/face-happy.svg similarity index 100% rename from v2.0/SVG/face-happy.svg rename to v2.2/SVG/face-happy.svg diff --git a/v2.0/SVG/face-neutral.svg b/v2.2/SVG/face-neutral.svg similarity index 100% rename from v2.0/SVG/face-neutral.svg rename to v2.2/SVG/face-neutral.svg diff --git a/v2.0/SVG/face-sad.svg b/v2.2/SVG/face-sad.svg similarity index 100% rename from v2.0/SVG/face-sad.svg rename to v2.2/SVG/face-sad.svg diff --git a/v2.0/SVG/facebook.svg b/v2.2/SVG/facebook.svg similarity index 100% rename from v2.0/SVG/facebook.svg rename to v2.2/SVG/facebook.svg diff --git a/v2.0/SVG/flag.svg b/v2.2/SVG/flag.svg similarity index 100% rename from v2.0/SVG/flag.svg rename to v2.2/SVG/flag.svg diff --git a/v2.0/SVG/form.svg b/v2.2/SVG/form.svg similarity index 100% rename from v2.0/SVG/form.svg rename to v2.2/SVG/form.svg diff --git a/v2.0/SVG/gdrive.svg b/v2.2/SVG/gdrive.svg similarity index 100% rename from v2.0/SVG/gdrive.svg rename to v2.2/SVG/gdrive.svg diff --git a/v2.0/SVG/github.svg b/v2.2/SVG/github.svg similarity index 100% rename from v2.0/SVG/github.svg rename to v2.2/SVG/github.svg diff --git a/v2.0/SVG/globe.svg b/v2.2/SVG/globe.svg similarity index 100% rename from v2.0/SVG/globe.svg rename to v2.2/SVG/globe.svg diff --git a/v2.0/SVG/google.svg b/v2.2/SVG/google.svg similarity index 100% rename from v2.0/SVG/google.svg rename to v2.2/SVG/google.svg diff --git a/v2.0/SVG/graph-bar.svg b/v2.2/SVG/graph-bar.svg similarity index 100% rename from v2.0/SVG/graph-bar.svg rename to v2.2/SVG/graph-bar.svg diff --git a/v2.0/SVG/graph-line.svg b/v2.2/SVG/graph-line.svg similarity index 100% rename from v2.0/SVG/graph-line.svg rename to v2.2/SVG/graph-line.svg diff --git a/v2.0/SVG/heart-hollow.svg b/v2.2/SVG/heart-hollow.svg similarity index 100% rename from v2.0/SVG/heart-hollow.svg rename to v2.2/SVG/heart-hollow.svg diff --git a/v2.0/SVG/heart.svg b/v2.2/SVG/heart.svg similarity index 100% rename from v2.0/SVG/heart.svg rename to v2.2/SVG/heart.svg diff --git a/v2.0/SVG/home.svg b/v2.2/SVG/home.svg similarity index 100% rename from v2.0/SVG/home.svg rename to v2.2/SVG/home.svg diff --git a/v2.0/SVG/hourglass.svg b/v2.2/SVG/hourglass.svg similarity index 100% rename from v2.0/SVG/hourglass.svg rename to v2.2/SVG/hourglass.svg diff --git a/v2.0/SVG/info.svg b/v2.2/SVG/info.svg similarity index 100% rename from v2.0/SVG/info.svg rename to v2.2/SVG/info.svg diff --git a/v2.0/SVG/key.svg b/v2.2/SVG/key.svg similarity index 100% rename from v2.0/SVG/key.svg rename to v2.2/SVG/key.svg diff --git a/v2.0/SVG/link.svg b/v2.2/SVG/link.svg similarity index 100% rename from v2.0/SVG/link.svg rename to v2.2/SVG/link.svg diff --git a/v2.0/SVG/list-unordered.svg b/v2.2/SVG/list-unordered.svg similarity index 100% rename from v2.0/SVG/list-unordered.svg rename to v2.2/SVG/list-unordered.svg diff --git a/v2.0/SVG/location.svg b/v2.2/SVG/location.svg similarity index 100% rename from v2.0/SVG/location.svg rename to v2.2/SVG/location.svg diff --git a/v2.0/SVG/lock.svg b/v2.2/SVG/lock.svg similarity index 100% rename from v2.0/SVG/lock.svg rename to v2.2/SVG/lock.svg diff --git a/v2.0/SVG/menu.svg b/v2.2/SVG/menu.svg similarity index 100% rename from v2.0/SVG/menu.svg rename to v2.2/SVG/menu.svg diff --git a/v2.0/SVG/nut.svg b/v2.2/SVG/nut.svg similarity index 100% rename from v2.0/SVG/nut.svg rename to v2.2/SVG/nut.svg diff --git a/v2.0/SVG/outbox.svg b/v2.2/SVG/outbox.svg similarity index 100% rename from v2.0/SVG/outbox.svg rename to v2.2/SVG/outbox.svg diff --git a/v2.0/SVG/paintbrush.svg b/v2.2/SVG/paintbrush.svg similarity index 100% rename from v2.0/SVG/paintbrush.svg rename to v2.2/SVG/paintbrush.svg diff --git a/v2.0/SVG/paperclip.svg b/v2.2/SVG/paperclip.svg similarity index 100% rename from v2.0/SVG/paperclip.svg rename to v2.2/SVG/paperclip.svg diff --git a/v2.0/SVG/paragraph.svg b/v2.2/SVG/paragraph.svg similarity index 100% rename from v2.0/SVG/paragraph.svg rename to v2.2/SVG/paragraph.svg diff --git a/v2.0/SVG/percolate.svg b/v2.2/SVG/percolate.svg similarity index 100% rename from v2.0/SVG/percolate.svg rename to v2.2/SVG/percolate.svg diff --git a/v2.2/SVG/phone.svg b/v2.2/SVG/phone.svg new file mode 100755 index 0000000..90e4c88 --- /dev/null +++ b/v2.2/SVG/phone.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/v2.0/SVG/photo.svg b/v2.2/SVG/photo.svg similarity index 100% rename from v2.0/SVG/photo.svg rename to v2.2/SVG/photo.svg diff --git a/v2.0/SVG/pin.svg b/v2.2/SVG/pin.svg similarity index 100% rename from v2.0/SVG/pin.svg rename to v2.2/SVG/pin.svg diff --git a/v2.0/SVG/play.svg b/v2.2/SVG/play.svg similarity index 100% rename from v2.0/SVG/play.svg rename to v2.2/SVG/play.svg diff --git a/v2.0/SVG/plus.svg b/v2.2/SVG/plus.svg similarity index 100% rename from v2.0/SVG/plus.svg rename to v2.2/SVG/plus.svg diff --git a/v2.0/SVG/power.svg b/v2.2/SVG/power.svg similarity index 100% rename from v2.0/SVG/power.svg rename to v2.2/SVG/power.svg diff --git a/v2.0/SVG/print.svg b/v2.2/SVG/print.svg similarity index 100% rename from v2.0/SVG/print.svg rename to v2.2/SVG/print.svg diff --git a/v2.0/SVG/proceed.svg b/v2.2/SVG/proceed.svg similarity index 100% rename from v2.0/SVG/proceed.svg rename to v2.2/SVG/proceed.svg diff --git a/v2.0/SVG/profile.svg b/v2.2/SVG/profile.svg similarity index 100% rename from v2.0/SVG/profile.svg rename to v2.2/SVG/profile.svg diff --git a/v2.0/SVG/question.svg b/v2.2/SVG/question.svg similarity index 100% rename from v2.0/SVG/question.svg rename to v2.2/SVG/question.svg diff --git a/v2.0/SVG/reply.svg b/v2.2/SVG/reply.svg similarity index 100% rename from v2.0/SVG/reply.svg rename to v2.2/SVG/reply.svg diff --git a/v2.0/SVG/rss.svg b/v2.2/SVG/rss.svg similarity index 100% rename from v2.0/SVG/rss.svg rename to v2.2/SVG/rss.svg diff --git a/v2.0/SVG/search.svg b/v2.2/SVG/search.svg similarity index 100% rename from v2.0/SVG/search.svg rename to v2.2/SVG/search.svg diff --git a/v2.0/SVG/share.svg b/v2.2/SVG/share.svg similarity index 100% rename from v2.0/SVG/share.svg rename to v2.2/SVG/share.svg diff --git a/v2.0/SVG/shield.svg b/v2.2/SVG/shield.svg similarity index 100% rename from v2.0/SVG/shield.svg rename to v2.2/SVG/shield.svg diff --git a/v2.0/SVG/speaker.svg b/v2.2/SVG/speaker.svg similarity index 100% rename from v2.0/SVG/speaker.svg rename to v2.2/SVG/speaker.svg diff --git a/v2.0/SVG/star-hollow.svg b/v2.2/SVG/star-hollow.svg similarity index 100% rename from v2.0/SVG/star-hollow.svg rename to v2.2/SVG/star-hollow.svg diff --git a/v2.0/SVG/star.svg b/v2.2/SVG/star.svg similarity index 100% rename from v2.0/SVG/star.svg rename to v2.2/SVG/star.svg diff --git a/v2.0/SVG/structure.svg b/v2.2/SVG/structure.svg similarity index 100% rename from v2.0/SVG/structure.svg rename to v2.2/SVG/structure.svg diff --git a/v2.0/SVG/sync.svg b/v2.2/SVG/sync.svg similarity index 100% rename from v2.0/SVG/sync.svg rename to v2.2/SVG/sync.svg diff --git a/v2.0/SVG/thumbs-up.svg b/v2.2/SVG/thumbs-up.svg similarity index 100% rename from v2.0/SVG/thumbs-up.svg rename to v2.2/SVG/thumbs-up.svg diff --git a/v2.0/SVG/time.svg b/v2.2/SVG/time.svg similarity index 100% rename from v2.0/SVG/time.svg rename to v2.2/SVG/time.svg diff --git a/v2.0/SVG/timer.svg b/v2.2/SVG/timer.svg similarity index 100% rename from v2.0/SVG/timer.svg rename to v2.2/SVG/timer.svg diff --git a/v2.0/SVG/trash.svg b/v2.2/SVG/trash.svg similarity index 100% rename from v2.0/SVG/trash.svg rename to v2.2/SVG/trash.svg diff --git a/v2.0/SVG/twitter.svg b/v2.2/SVG/twitter.svg similarity index 100% rename from v2.0/SVG/twitter.svg rename to v2.2/SVG/twitter.svg diff --git a/v2.0/SVG/unlock.svg b/v2.2/SVG/unlock.svg similarity index 100% rename from v2.0/SVG/unlock.svg rename to v2.2/SVG/unlock.svg diff --git a/v2.0/SVG/user-add.svg b/v2.2/SVG/user-add.svg similarity index 100% rename from v2.0/SVG/user-add.svg rename to v2.2/SVG/user-add.svg diff --git a/v2.0/SVG/user-alt.svg b/v2.2/SVG/user-alt.svg similarity index 100% rename from v2.0/SVG/user-alt.svg rename to v2.2/SVG/user-alt.svg diff --git a/v2.0/SVG/user.svg b/v2.2/SVG/user.svg similarity index 100% rename from v2.0/SVG/user.svg rename to v2.2/SVG/user.svg diff --git a/v2.0/SVG/users.svg b/v2.2/SVG/users.svg similarity index 100% rename from v2.0/SVG/users.svg rename to v2.2/SVG/users.svg diff --git a/v2.0/SVG/video.svg b/v2.2/SVG/video.svg similarity index 100% rename from v2.0/SVG/video.svg rename to v2.2/SVG/video.svg diff --git a/v2.0/SVG/wrench.svg b/v2.2/SVG/wrench.svg similarity index 100% rename from v2.0/SVG/wrench.svg rename to v2.2/SVG/wrench.svg diff --git a/v2.0/SVG/youtube.svg b/v2.2/SVG/youtube.svg similarity index 100% rename from v2.0/SVG/youtube.svg rename to v2.2/SVG/youtube.svg diff --git a/v2.0/demo-files/demo.css b/v2.2/demo-files/demo.css similarity index 100% rename from v2.0/demo-files/demo.css rename to v2.2/demo-files/demo.css diff --git a/v2.0/demo-files/demo.js b/v2.2/demo-files/demo.js similarity index 100% rename from v2.0/demo-files/demo.js rename to v2.2/demo-files/demo.js diff --git a/v2.0/demo.html b/v2.2/demo.html similarity index 97% rename from v2.0/demo.html rename to v2.2/demo.html index 96266f4..dbfffcd 100755 --- a/v2.0/demo.html +++ b/v2.2/demo.html @@ -9,10 +9,42 @@
-

Font Name: percolate (Glyphs: 100)

+

Font Name: percolate (Glyphs: 102)

Grid Size: Unknown

+
+
+ + + + icon-eye +
+
+ + +
+
+ liga: + +
+
+
+
+ + + + icon-phone +
+
+ + +
+
+ liga: + +
+
diff --git a/v2.0/fonts/percolate.eot b/v2.2/fonts/percolate.eot similarity index 94% rename from v2.0/fonts/percolate.eot rename to v2.2/fonts/percolate.eot index fdfe1fa..64d3b86 100755 Binary files a/v2.0/fonts/percolate.eot and b/v2.2/fonts/percolate.eot differ diff --git a/v2.0/fonts/percolate.svg b/v2.2/fonts/percolate.svg similarity index 97% rename from v2.0/fonts/percolate.svg rename to v2.2/fonts/percolate.svg index 7ac60f7..b989b63 100755 --- a/v2.0/fonts/percolate.svg +++ b/v2.2/fonts/percolate.svg @@ -107,4 +107,6 @@ + + \ No newline at end of file diff --git a/v2.0/fonts/percolate.ttf b/v2.2/fonts/percolate.ttf similarity index 94% rename from v2.0/fonts/percolate.ttf rename to v2.2/fonts/percolate.ttf index 867172b..752746d 100755 Binary files a/v2.0/fonts/percolate.ttf and b/v2.2/fonts/percolate.ttf differ diff --git a/v2.0/fonts/percolate.woff b/v2.2/fonts/percolate.woff similarity index 94% rename from v2.0/fonts/percolate.woff rename to v2.2/fonts/percolate.woff index bb386e0..974d09e 100755 Binary files a/v2.0/fonts/percolate.woff and b/v2.2/fonts/percolate.woff differ diff --git a/v2.0/selection.json b/v2.2/selection.json similarity index 97% rename from v2.0/selection.json rename to v2.2/selection.json index d5232a0..0e02a81 100755 --- a/v2.0/selection.json +++ b/v2.2/selection.json @@ -1,6 +1,65 @@ { "IcoMoonType": "selection", "icons": [ + { + "icon": { + "paths": [ + "M512.032 261.714c50.48 0 103.39 13.020 157.264 38.696 45.824 21.842 92.382 52.764 138.382 91.91 53.602 45.614 94.264 92.098 116.624 119.696-22.304 27.544-62.896 73.954-116.622 119.672-46 39.142-92.558 70.064-138.382 91.904-53.874 25.676-106.786 38.694-157.266 38.694-50.49 0-103.406-13.018-157.282-38.696-45.826-21.838-92.382-52.758-138.378-91.902-53.708-45.706-94.302-92.122-116.61-119.672 22.36-27.602 63.028-74.094 116.612-119.696 45.996-39.146 92.554-70.068 138.378-91.908 53.874-25.678 106.79-38.698 157.28-38.698zM512.032 181.714c-273.444 0-487.682 296.214-496.684 308.808l-15.316 21.49 15.316 21.466c9.002 12.618 223.24 308.808 496.684 308.808 273.408 0 487.682-296.19 496.684-308.808l15.316-21.466-15.316-21.49c-9.004-12.594-223.276-308.808-496.684-308.808v0z", + "M694.924 512.036c0 101.008-81.884 182.892-182.892 182.892s-182.892-81.884-182.892-182.892c0-101.008 81.884-182.892 182.892-182.892s182.892 81.884 182.892 182.892z" + ], + "attrs": [ + {}, + {} + ], + "isMulticolor": false, + "grid": 0, + "tags": [ + "eye" + ] + }, + "attrs": [ + {}, + {} + ], + "properties": { + "order": 109, + "id": 105, + "prevSize": 32, + "code": 58981, + "name": "eye" + }, + "setIdx": 0, + "setId": 0, + "iconIdx": 0 + }, + { + "icon": { + "paths": [ + "M742.52 960c-76.266 0-163.184-32.364-258.338-96.194-73.798-49.504-136.41-106.904-175.938-146.34-43.282-43.222-105.612-111.376-156.842-190.682-66.576-103.062-95.348-196.038-85.518-276.344 8.952-73.326 50.674-134.292 120.664-176.304 10.95-6.63 23.76-10.134 37.054-10.134 32.752 0 71.124 23.354 120.764 73.494 36.434 36.802 70.108 79.22 89.472 106.646 46.698 66.174 60.686 107.35 48.286 142.134-12.638 35.538-35.534 55.704-52.25 70.428-5.662 5.006-9.95 8.854-13.070 12.262 4.040 7.542 11.744 19.868 26.054 37.476 42.388 52.076 90.548 89.022 111.972 100.874 3.308-2.96 7.11-7.168 12.352-13.152 14.87-16.81 35.062-39.636 70.482-52.28 7.978-2.84 16.498-4.274 25.35-4.274 44.172 0 108.804 44.078 155.246 81.056 45.834 36.494 103.292 90.496 127.104 132.612 22.602 39.598 14.982 68.64 4.596 86.006-48.138 80.294-119.862 122.716-207.44 122.716zM224.758 144.53c-47.558 29.426-73.566 67.278-79.468 115.618-7.494 61.224 17.17 136.326 73.308 223.228 49.902 77.25 112.994 144.35 146.16 177.47 30.296 30.224 91.906 88.17 163.988 136.524 81.738 54.83 153.662 82.63 213.772 82.63 58.618 0 103.506-26.526 137.138-81.076-0.47-1.536-1.532-4.062-3.854-8.132-14.584-25.796-57.006-69.204-105.642-108.158-58.776-47.076-96.708-63.894-106.756-64.982-15.348 5.826-25.020 16.758-36.178 29.372-12.542 14.318-28.31 32.314-55.476 41.528l-6.25 2.12h-6.598c-8.704 0-31.826 0-86.73-43.378-32.196-25.438-64.65-57.534-91.38-90.374-35.712-43.942-51.41-77.764-46.674-100.548l0.55-2.644 0.9-2.546c9.19-26 26.284-41.118 41.364-54.456 12.726-11.208 23.698-20.874 29.494-36.378-0.606-4.4-5.076-23.488-37.948-70.072-15.882-22.494-45.746-60.376-77.614-93.084-39.93-40.982-60.106-50.544-66.106-52.662z" + ], + "attrs": [ + {} + ], + "isMulticolor": false, + "grid": 0, + "tags": [ + "phone" + ] + }, + "attrs": [ + {} + ], + "properties": { + "order": 106, + "id": 103, + "prevSize": 32, + "code": 58980, + "name": "phone" + }, + "setIdx": 0, + "setId": 0, + "iconIdx": 1 + }, { "icon": { "paths": [ @@ -27,7 +86,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 0 + "iconIdx": 2 }, { "icon": { @@ -55,7 +114,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 1 + "iconIdx": 3 }, { "icon": { @@ -86,7 +145,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 2 + "iconIdx": 4 }, { "icon": { @@ -117,7 +176,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 3 + "iconIdx": 5 }, { "icon": { @@ -145,7 +204,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 4 + "iconIdx": 6 }, { "icon": { @@ -160,11 +219,7 @@ "tags": [ "location" ], - "colorPermutations": { - "35313216868681": [ - 0 - ] - } + "colorPermutations": {} }, "attrs": [ {} @@ -178,7 +233,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 5 + "iconIdx": 7 }, { "icon": { @@ -193,11 +248,7 @@ "tags": [ "icons-percolate_google" ], - "colorPermutations": { - "35313216868681": [ - 0 - ] - } + "colorPermutations": {} }, "attrs": [ {} @@ -211,7 +262,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 6 + "iconIdx": 8 }, { "icon": { @@ -280,7 +331,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 7 + "iconIdx": 9 }, { "icon": { @@ -311,6 +362,9 @@ "info" ], "colorPermutations": { + "13531321": [ + 1 + ], "35313216868681": [ 1, 0, @@ -344,7 +398,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 8 + "iconIdx": 10 }, { "icon": { @@ -378,7 +432,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 9 + "iconIdx": 11 }, { "icon": { @@ -412,7 +466,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 10 + "iconIdx": 12 }, { "icon": { @@ -455,7 +509,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 11 + "iconIdx": 13 }, { "icon": { @@ -498,7 +552,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 12 + "iconIdx": 14 }, { "icon": { @@ -532,7 +586,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 13 + "iconIdx": 15 }, { "icon": { @@ -566,7 +620,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 14 + "iconIdx": 16 }, { "icon": { @@ -597,6 +651,11 @@ "category" ], "colorPermutations": { + "13531321": [ + null, + 1, + 1 + ], "35313216868681": [ 0, 1, @@ -631,7 +690,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 15 + "iconIdx": 17 }, { "icon": { @@ -665,7 +724,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 16 + "iconIdx": 18 }, { "icon": { @@ -708,7 +767,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 17 + "iconIdx": 19 }, { "icon": { @@ -769,7 +828,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 18 + "iconIdx": 20 }, { "icon": { @@ -803,7 +862,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 19 + "iconIdx": 21 }, { "icon": { @@ -855,7 +914,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 20 + "iconIdx": 22 }, { "icon": { @@ -889,7 +948,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 21 + "iconIdx": 23 }, { "icon": { @@ -932,7 +991,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 22 + "iconIdx": 24 }, { "icon": { @@ -966,7 +1025,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 23 + "iconIdx": 25 }, { "icon": { @@ -1000,7 +1059,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 24 + "iconIdx": 26 }, { "icon": { @@ -1034,7 +1093,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 25 + "iconIdx": 27 }, { "icon": { @@ -1077,7 +1136,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 26 + "iconIdx": 28 }, { "icon": { @@ -1111,7 +1170,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 27 + "iconIdx": 29 }, { "icon": { @@ -1154,7 +1213,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 28 + "iconIdx": 30 }, { "icon": { @@ -1215,7 +1274,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 29 + "iconIdx": 31 }, { "icon": { @@ -1249,7 +1308,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 30 + "iconIdx": 32 }, { "icon": { @@ -1292,7 +1351,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 31 + "iconIdx": 33 }, { "icon": { @@ -1335,7 +1394,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 32 + "iconIdx": 34 }, { "icon": { @@ -1372,6 +1431,12 @@ "face-neutral" ], "colorPermutations": { + "13531321": [ + 1, + null, + null, + 1 + ], "35313216868681": [ 1, 0, @@ -1412,7 +1477,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 33 + "iconIdx": 35 }, { "icon": { @@ -1449,6 +1514,9 @@ "face-sad" ], "colorPermutations": { + "13531321": [ + 1 + ], "35313216868681": [ 1, 0, @@ -1489,7 +1557,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 34 + "iconIdx": 36 }, { "icon": { @@ -1523,7 +1591,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 35 + "iconIdx": 37 }, { "icon": { @@ -1557,7 +1625,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 36 + "iconIdx": 38 }, { "icon": { @@ -1591,7 +1659,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 37 + "iconIdx": 39 }, { "icon": { @@ -1634,7 +1702,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 38 + "iconIdx": 40 }, { "icon": { @@ -1671,6 +1739,9 @@ "face-happy" ], "colorPermutations": { + "13531321": [ + 1 + ], "35313216868681": [ 1, 0, @@ -1711,7 +1782,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 39 + "iconIdx": 41 }, { "icon": { @@ -1781,7 +1852,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 40 + "iconIdx": 42 }, { "icon": { @@ -1815,7 +1886,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 41 + "iconIdx": 43 }, { "icon": { @@ -1849,7 +1920,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 42 + "iconIdx": 44 }, { "icon": { @@ -1892,7 +1963,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 43 + "iconIdx": 45 }, { "icon": { @@ -1926,7 +1997,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 44 + "iconIdx": 46 }, { "icon": { @@ -1996,7 +2067,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 45 + "iconIdx": 47 }, { "icon": { @@ -2039,7 +2110,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 46 + "iconIdx": 48 }, { "icon": { @@ -2100,6 +2171,12 @@ "list-unordered" ], "colorPermutations": { + "13531321": [ + 1, + 1, + 1, + 1 + ], "35313216868681": [ 1, 1, @@ -2164,7 +2241,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 47 + "iconIdx": 49 }, { "icon": { @@ -2198,7 +2275,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 48 + "iconIdx": 50 }, { "icon": { @@ -2232,7 +2309,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 49 + "iconIdx": 51 }, { "icon": { @@ -2293,7 +2370,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 50 + "iconIdx": 52 }, { "icon": { @@ -2327,7 +2404,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 51 + "iconIdx": 53 }, { "icon": { @@ -2361,7 +2438,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 52 + "iconIdx": 54 }, { "icon": { @@ -2395,7 +2472,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 53 + "iconIdx": 55 }, { "icon": { @@ -2429,7 +2506,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 54 + "iconIdx": 56 }, { "icon": { @@ -2463,7 +2540,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 55 + "iconIdx": 57 }, { "icon": { @@ -2497,7 +2574,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 56 + "iconIdx": 58 }, { "icon": { @@ -2531,7 +2608,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 57 + "iconIdx": 59 }, { "icon": { @@ -2565,7 +2642,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 58 + "iconIdx": 60 }, { "icon": { @@ -2599,7 +2676,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 59 + "iconIdx": 61 }, { "icon": { @@ -2633,7 +2710,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 60 + "iconIdx": 62 }, { "icon": { @@ -2667,7 +2744,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 61 + "iconIdx": 63 }, { "icon": { @@ -2701,7 +2778,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 62 + "iconIdx": 64 }, { "icon": { @@ -2735,7 +2812,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 63 + "iconIdx": 65 }, { "icon": { @@ -2769,7 +2846,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 64 + "iconIdx": 66 }, { "icon": { @@ -2803,7 +2880,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 65 + "iconIdx": 67 }, { "icon": { @@ -2846,7 +2923,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 66 + "iconIdx": 68 }, { "icon": { @@ -2889,7 +2966,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 67 + "iconIdx": 69 }, { "icon": { @@ -2923,7 +3000,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 68 + "iconIdx": 70 }, { "icon": { @@ -2975,7 +3052,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 69 + "iconIdx": 71 }, { "icon": { @@ -3009,7 +3086,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 70 + "iconIdx": 72 }, { "icon": { @@ -3052,7 +3129,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 71 + "iconIdx": 73 }, { "icon": { @@ -3086,7 +3163,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 72 + "iconIdx": 74 }, { "icon": { @@ -3120,7 +3197,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 73 + "iconIdx": 75 }, { "icon": { @@ -3154,7 +3231,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 74 + "iconIdx": 76 }, { "icon": { @@ -3179,6 +3256,10 @@ "share" ], "colorPermutations": { + "13531321": [ + null, + 1 + ], "35313216868681": [ 0, 1 @@ -3207,7 +3288,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 75 + "iconIdx": 77 }, { "icon": { @@ -3259,7 +3340,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 76 + "iconIdx": 78 }, { "icon": { @@ -3311,7 +3392,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 77 + "iconIdx": 79 }, { "icon": { @@ -3345,7 +3426,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 78 + "iconIdx": 80 }, { "icon": { @@ -3376,6 +3457,9 @@ "question" ], "colorPermutations": { + "13531321": [ + 1 + ], "35313216868681": [ 1, 0, @@ -3410,7 +3494,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 79 + "iconIdx": 81 }, { "icon": { @@ -3444,7 +3528,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 80 + "iconIdx": 82 }, { "icon": { @@ -3487,7 +3571,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 81 + "iconIdx": 83 }, { "icon": { @@ -3521,7 +3605,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 82 + "iconIdx": 84 }, { "icon": { @@ -3546,6 +3630,9 @@ "power" ], "colorPermutations": { + "13531321": [ + 1 + ], "35313216868681": [ 1, 0 @@ -3574,7 +3661,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 83 + "iconIdx": 85 }, { "icon": { @@ -3608,7 +3695,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 84 + "iconIdx": 86 }, { "icon": { @@ -3642,7 +3729,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 85 + "iconIdx": 87 }, { "icon": { @@ -3676,7 +3763,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 86 + "iconIdx": 88 }, { "icon": { @@ -3719,7 +3806,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 87 + "iconIdx": 89 }, { "icon": { @@ -3762,7 +3849,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 88 + "iconIdx": 90 }, { "icon": { @@ -3796,7 +3883,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 89 + "iconIdx": 91 }, { "icon": { @@ -3830,7 +3917,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 90 + "iconIdx": 92 }, { "icon": { @@ -3864,7 +3951,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 91 + "iconIdx": 93 }, { "icon": { @@ -3898,7 +3985,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 92 + "iconIdx": 94 }, { "icon": { @@ -3932,7 +4019,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 93 + "iconIdx": 95 }, { "icon": { @@ -3993,7 +4080,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 94 + "iconIdx": 96 }, { "icon": { @@ -4036,7 +4123,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 95 + "iconIdx": 97 }, { "icon": { @@ -4070,7 +4157,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 96 + "iconIdx": 98 }, { "icon": { @@ -4104,7 +4191,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 97 + "iconIdx": 99 }, { "icon": { @@ -4147,7 +4234,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 98 + "iconIdx": 100 }, { "icon": { @@ -4253,7 +4340,7 @@ }, "setIdx": 0, "setId": 0, - "iconIdx": 99 + "iconIdx": 101 } ], "height": 1024, diff --git a/v2.0/style.css b/v2.2/style.css similarity index 92% rename from v2.0/style.css rename to v2.2/style.css index 11a7362..1d6a6cc 100755 --- a/v2.0/style.css +++ b/v2.2/style.css @@ -1,10 +1,10 @@ @font-face { font-family: 'percolate'; - src:url('fonts/percolate.eot?-sr7j9m'); - src:url('fonts/percolate.eot?#iefix-sr7j9m') format('embedded-opentype'), - url('fonts/percolate.woff?-sr7j9m') format('woff'), - url('fonts/percolate.ttf?-sr7j9m') format('truetype'), - url('fonts/percolate.svg?-sr7j9m#percolate') format('svg'); + src:url('fonts/percolate.eot?nkdp3n'); + src:url('fonts/percolate.eot?#iefixnkdp3n') format('embedded-opentype'), + url('fonts/percolate.ttf?nkdp3n') format('truetype'), + url('fonts/percolate.woff?nkdp3n') format('woff'), + url('fonts/percolate.svg?nkdp3n#percolate') format('svg'); font-weight: normal; font-style: normal; } @@ -23,6 +23,12 @@ -moz-osx-font-smoothing: grayscale; } +.icon-eye:before { + content: "\e665"; +} +.icon-phone:before { + content: "\e664"; +} .icon-nut:before { content: "\e661"; }