diff --git a/css/apigee-icons.css b/css/apigee-icons.css new file mode 100644 index 0000000..8dada65 --- /dev/null +++ b/css/apigee-icons.css @@ -0,0 +1,242 @@ +/* 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 { + + font-family:"apigee-icons"; + + display:inline-block; + vertical-align:middle; + line-height:1; + font-weight:normal; + font-style:normal; + speak:none; + text-decoration:inherit; + text-transform:none; + text-rendering:auto; + -webkit-font-smoothing:antialiased; + -moz-osx-font-smoothing:grayscale; +} + + +/* Icons */ + + +.apic-add-trp-sm:before { + content:"\f101"; +} + + +.apic-admin:before { + content:"\f102"; +} + + +.apic-analyze:before { + content:"\f103"; +} + + +.apic-api-doc:before { + content:"\f104"; +} + + +.apic-api-proxy:before { + content:"\f105"; +} + + +.apic-chevron-breadcrumb-sm:before { + content:"\f106"; +} + + +.apic-chevron-down-sm:before { + content:"\f107"; +} + + +.apic-chevron-left-sm:before { + content:"\f108"; +} + + +.apic-chevron-right-sm:before { + content:"\f109"; +} + + +.apic-chevron-top-sm:before { + content:"\f10a"; +} + + +.apic-cloud-upload:before { + content:"\f10b"; +} + + +.apic-design:before { + content:"\f10c"; +} + + +.apic-develop:before { + content:"\f10d"; +} + + +.apic-duplicate-sm:before { + content:"\f10e"; +} + + +.apic-edit-sm:before { + content:"\f10f"; +} + + +.apic-info-sm:before { + content:"\f110"; +} + + +.apic-learn:before { + content:"\f111"; +} + + +.apic-love:before { + content:"\f112"; +} + + +.apic-monetization:before { + content:"\f113"; +} + + +.apic-monitor:before { + content:"\f114"; +} + + +.apic-more-sm:before { + content:"\f115"; +} + + +.apic-more:before { + content:"\f116"; +} + + +.apic-operate:before { + content:"\f117"; +} + + +.apic-performance:before { + content:"\f118"; +} + + +.apic-placeholder:before { + content:"\f119"; +} + + +.apic-plus:before { + content:"\f11a"; +} + + +.apic-publish:before { + content:"\f11b"; +} + + +.apic-save-sm:before { + content:"\f11c"; +} + + +.apic-search:before { + content:"\f11d"; +} + + +.apic-shared-sm:before { + content:"\f11e"; +} + + +.apic-shared:before { + content:"\f11f"; +} + + +.apic-sort-asc-sm:before { + content:"\f120"; +} + + +.apic-sort-desc-sm:before { + content:"\f121"; +} + + +.apic-spec-doc:before { + content:"\f122"; +} + + +.apic-spec-folder:before { + content:"\f123"; +} + + +.apic-support:before { + content:"\f124"; +} + + +.apic-team-alt:before { + content:"\f125"; +} + + +.apic-team:before { + content:"\f126"; +} + + +.apic-trace:before { + content:"\f127"; +} + + +.apic-user-edit:before { + content:"\f128"; +} + + +.apic-user:before { + content:"\f129"; +} + + +.apic-warning-sm:before { + content:"\f12a"; +} diff --git a/fonts/apigee-icons.eot b/fonts/apigee-icons.eot new file mode 100644 index 0000000..d632762 Binary files /dev/null and b/fonts/apigee-icons.eot differ diff --git a/fonts/apigee-icons.ttf b/fonts/apigee-icons.ttf new file mode 100644 index 0000000..7170796 Binary files /dev/null and b/fonts/apigee-icons.ttf differ diff --git a/fonts/apigee-icons.woff b/fonts/apigee-icons.woff new file mode 100644 index 0000000..66c83fc Binary files /dev/null and b/fonts/apigee-icons.woff differ diff --git a/package.json b/package.json new file mode 100644 index 0000000..e3a9d23 --- /dev/null +++ b/package.json @@ -0,0 +1,32 @@ +{ + "analyze": true, + "author": "Brandon Shelley ", + "bin": { + "module-name": "./bin/module-name" + }, + "bugs": { + "url": "https://github.com/nodejitsu/browsenpm.org/issues" + }, + "contributors": [ + { + "email": "brandon@apigee.com", + "name": "Brandon Shelley" + }, + { + "email": "ichung@apigee.com", + "name": "In Chung" + }, + { + "email": "jeremy@apigee.com", + "name": "Jeremy Anticouni" + } + ], + "description": "A library of icon fonts for Apigee Edge", + "license": "MIT", + "name": "apigee-icons", + "repository": { + "type": "git", + "url": "https://github.com/apigee-internal/icons" + }, + "version": "1.0.0" +} \ No newline at end of file