Skip to content

Commit

Permalink
Added Zocial icons.
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador committed May 16, 2015
1 parent 5f9f788 commit d6d6a93
Show file tree
Hide file tree
Showing 5 changed files with 119 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Zocial.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
'use strict';

var createIconSet = require('./').createIconSet;
var glyphMap = require('./glyph-maps/Zocial.json');

var Zocial = createIconSet(glyphMap, 'zocial');

module.exports = Zocial;
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
],
"devDependencies": {
"material-design-iconic-font": "~1.1.1",
"ionicons": "~2.0.1"
"ionicons": "~2.0.1",
"css-social-buttons": "~1.0.0"
}
}
7 changes: 7 additions & 0 deletions build-sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,12 @@
"fontFile": "bower_components/ionicons/fonts/ionicons.ttf",
"fontFamily": "Ionicons",
"selectorPattern": "\\.ion-([a-z0-9-]+):before"
},
{
"componentName": "Zocial",
"cssFiles": "bower_components/css-social-buttons/css/zocial.css",
"fontFile": "bower_components/css-social-buttons/css/zocial.ttf",
"fontFamily": "zocial",
"selectorPattern": "\\.zocial\\.([a-z0-9-]+):before"
}
]
Binary file added fonts/Zocial.ttf
Binary file not shown.
102 changes: 102 additions & 0 deletions glyph-maps/Zocial.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
{
"acrobat": "",
"amazon": "",
"android": "",
"angellist": "",
"aol": "",
"appnet": "",
"appstore": "",
"bitbucket": "",
"bitcoin": "",
"blogger": "",
"buffer": "",
"cal": "",
"call": "",
"cart": "",
"chrome": "",
"cloudapp": "",
"creativecommons": "",
"delicious": "",
"digg": "",
"disqus": "",
"dribbble": "",
"dropbox": "",
"drupal": "",
"dwolla": "",
"email": "",
"eventasaurus": "",
"eventbrite": "",
"eventful": "",
"evernote": "",
"facebook": "",
"fivehundredpx": "",
"flattr": "",
"flickr": "",
"forrst": "",
"foursquare": "",
"github": "",
"gmail": "",
"google": "",
"googleplay": "",
"googleplus": "",
"gowalla": "",
"grooveshark": "",
"guest": "",
"html5": "",
"ie": "",
"instagram": "",
"instapaper": "",
"intensedebate": "",
"itunes": "",
"klout": "",
"lanyrd": "",
"lastfm": "",
"lego": "",
"linkedin": "",
"lkdto": "",
"logmein": "",
"macstore": "",
"meetup": "",
"myspace": "",
"ninetyninedesigns": "",
"openid": "",
"opentable": "",
"paypal": "",
"persona": "",
"pinboard": "",
"pinterest": "",
"plancast": "",
"plurk": "",
"pocket": "",
"podcast": "",
"posterous": "",
"print": "",
"quora": "",
"reddit": "",
"rss": "",
"scribd": "",
"skype": "",
"smashing": "",
"songkick": "",
"soundcloud": "",
"spotify": "",
"stackoverflow": "",
"statusnet": "",
"steam": "",
"stripe": "",
"stumbleupon": "",
"tumblr": "",
"twitter": "",
"viadeo": "",
"vimeo": "",
"vk": "",
"weibo": "",
"wikipedia": "",
"windows": "",
"wordpress": "",
"xing": "",
"yahoo": "",
"ycombinator": "",
"yelp": "",
"youtube": ""
}

0 comments on commit d6d6a93

Please sign in to comment.