Skip to content

Commit

Permalink
Update 2.9, add transfer, lightning, grow, and request change icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic committed Apr 7, 2016
1 parent ff82fdc commit cfb6167
Show file tree
Hide file tree
Showing 245 changed files with 1,012 additions and 3,008 deletions.
25 changes: 19 additions & 6 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.8/fonts/percolate.eot?4nku5n');
src:url('/packages/percolate-icons/v2.8/fonts/percolate.eot?#iefix4nku5n') format('embedded-opentype'),
url('/packages/percolate-icons/v2.8/fonts/percolate.woff?4nku5n') format('woff'),
url('/packages/percolate-icons/v2.8/fonts/percolate.ttf?4nku5n') format('truetype'),
url('/packages/percolate-icons/v2.8/fonts/percolate.svg?4nku5n#percolate') format('svg');
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');
font-weight: normal;
font-style: normal;
}
Expand All @@ -24,6 +24,19 @@
-moz-osx-font-smoothing: grayscale;
}


.icon-grow:before {
content: "\e903";
}
.icon-lightning:before {
content: "\e904";
}
.icon-request-change:before {
content: "\e905";
}
.icon-transfer:before {
content: "\e906";
}
.icon-calendar:before {
content: "\e902";
}
Expand Down Expand Up @@ -386,4 +399,4 @@
}
.icon-meteor:before {
content: "\e670";
}
}
6 changes: 3 additions & 3 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var Version = 'v2.8';
var Version = 'v2.9';

Package.describe({
version: "0.0.7",
version: "0.0.8",
name: "percolate:icons",
summary: 'Icons for Percolate, version ' + Version,
git: "https://github.com/percolatestudio/percolate-icons",
Expand All @@ -10,7 +10,7 @@ Package.describe({

Package.onUse(function(api) {
api.versionsFrom('1.2');

var path = Npm.require('path');
var assetPath = path.join(Version);

Expand Down
7 changes: 0 additions & 7 deletions v2.8/Read Me.txt

This file was deleted.

7 changes: 0 additions & 7 deletions v2.8/SVG/add.svg

This file was deleted.

6 changes: 0 additions & 6 deletions v2.8/SVG/admin.svg

This file was deleted.

6 changes: 0 additions & 6 deletions v2.8/SVG/alert.svg

This file was deleted.

6 changes: 0 additions & 6 deletions v2.8/SVG/arrow-left-alt.svg

This file was deleted.

6 changes: 0 additions & 6 deletions v2.8/SVG/arrow-right-alt.svg

This file was deleted.

6 changes: 0 additions & 6 deletions v2.8/SVG/back.svg

This file was deleted.

10 changes: 0 additions & 10 deletions v2.8/SVG/basket.svg

This file was deleted.

6 changes: 0 additions & 6 deletions v2.8/SVG/beaker.svg

This file was deleted.

6 changes: 0 additions & 6 deletions v2.8/SVG/bell.svg

This file was deleted.

6 changes: 0 additions & 6 deletions v2.8/SVG/bookmark-hollow.svg

This file was deleted.

6 changes: 0 additions & 6 deletions v2.8/SVG/bookmark.svg

This file was deleted.

6 changes: 0 additions & 6 deletions v2.8/SVG/box.svg

This file was deleted.

6 changes: 0 additions & 6 deletions v2.8/SVG/browser.svg

This file was deleted.

6 changes: 0 additions & 6 deletions v2.8/SVG/button.svg

This file was deleted.

6 changes: 0 additions & 6 deletions v2.8/SVG/calendar.svg

This file was deleted.

Loading

0 comments on commit cfb6167

Please sign in to comment.