Skip to content

Commit

Permalink
3.0: add redirect icon, rework grow icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic committed May 5, 2016
1 parent cfb6167 commit 0e01f5f
Show file tree
Hide file tree
Showing 136 changed files with 207 additions and 167 deletions.
13 changes: 8 additions & 5 deletions edited-style.less
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@font-face {
font-family: 'percolate';
src:url('/packages/percolate-icons/v2.9/fonts/percolate.eot?4nku5n');
src:url('/packages/percolate-icons/v2.9/fonts/percolate.eot?#iefix4nku5n') format('embedded-opentype'),
url('/packages/percolate-icons/v2.9/fonts/percolate.woff?4nku5n') format('woff'),
url('/packages/percolate-icons/v2.9/fonts/percolate.ttf?4nku5n') format('truetype'),
url('/packages/percolate-icons/v2.9/fonts/percolate.svg?4nku5n#percolate') format('svg');
src:url('/packages/percolate-icons/v3.0/fonts/percolate.eot?4nku5n');
src:url('/packages/percolate-icons/v3.0/fonts/percolate.eot?#iefix4nku5n') format('embedded-opentype'),
url('/packages/percolate-icons/v3.0/fonts/percolate.woff?4nku5n') format('woff'),
url('/packages/percolate-icons/v3.0/fonts/percolate.ttf?4nku5n') format('truetype'),
url('/packages/percolate-icons/v3.0/fonts/percolate.svg?4nku5n#percolate') format('svg');
font-weight: normal;
font-style: normal;
}
Expand All @@ -25,6 +25,9 @@
}


.icon-redirect:before {
content: "\e907";
}
.icon-grow:before {
content: "\e903";
}
Expand Down
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var Version = 'v2.9';
var Version = 'v3.9';

Package.describe({
version: "0.0.8",
version: "0.0.9",
name: "percolate:icons",
summary: 'Icons for Percolate, version ' + Version,
git: "https://github.com/percolatestudio/percolate-icons",
Expand Down
8 changes: 0 additions & 8 deletions v2.9/SVG/grow.svg

This file was deleted.

File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
8 changes: 8 additions & 0 deletions v3.0/SVG/grow.svg
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
6 changes: 6 additions & 0 deletions v3.0/SVG/redirect.svg
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file not shown.
3 changes: 2 additions & 1 deletion v2.9/fonts/percolate.svg → v3.0/fonts/percolate.svg
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 0e01f5f

Please sign in to comment.