Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Commit

Permalink
Add additional icons for v1.0.2, bump version
Browse files Browse the repository at this point in the history
Also will remove @font-face declaration from CSS and changes base class
to `.apic-icon`.
  • Loading branch information
brandonscript committed Sep 30, 2016
1 parent e88cc0b commit 33ee240
Show file tree
Hide file tree
Showing 5 changed files with 104 additions and 44 deletions.
146 changes: 103 additions & 43 deletions css/apigee-icons.css
Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
/* Generated by grunt-webfont */


@font-face {
font-family:"apigee-icons";
src:url("../fonts/apigee-icons.eot?fc3861cc8bd5f57c71b3490936320c5a");
src:url("../fonts/apigee-icons.eot?#iefix") format("embedded-opentype"),
url("../fonts/apigee-icons.woff?fc3861cc8bd5f57c71b3490936320c5a") format("woff"),
url("../fonts/apigee-icons.ttf?fc3861cc8bd5f57c71b3490936320c5a") format("truetype");
font-weight:normal;
font-style:normal;
}

.icon {
.apic-icon {

font-family:"apigee-icons";

Expand Down Expand Up @@ -82,161 +72,231 @@
}


.apic-cloud-upload:before {
.apic-close-x-sm:before {
content:"\f10b";
}


.apic-design:before {
.apic-cloud-upload:before {
content:"\f10c";
}


.apic-develop:before {
.apic-cog-sm:before {
content:"\f10d";
}


.apic-duplicate-sm:before {
.apic-delete-sm:before {
content:"\f10e";
}


.apic-edit-sm:before {
.apic-deployment-sm:before {
content:"\f10f";
}


.apic-info-sm:before {
.apic-deployment:before {
content:"\f110";
}


.apic-learn:before {
.apic-design:before {
content:"\f111";
}


.apic-love:before {
.apic-develop:before {
content:"\f112";
}


.apic-monetization:before {
.apic-doc-json:before {
content:"\f113";
}


.apic-monitor:before {
.apic-doc-spec:before {
content:"\f114";
}


.apic-more-sm:before {
.apic-duplicate-sm:before {
content:"\f115";
}


.apic-more:before {
.apic-edit-sm:before {
content:"\f116";
}


.apic-operate:before {
.apic-exclamation-mark-sm:before {
content:"\f117";
}


.apic-performance:before {
.apic-file-edit-sm:before {
content:"\f118";
}


.apic-placeholder:before {
.apic-folder-spec:before {
content:"\f119";
}


.apic-plus:before {
.apic-indent:before {
content:"\f11a";
}


.apic-publish:before {
.apic-info-sm:before {
content:"\f11b";
}


.apic-save-sm:before {
.apic-learn:before {
content:"\f11c";
}


.apic-search:before {
.apic-love:before {
content:"\f11d";
}


.apic-shared-sm:before {
.apic-monetization:before {
content:"\f11e";
}


.apic-shared:before {
.apic-monitor:before {
content:"\f11f";
}


.apic-sort-asc-sm:before {
.apic-more-sm:before {
content:"\f120";
}


.apic-sort-desc-sm:before {
.apic-more:before {
content:"\f121";
}


.apic-spec-doc:before {
.apic-operate:before {
content:"\f122";
}


.apic-spec-folder:before {
.apic-outdent:before {
content:"\f123";
}


.apic-support:before {
.apic-performance:before {
content:"\f124";
}


.apic-team-alt:before {
.apic-placeholder:before {
content:"\f125";
}


.apic-team:before {
.apic-plus:before {
content:"\f126";
}


.apic-trace:before {
.apic-publish:before {
content:"\f127";
}


.apic-user-edit:before {
.apic-save-sm:before {
content:"\f128";
}


.apic-user:before {
.apic-search-sm:before {
content:"\f129";
}


.apic-warning-sm:before {
.apic-search:before {
content:"\f12a";
}


.apic-shared-sm:before {
content:"\f12b";
}


.apic-shared:before {
content:"\f12c";
}


.apic-sort-asc-sm:before {
content:"\f12d";
}


.apic-sort-desc-sm:before {
content:"\f12e";
}


.apic-spec-doc:before {
content:"\f12f";
}


.apic-spec-json:before {
content:"\f130";
}


.apic-support:before {
content:"\f131";
}


.apic-team-alt:before {
content:"\f132";
}


.apic-team:before {
content:"\f133";
}


.apic-trace:before {
content:"\f134";
}


.apic-user-edit-sm:before {
content:"\f135";
}


.apic-user-edit:before {
content:"\f136";
}


.apic-user:before {
content:"\f137";
}


.apic-warning-sm:before {
content:"\f138";
}
Binary file modified fonts/apigee-icons.eot
Binary file not shown.
Binary file modified fonts/apigee-icons.ttf
Binary file not shown.
Binary file modified fonts/apigee-icons.woff
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"type": "git",
"url": "https://github.com/apigee-internal/icons"
},
"version": "1.0.1"
"version": "1.0.2"
}

0 comments on commit 33ee240

Please sign in to comment.