diff --git a/css/apigee-icons.css b/css/apigee-icons.css index 8dada65..183cd43 100644 --- a/css/apigee-icons.css +++ b/css/apigee-icons.css @@ -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"; @@ -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"; +} diff --git a/fonts/apigee-icons.eot b/fonts/apigee-icons.eot index d632762..58dd657 100644 Binary files a/fonts/apigee-icons.eot and b/fonts/apigee-icons.eot differ diff --git a/fonts/apigee-icons.ttf b/fonts/apigee-icons.ttf index 7170796..a9334ad 100644 Binary files a/fonts/apigee-icons.ttf and b/fonts/apigee-icons.ttf differ diff --git a/fonts/apigee-icons.woff b/fonts/apigee-icons.woff index 66c83fc..a37c245 100644 Binary files a/fonts/apigee-icons.woff and b/fonts/apigee-icons.woff differ diff --git a/package.json b/package.json index c2b1a4d..9b04fed 100644 --- a/package.json +++ b/package.json @@ -25,5 +25,5 @@ "type": "git", "url": "https://github.com/apigee-internal/icons" }, - "version": "1.0.1" + "version": "1.0.2" } \ No newline at end of file