Added Co-op

This commit is contained in:
Dan Leech 2016-05-22 10:39:53 +01:00
parent eb146297d6
commit 0f3ce6ee4f
5 changed files with 33 additions and 25 deletions

File diff suppressed because one or more lines are too long

1
icons/coop.svg Normal file
View File

@ -0,0 +1 @@
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M15.31 5.21c.158-.548.237-1.118.237-1.695 0-.576-.08-1.145-.236-1.693-.204-.685-.704-1.223-1.37-1.476C13.28.116 12.594 0 11.9 0c-.693 0-1.378.116-2.034.346-.67.254-1.17.792-1.373 1.476-.158.552-.238 1.12-.238 1.693 0 .572.08 1.142.238 1.694.203.684.704 1.222 1.373 1.476.657.23 1.34.345 2.035.345.695 0 1.38-.115 2.038-.344.668-.254 1.168-.792 1.373-1.476zm-1.964-1.694c0 .28-.042.56-.126.825-.114.362-.417.632-.79.705-.173.034-.35.05-.528.05-.178 0-.356-.016-.53-.05-.372-.073-.675-.343-.79-.704-.083-.264-.125-.542-.125-.824 0-.283.042-.56.126-.826.114-.36.417-.63.79-.704.17-.034.35-.05.53-.05.178 0 .356.016.527.05.373.073.676.343.79.704.084.266.126.544.126.826zM7.51 12.73c.155-.547.235-1.117.235-1.694 0-.576-.08-1.145-.236-1.693-.207-.685-.707-1.223-1.374-1.476-.658-.23-1.343-.346-2.037-.346-.696 0-1.38.117-2.037.347-.67.254-1.17.792-1.373 1.476-.157.552-.237 1.122-.237 1.693 0 .572.08 1.143.237 1.695.203.685.704 1.223 1.373 1.477.657.23 1.342.345 2.036.345.692 0 1.377-.116 2.036-.345.667-.253 1.167-.792 1.373-1.476zm-1.967-1.693c0 .282-.042.56-.125.825-.115.36-.418.63-.79.704-.173.034-.35.05-.53.05-.177 0-.355-.016-.528-.05-.373-.073-.676-.343-.79-.704-.083-.265-.126-.543-.126-.825 0-.283.043-.56.126-.826.114-.36.417-.63.79-.703.17-.033.35-.05.53-.05.18 0 .356.017.528.05.372.074.675.343.79.705.083.265.125.543.125.825zm0-7.535h2.202c-.002-.57-.08-1.136-.236-1.68C7.303 1.137 6.802.6 6.135.346 5.478.116 4.793 0 4.1 0c-.695 0-1.38.116-2.037.346C1.393.6.893 1.138.69 1.822.533 2.374.453 2.944.453 3.515c0 .572.08 1.142.237 1.694.203.684.704 1.222 1.373 1.476.657.23 1.342.345 2.036.345.692 0 1.377-.115 2.036-.344.667-.254 1.168-.792 1.373-1.476.026-.094.05-.19.073-.286l-2.075-.967c-.02.13-.05.258-.09.384-.115.362-.418.632-.79.705-.173.034-.35.05-.53.05-.177 0-.355-.016-.528-.05-.373-.073-.676-.343-.79-.704-.083-.264-.126-.542-.126-.824 0-.283.043-.56.126-.826.114-.36.417-.63.79-.704.17-.034.35-.05.53-.05.18 0 .356.016.528.05.372.073.675.343.79.704.082.262.124.535.125.812zm2.95 5.84c-.158.553-.238 1.122-.238 1.694V16h2.202v-4.964c0-.282.042-.56.126-.825.114-.36.417-.63.79-.703.17-.033.35-.05.53-.05.178 0 .356.017.527.05.373.074.676.344.79.705.084.265.126.543.126.825 0 .282-.042.56-.126.825-.114.36-.417.63-.79.704-.173.034-.35.05-.528.05-.178 0-.356-.016-.53-.05-.07-.014-.14-.036-.207-.064l.746 2.05c.692 0 1.374-.117 2.028-.346.668-.252 1.168-.79 1.373-1.475.158-.547.237-1.117.237-1.694 0-.576-.08-1.146-.236-1.693-.204-.685-.704-1.223-1.37-1.476-.66-.23-1.344-.346-2.04-.346-.693 0-1.378.117-2.034.347-.67.253-1.17.79-1.373 1.475z" fill-rule="nonzero"/></svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

File diff suppressed because one or more lines are too long

View File

@ -88,7 +88,7 @@ var main = " <ul class=\"tiles tiles--icons\">";
for (var i = 0; i < source.icons.length; i++) {
var fileName = source.icons[i].title.toLowerCase();
fileName = fileName.replace(/[!||.| ]/g, ''); // Replace bang, apostrophe, period and space with nothing.
fileName = fileName.replace(/[!||.| |-]/g, ''); // Replace bang, apostrophe, period and space with nothing.
fileName = fileName.replace(/[+]/, 'plus'); // Replace the plus symbol with “plus”.
filePath = "../icons/" + fileName + ".svg";
var fs = require('fs');

View File

@ -160,6 +160,11 @@
"hex": "414959",
"source": "https://www.conekta.io"
},
{
"title": "Co-op",
"hex": "00A1CC",
"source": "http://www.co-operative.coop/corporate/press/logos/"
},
{
"title": "Coursera",
"hex": "757575",