Updated to the new version of keeper

This commit is contained in:
Martin Donnelly 2016-06-30 14:44:49 +01:00
parent 0e3f85240e
commit 94db464463
372 changed files with 50986 additions and 607 deletions

View File

@ -1,30 +1,41 @@
{
"node": true,
"esnext": true,
"bitwise": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"immed": true,
"indent": 2,
"latedef": true,
"newcap": true,
"noarg": true,
"quotmark": "single",
"regexp": true,
"undef": true,
"unused": true,
"strict": true,
"trailing": true,
"smarttabs": true,
"white": true,
"validthis": true,
"browser" : true,
"jquery":true,
"globals": {
"angular": false
}
"predef": [
"Promise"
],
"node": true,
"browser": false,
"boss": true,
"curly": true,
"debug": false,
"devel": true,
"eqeqeq": true,
"evil": true,
"forin": false,
"immed": false,
"laxbreak": false,
"newcap": true,
"noarg": true,
"noempty": false,
"nonew": false,
"nomen": false,
"onevar": false,
"plusplus": false,
"regexp": false,
"undef": true,
"sub": true,
"strict": false,
"white": false,
"eqnull": true,
"esnext": true,
"unused": true,
"supernew": true,
"globals": {
"$": false,
"EJS": false,
"MicroEvent": false,
"express":false,
"http":false,
"request":false,
"cheerio":false
}
}

View File

@ -162,13 +162,81 @@ buttons {
padding: 6px 0px;
}
#sidedrawer .entry {
padding-bottom: 5px;
border-bottom:1px solid #e0c0e0;
padding-right: 16px;
padding: 7px;
cursor:pointer;
}
#sidedrawer .entry:after {
/*#sidedrawer .entry:after {
font-family:Linearicons-Free;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
float:right;
content:"\e87a"
}*/
#footer, .mui-appbar {
background-color: #62849C;
}
a.tag{
float:left;
margin-right:8px;
padding:2px 7px 3px 19px;
font:700 .7em "lucida grande", helvetica, arial, sans-serif;
color:#3d5295;
text-decoration:none;
text-shadow:0 1px 0 rgba(255,255,255,.5);
border-radius:0 .4em .4em 0;
background:
-moz-linear-gradient(
-45deg,
transparent 50%,
#d0daf7 50%
),
-moz-linear-gradient(
45deg,
transparent 50%,
#d0daf7 50%
),
-moz-linear-gradient(
#d0daf7,
#d0daf7
);
background:
-webkit-gradient(
linear,
0 0, 100% 100%,
color-stop(.5,transparent),
color-stop(.5,#d0daf7)
),
-webkit-gradient(
linear,
0 100%, 100% 0,
color-stop(.5,transparent),
color-stop(.5,#d0daf7)
),
-webkit-gradient(
linear,
0 0, 100% 0,
from(#d0daf7),
to(#d0daf7)
);
background-repeat:no-repeat;
background-position:0 0, 0 100%, 10px 0;
background-size:10px 53%, 10px 50%, 100% 100%;
-moz-padding-start:14px;
-webkit-mask-image:-webkit-gradient(
radial,
11 50%, 2.9, 11 50%, 3,
from(transparent),
to(rgba(0,0,0,1))
)}
a.tag:hover {
opacity:.8}
#bodyContents > li {
display: list-item;
}

View File

@ -1,7 +1,14 @@
body {
font-family: 'Roboto Slab', "Helvetica Neue", Helvetica, Arial;
}
ul {
li {
margin-left: 15px;
}
/*ul {
margin: 0;
padding: 0;
}
@ -10,7 +17,7 @@ li {
display: inline;
margin: 0;
padding: 0 4px 0 0;
}
}*/
.dates {
padding: 2px;
@ -50,4 +57,4 @@ font-size:20px;
.fnRefresh {
}
}

View File

@ -1,67 +1,119 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="//fonts.googleapis.com/css?family=Roboto+Slab:400,300,700" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="//cdn.linearicons.com/free/1.0.0/icon-font.min.css">
<link href="//cdn.muicss.com/mui-0.4.6/css/mui.min.css" rel="stylesheet" type="text/css" />
<!-- inject:css -->
<link href="css/app.css" rel="stylesheet" type="text/css" />
<link href="css/md.css" rel="stylesheet" type="text/css" />
<!-- endinject -->
<script src="//cdn.muicss.com/mui-0.4.6/js/mui.min.js"></script>
<script src="//code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="libs/ejs.js"></script>
<script src="libs/view.js"></script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- build:fonts -->
<link href="//fonts.googleapis.com/css?family=Roboto+Slab:400,300,700" rel="stylesheet" type="text/css">
<!-- endbuild -->
<!-- build:linear -->
<link rel="stylesheet" href="//cdn.linearicons.com/free/1.0.0/icon-font.min.css">
<!-- endbuild -->
<!-- build:mui -->
<link href="//cdn.muicss.com/mui-latest/css/mui.min.css" rel="stylesheet" type="text/css"/>
<!-- endbuild -->
<!-- build:css -->
<link href="css/app.css" rel="stylesheet" type="text/css"/>
<link href="css/md.css" rel="stylesheet" type="text/css"/>
<link href="css/read.css" rel="stylesheet" type="text/css"/>
<link href="css/gist.css" rel="stylesheet" type="text/css"/>
<!-- endbuild -->
<!-- build:vendor -->
<script src="libs/microevent.js"></script>
<script src="//cdn.muicss.com/mui-latest/js/mui.min.js"></script>
<script src="//code.jquery.com/jquery-2.2.3.min.js" integrity="sha256-a23g1Nt4dtEYOj7bR+vTu7+T8VP13humZFBJNIYoEJo="
crossorigin="anonymous"></script>
<script src="libs/ejs.js"></script>
<script src="libs/view.js"></script>
<!-- endbuild -->
<link rel="apple-touch-icon" sizes="57x57" href="fav/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="fav/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="fav/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="fav/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="fav/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="fav/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="fav/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="fav/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="fav/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="fav/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="fav/favicon-194x194.png" sizes="194x194">
<link rel="icon" type="image/png" href="fav/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="fav/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="fav/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="fav/manifest.json">
<link rel="mask-icon" href="fav/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#ffc40d">
<meta name="msapplication-TileImage" content="fav/mstile-144x144.png">
<meta name="theme-color" content="#ffc40d">
<title>Keeper Silvtree</title>
</head>
<body>
<div id="sidedrawer" class="mui--no-user-select">
<div id="sidedrawer-brand" class="mui--appbar-line-height mui--text-title">Recipes</div>
<div class="mui-divider"></div>
<div id="functions" class="fnBlock">
<span id="fnRefresh" class="lnr lnr-sync"></span>
<span id="fnSearch" class="lnr lnr-magnifier"></span>
</div>
<div id='searchbox' class="mui-textfield" style="display: none;">
<input id='newsearch' type="text" placeholder="Search for..">
</div>
<div class="mui-divider"></div>
<div id="listContainer">
<div id="sidedrawer-brand" class="mui--appbar-line-height mui--text-title">Keeper</div>
<div class="mui-divider"></div>
<div id="functions" class="fnBlock">
<span id="fnRefresh" class="lnr lnr-sync"></span>
<!--<span id="fnSearch" class="lnr lnr-magnifier"></span>-->
</div>
<div class="mui-divider"></div>
<div class="mui-textfield">
<input id='newurl' type="text" placeholder="Add new url">
<div id="addstatus" style="display:none;">Adding...</div>
</div>
<span class="mui-dropdown">
<button class="mui-btn mui-btn--primary mui-btn--small" data-mui-toggle="dropdown">
Tags
<span class="mui-caret"></span>
</button>
<ul class="mui-dropdown__menu" id="tagList">
</ul>
</span>
&nbsp;
<span>
<button class="mui-btn mui-btn--small mui-btn--primary mui-btn--fab" id="newPage">+</button>
</span>
</div>
<div id='searchbox' class="mui-textfield" style="display: none;">
<input id='newsearch' type="text" placeholder="Search for..">
</div>
<div class="mui-divider"></div>
<div id="listContainer">
</div>
<div class="mui-divider"></div>
<div class="mui-textfield">
<input id='newurl' type="text" placeholder="Add new url">
<div id="addstatus" style="display:none;">Adding...</div>
</div>
</div>
<header id="header">
<div class="mui-appbar mui--appbar-line-height">
<div class="mui-container-fluid">
<a class="sidedrawer-toggle mui--visible-xs-inline-block js-show-sidedrawer"></a>
<a class="sidedrawer-toggle mui--hidden-xs js-hide-sidedrawer"></a>
<span class="mui--text-title mui--visible-xs-inline-block">Brand.io</span>
</div>
<div class="mui-appbar mui--appbar-line-height">
<div class="mui-container-fluid">
<a class="sidedrawer-toggle mui--visible-xs-inline-block js-show-sidedrawer"><span
class="lnr lnr-menu"></span></a>
<a class="sidedrawer-toggle mui--hidden-xs js-hide-sidedrawer "><span class="lnr lnr-menu"></span></a>
<span class="mui--text-title mui--visible-xs-inline-block">Keeper</span>
</div>
</div>
</header>
<div id="content-wrapper">
<div class="mui--appbar-height"></div>
<div class="mui-container-fluid" id="bodyContents">
<!-- content here -->
</div>
<div class="mui--appbar-height"></div>
<!--<div class="mui-container-fluid" id="bodyContents" class="mui-panel">-->
<!-- content here -->
<div class="mui-container" id="bodyContents" class="mui-panel">
</div>
</div>
<footer id="footer">
<div class="mui-container-fluid">
<br>
Made with ♥ by Martin</a>
</div>
<div class="mui-container-fluid">
<br>
Made with&nbsp;<span class="lnr lnr-heart"></span>&nbsp;by Martin</a>
</div>
</footer>
</body>
<!-- inject:js -->
<!-- build:js -->
<script src="js/shell.js"></script>
<script src="js/app.js"></script>
<!-- endinject -->
</html>
<!-- endbuild -->
</html>

View File

@ -1,66 +0,0 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="//fonts.googleapis.com/css?family=Roboto+Slab:400,300,700" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="//cdn.linearicons.com/free/1.0.0/icon-font.min.css">
<link href="//cdn.muicss.com/mui-0.4.6/css/mui.min.css" rel="stylesheet" type="text/css" />
<!-- inject:css -->
<link href="css/app.min.css" rel="stylesheet" type="text/css" />
<link href="css/md.min.css" rel="stylesheet" type="text/css" />
<!-- endinject -->
<script src="//cdn.muicss.com/mui-0.4.6/js/mui.min.js"></script>
<script src="//code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="libs/ejs_production.js"></script>
</head>
<body>
<div id="sidedrawer" class="mui--no-user-select">
<div id="sidedrawer-brand" class="mui--appbar-line-height mui--text-title">Recipes</div>
<div class="mui-divider"></div>
<div id="functions" class="fnBlock">
<span id="fnRefresh" class="lnr lnr-sync"></span>
<span id="fnSearch" class="lnr lnr-magnifier"></span>
</div>
<div id='searchbox' class="mui-textfield" style="display: none;">
<input id='newsearch' type="text" placeholder="Search for..">
</div>
<div class="mui-divider"></div>
<div id="listContainer">
</div>
<div class="mui-divider"></div>
<div class="mui-textfield">
<input id='newurl' type="text" placeholder="Add new url">
<div id="addstatus" style="display:none;">Adding...</div>
</div>
</div>
<header id="header">
<div class="mui-appbar mui--appbar-line-height">
<div class="mui-container-fluid">
<a class="sidedrawer-toggle mui--visible-xs-inline-block js-show-sidedrawer"></a>
<a class="sidedrawer-toggle mui--hidden-xs js-hide-sidedrawer"></a>
<span class="mui--text-title mui--visible-xs-inline-block">Brand.io</span>
</div>
</div>
</header>
<div id="content-wrapper">
<div class="mui--appbar-height"></div>
<div class="mui-container-fluid" id="bodyContents">
<!-- content here -->
</div>
</div>
<footer id="footer">
<div class="mui-container-fluid">
<br>
Made with ♥ by Martin</a>
</div>
</footer>
</body>
<!-- inject:js -->
<script src="js/main.min.js"></script>
<!-- endinject -->
</html>

View File

@ -3,148 +3,376 @@
* Created by Martin on 24/02/2016.
*/
$.fn.pressEnter = function (fn) {
$.fn.pressEnter = function(fn) {
return this.each(function () {
$(this).bind('enterPress', fn);
$(this).keyup(function (e) {
if (e.keyCode === 13) {
$(this).trigger('enterPress');
}
});
return this.each(function() {
$(this).bind('enterPress', fn);
$(this).keyup(function(e) {
if (e.keyCode === 13) {
$(this).trigger('enterPress');
}
});
});
};
(function () {
console.log('GO!');
var $list = $('#listContainer');
var displayList = function (obj) {
var html = new EJS({url: '/partials/list.ejs'}).render(obj);
console.log(html);
$list.empty();
$list.append(html);
$('#listContainer').find('.entry').not('.emptyMessage').click(function () {
console.log('Clicked list. ' + this.id);
getRecipe(this.id);
});
}, displayPage = function (obj) {
var Keeper = function() {
var self = this;
console.log('GO!');
var $list = $('#listContainer');
var displayList = function(obj) {
var html = new EJS({url: '/partials/list.ejs'}).render(obj);
// Console.log(html);
$list.empty();
$list.append(html);
$('#listContainer').find('.entry').not('.emptyMessage').click(function() {
getBookmark(this.id);
});
}, displayPage = function(obj) {
var $bodyContents = $('#bodyContents');
if (obj.list[0].body.length > 0) {
$bodyContents.empty();
$bodyContents.append(obj.list[0].body);
if (obj.reduced.length > 0) {
var vdata = {
data: {
_id: obj._id,
_rev: obj._rev,
title: obj.title,
reduced: obj.reduced,
tags: obj.tags,
url: obj.url
}
};
var redoData = {
_id: obj._id, _rev: obj._rev, url: obj.url
};
var html = new EJS({url: 'partials/view.ejs'}).render(vdata);
$bodyContents.empty();
$bodyContents.scrollTop(0);
$bodyContents.append(html);
$('#redo').on('click', function() {
self.trigger('redo', redoData);
});
$('#tagSave').on('click', function() {
self.trigger('tagsave', redoData);
});
$('#tageditmode').on('click', function() {
self.trigger('startTags');
});
}
}, getRecipe = function (id) {
console.log('get recipe');
var url = '/recipes/entry/' + id;
var data = '';
$.ajax({
type: 'GET',
url: url,
data: data,
dataType: 'json',
}, getBookmark = function(id) {
// Console.log('getBookmark');
var url = '/entry/' + id;
var data = '';
$.ajax({
type: 'GET', url: url, data: data, dataType: 'json',
timeout: 10000,
timeout: 10000,
//contentType: ('application/json'),
headers: {
// ContentType: ('application/json'),
headers: {
'Access-Control-Allow-Origin': '*',
'Access-Control-Allow-Methods': 'PUT, GET, POST, DELETE, OPTIONS',
'Access-Control-Allow-Headers': 'Content-Type'
},
success: function (data) {
// console.log(data);
}, success: function(data) {
// Console.log(data);
displayPage(data);
},
error: function (xhr, type) {
console.log('ajax error');
console.log(xhr);
console.log(type);
}
});
},
}, error: function(xhr, type) {
getList = function () {
}
});
}, updateMainTagList = function(obj) {
var $taglist = $('#tagList');
var url = '/recipes/list';
var html = new EJS({url: '/partials/taglist.ejs'}).render(obj);
$taglist.empty();
$taglist.html(html);
$.ajax({
type: 'GET',
url: url,
data: '',
dataType: 'json',
},
getMainTagList = function() {
var url = '/tags';
$.ajax({
type: 'GET', url: url, data: '', dataType: 'json',
timeout: 10000,
// ContentType: ('application/json'),
headers: {
'Access-Control-Allow-Origin': '*',
'Access-Control-Allow-Methods': 'PUT, GET, POST, DELETE, OPTIONS',
'Access-Control-Allow-Headers': 'Content-Type'
}, success: function(data) {
// Console.log(data);
updateMainTagList(data);
}, error: function(xhr, type) {
}
});
}, getList = function() {
var url = '/list';
$.ajax({
type: 'GET', url: url, data: '', dataType: 'json',
timeout: 10000,
//contentType: ('application/json'),
// ContentType: ('application/json'),
headers: {
'Access-Control-Allow-Origin': '*',
'Access-Control-Allow-Methods': 'PUT, GET, POST, DELETE, OPTIONS',
'Access-Control-Allow-Headers': 'Content-Type'
'Access-Control-Allow-Origin': '*',
'Access-Control-Allow-Methods': 'PUT, GET, POST, DELETE, OPTIONS',
'Access-Control-Allow-Headers': 'Content-Type'
}, success: function(data) {
// Console.log(data);
displayList(data);
}, error: function(xhr, type) {
},
success: function (data) {
// console.log(data);
displayList(data);
},
error: function (xhr, type) {
console.log('ajax error');
console.log(xhr);
console.log(type);
}
});
}, addNew = function (newUrl) {
var url = '/recipes/add';
});
}, saveTags = function(d) {
function parse(input) {
return input
.trim()
.split(/\s*,\s*/)
.map(function(col) {
return col.trim();
})
.filter(function(col) {
return col && col.length;
});
}
var data = {url: JSON.stringify(newUrl)};
$.ajax({
type: 'POST',
url: url,
data: data,
dataType: 'json',
var data = d;
var url = '/tags';
var tags = {};
var tagItems = $('#edittags').val();
tagItems = parse(tagItems);
tags.list = tagItems;
tags.solid = tagItems.join(', ');
timeout: 10000,
data.tags = tags;
//contentType: ('application/json'),
headers: {
'Access-Control-Allow-Origin': '*',
'Access-Control-Allow-Methods': 'PUT, GET, POST, DELETE, OPTIONS',
'Access-Control-Allow-Headers': 'Content-Type'
$.ajax({
type: 'POST', url: url, data: d, dataType: 'json',
},
success: function () {
// console.log(data);
// displayList(data);
},
error: function (xhr, type) {
console.log('ajax error');
console.log(xhr);
console.log(type);
}
});
},
start = function () {
timeout: 10000,
getList();
};
// ContentType: ('application/json'),
headers: {
'Access-Control-Allow-Origin': '*',
'Access-Control-Allow-Methods': 'PUT, GET, POST, DELETE, OPTIONS',
'Access-Control-Allow-Headers': 'Content-Type'
}, success: function() {
// Console.log(data);
// displayList(data);
$('#visualTabs').toggle();
$('#tagForm').toggle();
}, error: function(xhr, type) {
}
});
}, addNew = function(newUrl) {
var url = '/add';
var data = {url: JSON.stringify(newUrl)};
$.ajax({
type: 'POST', url: url, data: data, dataType: 'json',
timeout: 10000,
//ContentType: ('application/json'),
headers: {
'Access-Control-Allow-Origin': '*',
'Access-Control-Allow-Methods': 'PUT, GET, POST, DELETE, OPTIONS',
'Access-Control-Allow-Headers': 'Content-Type'
}, success: function() {
// Console.log(data);
// displayList(data);
}, error: function(xhr, type) {
}
});
}, redo = function(d) {
console.log('redooing');
var url = '/redo';
$.ajax({
type: 'POST', url: url, data: d, dataType: 'json',
timeout: 10000,
//ContentType: ('application/json'),
headers: {
'Access-Control-Allow-Origin': '*',
'Access-Control-Allow-Methods': 'PUT, GET, POST, DELETE, OPTIONS',
'Access-Control-Allow-Headers': 'Content-Type'
}, success: function() {
// Console.log(data);
// displayList(data);
}, error: function(xhr, type) {
}
});
}, start = function() {
getList();
getMainTagList();
}, listFromTag = function(tag) {
console.log('get for ' + tag);
var url = '/tags/' + tag;
$.ajax({
type: 'GET', url: url, data: '', dataType: 'json',
timeout: 10000,
// ContentType: ('application/json'),
headers: {
'Access-Control-Allow-Origin': '*',
'Access-Control-Allow-Methods': 'PUT, GET, POST, DELETE, OPTIONS',
'Access-Control-Allow-Headers': 'Content-Type'
}, success: function(data) {
// Console.log(data);
displayList(data);
}, error: function(xhr, type) {
}
});
}, savenew = function(d) {
console.log('saving new');
var url = '/savenew';
$.ajax({
type: 'POST', url: url, data: d, dataType: 'json',
timeout: 10000,
//ContentType: ('application/json'),
headers: {
'Access-Control-Allow-Origin': '*',
'Access-Control-Allow-Methods': 'PUT, GET, POST, DELETE, OPTIONS',
'Access-Control-Allow-Headers': 'Content-Type'
}, success: function() {
// Console.log(data);
// displayList(data);
}, error: function(xhr, type) {
}
});
};
$('#newurl').pressEnter(function() {
var url = $(this).val();
if (url !== null) {
console.log('Adding: ' + url);
addNew(url);
$('#addstatus').fadeIn(400).delay(1500).fadeOut(400);
$(this).val('');
/* SetTimeout(function () {
getList();
}, 5000);*/
}
});
$('#fnRefresh').on('click', function() {
getList();
});
$('#newPage').on('click', function() {
console.log('new trigger');
self.trigger('newpage');
});
$(window).on('hashchange', ()=> {
self.trigger('hashchange', location.hash);
});
this.bind('redo', function(data) {
redo(data);
});
this.bind('tagsave', function(data) {
saveTags(data);
});
this.bind('startTags', function(data) {
$('#visualTabs').toggle();
$('#tagForm').toggle();
});
this.bind('savenew', function() {
console.log('+ savenew event');
var data = {};
data.title = $("input[name=newtitle]" ).val();
data.type = $("input[name=newtype]" ).val();
data.body = $( "textarea[name=newbody]" ).val();
console.log(data);
savenew(data);
console.log('- savenew event');
});
this.bind('newpage', function() {
console.log('+ newpage');
// Start entering a new page..
var $bodyContents = $('#bodyContents');
var html = new EJS({url: 'partials/new.ejs'}).render();
$bodyContents.empty();
$bodyContents.scrollTop(0);
$bodyContents.append(html);
$('#newform').submit(function(event) {
event.preventDefault();
self.trigger('savenew');
});
$('#newurl').pressEnter(function () {
var url = $(this).val();
if (url !== null) {
console.log('Adding: ' + url);
addNew(url);
$('#addstatus').fadeIn(400).delay(1500).fadeOut(400);
$(this).val('');
/* setTimeout(function () {
getList();
}, 5000);*/
}
});
$('#fnRefresh').on('click', function () {
getList();
});
this.bind('hashchange', function(data) {
start();
})();
var tagroute = data.replace('#?', '');
if (tagroute !== '') {
listFromTag(tagroute);
} else {
getList();
}
});
start();
};
MicroEvent.mixin(Keeper);
var keeper = new Keeper();

View File

@ -1,3 +1,4 @@
"use strict";
jQuery(function($) {
var $bodyEl = $('body'),
$sidedrawerEl = $('#sidedrawer');

13
app/partials/new.ejs Normal file
View File

@ -0,0 +1,13 @@
<form id="newform">
<legend>New Page</legend>
<div class="mui-textfield mui-textfield--float-label">
<input type="text" id="newtitle" name="newtitle">
<label>Title</label>
</div>
<div class="mui-textfield mui-textfield--float-label">
<textarea rows="30" name="newbody"></textarea>
<label>Content</label>
</div>
<input type="hidden" id="newtype" name="newtype" value="markdown">
<button type="submit" class="mui-btn mui-btn--raised">Submit</button>
</form>

1
fonts.list Normal file
View File

@ -0,0 +1 @@
Roboto+Slab:400,300,700

View File

@ -1,61 +1,105 @@
"use strict";
var gulp = require('gulp'),
'use strict';
var gulp = require('gulp');
var autoprefixer = require('gulp-autoprefixer');
var cssnano = require('gulp-cssnano');
var jshint = require('gulp-jshint');
var uglify = require('gulp-uglify');
var rename = require('gulp-rename');
var concat = require('gulp-concat');
var notify = require('gulp-notify');
var cache = require('gulp-cache');
var livereload = require('gulp-livereload');
var htmlmin = require('gulp-htmlmin');
var inject = require('gulp-inject');
var del = require('del');
var htmlreplace = require('gulp-html-replace');
autoprefixer = require('gulp-autoprefixer'),
cssnano = require('gulp-cssnano'),
jshint = require('gulp-jshint'),
uglify = require('gulp-uglify'),
rename = require('gulp-rename'),
concat = require('gulp-concat'),
notify = require('gulp-notify'),
cache = require('gulp-cache'),
livereload = require('gulp-livereload'),
htmlmin = require('gulp-htmlmin'),
inject = require('gulp-inject'),
del = require('del');
var googleWebFonts = require('gulp-google-webfonts');
var filePath = {
build_dir: './dist'
};
var fontOptions = { };
gulp.task('fonts', function() {
return gulp.src('./fonts.list')
.pipe(googleWebFonts(fontOptions))
.pipe(gulp.dest('dist/fonts'))
;
});
gulp.task('linearicons', function() {
gulp.src(['src/linearicons/webfont/style.css']).pipe(gulp.dest('dist/fonts'));
gulp.src(['src/linearicons/webfont/fonts/**/*']).pipe(gulp.dest('dist/fonts'));
});
gulp.task('scripts', function() {
return gulp.src('app/js/**/*.js')
.pipe(jshint('.jshintrc'))
.pipe(jshint.reporter('default'))
.pipe(concat('main.js'))
.pipe(gulp.dest('dist/js'))
.pipe(rename({suffix: '.min'}))
.pipe(uglify())
.pipe(gulp.dest('dist/js'))
.pipe(notify({ message: 'Scripts task complete' }));
});
/*.pipe(gulp.dest('dist/js'))*/
/*.pipe(rename({suffix: '.min'}))*/
.pipe(concat('app.js'))
/*.pipe(uglify({mangle: false}))*/
.pipe(gulp.dest('dist/js'));
});
gulp.task('vendor', function() {
return gulp.src(['app/libs/microevent.js','src/bower_modules/mui/packages/cdn/js/mui.min.js','src/bower_modules/jquery/dist/jquery.min.js','app/libs/ejs_production.js'])
/*.pipe(gulp.dest('dist/js'))*/
/*.pipe(rename({suffix: '.min'}))*/
.pipe(concat('vendor.js'))
/*.pipe(uglify({mangle: false}))*/
.pipe(gulp.dest('dist/js'));
});
gulp.task('styles', function() {
return gulp.src('app/css/**/*.css')
return gulp.src(['app/css/app.css','app/css/md.css','app/css/read.css','app/css/gist.css'])
.pipe(autoprefixer('last 2 version', 'safari 5', 'ie 8', 'ie 9', 'opera 12.1', 'ios 6', 'android 4'))
.pipe(gulp.dest('dist/css'))
.pipe(rename({suffix: '.min'}))
/*.pipe(gulp.dest('dist/css'))*/
/*.pipe(rename({suffix: '.min'}))*/
.pipe(cssnano())
.pipe(gulp.dest('dist/css'))
.pipe(notify({ message: 'Styles task complete' }));
});
.pipe(concat('app.css'))
.pipe(gulp.dest('dist/css'));
});
gulp.task('partials', function() {
gulp.src(['app/partials/**/*']).pipe(gulp.dest('dist/partials'));
gulp.src(['app/libs/ejs_production.js']).pipe(gulp.dest('dist/libs'));
});
gulp.src(['app/fav/**/*']).pipe(gulp.dest('dist/fav'));
gulp.src(['app/gfx/**/*']).pipe(gulp.dest('dist/gfx'));
gulp.src(['src/bower_modules/mui/packages/cdn/css/mui.min.css']).pipe(gulp.dest('dist/css'));
});
gulp.task('minify-html', function () {
return gulp.src(['app/index.prod.html']).pipe(htmlmin({removeComments: true, collapseWhitespace: true, keepClosingSlash: true}))
.pipe(gulp.dest('dist/index.html'));
});
gulp.task('index', function() {
var sources = gulp.src(['js/apps.js', 'css/app.css'], {read: false});
return gulp.src(['app/index.html'])
.pipe(htmlreplace({
css: 'css/app.css',
js: 'js/app.js',
vendor: 'js/vendor.js',
fonts: 'fonts/fonts.css',
linear: 'fonts/style.css',
mui: 'css/mui.min.css'
}))
.pipe(htmlmin({removeComments: true, collapseWhitespace: true, keepClosingSlash: true}))
.pipe(gulp.dest('dist/'));
});
gulp.task('clean', function() {
return del(['dist']);
});
});
gulp.task('default', ['clean'], function() {
gulp.start('styles', 'scripts','partials','minify-html');
});
gulp.start('styles', 'scripts','vendor','partials','fonts','linearicons','index');
});

View File

@ -1,42 +1,48 @@
{
"name": "recipe",
"version": "1.0.0",
"name": "Keeper",
"version": "1.1.1",
"description": "",
"main": "recipe-server.js",
"main": "keeper-server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"refresh": "git pull && npm install && gulp default"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.15.0",
"body-parser": "^1.15.2",
"cheerio": "^0.20.0",
"cookie-parser": "^1.4.1",
"express": "^4.13.4",
"cookie-parser": "^1.4.3",
"ejs": "^2.4.2",
"express": "^4.14.0",
"morgan": "^1.7.0",
"nano": "^6.2.0",
"require-dir": "^0.3.0",
"serve-favicon": "^2.3.0",
"sqlite3": "^3.1.1",
"string": "^3.3.1",
"zlib": "^1.0.5"
"url": "^0.11.0"
},
"devDependencies": {
"del": "^2.2.0",
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-cache": "^0.4.2",
"gulp-cache": "^0.4.5",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.1",
"gulp-htmlmin": "^1.3.0",
"gulp-inject": "^3.0.0",
"gulp-jshint": "^2.0.0",
"gulp-cssnano": "^2.1.2",
"gulp-google-webfonts": "0.0.12",
"gulp-html-replace": "^1.6.1",
"gulp-htmlmin": "^2.0.0",
"gulp-inject": "^4.1.0",
"gulp-jshint": "^2.0.1",
"gulp-livereload": "^3.8.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3",
"jshint": "^2.9.1",
"jsonfile": "^2.2.3",
"log4js": "^0.6.31",
"simplecrawler": "^0.6.2"
"gulp-uglify": "^1.5.4",
"html-to-markdown": "^1.0.0",
"jshint": "^2.9.2",
"jsonfile": "^2.3.1",
"log4js": "^0.6.37",
"markdown": "^0.5.0",
"simplecrawler": "^0.7.0"
}
}

4
pages.md Normal file
View File

@ -0,0 +1,4 @@
[www.bbcgoodfood.com/recipes/2738/real-spanish-omelette](www.bbcgoodfood.com/recipes/2738/real-spanish-omelette)
[http://www.jamieoliver.com/recipes/beef-recipes/grilled-steak-ratatouille-saffron-rice/](http://www.jamieoliver.com/recipes/beef-recipes/grilled-steak-ratatouille-saffron-rice/)

View File

@ -1,21 +1,11 @@
var express = require('express'), path = require('path'), http = require('http'),
favicon = require('serve-favicon'),
logger = require('morgan'),
cookieParser = require('cookie-parser'),
bodyParser = require('body-parser'),
recipes = require('./server/recipes')
/*
routes = require('./routes/index'),
users = require('./routes/users')
*/
//train = require('lib/train')
/* ,submit = require('./routes/mongo/submit') */
;
var express = require('express');
var path = require('path');
var http = require('http');
var favicon = require('serve-favicon');
var logger = require('morgan');
var cookieParser = require('cookie-parser');
var bodyParser = require('body-parser');
var keeper = require('./server/keeper');
var app = express();
app.set('port', process.env.PORT || 8025);
@ -25,25 +15,16 @@ app.use(logger('dev'));
app.use(bodyParser.json());
app.use(bodyParser.urlencoded({ extended: true }));
app.use(cookieParser());
app.use(express.static(path.join(__dirname, 'app')));
app.use('/recipes', recipes);
//app.use('/users', users);
/*
app.use('/time', timeroute);
app.use('/btc', btcroute);
app.use('/temp',temproute);
app.use('/weight',weightroute);
*/
app.use(express.static(path.join(__dirname, 'dist')));
app.use('/', keeper);
/**
* create the server
*/
app.listen(app.get('port'), function () {
console.log('Recipe Server listening on ' + app.get('port'));
console.log('Keeper Server listening on ' + app.get('port'));
});/**
* Created by Martin on 22/02/2016.
*/

View File

@ -1,259 +0,0 @@
"use strict";
/**
* Created by Martin on 22/02/2016.
*/
var express = require('express');
var http = require('http'), request = require('request'), cheerio = require('cheerio'), util = require('util');
var jsonfile = require('jsonfile'), fs = require('fs'), STRING = require('string');
var zlib = require("zlib");
var log4js = require('log4js');
var logger = log4js.getLogger();
var router = express.Router();
var sqlite3 = require('sqlite3').verbose();
var EventEmitter = require('events');
var busEmitter = new EventEmitter();
var dbfile = process.env.DB_HOME + '/' + "recipes.db";
var bodyfile = __dirname + '/' + 'body.html';
var htmlfile = __dirname + '/' + 'testoutput.html';
var generics = ['ARTICLE', 'div.content_column', 'div.post'];
var db;
function createDB() {
logger.debug('Creating recipes db...');
logger.debug(dbfile);
if (!fs.existsSync(dbfile)) {
logger.debug('creating db file');
fs.openSync(dbfile, 'w');
db = new sqlite3.Database(dbfile, createTable);
db.close();
connectDB();
}
else {
logger.info('Database already created.');
connectDB();
}
}
function connectDB() {
"use strict";
logger.debug('Connect db.');
db = new sqlite3.Database(dbfile);
//logger.debug(temp_db);
return db;
}
function createTable() {
logger.debug('Creating temp table...');
db.run('CREATE TABLE `recipes` (`id` INTEGER PRIMARY KEY AUTOINCREMENT UNIQUE, `url` TEXT, `html` TEXT, `reduced` TEXT, `title` TEXT );');
}
function closeDB() {
"use strict";
logger.debug('Closing db.');
db.close();
}
function cleaner(b) {
var _b = b;
var unwanted = ['div#disqus_thread', 'SCRIPT', 'FOOTER', 'div.ssba', '.shareaholic-canvas', '.yarpp-related', 'div.dfad', 'div.postFooterShare', 'div#nextPrevLinks', '.post-comments'];
for (var i = 0; i < unwanted.length; i++) {
_b.find(unwanted[i]).remove();
}
return _b;
}
function insertRecipe(obj) {
// logger.debug(obj);
db.run('BEGIN TRANSACTION');
db.run('INSERT INTO `recipes`(`url`,`html`,`reduced`,`title`) VALUES (?,?,?,?);', obj);
db.run('commit');
logger.debug('Insert done..');
}
var doInsertRecipe = (obj) =>
{
// logger.info('sendSocket: ' + JSON.stringify(obj));
insertRecipe(obj);
}
var doGetRecipe = (url) =>
{
// logger.info('sendSocket: ' + JSON.stringify(obj));
genericGrab(url);
}
busEmitter.on('saveRecipeData', doInsertRecipe);
busEmitter.on('getRecipe', doGetRecipe);
function processBody(body) {
$ = cheerio.load(body);
var title = $('TITLE').text();
// try to find a body to grab
var i = 0;
while (($(generics[i]).length == 0) && (i < generics.length)) {
logger.info(generics[i]);
logger.info($(generics[i]));
logger.info('i: ' + i + ', ' + $(generics[i]).length);
i++;
}
logger.debug(i);
if (i < generics.length) {
var tdihbody = $(generics[i]);
var obj = [];
logger.debug(tdihbody.length);
tdihbody = cleaner(tdihbody);
logger.debug(title);
obj.push(url);
obj.push($.html());
obj.push(tdihbody.html());
obj.push(title);
// busEmitter.emit("saveRecipeData", obj);
}
}
function genericGrab(url) {
logger.info(url);
request(url, function (err, resp, body) {
if (err)
throw err;
console.log("headers: ", resp.headers);
console.log(resp.statusCode);
if (resp.headers.hasOwnProperty('content-encoding')) {
if (resp.headers['content-encoding'] == 'gzip') {
// to test http://chaosinthekitchen.com/2009/07/lime-and-coconut-chicken/
var gunzip = zlib.createGunzip();
var jsonString = '';
resp.pipe(gunzip);
gunzip.on('data', function (chunk) {
jsonString += chunk;
});
gunzip.on('end', function () {
console.log((jsonString));
callback(JSON.stringify(jsonString));
});
gunzip.on('error', function (e) {
console.log(e);
});
}
else
{
processBody(body);
}
} else
{
processBody(body);
}
//fs.writeFileSync(htmlfile, tdihbody.html());
fs.writeFileSync(bodyfile, $.html());
});
}
router.get('/list', function (req, res) {
logger.debug('list..');
// 'select id, title from `recipes` where title is not null;'
db.all('select id, title from `recipes` where title is not null;', function (err, rows) {
var out = [];
if (rows !== null && typeof rows !== 'undefined') {
// logger.debug(err);
// logger.debug(rows);
rows.forEach(function (row) {
out.push({"id": row.id, "title": row.title});
});
}
res.writeHead(200, {"ContentType": "application/json"});
//res.send(JSON.stringify(t));
res.end(JSON.stringify({list: out}));
//closeDB();
});
});
router.get('/entry/:id', function (req, res) {
logger.debug('entry..');
logger.debug(req.params.id);
// 'select id, title from `recipes` where title is not null;'
var sqlstr = 'select * from `recipes` where id = ' + req.params.id + ';';
db.all(sqlstr, function (err, rows) {
var out = [];
// logger.debug(err);
// logger.debug(rows);
if (rows !== null && typeof rows !== 'undefined')
{
rows.forEach(function (row) {
var d = {"id": row.id, "title": row.title};
if (row.reduced.length !== 0) {
d.body = row.reduced;
}
else {
d.body = row.html;
}
out.push(d);
});
}
res.writeHead(200, {"ContentType": "application/json"});
//res.send(JSON.stringify(t));
res.end(JSON.stringify({list: out}));
//closeDB();
});
})
;
router.post('/add', function (req, res) {
logger.debug('add entry..');
var t = req.body;
if (t.hasOwnProperty('url')) {
var url = JSON.parse(t.url.toString());
logger.debug(url);
busEmitter.emit("getRecipe", url);
}
else {
logger.error('No data block!');
}
res.writeHead(200, {"ContentType": "application/json"});
//res.send(JSON.stringify(t));
res.end(JSON.stringify({adding: url}));
});
module.exports = router;
//createDB();
//module.exports.grabMarksDailyApple('http://www.marksdailyapple.com/spiced-pork-and-butternut-squash-with-sage');
genericGrab('http://chaosinthekitchen.com/2009/07/lime-and-coconut-chicken/');

Binary file not shown.

View File

@ -0,0 +1,7 @@
In this folder, you can find the Linearicons-Free font in TTF format. You can install this font so that you can use it in desktop applications.
Open "Reference.html" to see a list of the icons available in this font. The text box located to the bottom right of each icon contains a character (which may be invisible). You can copy and use this character in any desktop application that allows entering text and choosing a custom font to display it. You may also type or copy the text in the "liga" field if the environment in which you're using the font supports ligatures.
To get crisp results, use font sizes that are a multiple of 20px.
It is not recommended to use this font on the web because it contains ligatuers and extra glyphs such as Latin letters. Refer to the "Web-Font" folder to find a font suitable for web. To make a custom font with only the glyphs that you need, use the IcoMoon app (https://icomoon.io/app).

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,981 @@
body {
padding: 0;
margin: 0;
font-family: sans-serif;
font-size: 1em;
line-height: 1.5;
color: #555;
background: #fff;
}
h1 {
font-size: 1.5em;
font-weight: normal;
}
small {
font-size: .66666667em;
}
a {
color: #e74c3c;
text-decoration: none;
}
a:hover, a:focus {
box-shadow: 0 1px #e74c3c;
}
.bshadow0, input {
box-shadow: inset 0 -2px #e7e7e7;
}
input:hover {
box-shadow: inset 0 -2px #ccc;
}
input, fieldset {
font-size: 1em;
margin: 0;
padding: 0;
border: 0;
}
input {
color: inherit;
line-height: 1.5;
height: 1.5em;
padding: .25em 0;
}
input:focus {
outline: none;
box-shadow: inset 0 -2px #449fdb;
}
.glyph {
font-size: 16px;
width: 4em;
padding-bottom: 1em;
margin-right: 1.5em;
float: left;
overflow: hidden;
}
.liga {
width: 80%;
width: calc(100% - 2.5em);
}
.talign-right {
text-align: right;
}
.talign-center {
text-align: center;
}
.bgc1 {
background: #f1f1f1;
}
.fgc1 {
color: #999;
}
.fgc0 {
color: #000;
}
p {
margin-top: 1em;
margin-bottom: 1em;
}
.mvm {
margin-top: .75em;
margin-bottom: .75em;
}
.mtn {
margin-top: 0;
}
.mtl, .mal {
margin-top: 1.5em;
}
.mbl, .mal {
margin-bottom: 1.5em;
}
.mal, .mhl {
margin-left: 1.5em;
margin-right: 1.5em;
}
.mhmm {
margin-left: 1em;
margin-right: 1em;
}
.mls {
margin-left: .25em;
}
.ptl {
padding-top: 1.5em;
}
.pbs, .pvs {
padding-bottom: .25em;
}
.pvs, .pts {
padding-top: .25em;
}
.clearfix {
zoom: 1;
}
.unit {
float: left;
}
.unitRight {
float: right;
}
.size1of2 {
width: 50%;
}
.size1of1 {
width: 100%;
}
.clearfix:before, .clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.hidden-true {
display: none;
}
.textbox0 {
width: 3em;
background: #f1f1f1;
padding: .25em .5em;
line-height: 1.5;
height: 1.5em;
}
#testDrive {
padding-top: 24px;
line-height: 1.5;
}
.fs0 {
font-size: 16px;
}
.fs1 {
font-size: 40px;
}
@font-face {
font-family: 'Linearicons-Free';
src:url('../Linearicons-Free.eot?7y0ygv');
src:url('../Linearicons-Free.eot?#iefix7y0ygv') format('embedded-opentype'),
url('../Linearicons-Free.woff2?7y0ygv') format('woff2'),
url('../Linearicons-Free.woff?7y0ygv') format('woff'),
url('../Linearicons-Free.ttf?7y0ygv') format('truetype'),
url('../Linearicons-Free.svg?7y0ygv#Linearicons-Free') format('svg');
font-weight: normal;
font-style: normal;
}
.lnr {
font-family: 'Linearicons-Free';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Enable Ligatures ================ */
letter-spacing: 0;
-webkit-font-feature-settings: "liga";
-moz-font-feature-settings: "liga=1";
-moz-font-feature-settings: "liga";
-ms-font-feature-settings: "liga" 1;
-o-font-feature-settings: "liga";
font-feature-settings: "liga";
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.lnr-home:before {
content: "\e800";
}
.lnr-apartment:before {
content: "\e801";
}
.lnr-pencil:before {
content: "\e802";
}
.lnr-magic-wand:before {
content: "\e803";
}
.lnr-drop:before {
content: "\e804";
}
.lnr-lighter:before {
content: "\e805";
}
.lnr-poop:before {
content: "\e806";
}
.lnr-sun:before {
content: "\e807";
}
.lnr-moon:before {
content: "\e808";
}
.lnr-cloud:before {
content: "\e809";
}
.lnr-cloud-upload:before {
content: "\e80a";
}
.lnr-cloud-download:before {
content: "\e80b";
}
.lnr-cloud-sync:before {
content: "\e80c";
}
.lnr-cloud-check:before {
content: "\e80d";
}
.lnr-database:before {
content: "\e80e";
}
.lnr-lock:before {
content: "\e80f";
}
.lnr-cog:before {
content: "\e810";
}
.lnr-trash:before {
content: "\e811";
}
.lnr-dice:before {
content: "\e812";
}
.lnr-heart:before {
content: "\e813";
}
.lnr-star:before {
content: "\e814";
}
.lnr-star-half:before {
content: "\e815";
}
.lnr-star-empty:before {
content: "\e816";
}
.lnr-flag:before {
content: "\e817";
}
.lnr-envelope:before {
content: "\e818";
}
.lnr-paperclip:before {
content: "\e819";
}
.lnr-inbox:before {
content: "\e81a";
}
.lnr-eye:before {
content: "\e81b";
}
.lnr-printer:before {
content: "\e81c";
}
.lnr-file-empty:before {
content: "\e81d";
}
.lnr-file-add:before {
content: "\e81e";
}
.lnr-enter:before {
content: "\e81f";
}
.lnr-exit:before {
content: "\e820";
}
.lnr-graduation-hat:before {
content: "\e821";
}
.lnr-license:before {
content: "\e822";
}
.lnr-music-note:before {
content: "\e823";
}
.lnr-film-play:before {
content: "\e824";
}
.lnr-camera-video:before {
content: "\e825";
}
.lnr-camera:before {
content: "\e826";
}
.lnr-picture:before {
content: "\e827";
}
.lnr-book:before {
content: "\e828";
}
.lnr-bookmark:before {
content: "\e829";
}
.lnr-user:before {
content: "\e82a";
}
.lnr-users:before {
content: "\e82b";
}
.lnr-shirt:before {
content: "\e82c";
}
.lnr-store:before {
content: "\e82d";
}
.lnr-cart:before {
content: "\e82e";
}
.lnr-tag:before {
content: "\e82f";
}
.lnr-phone-handset:before {
content: "\e830";
}
.lnr-phone:before {
content: "\e831";
}
.lnr-pushpin:before {
content: "\e832";
}
.lnr-map-marker:before {
content: "\e833";
}
.lnr-map:before {
content: "\e834";
}
.lnr-location:before {
content: "\e835";
}
.lnr-calendar-full:before {
content: "\e836";
}
.lnr-keyboard:before {
content: "\e837";
}
.lnr-spell-check:before {
content: "\e838";
}
.lnr-screen:before {
content: "\e839";
}
.lnr-smartphone:before {
content: "\e83a";
}
.lnr-tablet:before {
content: "\e83b";
}
.lnr-laptop:before {
content: "\e83c";
}
.lnr-laptop-phone:before {
content: "\e83d";
}
.lnr-power-switch:before {
content: "\e83e";
}
.lnr-bubble:before {
content: "\e83f";
}
.lnr-heart-pulse:before {
content: "\e840";
}
.lnr-construction:before {
content: "\e841";
}
.lnr-pie-chart:before {
content: "\e842";
}
.lnr-chart-bars:before {
content: "\e843";
}
.lnr-gift:before {
content: "\e844";
}
.lnr-diamond:before {
content: "\e845";
}
.lnr-linearicons:before {
content: "\e846";
}
.lnr-dinner:before {
content: "\e847";
}
.lnr-coffee-cup:before {
content: "\e848";
}
.lnr-leaf:before {
content: "\e849";
}
.lnr-paw:before {
content: "\e84a";
}
.lnr-rocket:before {
content: "\e84b";
}
.lnr-briefcase:before {
content: "\e84c";
}
.lnr-bus:before {
content: "\e84d";
}
.lnr-car:before {
content: "\e84e";
}
.lnr-train:before {
content: "\e84f";
}
.lnr-bicycle:before {
content: "\e850";
}
.lnr-wheelchair:before {
content: "\e851";
}
.lnr-select:before {
content: "\e852";
}
.lnr-earth:before {
content: "\e853";
}
.lnr-smile:before {
content: "\e854";
}
.lnr-sad:before {
content: "\e855";
}
.lnr-neutral:before {
content: "\e856";
}
.lnr-mustache:before {
content: "\e857";
}
.lnr-alarm:before {
content: "\e858";
}
.lnr-bullhorn:before {
content: "\e859";
}
.lnr-volume-high:before {
content: "\e85a";
}
.lnr-volume-medium:before {
content: "\e85b";
}
.lnr-volume-low:before {
content: "\e85c";
}
.lnr-volume:before {
content: "\e85d";
}
.lnr-mic:before {
content: "\e85e";
}
.lnr-hourglass:before {
content: "\e85f";
}
.lnr-undo:before {
content: "\e860";
}
.lnr-redo:before {
content: "\e861";
}
.lnr-sync:before {
content: "\e862";
}
.lnr-history:before {
content: "\e863";
}
.lnr-clock:before {
content: "\e864";
}
.lnr-download:before {
content: "\e865";
}
.lnr-upload:before {
content: "\e866";
}
.lnr-enter-down:before {
content: "\e867";
}
.lnr-exit-up:before {
content: "\e868";
}
.lnr-bug:before {
content: "\e869";
}
.lnr-code:before {
content: "\e86a";
}
.lnr-link:before {
content: "\e86b";
}
.lnr-unlink:before {
content: "\e86c";
}
.lnr-thumbs-up:before {
content: "\e86d";
}
.lnr-thumbs-down:before {
content: "\e86e";
}
.lnr-magnifier:before {
content: "\e86f";
}
.lnr-cross:before {
content: "\e870";
}
.lnr-menu:before {
content: "\e871";
}
.lnr-list:before {
content: "\e872";
}
.lnr-chevron-up:before {
content: "\e873";
}
.lnr-chevron-down:before {
content: "\e874";
}
.lnr-chevron-left:before {
content: "\e875";
}
.lnr-chevron-right:before {
content: "\e876";
}
.lnr-arrow-up:before {
content: "\e877";
}
.lnr-arrow-down:before {
content: "\e878";
}
.lnr-arrow-left:before {
content: "\e879";
}
.lnr-arrow-right:before {
content: "\e87a";
}
.lnr-move:before {
content: "\e87b";
}
.lnr-warning:before {
content: "\e87c";
}
.lnr-question-circle:before {
content: "\e87d";
}
.lnr-menu-circle:before {
content: "\e87e";
}
.lnr-checkmark-circle:before {
content: "\e87f";
}
.lnr-cross-circle:before {
content: "\e880";
}
.lnr-plus-circle:before {
content: "\e881";
}
.lnr-circle-minus:before {
content: "\e882";
}
.lnr-arrow-up-circle:before {
content: "\e883";
}
.lnr-arrow-down-circle:before {
content: "\e884";
}
.lnr-arrow-left-circle:before {
content: "\e885";
}
.lnr-arrow-right-circle:before {
content: "\e886";
}
.lnr-chevron-up-circle:before {
content: "\e887";
}
.lnr-chevron-down-circle:before {
content: "\e888";
}
.lnr-chevron-left-circle:before {
content: "\e889";
}
.lnr-chevron-right-circle:before {
content: "\e88a";
}
.lnr-crop:before {
content: "\e88b";
}
.lnr-frame-expand:before {
content: "\e88c";
}
.lnr-frame-contract:before {
content: "\e88d";
}
.lnr-layers:before {
content: "\e88e";
}
.lnr-funnel:before {
content: "\e88f";
}
.lnr-text-format:before {
content: "\e890";
}
.lnr-text-format-remove:before {
content: "\e891";
}
.lnr-text-size:before {
content: "\e892";
}
.lnr-bold:before {
content: "\e893";
}
.lnr-italic:before {
content: "\e894";
}
.lnr-underline:before {
content: "\e895";
}
.lnr-strikethrough:before {
content: "\e896";
}
.lnr-highlight:before {
content: "\e897";
}
.lnr-text-align-left:before {
content: "\e898";
}
.lnr-text-align-center:before {
content: "\e899";
}
.lnr-text-align-right:before {
content: "\e89a";
}
.lnr-text-align-justify:before {
content: "\e89b";
}
.lnr-line-spacing:before {
content: "\e89c";
}
.lnr-indent-increase:before {
content: "\e89d";
}
.lnr-indent-decrease:before {
content: "\e89e";
}
.lnr-pilcrow:before {
content: "\e89f";
}
.lnr-direction-ltr:before {
content: "\e8a0";
}
.lnr-direction-rtl:before {
content: "\e8a1";
}
.lnr-page-break:before {
content: "\e8a2";
}
.lnr-sort-alpha-asc:before {
content: "\e8a3";
}
.lnr-sort-amount-asc:before {
content: "\e8a4";
}
.lnr-hand:before {
content: "\e8a5";
}
.lnr-pointer-up:before {
content: "\e8a6";
}
.lnr-pointer-right:before {
content: "\e8a7";
}
.lnr-pointer-down:before {
content: "\e8a8";
}
.lnr-pointer-left:before {
content: "\e8a9";
}
.lnr-uni21:before {
content: "\21";
}
.lnr-uni22:before {
content: "\22";
}
.lnr-uni23:before {
content: "\23";
}
.lnr-uni24:before {
content: "\24";
}
.lnr-uni25:before {
content: "\25";
}
.lnr-uni26:before {
content: "\26";
}
.lnr-uni27:before {
content: "\27";
}
.lnr-uni28:before {
content: "\28";
}
.lnr-uni29:before {
content: "\29";
}
.lnr-uni2a:before {
content: "\2a";
}
.lnr-uni2b:before {
content: "\2b";
}
.lnr-uni2c:before {
content: "\2c";
}
.lnr-uni2d:before {
content: "\2d";
}
.lnr-uni2e:before {
content: "\2e";
}
.lnr-uni2f:before {
content: "\2f";
}
.lnr-uni30:before {
content: "\30";
}
.lnr-uni31:before {
content: "\31";
}
.lnr-uni32:before {
content: "\32";
}
.lnr-uni33:before {
content: "\33";
}
.lnr-uni34:before {
content: "\34";
}
.lnr-uni35:before {
content: "\35";
}
.lnr-uni36<div><br></div>:before {
content: "\36";
}
.lnr-uni37:before {
content: "\37";
}
.lnr-uni38:before {
content: "\38";
}
.lnr-uni39:before {
content: "\39";
}
.lnr-uni3a:before {
content: "\3a";
}
.lnr-uni3b:before {
content: "\3b";
}
.lnr-uni3c:before {
content: "\3c";
}
.lnr-uni3d:before {
content: "\3d";
}
.lnr-uni3e:before {
content: "\3e";
}
.lnr-uni3f:before {
content: "\3f";
}
.lnr-uni40:before {
content: "\40";
}
.lnr-uni41:before {
content: "\41";
}
.lnr-uni42:before {
content: "\42";
}
.lnr-uni43:before {
content: "\43";
}
.lnr-uni44:before {
content: "\44";
}
.lnr-uni45:before {
content: "\45";
}
.lnr-uni46:before {
content: "\46";
}
.lnr-uni47:before {
content: "\47";
}
.lnr-uni48:before {
content: "\48";
}
.lnr-uni49:before {
content: "\49";
}
.lnr-uni4a:before {
content: "\4a";
}
.lnr-uni4b:before {
content: "\4b";
}
.lnr-uni4c:before {
content: "\4c";
}
.lnr-uni4d:before {
content: "\4d";
}
.lnr-uni4e:before {
content: "\4e";
}
.lnr-uni4f:before {
content: "\4f";
}
.lnr-uni50:before {
content: "\50";
}
.lnr-uni51:before {
content: "\51";
}
.lnr-uni52:before {
content: "\52";
}
.lnr-uni53:before {
content: "\53";
}
.lnr-uni54:before {
content: "\54";
}
.lnr-uni55:before {
content: "\55";
}
.lnr-uni56:before {
content: "\56";
}
.lnr-uni57:before {
content: "\57";
}
.lnr-uni58:before {
content: "\58";
}
.lnr-uni59:before {
content: "\59";
}
.lnr-uni5a:before {
content: "\5a";
}
.lnr-uni5b:before {
content: "\5b";
}
.lnr-uni5c:before {
content: "\5c";
}
.lnr-uni5d:before {
content: "\5d";
}
.lnr-uni5e:before {
content: "\5e";
}
.lnr-uni5f:before {
content: "\5f";
}
.lnr-uni60:before {
content: "\60";
}
.lnr-uni61:before {
content: "\61";
}
.lnr-uni62:before {
content: "\62";
}
.lnr-uni63:before {
content: "\63";
}
.lnr-uni64:before {
content: "\64";
}
.lnr-uni65:before {
content: "\65";
}
.lnr-uni66:before {
content: "\66";
}
.lnr-uni67:before {
content: "\67";
}
.lnr-uni68:before {
content: "\68";
}
.lnr-uni69:before {
content: "\69";
}
.lnr-uni6a:before {
content: "\6a";
}
.lnr-uni6b:before {
content: "\6b";
}
.lnr-uni6c:before {
content: "\6c";
}
.lnr-uni6d:before {
content: "\6d";
}
.lnr-uni6e:before {
content: "\6e";
}
.lnr-uni6f:before {
content: "\6f";
}
.lnr-uni70:before {
content: "\70";
}
.lnr-uni71:before {
content: "\71";
}
.lnr-uni72:before {
content: "\72";
}
.lnr-uni73:before {
content: "\73";
}
.lnr-uni74:before {
content: "\74";
}
.lnr-uni75:before {
content: "\75";
}
.lnr-uni76:before {
content: "\76";
}
.lnr-uni77:before {
content: "\77";
}
.lnr-uni78:before {
content: "\78";
}
.lnr-uni79:before {
content: "\79";
}
.lnr-uni7a:before {
content: "\7a";
}
.lnr-uni7b:before {
content: "\7b";
}
.lnr-uni7c:before {
content: "\7c";
}
.lnr-uni7d:before {
content: "\7d";
}
.lnr-uni7e:before {
content: "\7e";
}
.lnr-copyright:before {
content: "\a9";
}

View File

@ -0,0 +1,29 @@
if (!('boxShadow' in document.body.style)) {
document.body.setAttribute('class', 'noBoxShadow');
}
document.body.addEventListener("click", function(e) {
var target = e.target;
if (target.tagName === "INPUT") {
target.select();
}
});
(function() {
var fontSize = document.getElementById('fontSize'),
testDrive = document.getElementById('testDrive'),
testText = document.getElementById('testText');
function updateTest() {
testDrive.innerHTML = testText.value || String.fromCharCode(160);
if (window.icomoonLiga) {
window.icomoonLiga(testDrive);
}
}
function updateSize() {
testDrive.style.fontSize = fontSize.value + 'px';
}
fontSize.addEventListener('change', updateSize, false);
testText.addEventListener('input', updateTest, false);
testText.addEventListener('change', updateTest, false);
updateSize();
}());

View File

@ -0,0 +1,401 @@
/* A polyfill for browsers that don't support ligatures. */
/* The script tag referring to this file must be placed before the ending body tag. */
/* To provide support for elements dynamically added, this script adds
method 'icomoonLiga' to the window object. You can pass element references to this method.
*/
(function () {
'use strict';
function supportsProperty(p) {
var prefixes = ['Webkit', 'Moz', 'O', 'ms'],
i,
div = document.createElement('div'),
ret = p in div.style;
if (!ret) {
p = p.charAt(0).toUpperCase() + p.substr(1);
for (i = 0; i < prefixes.length; i += 1) {
ret = prefixes[i] + p in div.style;
if (ret) {
break;
}
}
}
return ret;
}
var icons;
if (!supportsProperty('fontFeatureSettings')) {
icons = {
'home': '&#xe800;',
'building': '&#xe800;',
'apartment': '&#xe801;',
'building2': '&#xe801;',
'pencil': '&#xe802;',
'write': '&#xe802;',
'magic-wand': '&#xe803;',
'tool': '&#xe803;',
'drop': '&#xe804;',
'droplet': '&#xe804;',
'lighter': '&#xe805;',
'fire': '&#xe805;',
'poop': '&#xe806;',
'toilet': '&#xe806;',
'sun': '&#xe807;',
'brightness': '&#xe807;',
'moon': '&#xe808;',
'night': '&#xe808;',
'cloud': '&#xe809;',
'weather': '&#xe809;',
'cloud-upload': '&#xe80a;',
'cloud2': '&#xe80a;',
'cloud-download': '&#xe80b;',
'cloud3': '&#xe80b;',
'cloud-sync': '&#xe80c;',
'cloud4': '&#xe80c;',
'cloud-check': '&#xe80d;',
'cloud5': '&#xe80d;',
'database': '&#xe80e;',
'storage': '&#xe80e;',
'lock': '&#xe80f;',
'privacy': '&#xe80f;',
'cog': '&#xe810;',
'gear': '&#xe810;',
'trash': '&#xe811;',
'bin': '&#xe811;',
'dice': '&#xe812;',
'game': '&#xe812;',
'heart': '&#xe813;',
'love': '&#xe813;',
'star': '&#xe814;',
'rating': '&#xe814;',
'star-half': '&#xe815;',
'rating2': '&#xe815;',
'star-empty': '&#xe816;',
'rating3': '&#xe816;',
'flag': '&#xe817;',
'report': '&#xe817;',
'envelope': '&#xe818;',
'mail': '&#xe818;',
'paperclip': '&#xe819;',
'attachment': '&#xe819;',
'inbox': '&#xe81a;',
'drawer': '&#xe81a;',
'eye': '&#xe81b;',
'vision': '&#xe81b;',
'printer': '&#xe81c;',
'print': '&#xe81c;',
'file-empty': '&#xe81d;',
'file': '&#xe81d;',
'file-add': '&#xe81e;',
'file2': '&#xe81e;',
'enter': '&#xe81f;',
'door': '&#xe81f;',
'exit': '&#xe820;',
'door2': '&#xe820;',
'graduation-hat': '&#xe821;',
'education': '&#xe821;',
'license': '&#xe822;',
'certificate': '&#xe822;',
'music-note': '&#xe823;',
'music': '&#xe823;',
'film-play': '&#xe824;',
'video': '&#xe824;',
'camera-video': '&#xe825;',
'video2': '&#xe825;',
'camera': '&#xe826;',
'photo': '&#xe826;',
'picture': '&#xe827;',
'photo2': '&#xe827;',
'book': '&#xe828;',
'read': '&#xe828;',
'bookmark': '&#xe829;',
'ribbon': '&#xe829;',
'user': '&#xe82a;',
'persona': '&#xe82a;',
'users': '&#xe82b;',
'group': '&#xe82b;',
'shirt': '&#xe82c;',
'clothing': '&#xe82c;',
'store': '&#xe82d;',
'shop': '&#xe82d;',
'cart': '&#xe82e;',
'shop2': '&#xe82e;',
'tag': '&#xe82f;',
'price': '&#xe82f;',
'phone-handset': '&#xe830;',
'telephone': '&#xe830;',
'phone': '&#xe831;',
'telephone2': '&#xe831;',
'pushpin': '&#xe832;',
'pin': '&#xe832;',
'map-marker': '&#xe833;',
'pin2': '&#xe833;',
'map': '&#xe834;',
'guide': '&#xe834;',
'location': '&#xe835;',
'compass': '&#xe835;',
'calendar-full': '&#xe836;',
'calendar': '&#xe836;',
'keyboard': '&#xe837;',
'type': '&#xe837;',
'spell-check': '&#xe838;',
'spelling': '&#xe838;',
'screen': '&#xe839;',
'monitor': '&#xe839;',
'smartphone': '&#xe83a;',
'mobile': '&#xe83a;',
'tablet': '&#xe83b;',
'mobile2': '&#xe83b;',
'laptop': '&#xe83c;',
'computer': '&#xe83c;',
'laptop-phone': '&#xe83d;',
'devices': '&#xe83d;',
'power-switch': '&#xe83e;',
'toggle': '&#xe83e;',
'bubble': '&#xe83f;',
'chat': '&#xe83f;',
'heart-pulse': '&#xe840;',
'health': '&#xe840;',
'construction': '&#xe841;',
'road-sign': '&#xe841;',
'pie-chart': '&#xe842;',
'chart': '&#xe842;',
'chart-bars': '&#xe843;',
'chart2': '&#xe843;',
'gift': '&#xe844;',
'birthday': '&#xe844;',
'diamond': '&#xe845;',
'jewelry': '&#xe845;',
'linearicons': '&#xe846;',
'perxis': '&#xe846;',
'dinner': '&#xe847;',
'food': '&#xe847;',
'coffee-cup': '&#xe848;',
'drink': '&#xe848;',
'leaf': '&#xe849;',
'nature': '&#xe849;',
'paw': '&#xe84a;',
'pet': '&#xe84a;',
'rocket': '&#xe84b;',
'spaceship': '&#xe84b;',
'briefcase': '&#xe84c;',
'suitcase': '&#xe84c;',
'bus': '&#xe84d;',
'travel': '&#xe84d;',
'car': '&#xe84e;',
'travel2': '&#xe84e;',
'train': '&#xe84f;',
'travel3': '&#xe84f;',
'bicycle': '&#xe850;',
'exercise': '&#xe850;',
'wheelchair': '&#xe851;',
'disabled': '&#xe851;',
'select': '&#xe852;',
'cursor': '&#xe852;',
'earth': '&#xe853;',
'globe': '&#xe853;',
'smile': '&#xe854;',
'emoticon': '&#xe854;',
'sad': '&#xe855;',
'emoticon2': '&#xe855;',
'neutral': '&#xe856;',
'emoticon3': '&#xe856;',
'mustache': '&#xe857;',
'emoticon4': '&#xe857;',
'alarm': '&#xe858;',
'bell': '&#xe858;',
'bullhorn': '&#xe859;',
'megaphone': '&#xe859;',
'volume-high': '&#xe85a;',
'speaker': '&#xe85a;',
'volume-medium': '&#xe85b;',
'speaker2': '&#xe85b;',
'volume-low': '&#xe85c;',
'speaker3': '&#xe85c;',
'volume': '&#xe85d;',
'speaker4': '&#xe85d;',
'mic': '&#xe85e;',
'voice': '&#xe85e;',
'hourglass': '&#xe85f;',
'loading': '&#xe85f;',
'undo': '&#xe860;',
'ccw': '&#xe860;',
'redo': '&#xe861;',
'cw': '&#xe861;',
'sync': '&#xe862;',
'spinner': '&#xe862;',
'history': '&#xe863;',
'archive': '&#xe863;',
'clock': '&#xe864;',
'time': '&#xe864;',
'download': '&#xe865;',
'down': '&#xe865;',
'upload': '&#xe866;',
'up': '&#xe866;',
'enter-down': '&#xe867;',
'down2': '&#xe867;',
'exit-up': '&#xe868;',
'up2': '&#xe868;',
'bug': '&#xe869;',
'insect': '&#xe869;',
'code': '&#xe86a;',
'embed': '&#xe86a;',
'link': '&#xe86b;',
'url': '&#xe86b;',
'unlink': '&#xe86c;',
'url2': '&#xe86c;',
'thumbs-up': '&#xe86d;',
'like': '&#xe86d;',
'thumbs-down': '&#xe86e;',
'dislike': '&#xe86e;',
'magnifier': '&#xe86f;',
'search': '&#xe86f;',
'cross': '&#xe870;',
'cancel': '&#xe870;',
'menu': '&#xe871;',
'options': '&#xe871;',
'list': '&#xe872;',
'options2': '&#xe872;',
'chevron-up': '&#xe873;',
'up3': '&#xe873;',
'chevron-down': '&#xe874;',
'down3': '&#xe874;',
'chevron-left': '&#xe875;',
'left': '&#xe875;',
'chevron-right': '&#xe876;',
'right': '&#xe876;',
'arrow-up': '&#xe877;',
'up4': '&#xe877;',
'arrow-down': '&#xe878;',
'down4': '&#xe878;',
'arrow-left': '&#xe879;',
'left2': '&#xe879;',
'arrow-right': '&#xe87a;',
'right2': '&#xe87a;',
'move': '&#xe87b;',
'arrows': '&#xe87b;',
'warning': '&#xe87c;',
'alert': '&#xe87c;',
'question-circle': '&#xe87d;',
'help': '&#xe87d;',
'menu-circle': '&#xe87e;',
'menu2': '&#xe87e;',
'checkmark-circle': '&#xe87f;',
'checkmark': '&#xe87f;',
'cross-circle': '&#xe880;',
'cross2': '&#xe880;',
'plus-circle': '&#xe881;',
'plus': '&#xe881;',
'circle-minus': '&#xe882;',
'minus': '&#xe882;',
'arrow-up-circle': '&#xe883;',
'up5': '&#xe883;',
'arrow-down-circle': '&#xe884;',
'down5': '&#xe884;',
'arrow-left-circle': '&#xe885;',
'left3': '&#xe885;',
'arrow-right-circle': '&#xe886;',
'right3': '&#xe886;',
'chevron-up-circle': '&#xe887;',
'up6': '&#xe887;',
'chevron-down-circle': '&#xe888;',
'down6': '&#xe888;',
'chevron-left-circle': '&#xe889;',
'left4': '&#xe889;',
'chevron-right-circle': '&#xe88a;',
'right4': '&#xe88a;',
'crop': '&#xe88b;',
'cut': '&#xe88b;',
'frame-expand': '&#xe88c;',
'maximize': '&#xe88c;',
'frame-contract': '&#xe88d;',
'minimize': '&#xe88d;',
'layers': '&#xe88e;',
'stack': '&#xe88e;',
'funnel': '&#xe88f;',
'filter': '&#xe88f;',
'text-format': '&#xe890;',
'typography': '&#xe890;',
'text-format-remove': '&#xe891;',
'typography2': '&#xe891;',
'text-size': '&#xe892;',
'typography3': '&#xe892;',
'bold': '&#xe893;',
'typography4': '&#xe893;',
'italic': '&#xe894;',
'typography5': '&#xe894;',
'underline': '&#xe895;',
'typography6': '&#xe895;',
'strikethrough': '&#xe896;',
'typography7': '&#xe896;',
'highlight': '&#xe897;',
'magic-marker': '&#xe897;',
'text-align-left': '&#xe898;',
'typography8': '&#xe898;',
'text-align-center': '&#xe899;',
'typography9': '&#xe899;',
'text-align-right': '&#xe89a;',
'typography10': '&#xe89a;',
'text-align-justify': '&#xe89b;',
'typography11': '&#xe89b;',
'line-spacing': '&#xe89c;',
'typography12': '&#xe89c;',
'indent-increase': '&#xe89d;',
'typography13': '&#xe89d;',
'indent-decrease': '&#xe89e;',
'typography14': '&#xe89e;',
'pilcrow': '&#xe89f;',
'typography15': '&#xe89f;',
'direction-ltr': '&#xe8a0;',
'typography16': '&#xe8a0;',
'direction-rtl': '&#xe8a1;',
'typography17': '&#xe8a1;',
'page-break': '&#xe8a2;',
'sort-alpha-asc': '&#xe8a3;',
'sort': '&#xe8a3;',
'sort-amount-asc': '&#xe8a4;',
'sort2': '&#xe8a4;',
'hand': '&#xe8a5;',
'drag': '&#xe8a5;',
'pointer-up': '&#xe8a6;',
'hand2': '&#xe8a6;',
'pointer-right': '&#xe8a7;',
'hand3': '&#xe8a7;',
'pointer-down': '&#xe8a8;',
'hand4': '&#xe8a8;',
'pointer-left': '&#xe8a9;',
'hand5': '&#xe8a9;',
'0': 0
};
delete icons['0'];
window.icomoonLiga = function (els) {
var classes,
el,
i,
innerHTML,
key;
els = els || document.getElementsByTagName('*');
if (!els.length) {
els = [els];
}
for (i = 0; ; i += 1) {
el = els[i];
if (!el) {
break;
}
classes = el.className;
if (/lnr/.test(classes)) {
innerHTML = el.innerHTML;
if (innerHTML && innerHTML.length > 1) {
for (key in icons) {
if (icons.hasOwnProperty(key)) {
innerHTML = innerHTML.replace(new RegExp(key, 'g'), icons[key]);
}
}
el.innerHTML = innerHTML;
}
}
}
};
window.icomoonLiga();
}
}());

View File

@ -0,0 +1,2 @@
Please refer to https://linearicons.com/free/license for the license.
If you have any questions regarding the license, please feel free to email me@perxis.com

200
src/linearicons/PDF/alarm.pdf Executable file
View File

@ -0,0 +1,200 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 1469>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
16.800 4.899 m
15.656 5.759 15.000 7.071 15.000 8.500 c
15.000 11.500 l
15.000 14.013 13.306 16.138 11.000 16.792 c
11.000 17.500 l
11.000 18.327 10.327 19.000 9.500 19.000 c
8.673 19.000 8.000 18.327 8.000 17.500 c
8.000 16.792 l
5.694 16.138 4.000 14.013 4.000 11.500 c
4.000 8.500 l
4.000 7.071 3.344 5.759 2.200 4.899 c
2.028 4.770 1.958 4.545 2.026 4.341 c
2.094 4.137 2.285 4.000 2.500 4.000 c
7.051 4.000 l
7.017 3.836 7.000 3.668 7.000 3.500 c
7.000 2.122 8.122 1.000 9.500 1.000 c
10.878 1.000 12.000 2.122 12.000 3.500 c
12.000 3.668 11.983 3.836 11.950 4.000 c
16.500 4.000 l
16.715 4.000 16.906 4.137 16.974 4.341 c
17.042 4.545 16.972 4.770 16.800 4.899 c
h
0.00 0.00 0.00 rg
9.000 17.500 m
9.000 17.776 9.224 18.000 9.500 18.000 c
9.776 18.000 10.000 17.776 10.000 17.500 c
10.000 16.977 l
9.835 16.992 9.669 17.000 9.500 17.000 c
9.331 17.000 9.165 16.992 9.000 16.977 c
9.000 17.500 l
h
0.00 0.00 0.00 rg
11.000 3.500 m
11.000 2.673 10.327 2.000 9.500 2.000 c
8.673 2.000 8.000 2.673 8.000 3.500 c
8.000 3.671 8.030 3.840 8.086 4.000 c
10.914 4.000 l
10.970 3.840 11.000 3.671 11.000 3.500 c
h
0.00 0.00 0.00 rg
3.742 5.000 m
3.997 5.309 4.219 5.645 4.401 6.001 c
4.798 6.779 5.000 7.620 5.000 8.500 c
5.000 11.500 l
5.000 13.981 7.019 16.000 9.500 16.000 c
11.981 16.000 14.000 13.981 14.000 11.500 c
14.000 8.500 l
14.000 7.620 14.202 6.779 14.599 6.001 c
14.781 5.645 15.003 5.309 15.258 5.000 c
3.742 5.000 l
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001635 00000 n
0000002846 00000 n
0000000009 00000 n
0000000116 00000 n
0000001692 00000 n
0000001783 00000 n
0000001879 00000 n
0000001978 00000 n
0000002081 00000 n
0000002170 00000 n
0000002265 00000 n
0000002363 00000 n
0000002465 00000 n
0000002559 00000 n
0000002652 00000 n
0000002747 00000 n
0000003070 00000 n
0000003162 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
3266
%%EOF

375
src/linearicons/PDF/apartment.pdf Executable file
View File

@ -0,0 +1,375 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 3121>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
14.000 14.000 m
15.000 14.000 l
15.000 13.000 l
14.000 13.000 l
14.000 14.000 l
h
f
0.00 0.00 0.00 rg
14.000 12.000 m
15.000 12.000 l
15.000 11.000 l
14.000 11.000 l
14.000 12.000 l
h
f
0.00 0.00 0.00 rg
14.000 10.000 m
15.000 10.000 l
15.000 9.000 l
14.000 9.000 l
14.000 10.000 l
h
f
0.00 0.00 0.00 rg
14.000 8.000 m
15.000 8.000 l
15.000 7.000 l
14.000 7.000 l
14.000 8.000 l
h
f
0.00 0.00 0.00 rg
14.000 4.000 m
15.000 4.000 l
15.000 3.000 l
14.000 3.000 l
14.000 4.000 l
h
f
0.00 0.00 0.00 rg
14.000 6.000 m
15.000 6.000 l
15.000 5.000 l
14.000 5.000 l
14.000 6.000 l
h
f
0.00 0.00 0.00 rg
6.000 14.000 m
7.000 14.000 l
7.000 13.000 l
6.000 13.000 l
6.000 14.000 l
h
f
0.00 0.00 0.00 rg
6.000 12.000 m
7.000 12.000 l
7.000 11.000 l
6.000 11.000 l
6.000 12.000 l
h
f
0.00 0.00 0.00 rg
6.000 10.000 m
7.000 10.000 l
7.000 9.000 l
6.000 9.000 l
6.000 10.000 l
h
f
0.00 0.00 0.00 rg
6.000 8.000 m
7.000 8.000 l
7.000 7.000 l
6.000 7.000 l
6.000 8.000 l
h
f
0.00 0.00 0.00 rg
6.000 4.000 m
7.000 4.000 l
7.000 3.000 l
6.000 3.000 l
6.000 4.000 l
h
f
0.00 0.00 0.00 rg
6.000 6.000 m
7.000 6.000 l
7.000 5.000 l
6.000 5.000 l
6.000 6.000 l
h
f
0.00 0.00 0.00 rg
4.000 14.000 m
5.000 14.000 l
5.000 13.000 l
4.000 13.000 l
4.000 14.000 l
h
f
0.00 0.00 0.00 rg
4.000 12.000 m
5.000 12.000 l
5.000 11.000 l
4.000 11.000 l
4.000 12.000 l
h
f
0.00 0.00 0.00 rg
4.000 10.000 m
5.000 10.000 l
5.000 9.000 l
4.000 9.000 l
4.000 10.000 l
h
f
0.00 0.00 0.00 rg
4.000 8.000 m
5.000 8.000 l
5.000 7.000 l
4.000 7.000 l
4.000 8.000 l
h
f
0.00 0.00 0.00 rg
4.000 4.000 m
5.000 4.000 l
5.000 3.000 l
4.000 3.000 l
4.000 4.000 l
h
f
0.00 0.00 0.00 rg
4.000 6.000 m
5.000 6.000 l
5.000 5.000 l
4.000 5.000 l
4.000 6.000 l
h
f
0.00 0.00 0.00 rg
8.000 14.000 m
9.000 14.000 l
9.000 13.000 l
8.000 13.000 l
8.000 14.000 l
h
f
0.00 0.00 0.00 rg
8.000 12.000 m
9.000 12.000 l
9.000 11.000 l
8.000 11.000 l
8.000 12.000 l
h
f
0.00 0.00 0.00 rg
8.000 10.000 m
9.000 10.000 l
9.000 9.000 l
8.000 9.000 l
8.000 10.000 l
h
f
0.00 0.00 0.00 rg
8.000 8.000 m
9.000 8.000 l
9.000 7.000 l
8.000 7.000 l
8.000 8.000 l
h
f
0.00 0.00 0.00 rg
8.000 4.000 m
9.000 4.000 l
9.000 3.000 l
8.000 3.000 l
8.000 4.000 l
h
f
0.00 0.00 0.00 rg
8.000 6.000 m
9.000 6.000 l
9.000 5.000 l
8.000 5.000 l
8.000 6.000 l
h
f
0.00 0.00 0.00 rg
18.500 1.000 m
18.000 1.000 l
18.000 14.500 l
18.000 15.263 17.433 16.049 16.709 16.291 c
12.000 17.860 l
12.000 19.500 l
12.000 19.658 11.925 19.807 11.798 19.901 c
11.672 19.995 11.508 20.024 11.356 19.979 c
2.314 17.266 l
1.577 17.045 1.000 16.269 1.000 15.500 c
1.000 1.000 l
0.500 1.000 l
0.224 1.000 0.000 0.776 0.000 0.500 c
0.000 0.224 0.224 0.000 0.500 0.000 c
18.500 0.000 l
18.776 0.000 19.000 0.224 19.000 0.500 c
19.000 0.776 18.776 1.000 18.500 1.000 c
h
0.00 0.00 0.00 rg
16.393 15.342 m
16.711 15.236 17.000 14.835 17.000 14.500 c
17.000 1.000 l
12.000 1.000 l
12.000 16.806 l
16.393 15.342 l
h
0.00 0.00 0.00 rg
2.000 15.500 m
2.000 15.829 2.287 16.214 2.602 16.308 c
11.000 18.828 l
11.000 1.000 l
2.000 1.000 l
2.000 15.500 l
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000003287 00000 n
0000004498 00000 n
0000000009 00000 n
0000000116 00000 n
0000003344 00000 n
0000003435 00000 n
0000003531 00000 n
0000003630 00000 n
0000003733 00000 n
0000003822 00000 n
0000003917 00000 n
0000004015 00000 n
0000004117 00000 n
0000004211 00000 n
0000004304 00000 n
0000004399 00000 n
0000004722 00000 n
0000004814 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
4918
%%EOF

View File

@ -0,0 +1,184 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 1016>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
16.218 2.782 m
18.012 4.577 19.000 6.962 19.000 9.500 c
19.000 12.038 18.012 14.423 16.218 16.218 c
14.423 18.012 12.038 19.000 9.500 19.000 c
6.962 19.000 4.577 18.012 2.782 16.218 c
0.988 14.423 0.000 12.038 0.000 9.500 c
0.000 6.962 0.988 4.577 2.782 2.782 c
4.577 0.988 6.962 0.000 9.500 0.000 c
12.038 0.000 14.423 0.988 16.218 2.782 c
h
0.00 0.00 0.00 rg
1.000 9.500 m
1.000 14.187 4.813 18.000 9.500 18.000 c
14.187 18.000 18.000 14.187 18.000 9.500 c
18.000 4.813 14.187 1.000 9.500 1.000 c
4.813 1.000 1.000 4.813 1.000 9.500 c
h
f
0.00 0.00 0.00 rg
9.853 3.647 m
13.853 7.647 l
14.049 7.842 14.049 8.158 13.853 8.354 c
13.658 8.549 13.342 8.549 13.146 8.354 c
10.000 5.207 l
10.000 15.500 l
10.000 15.776 9.776 16.000 9.500 16.000 c
9.224 16.000 9.000 15.776 9.000 15.500 c
9.000 5.207 l
5.853 8.353 l
5.658 8.549 5.342 8.549 5.146 8.353 c
5.049 8.256 5.000 8.128 5.000 8.000 c
5.000 7.872 5.049 7.744 5.147 7.647 c
9.147 3.647 l
9.342 3.451 9.658 3.451 9.853 3.647 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001182 00000 n
0000002393 00000 n
0000000009 00000 n
0000000116 00000 n
0000001239 00000 n
0000001330 00000 n
0000001426 00000 n
0000001525 00000 n
0000001628 00000 n
0000001717 00000 n
0000001812 00000 n
0000001910 00000 n
0000002012 00000 n
0000002106 00000 n
0000002199 00000 n
0000002294 00000 n
0000002617 00000 n
0000002709 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
2813
%%EOF

View File

@ -0,0 +1,165 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 453>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
9.854 0.646 m
15.854 6.646 l
16.049 6.842 16.049 7.158 15.854 7.354 c
15.658 7.549 15.342 7.549 15.146 7.354 c
10.000 2.207 l
10.000 18.500 l
10.000 18.776 9.776 19.000 9.500 19.000 c
9.224 19.000 9.000 18.776 9.000 18.500 c
9.000 2.207 l
3.854 7.354 l
3.658 7.549 3.342 7.549 3.146 7.354 c
3.049 7.256 3.000 7.128 3.000 7.000 c
3.000 6.872 3.049 6.744 3.146 6.646 c
9.146 0.646 l
9.342 0.451 9.658 0.451 9.854 0.646 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000000618 00000 n
0000001829 00000 n
0000000009 00000 n
0000000116 00000 n
0000000675 00000 n
0000000766 00000 n
0000000862 00000 n
0000000961 00000 n
0000001064 00000 n
0000001153 00000 n
0000001248 00000 n
0000001346 00000 n
0000001448 00000 n
0000001542 00000 n
0000001635 00000 n
0000001730 00000 n
0000002053 00000 n
0000002145 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
2249
%%EOF

View File

@ -0,0 +1,184 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 1016>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
2.782 16.218 m
4.577 18.012 6.962 19.000 9.500 19.000 c
12.038 19.000 14.423 18.012 16.218 16.218 c
18.012 14.423 19.000 12.038 19.000 9.500 c
19.000 6.962 18.012 4.577 16.218 2.782 c
14.423 0.988 12.038 0.000 9.500 0.000 c
6.962 0.000 4.577 0.988 2.782 2.782 c
0.988 4.577 0.000 6.962 0.000 9.500 c
0.000 12.038 0.988 14.423 2.782 16.218 c
h
0.00 0.00 0.00 rg
9.500 1.000 m
14.187 1.000 18.000 4.813 18.000 9.500 c
18.000 14.187 14.187 18.000 9.500 18.000 c
4.813 18.000 1.000 14.187 1.000 9.500 c
1.000 4.813 4.813 1.000 9.500 1.000 c
h
f
0.00 0.00 0.00 rg
3.647 9.853 m
7.647 13.853 l
7.842 14.049 8.158 14.049 8.354 13.853 c
8.549 13.658 8.549 13.342 8.354 13.146 c
5.207 10.000 l
15.500 10.000 l
15.776 10.000 16.000 9.776 16.000 9.500 c
16.000 9.224 15.776 9.000 15.500 9.000 c
5.207 9.000 l
8.353 5.853 l
8.549 5.658 8.549 5.342 8.353 5.146 c
8.256 5.049 8.128 5.000 8.000 5.000 c
7.872 5.000 7.744 5.049 7.647 5.147 c
3.647 9.147 l
3.451 9.342 3.451 9.658 3.647 9.853 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001182 00000 n
0000002393 00000 n
0000000009 00000 n
0000000116 00000 n
0000001239 00000 n
0000001330 00000 n
0000001426 00000 n
0000001525 00000 n
0000001628 00000 n
0000001717 00000 n
0000001812 00000 n
0000001910 00000 n
0000002012 00000 n
0000002106 00000 n
0000002199 00000 n
0000002294 00000 n
0000002617 00000 n
0000002709 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
2813
%%EOF

View File

@ -0,0 +1,165 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 453>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
0.646 9.854 m
6.646 15.854 l
6.842 16.049 7.158 16.049 7.354 15.854 c
7.549 15.658 7.549 15.342 7.354 15.146 c
2.207 10.000 l
18.500 10.000 l
18.776 10.000 19.000 9.776 19.000 9.500 c
19.000 9.224 18.776 9.000 18.500 9.000 c
2.207 9.000 l
7.354 3.854 l
7.549 3.658 7.549 3.342 7.354 3.146 c
7.256 3.049 7.128 3.000 7.000 3.000 c
6.872 3.000 6.744 3.049 6.646 3.146 c
0.646 9.146 l
0.451 9.342 0.451 9.658 0.646 9.854 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000000618 00000 n
0000001829 00000 n
0000000009 00000 n
0000000116 00000 n
0000000675 00000 n
0000000766 00000 n
0000000862 00000 n
0000000961 00000 n
0000001064 00000 n
0000001153 00000 n
0000001248 00000 n
0000001346 00000 n
0000001448 00000 n
0000001542 00000 n
0000001635 00000 n
0000001730 00000 n
0000002053 00000 n
0000002145 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
2249
%%EOF

View File

@ -0,0 +1,184 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 1034>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
16.218 16.218 m
14.423 18.012 12.038 19.000 9.500 19.000 c
6.962 19.000 4.577 18.012 2.782 16.218 c
0.988 14.423 0.000 12.038 0.000 9.500 c
0.000 6.962 0.988 4.577 2.782 2.782 c
4.577 0.988 6.962 0.000 9.500 0.000 c
12.038 0.000 14.423 0.988 16.218 2.782 c
18.012 4.577 19.000 6.962 19.000 9.500 c
19.000 12.038 18.012 14.423 16.218 16.218 c
h
0.00 0.00 0.00 rg
9.500 1.000 m
4.813 1.000 1.000 4.813 1.000 9.500 c
1.000 14.187 4.813 18.000 9.500 18.000 c
14.187 18.000 18.000 14.187 18.000 9.500 c
18.000 4.813 14.187 1.000 9.500 1.000 c
h
f
0.00 0.00 0.00 rg
15.353 9.853 m
11.353 13.853 l
11.158 14.049 10.842 14.049 10.646 13.853 c
10.451 13.658 10.451 13.342 10.646 13.146 c
13.793 10.000 l
3.500 10.000 l
3.224 10.000 3.000 9.776 3.000 9.500 c
3.000 9.224 3.224 9.000 3.500 9.000 c
13.793 9.000 l
10.647 5.853 l
10.451 5.658 10.451 5.342 10.647 5.146 c
10.744 5.049 10.872 5.000 11.000 5.000 c
11.128 5.000 11.256 5.049 11.353 5.147 c
15.353 9.147 l
15.549 9.342 15.549 9.658 15.353 9.853 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001200 00000 n
0000002411 00000 n
0000000009 00000 n
0000000116 00000 n
0000001257 00000 n
0000001348 00000 n
0000001444 00000 n
0000001543 00000 n
0000001646 00000 n
0000001735 00000 n
0000001830 00000 n
0000001928 00000 n
0000002030 00000 n
0000002124 00000 n
0000002217 00000 n
0000002312 00000 n
0000002635 00000 n
0000002727 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
2831
%%EOF

View File

@ -0,0 +1,165 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 470>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
19.354 9.854 m
13.354 15.854 l
13.158 16.049 12.842 16.049 12.646 15.854 c
12.451 15.658 12.451 15.342 12.646 15.146 c
17.793 10.000 l
1.500 10.000 l
1.224 10.000 1.000 9.776 1.000 9.500 c
1.000 9.224 1.224 9.000 1.500 9.000 c
17.793 9.000 l
12.646 3.854 l
12.451 3.658 12.451 3.342 12.646 3.146 c
12.744 3.049 12.872 3.000 13.000 3.000 c
13.128 3.000 13.256 3.049 13.354 3.146 c
19.354 9.146 l
19.549 9.342 19.549 9.658 19.354 9.854 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000000635 00000 n
0000001846 00000 n
0000000009 00000 n
0000000116 00000 n
0000000692 00000 n
0000000783 00000 n
0000000879 00000 n
0000000978 00000 n
0000001081 00000 n
0000001170 00000 n
0000001265 00000 n
0000001363 00000 n
0000001465 00000 n
0000001559 00000 n
0000001652 00000 n
0000001747 00000 n
0000002070 00000 n
0000002162 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
2266
%%EOF

View File

@ -0,0 +1,184 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 1037>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
2.782 16.218 m
0.988 14.423 0.000 12.038 0.000 9.500 c
0.000 6.962 0.988 4.577 2.782 2.782 c
4.577 0.988 6.962 0.000 9.500 0.000 c
12.038 0.000 14.423 0.988 16.218 2.782 c
18.012 4.577 19.000 6.962 19.000 9.500 c
19.000 12.038 18.012 14.423 16.218 16.218 c
14.423 18.012 12.038 19.000 9.500 19.000 c
6.962 19.000 4.577 18.012 2.782 16.218 c
h
0.00 0.00 0.00 rg
18.000 9.500 m
18.000 4.813 14.187 1.000 9.500 1.000 c
4.813 1.000 1.000 4.813 1.000 9.500 c
1.000 14.187 4.813 18.000 9.500 18.000 c
14.187 18.000 18.000 14.187 18.000 9.500 c
h
f
0.00 0.00 0.00 rg
9.147 15.353 m
5.147 11.353 l
4.951 11.158 4.951 10.842 5.147 10.646 c
5.342 10.451 5.658 10.451 5.854 10.646 c
9.000 13.793 l
9.000 3.500 l
9.000 3.224 9.224 3.000 9.500 3.000 c
9.776 3.000 10.000 3.224 10.000 3.500 c
10.000 13.793 l
13.147 10.647 l
13.342 10.451 13.658 10.451 13.854 10.647 c
13.951 10.744 14.000 10.872 14.000 11.000 c
14.000 11.128 13.951 11.256 13.853 11.353 c
9.853 15.353 l
9.658 15.549 9.342 15.549 9.147 15.353 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001203 00000 n
0000002414 00000 n
0000000009 00000 n
0000000116 00000 n
0000001260 00000 n
0000001351 00000 n
0000001447 00000 n
0000001546 00000 n
0000001649 00000 n
0000001738 00000 n
0000001833 00000 n
0000001931 00000 n
0000002033 00000 n
0000002127 00000 n
0000002220 00000 n
0000002315 00000 n
0000002638 00000 n
0000002730 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
2834
%%EOF

165
src/linearicons/PDF/arrow-up.pdf Executable file
View File

@ -0,0 +1,165 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 473>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
9.146 19.354 m
3.146 13.354 l
2.951 13.158 2.951 12.842 3.146 12.646 c
3.342 12.451 3.658 12.451 3.854 12.646 c
9.000 17.793 l
9.000 1.500 l
9.000 1.224 9.224 1.000 9.500 1.000 c
9.776 1.000 10.000 1.224 10.000 1.500 c
10.000 17.793 l
15.146 12.646 l
15.342 12.451 15.658 12.451 15.854 12.646 c
15.951 12.744 16.000 12.872 16.000 13.000 c
16.000 13.128 15.951 13.256 15.854 13.354 c
9.854 19.354 l
9.658 19.549 9.342 19.549 9.146 19.354 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000000638 00000 n
0000001849 00000 n
0000000009 00000 n
0000000116 00000 n
0000000695 00000 n
0000000786 00000 n
0000000882 00000 n
0000000981 00000 n
0000001084 00000 n
0000001173 00000 n
0000001268 00000 n
0000001366 00000 n
0000001468 00000 n
0000001562 00000 n
0000001655 00000 n
0000001750 00000 n
0000002073 00000 n
0000002165 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
2269
%%EOF

216
src/linearicons/PDF/bicycle.pdf Executable file
View File

@ -0,0 +1,216 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 1777>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
5.500 10.998 m
4.672 10.998 3.998 11.672 3.998 12.500 c
3.998 13.328 4.672 14.002 5.500 14.002 c
6.328 14.002 7.002 13.328 7.002 12.500 c
7.002 11.672 6.328 10.998 5.500 10.998 c
h
0.00 0.00 0.00 rg
5.500 13.002 m
5.223 13.002 4.998 12.777 4.998 12.500 c
4.998 12.223 5.223 11.998 5.500 11.998 c
5.777 11.998 6.002 12.223 6.002 12.500 c
6.002 12.777 5.777 13.002 5.500 13.002 c
h
f
0.00 0.00 0.00 rg
9.500 3.000 m
9.224 3.000 9.000 3.224 9.000 3.500 c
9.000 6.498 l
9.000 7.270 9.581 8.041 10.324 8.254 c
11.824 8.683 l
8.564 10.857 l
6.854 9.146 l
6.760 9.053 6.633 9.000 6.500 9.000 c
4.498 9.000 l
4.222 9.000 3.998 9.224 3.998 9.500 c
3.998 9.776 4.222 10.000 4.498 10.000 c
6.293 10.000 l
8.146 11.854 l
8.315 12.022 8.579 12.048 8.777 11.916 c
12.445 9.471 l
12.995 9.104 12.993 8.673 12.967 8.505 c
12.941 8.337 12.811 7.926 12.176 7.744 c
10.599 7.293 l
10.285 7.203 10.000 6.824 10.000 6.498 c
10.000 3.500 l
10.000 3.224 9.776 3.000 9.500 3.000 c
h
f
0.00 0.00 0.00 rg
15.000 0.000 m
12.794 0.000 11.000 1.794 11.000 4.000 c
11.000 6.206 12.794 8.000 15.000 8.000 c
17.206 8.000 19.000 6.206 19.000 4.000 c
19.000 1.794 17.206 0.000 15.000 0.000 c
h
0.00 0.00 0.00 rg
15.000 7.000 m
13.346 7.000 12.000 5.654 12.000 4.000 c
12.000 2.346 13.346 1.000 15.000 1.000 c
16.654 1.000 18.000 2.346 18.000 4.000 c
18.000 5.654 16.654 7.000 15.000 7.000 c
h
f
0.00 0.00 0.00 rg
3.999 0.000 m
1.794 0.000 0.000 1.794 0.000 3.999 c
0.000 6.204 1.794 7.998 3.999 7.998 c
6.204 7.998 7.998 6.204 7.998 3.999 c
7.998 1.794 6.204 0.000 3.999 0.000 c
h
0.00 0.00 0.00 rg
3.999 6.998 m
2.345 6.998 1.000 5.653 1.000 3.999 c
1.000 2.345 2.345 1.000 3.999 1.000 c
5.653 1.000 6.998 2.345 6.998 3.999 c
6.998 5.653 5.653 6.998 3.999 6.998 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001943 00000 n
0000003154 00000 n
0000000009 00000 n
0000000116 00000 n
0000002000 00000 n
0000002091 00000 n
0000002187 00000 n
0000002286 00000 n
0000002389 00000 n
0000002478 00000 n
0000002573 00000 n
0000002671 00000 n
0000002773 00000 n
0000002867 00000 n
0000002960 00000 n
0000003055 00000 n
0000003378 00000 n
0000003470 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
3574
%%EOF

211
src/linearicons/PDF/bold.pdf Executable file
View File

@ -0,0 +1,211 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 1546>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
10.000 11.000 m
7.500 11.000 l
7.224 11.000 7.000 11.224 7.000 11.500 c
7.000 14.500 l
7.000 14.776 7.224 15.000 7.500 15.000 c
10.000 15.000 l
11.103 15.000 12.000 14.103 12.000 13.000 c
12.000 11.897 11.103 11.000 10.000 11.000 c
h
0.00 0.00 0.00 rg
8.000 12.000 m
10.000 12.000 l
10.551 12.000 11.000 12.449 11.000 13.000 c
11.000 13.551 10.551 14.000 10.000 14.000 c
8.000 14.000 l
8.000 12.000 l
h
f
0.00 0.00 0.00 rg
11.000 5.000 m
7.500 5.000 l
7.224 5.000 7.000 5.224 7.000 5.500 c
7.000 8.500 l
7.000 8.776 7.224 9.000 7.500 9.000 c
11.000 9.000 l
12.103 9.000 13.000 8.103 13.000 7.000 c
13.000 5.897 12.103 5.000 11.000 5.000 c
h
0.00 0.00 0.00 rg
8.000 6.000 m
11.000 6.000 l
11.551 6.000 12.000 6.449 12.000 7.000 c
12.000 7.551 11.551 8.000 11.000 8.000 c
8.000 8.000 l
8.000 6.000 l
h
f
0.00 0.00 0.00 rg
11.000 2.000 m
5.500 2.000 l
4.673 2.000 4.000 2.673 4.000 3.500 c
4.000 16.500 l
4.000 17.327 4.673 18.000 5.500 18.000 c
10.000 18.000 l
12.757 18.000 15.000 15.757 15.000 13.000 c
15.000 12.176 14.798 11.372 14.413 10.651 c
15.427 9.706 16.000 8.398 16.000 7.000 c
16.000 4.243 13.757 2.000 11.000 2.000 c
h
0.00 0.00 0.00 rg
5.500 17.000 m
5.224 17.000 5.000 16.776 5.000 16.500 c
5.000 3.500 l
5.000 3.224 5.224 3.000 5.500 3.000 c
11.000 3.000 l
13.206 3.000 15.000 4.794 15.000 7.000 c
15.000 8.237 14.439 9.385 13.461 10.151 c
13.250 10.316 13.208 10.617 13.361 10.833 c
13.779 11.479 14.000 12.228 14.000 13.000 c
14.000 15.206 12.206 17.000 10.000 17.000 c
5.500 17.000 l
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001712 00000 n
0000002923 00000 n
0000000009 00000 n
0000000116 00000 n
0000001769 00000 n
0000001860 00000 n
0000001956 00000 n
0000002055 00000 n
0000002158 00000 n
0000002247 00000 n
0000002342 00000 n
0000002440 00000 n
0000002542 00000 n
0000002636 00000 n
0000002729 00000 n
0000002824 00000 n
0000003147 00000 n
0000003239 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
3343
%%EOF

190
src/linearicons/PDF/book.pdf Executable file
View File

@ -0,0 +1,190 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 1071>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
14.500 2.000 m
4.500 2.000 l
4.224 2.000 4.000 2.224 4.000 2.500 c
4.000 2.776 4.224 3.000 4.500 3.000 c
14.500 3.000 l
14.776 3.000 15.000 2.776 15.000 2.500 c
15.000 2.224 14.776 2.000 14.500 2.000 c
h
f
0.00 0.00 0.00 rg
16.500 17.000 m
16.224 17.000 16.000 16.776 16.000 16.500 c
16.000 1.500 l
16.000 1.224 15.776 1.000 15.500 1.000 c
4.500 1.000 l
3.673 1.000 3.000 1.673 3.000 2.500 c
3.000 3.327 3.673 4.000 4.500 4.000 c
13.500 4.000 l
14.327 4.000 15.000 4.673 15.000 5.500 c
15.000 17.500 l
15.000 18.327 14.327 19.000 13.500 19.000 c
3.500 19.000 l
2.673 19.000 2.000 18.327 2.000 17.500 c
2.000 2.500 l
2.000 1.122 3.122 -0.000 4.500 -0.000 c
15.500 -0.000 l
16.327 -0.000 17.000 0.673 17.000 1.500 c
17.000 16.500 l
17.000 16.776 16.776 17.000 16.500 17.000 c
h
0.00 0.00 0.00 rg
3.500 18.000 m
13.500 18.000 l
13.776 18.000 14.000 17.776 14.000 17.500 c
14.000 5.500 l
14.000 5.224 13.776 5.000 13.500 5.000 c
4.500 5.000 l
3.938 5.000 3.418 4.813 3.000 4.499 c
3.000 17.500 l
3.000 17.776 3.224 18.000 3.500 18.000 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001237 00000 n
0000002448 00000 n
0000000009 00000 n
0000000116 00000 n
0000001294 00000 n
0000001385 00000 n
0000001481 00000 n
0000001580 00000 n
0000001683 00000 n
0000001772 00000 n
0000001867 00000 n
0000001965 00000 n
0000002067 00000 n
0000002161 00000 n
0000002254 00000 n
0000002349 00000 n
0000002672 00000 n
0000002764 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
2868
%%EOF

173
src/linearicons/PDF/bookmark.pdf Executable file
View File

@ -0,0 +1,173 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 598>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
15.500 -0.000 m
15.357 -0.000 15.217 0.062 15.120 0.175 c
9.500 6.732 l
3.880 0.175 l
3.743 0.016 3.523 -0.042 3.327 0.031 c
3.130 0.104 3.000 0.291 3.000 0.500 c
3.000 18.500 l
3.000 18.776 3.224 19.000 3.500 19.000 c
15.500 19.000 l
15.776 19.000 16.000 18.776 16.000 18.500 c
16.000 0.500 l
16.000 0.291 15.870 0.104 15.673 0.031 c
15.617 0.010 15.558 -0.000 15.500 -0.000 c
h
0.00 0.00 0.00 rg
9.500 8.000 m
9.646 8.000 9.785 7.936 9.880 7.825 c
15.000 1.852 l
15.000 18.000 l
4.000 18.000 l
4.000 1.852 l
9.120 7.825 l
9.215 7.936 9.354 8.000 9.500 8.000 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000000763 00000 n
0000001974 00000 n
0000000009 00000 n
0000000116 00000 n
0000000820 00000 n
0000000911 00000 n
0000001007 00000 n
0000001106 00000 n
0000001209 00000 n
0000001298 00000 n
0000001393 00000 n
0000001491 00000 n
0000001593 00000 n
0000001687 00000 n
0000001780 00000 n
0000001875 00000 n
0000002198 00000 n
0000002290 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
2394
%%EOF

230
src/linearicons/PDF/briefcase.pdf Executable file
View File

@ -0,0 +1,230 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 1698>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
18.500 15.000 m
14.000 15.000 l
14.000 16.500 l
14.000 17.327 13.327 18.000 12.500 18.000 c
7.500 18.000 l
6.673 18.000 6.000 17.327 6.000 16.500 c
6.000 15.000 l
1.500 15.000 l
0.673 15.000 0.000 14.327 0.000 13.500 c
0.000 2.500 l
0.000 1.673 0.673 1.000 1.500 1.000 c
18.500 1.000 l
19.327 1.000 20.000 1.673 20.000 2.500 c
20.000 13.500 l
20.000 14.327 19.327 15.000 18.500 15.000 c
h
0.00 0.00 0.00 rg
7.000 16.500 m
7.000 16.776 7.224 17.000 7.500 17.000 c
12.500 17.000 l
12.776 17.000 13.000 16.776 13.000 16.500 c
13.000 15.000 l
7.000 15.000 l
7.000 16.500 l
h
0.00 0.00 0.00 rg
1.500 14.000 m
18.500 14.000 l
18.776 14.000 19.000 13.776 19.000 13.500 c
19.000 6.000 l
17.000 6.000 l
17.000 6.500 l
17.000 6.776 16.776 7.000 16.500 7.000 c
14.500 7.000 l
14.224 7.000 14.000 6.776 14.000 6.500 c
14.000 6.000 l
6.000 6.000 l
6.000 6.500 l
6.000 6.776 5.776 7.000 5.500 7.000 c
3.500 7.000 l
3.224 7.000 3.000 6.776 3.000 6.500 c
3.000 6.000 l
1.000 6.000 l
1.000 13.500 l
1.000 13.776 1.224 14.000 1.500 14.000 c
h
0.00 0.00 0.00 rg
16.000 6.000 m
16.000 5.000 l
15.000 5.000 l
15.000 6.000 l
16.000 6.000 l
h
0.00 0.00 0.00 rg
5.000 6.000 m
5.000 5.000 l
4.000 5.000 l
4.000 6.000 l
5.000 6.000 l
h
0.00 0.00 0.00 rg
18.500 2.000 m
1.500 2.000 l
1.224 2.000 1.000 2.224 1.000 2.500 c
1.000 5.000 l
3.000 5.000 l
3.000 4.500 l
3.000 4.224 3.224 4.000 3.500 4.000 c
5.500 4.000 l
5.776 4.000 6.000 4.224 6.000 4.500 c
6.000 5.000 l
14.000 5.000 l
14.000 4.500 l
14.000 4.224 14.224 4.000 14.500 4.000 c
16.500 4.000 l
16.776 4.000 17.000 4.224 17.000 4.500 c
17.000 5.000 l
19.000 5.000 l
19.000 2.500 l
19.000 2.224 18.776 2.000 18.500 2.000 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001864 00000 n
0000003075 00000 n
0000000009 00000 n
0000000116 00000 n
0000001921 00000 n
0000002012 00000 n
0000002108 00000 n
0000002207 00000 n
0000002310 00000 n
0000002399 00000 n
0000002494 00000 n
0000002592 00000 n
0000002694 00000 n
0000002788 00000 n
0000002881 00000 n
0000002976 00000 n
0000003299 00000 n
0000003391 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
3495
%%EOF

179
src/linearicons/PDF/bubble.pdf Executable file
View File

@ -0,0 +1,179 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 1084>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
0.500 1.000 m
0.275 1.000 0.078 1.150 0.018 1.367 c
-0.042 1.583 0.050 1.813 0.243 1.929 c
1.934 2.943 2.635 4.417 2.884 5.108 c
1.046 6.515 0.000 8.462 0.000 10.500 c
0.000 11.529 0.258 12.526 0.768 13.464 c
1.254 14.358 1.948 15.159 2.829 15.844 c
4.616 17.234 6.985 18.000 9.500 18.000 c
12.015 18.000 14.384 17.234 16.171 15.844 c
17.052 15.159 17.746 14.358 18.232 13.464 c
18.742 12.526 19.000 11.529 19.000 10.500 c
19.000 9.471 18.742 8.474 18.232 7.536 c
17.746 6.642 17.052 5.841 16.171 5.156 c
14.384 3.766 12.015 3.000 9.500 3.000 c
8.467 3.000 7.453 3.129 6.484 3.385 c
6.054 3.099 5.252 2.592 4.294 2.115 c
2.807 1.375 1.530 1.000 0.500 1.000 c
h
0.00 0.00 0.00 rg
9.500 17.000 m
4.813 17.000 1.000 14.084 1.000 10.500 c
1.000 8.685 2.005 6.938 3.756 5.708 c
3.928 5.587 4.006 5.372 3.952 5.169 c
3.835 4.733 3.437 3.536 2.372 2.381 c
3.674 2.837 5.076 3.628 6.111 4.340 c
6.234 4.425 6.388 4.450 6.532 4.409 c
7.480 4.137 8.479 4.000 9.500 4.000 c
14.187 4.000 18.000 6.916 18.000 10.500 c
18.000 14.084 14.187 17.000 9.500 17.000 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001250 00000 n
0000002461 00000 n
0000000009 00000 n
0000000116 00000 n
0000001307 00000 n
0000001398 00000 n
0000001494 00000 n
0000001593 00000 n
0000001696 00000 n
0000001785 00000 n
0000001880 00000 n
0000001978 00000 n
0000002080 00000 n
0000002174 00000 n
0000002267 00000 n
0000002362 00000 n
0000002685 00000 n
0000002777 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
2881
%%EOF

212
src/linearicons/PDF/bug.pdf Executable file
View File

@ -0,0 +1,212 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 2136>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
17.500 8.000 m
15.985 8.000 l
15.923 9.099 15.656 10.153 15.205 11.102 c
16.241 11.407 17.000 12.366 17.000 13.500 c
17.000 13.776 16.776 14.000 16.500 14.000 c
16.224 14.000 16.000 13.776 16.000 13.500 c
16.000 12.739 15.430 12.108 14.694 12.013 c
14.519 12.279 14.329 12.534 14.122 12.775 c
14.015 12.901 13.903 13.021 13.790 13.137 c
13.929 13.576 14.000 14.033 14.000 14.500 c
14.000 16.981 11.981 19.000 9.500 19.000 c
7.019 19.000 5.000 16.981 5.000 14.500 c
5.000 14.033 5.071 13.576 5.210 13.137 c
5.097 13.021 4.985 12.901 4.878 12.775 c
4.671 12.534 4.481 12.279 4.306 12.013 c
3.570 12.108 3.000 12.739 3.000 13.500 c
3.000 13.776 2.776 14.000 2.500 14.000 c
2.224 14.000 2.000 13.776 2.000 13.500 c
2.000 12.366 2.759 11.407 3.795 11.102 c
3.344 10.153 3.077 9.099 3.015 8.000 c
1.500 8.000 l
1.224 8.000 1.000 7.776 1.000 7.500 c
1.000 7.224 1.224 7.000 1.500 7.000 c
3.015 7.000 l
3.077 5.901 3.344 4.847 3.795 3.898 c
2.759 3.593 2.000 2.634 2.000 1.500 c
2.000 1.224 2.224 1.000 2.500 1.000 c
2.776 1.000 3.000 1.224 3.000 1.500 c
3.000 2.261 3.570 2.892 4.306 2.987 c
4.481 2.721 4.671 2.466 4.878 2.225 c
6.108 0.790 7.749 0.000 9.500 0.000 c
11.251 0.000 12.893 0.790 14.122 2.225 c
14.329 2.466 14.519 2.721 14.694 2.987 c
15.430 2.892 16.000 2.261 16.000 1.500 c
16.000 1.224 16.224 1.000 16.500 1.000 c
16.776 1.000 17.000 1.224 17.000 1.500 c
17.000 2.634 16.241 3.593 15.205 3.898 c
15.656 4.847 15.923 5.901 15.986 7.000 c
17.500 7.000 l
17.776 7.000 18.000 7.224 18.000 7.500 c
18.000 7.776 17.776 8.000 17.500 8.000 c
h
0.00 0.00 0.00 rg
9.500 18.000 m
11.430 18.000 13.000 16.430 13.000 14.500 c
13.000 14.285 12.981 14.074 12.943 13.866 c
11.921 14.605 10.738 15.000 9.500 15.000 c
8.262 15.000 7.079 14.605 6.057 13.866 c
6.019 14.074 6.000 14.285 6.000 14.500 c
6.000 16.430 7.570 18.000 9.500 18.000 c
h
0.00 0.00 0.00 rg
4.000 7.500 m
4.000 10.885 6.201 13.673 9.000 13.973 c
9.000 1.027 l
6.201 1.327 4.000 4.115 4.000 7.500 c
h
0.00 0.00 0.00 rg
10.000 1.027 m
10.000 13.973 l
12.799 13.673 15.000 10.885 15.000 7.500 c
15.000 4.115 12.799 1.327 10.000 1.027 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000002302 00000 n
0000003513 00000 n
0000000009 00000 n
0000000116 00000 n
0000002359 00000 n
0000002450 00000 n
0000002546 00000 n
0000002645 00000 n
0000002748 00000 n
0000002837 00000 n
0000002932 00000 n
0000003030 00000 n
0000003132 00000 n
0000003226 00000 n
0000003319 00000 n
0000003414 00000 n
0000003737 00000 n
0000003829 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
3933
%%EOF

224
src/linearicons/PDF/bullhorn.pdf Executable file
View File

@ -0,0 +1,224 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 2484>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
19.389 16.901 m
18.810 18.636 18.042 19.000 17.500 19.000 c
17.489 19.000 17.477 19.000 17.465 18.999 c
16.912 18.988 15.930 18.700 14.458 18.269 c
11.374 17.365 6.713 16.000 2.000 16.000 c
0.860 16.000 0.000 14.495 0.000 12.500 c
0.000 10.505 0.860 9.000 2.000 9.000 c
2.369 9.000 2.738 8.992 3.105 8.976 c
4.771 2.348 l
4.961 1.592 5.721 1.000 6.500 1.000 c
7.812 1.000 l
8.246 1.000 8.613 1.180 8.821 1.495 c
9.028 1.809 9.050 2.218 8.881 2.616 c
6.304 8.663 l
9.440 8.201 12.325 7.356 14.458 6.731 c
15.930 6.300 16.912 6.012 17.465 6.001 c
17.477 6.000 17.489 6.000 17.500 6.000 c
18.042 6.000 18.810 6.364 19.389 8.099 c
19.783 9.282 20.000 10.845 20.000 12.500 c
20.000 14.155 19.783 15.718 19.389 16.901 c
h
0.00 0.00 0.00 rg
16.000 12.500 m
16.000 13.013 16.022 13.515 16.064 13.996 c
16.578 13.945 17.000 13.281 17.000 12.500 c
17.000 11.719 16.578 11.055 16.064 11.004 c
16.022 11.485 16.000 11.987 16.000 12.500 c
h
0.00 0.00 0.00 rg
1.000 12.500 m
1.000 14.026 1.592 15.000 2.000 15.000 c
3.135 15.000 4.264 15.076 5.368 15.204 c
5.130 14.446 5.000 13.507 5.000 12.500 c
5.000 11.493 5.130 10.554 5.368 9.796 c
4.264 9.924 3.135 10.000 2.000 10.000 c
1.592 10.000 1.000 10.974 1.000 12.500 c
h
0.00 0.00 0.00 rg
7.961 2.224 m
8.002 2.128 7.998 2.064 7.986 2.046 c
7.975 2.028 7.917 2.000 7.813 2.000 c
6.500 2.000 l
6.181 2.000 5.819 2.282 5.741 2.592 c
4.153 8.911 l
4.488 8.884 4.821 8.851 5.153 8.814 c
7.961 2.224 l
h
0.00 0.00 0.00 rg
6.489 9.647 m
6.185 10.334 6.000 11.396 6.000 12.500 c
6.000 13.622 6.180 14.663 6.488 15.352 c
9.673 15.825 12.584 16.678 14.739 17.309 c
15.154 17.431 15.550 17.547 15.909 17.648 c
15.806 17.433 15.706 17.185 15.611 16.901 c
15.217 15.718 15.000 14.155 15.000 12.500 c
15.000 10.845 15.217 9.282 15.611 8.099 c
15.706 7.815 15.806 7.567 15.909 7.352 c
15.550 7.453 15.154 7.569 14.739 7.691 c
12.584 8.322 9.673 9.175 6.489 9.647 c
h
0.00 0.00 0.00 rg
18.440 8.415 m
18.067 7.296 17.662 7.000 17.500 7.000 c
17.338 7.000 16.933 7.296 16.560 8.415 c
16.403 8.886 16.277 9.425 16.185 10.011 c
16.671 10.067 17.128 10.342 17.461 10.786 c
17.808 11.250 18.000 11.858 18.000 12.500 c
18.000 13.142 17.808 13.751 17.461 14.214 c
17.128 14.658 16.671 14.933 16.185 14.989 c
16.277 15.575 16.403 16.114 16.560 16.585 c
16.933 17.704 17.338 18.000 17.500 18.000 c
17.662 18.000 18.067 17.704 18.440 16.585 c
18.801 15.501 19.000 14.050 19.000 12.500 c
19.000 10.950 18.801 9.499 18.440 8.415 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000002650 00000 n
0000003861 00000 n
0000000009 00000 n
0000000116 00000 n
0000002707 00000 n
0000002798 00000 n
0000002894 00000 n
0000002993 00000 n
0000003096 00000 n
0000003185 00000 n
0000003280 00000 n
0000003378 00000 n
0000003480 00000 n
0000003574 00000 n
0000003667 00000 n
0000003762 00000 n
0000004085 00000 n
0000004177 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
4281
%%EOF

271
src/linearicons/PDF/bus.pdf Executable file
View File

@ -0,0 +1,271 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 2939>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
5.500 4.000 m
4.673 4.000 4.000 4.673 4.000 5.500 c
4.000 6.327 4.673 7.000 5.500 7.000 c
6.327 7.000 7.000 6.327 7.000 5.500 c
7.000 4.673 6.327 4.000 5.500 4.000 c
h
0.00 0.00 0.00 rg
5.500 6.000 m
5.224 6.000 5.000 5.776 5.000 5.500 c
5.000 5.224 5.224 5.000 5.500 5.000 c
5.776 5.000 6.000 5.224 6.000 5.500 c
6.000 5.776 5.776 6.000 5.500 6.000 c
h
f
0.00 0.00 0.00 rg
14.500 4.000 m
13.673 4.000 13.000 4.673 13.000 5.500 c
13.000 6.327 13.673 7.000 14.500 7.000 c
15.327 7.000 16.000 6.327 16.000 5.500 c
16.000 4.673 15.327 4.000 14.500 4.000 c
h
0.00 0.00 0.00 rg
14.500 6.000 m
14.224 6.000 14.000 5.776 14.000 5.500 c
14.000 5.224 14.224 5.000 14.500 5.000 c
14.776 5.000 15.000 5.224 15.000 5.500 c
15.000 5.776 14.776 6.000 14.500 6.000 c
h
f
0.00 0.00 0.00 rg
13.500 15.000 m
6.500 15.000 l
6.224 15.000 6.000 15.224 6.000 15.500 c
6.000 15.776 6.224 16.000 6.500 16.000 c
13.500 16.000 l
13.776 16.000 14.000 15.776 14.000 15.500 c
14.000 15.224 13.776 15.000 13.500 15.000 c
h
f
0.00 0.00 0.00 rg
15.500 14.000 m
4.500 14.000 l
4.224 14.000 4.000 13.776 4.000 13.500 c
4.000 8.500 l
4.000 8.224 4.224 8.000 4.500 8.000 c
9.498 8.000 l
9.498 8.000 9.499 8.000 9.500 8.000 c
9.500 8.000 9.501 8.000 9.502 8.000 c
14.498 8.000 l
14.498 8.000 14.499 8.000 14.500 8.000 c
14.500 8.000 14.501 8.000 14.502 8.000 c
15.500 8.000 l
15.776 8.000 16.000 8.224 16.000 8.500 c
16.000 13.500 l
16.000 13.776 15.776 14.000 15.500 14.000 c
h
0.00 0.00 0.00 rg
5.000 13.000 m
15.000 13.000 l
15.000 9.000 l
14.651 9.000 l
11.777 10.916 l
11.548 11.069 11.237 11.007 11.084 10.777 c
10.931 10.548 10.993 10.237 11.223 10.084 c
12.849 9.000 l
9.651 9.000 l
6.777 10.916 l
6.548 11.069 6.237 11.007 6.084 10.777 c
5.931 10.548 5.993 10.237 6.223 10.084 c
7.849 9.000 l
5.000 9.000 l
5.000 13.000 l
h
f
0.00 0.00 0.00 rg
15.616 18.217 m
14.252 18.737 12.363 19.000 10.000 19.000 c
7.637 19.000 5.748 18.737 4.384 18.217 c
2.414 17.466 2.000 16.325 2.000 15.500 c
2.000 4.500 l
2.000 3.293 2.860 2.283 4.000 2.050 c
4.000 1.000 l
4.000 0.449 4.449 0.000 5.000 0.000 c
6.000 0.000 l
6.551 0.000 7.000 0.449 7.000 1.000 c
7.000 2.000 l
13.000 2.000 l
13.000 1.000 l
13.000 0.449 13.449 0.000 14.000 0.000 c
15.000 0.000 l
15.551 0.000 16.000 0.449 16.000 1.000 c
16.000 2.050 l
17.140 2.283 18.000 3.293 18.000 4.500 c
18.000 15.500 l
18.000 16.325 17.586 17.466 15.616 18.217 c
h
0.00 0.00 0.00 rg
6.000 1.000 m
5.000 1.000 l
5.000 2.000 l
6.000 2.000 l
6.000 1.000 l
h
0.00 0.00 0.00 rg
14.000 1.000 m
14.000 2.000 l
15.000 2.000 l
15.000 1.000 l
14.000 1.000 l
h
0.00 0.00 0.00 rg
17.000 4.500 m
17.000 3.673 16.327 3.000 15.500 3.000 c
4.500 3.000 l
3.673 3.000 3.000 3.673 3.000 4.500 c
3.000 15.500 l
3.000 16.243 3.586 16.843 4.741 17.283 c
5.972 17.752 7.791 18.000 10.000 18.000 c
12.209 18.000 14.028 17.752 15.259 17.283 c
16.414 16.843 17.000 16.243 17.000 15.500 c
17.000 4.500 l
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000003105 00000 n
0000004316 00000 n
0000000009 00000 n
0000000116 00000 n
0000003162 00000 n
0000003253 00000 n
0000003349 00000 n
0000003448 00000 n
0000003551 00000 n
0000003640 00000 n
0000003735 00000 n
0000003833 00000 n
0000003935 00000 n
0000004029 00000 n
0000004122 00000 n
0000004217 00000 n
0000004540 00000 n
0000004632 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
4736
%%EOF

View File

@ -0,0 +1,387 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 5514>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
18.500 18.000 m
16.000 18.000 l
16.000 18.500 l
16.000 18.776 15.776 19.000 15.500 19.000 c
15.224 19.000 15.000 18.776 15.000 18.500 c
15.000 18.000 l
5.000 18.000 l
5.000 18.500 l
5.000 18.776 4.776 19.000 4.500 19.000 c
4.224 19.000 4.000 18.776 4.000 18.500 c
4.000 18.000 l
1.500 18.000 l
0.673 18.000 0.000 17.327 0.000 16.500 c
0.000 2.500 l
0.000 1.673 0.673 1.000 1.500 1.000 c
18.500 1.000 l
19.327 1.000 20.000 1.673 20.000 2.500 c
20.000 16.500 l
20.000 17.327 19.327 18.000 18.500 18.000 c
h
0.00 0.00 0.00 rg
1.500 17.000 m
4.000 17.000 l
4.000 15.500 l
4.000 15.224 4.224 15.000 4.500 15.000 c
4.776 15.000 5.000 15.224 5.000 15.500 c
5.000 17.000 l
15.000 17.000 l
15.000 15.500 l
15.000 15.224 15.224 15.000 15.500 15.000 c
15.776 15.000 16.000 15.224 16.000 15.500 c
16.000 17.000 l
18.500 17.000 l
18.776 17.000 19.000 16.776 19.000 16.500 c
19.000 14.000 l
1.000 14.000 l
1.000 16.500 l
1.000 16.776 1.224 17.000 1.500 17.000 c
h
0.00 0.00 0.00 rg
18.500 2.000 m
1.500 2.000 l
1.224 2.000 1.000 2.224 1.000 2.500 c
1.000 13.000 l
19.000 13.000 l
19.000 2.500 l
19.000 2.224 18.776 2.000 18.500 2.000 c
h
f
0.00 0.00 0.00 rg
7.500 10.000 m
6.500 10.000 l
6.224 10.000 6.000 10.224 6.000 10.500 c
6.000 10.776 6.224 11.000 6.500 11.000 c
7.500 11.000 l
7.776 11.000 8.000 10.776 8.000 10.500 c
8.000 10.224 7.776 10.000 7.500 10.000 c
h
f
0.00 0.00 0.00 rg
10.500 10.000 m
9.500 10.000 l
9.224 10.000 9.000 10.224 9.000 10.500 c
9.000 10.776 9.224 11.000 9.500 11.000 c
10.500 11.000 l
10.776 11.000 11.000 10.776 11.000 10.500 c
11.000 10.224 10.776 10.000 10.500 10.000 c
h
f
0.00 0.00 0.00 rg
13.500 10.000 m
12.500 10.000 l
12.224 10.000 12.000 10.224 12.000 10.500 c
12.000 10.776 12.224 11.000 12.500 11.000 c
13.500 11.000 l
13.776 11.000 14.000 10.776 14.000 10.500 c
14.000 10.224 13.776 10.000 13.500 10.000 c
h
f
0.00 0.00 0.00 rg
16.500 10.000 m
15.500 10.000 l
15.224 10.000 15.000 10.224 15.000 10.500 c
15.000 10.776 15.224 11.000 15.500 11.000 c
16.500 11.000 l
16.776 11.000 17.000 10.776 17.000 10.500 c
17.000 10.224 16.776 10.000 16.500 10.000 c
h
f
0.00 0.00 0.00 rg
4.500 8.000 m
3.500 8.000 l
3.224 8.000 3.000 8.224 3.000 8.500 c
3.000 8.776 3.224 9.000 3.500 9.000 c
4.500 9.000 l
4.776 9.000 5.000 8.776 5.000 8.500 c
5.000 8.224 4.776 8.000 4.500 8.000 c
h
f
0.00 0.00 0.00 rg
7.500 8.000 m
6.500 8.000 l
6.224 8.000 6.000 8.224 6.000 8.500 c
6.000 8.776 6.224 9.000 6.500 9.000 c
7.500 9.000 l
7.776 9.000 8.000 8.776 8.000 8.500 c
8.000 8.224 7.776 8.000 7.500 8.000 c
h
f
0.00 0.00 0.00 rg
10.500 8.000 m
9.500 8.000 l
9.224 8.000 9.000 8.224 9.000 8.500 c
9.000 8.776 9.224 9.000 9.500 9.000 c
10.500 9.000 l
10.776 9.000 11.000 8.776 11.000 8.500 c
11.000 8.224 10.776 8.000 10.500 8.000 c
h
f
0.00 0.00 0.00 rg
13.500 8.000 m
12.500 8.000 l
12.224 8.000 12.000 8.224 12.000 8.500 c
12.000 8.776 12.224 9.000 12.500 9.000 c
13.500 9.000 l
13.776 9.000 14.000 8.776 14.000 8.500 c
14.000 8.224 13.776 8.000 13.500 8.000 c
h
f
0.00 0.00 0.00 rg
16.500 8.000 m
15.500 8.000 l
15.224 8.000 15.000 8.224 15.000 8.500 c
15.000 8.776 15.224 9.000 15.500 9.000 c
16.500 9.000 l
16.776 9.000 17.000 8.776 17.000 8.500 c
17.000 8.224 16.776 8.000 16.500 8.000 c
h
f
0.00 0.00 0.00 rg
4.500 6.000 m
3.500 6.000 l
3.224 6.000 3.000 6.224 3.000 6.500 c
3.000 6.776 3.224 7.000 3.500 7.000 c
4.500 7.000 l
4.776 7.000 5.000 6.776 5.000 6.500 c
5.000 6.224 4.776 6.000 4.500 6.000 c
h
f
0.00 0.00 0.00 rg
7.500 6.000 m
6.500 6.000 l
6.224 6.000 6.000 6.224 6.000 6.500 c
6.000 6.776 6.224 7.000 6.500 7.000 c
7.500 7.000 l
7.776 7.000 8.000 6.776 8.000 6.500 c
8.000 6.224 7.776 6.000 7.500 6.000 c
h
f
0.00 0.00 0.00 rg
10.500 6.000 m
9.500 6.000 l
9.224 6.000 9.000 6.224 9.000 6.500 c
9.000 6.776 9.224 7.000 9.500 7.000 c
10.500 7.000 l
10.776 7.000 11.000 6.776 11.000 6.500 c
11.000 6.224 10.776 6.000 10.500 6.000 c
h
f
0.00 0.00 0.00 rg
13.500 6.000 m
12.500 6.000 l
12.224 6.000 12.000 6.224 12.000 6.500 c
12.000 6.776 12.224 7.000 12.500 7.000 c
13.500 7.000 l
13.776 7.000 14.000 6.776 14.000 6.500 c
14.000 6.224 13.776 6.000 13.500 6.000 c
h
f
0.00 0.00 0.00 rg
16.500 6.000 m
15.500 6.000 l
15.224 6.000 15.000 6.224 15.000 6.500 c
15.000 6.776 15.224 7.000 15.500 7.000 c
16.500 7.000 l
16.776 7.000 17.000 6.776 17.000 6.500 c
17.000 6.224 16.776 6.000 16.500 6.000 c
h
f
0.00 0.00 0.00 rg
4.500 4.000 m
3.500 4.000 l
3.224 4.000 3.000 4.224 3.000 4.500 c
3.000 4.776 3.224 5.000 3.500 5.000 c
4.500 5.000 l
4.776 5.000 5.000 4.776 5.000 4.500 c
5.000 4.224 4.776 4.000 4.500 4.000 c
h
f
0.00 0.00 0.00 rg
7.500 4.000 m
6.500 4.000 l
6.224 4.000 6.000 4.224 6.000 4.500 c
6.000 4.776 6.224 5.000 6.500 5.000 c
7.500 5.000 l
7.776 5.000 8.000 4.776 8.000 4.500 c
8.000 4.224 7.776 4.000 7.500 4.000 c
h
f
0.00 0.00 0.00 rg
10.500 4.000 m
9.500 4.000 l
9.224 4.000 9.000 4.224 9.000 4.500 c
9.000 4.776 9.224 5.000 9.500 5.000 c
10.500 5.000 l
10.776 5.000 11.000 4.776 11.000 4.500 c
11.000 4.224 10.776 4.000 10.500 4.000 c
h
f
0.00 0.00 0.00 rg
13.500 4.000 m
12.500 4.000 l
12.224 4.000 12.000 4.224 12.000 4.500 c
12.000 4.776 12.224 5.000 12.500 5.000 c
13.500 5.000 l
13.776 5.000 14.000 4.776 14.000 4.500 c
14.000 4.224 13.776 4.000 13.500 4.000 c
h
f
0.00 0.00 0.00 rg
16.500 4.000 m
15.500 4.000 l
15.224 4.000 15.000 4.224 15.000 4.500 c
15.000 4.776 15.224 5.000 15.500 5.000 c
16.500 5.000 l
16.776 5.000 17.000 4.776 17.000 4.500 c
17.000 4.224 16.776 4.000 16.500 4.000 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000005680 00000 n
0000006891 00000 n
0000000009 00000 n
0000000116 00000 n
0000005737 00000 n
0000005828 00000 n
0000005924 00000 n
0000006023 00000 n
0000006126 00000 n
0000006215 00000 n
0000006310 00000 n
0000006408 00000 n
0000006510 00000 n
0000006604 00000 n
0000006697 00000 n
0000006792 00000 n
0000007115 00000 n
0000007207 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
7311
%%EOF

View File

@ -0,0 +1,195 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 1157>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
19.131 2.947 m
19.131 2.947 19.131 2.947 19.131 2.947 c
18.889 2.947 18.645 3.043 18.407 3.234 c
14.969 5.985 l
14.416 6.427 14.000 7.293 14.000 8.000 c
14.000 11.000 l
14.000 11.707 14.416 12.573 14.969 13.015 c
18.407 15.766 l
18.645 15.957 18.889 16.053 19.131 16.053 c
19.563 16.053 20.000 15.728 20.000 15.000 c
20.000 4.000 l
20.000 3.722 19.936 3.488 19.810 3.305 c
19.653 3.077 19.405 2.947 19.131 2.947 c
h
0.00 0.00 0.00 rg
19.000 14.960 m
15.593 12.234 l
15.283 11.986 15.000 11.398 15.000 11.000 c
15.000 8.000 l
15.000 7.602 15.283 7.014 15.593 6.766 c
19.000 4.040 l
19.000 14.960 l
h
f
0.00 0.00 0.00 rg
11.500 3.000 m
1.500 3.000 l
0.673 3.000 0.000 3.673 0.000 4.500 c
0.000 14.500 l
0.000 15.327 0.673 16.000 1.500 16.000 c
11.500 16.000 l
12.327 16.000 13.000 15.327 13.000 14.500 c
13.000 4.500 l
13.000 3.673 12.327 3.000 11.500 3.000 c
h
0.00 0.00 0.00 rg
1.500 15.000 m
1.224 15.000 1.000 14.776 1.000 14.500 c
1.000 4.500 l
1.000 4.224 1.224 4.000 1.500 4.000 c
11.500 4.000 l
11.776 4.000 12.000 4.224 12.000 4.500 c
12.000 14.500 l
12.000 14.776 11.776 15.000 11.500 15.000 c
1.500 15.000 l
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001323 00000 n
0000002534 00000 n
0000000009 00000 n
0000000116 00000 n
0000001380 00000 n
0000001471 00000 n
0000001567 00000 n
0000001666 00000 n
0000001769 00000 n
0000001858 00000 n
0000001953 00000 n
0000002051 00000 n
0000002153 00000 n
0000002247 00000 n
0000002340 00000 n
0000002435 00000 n
0000002758 00000 n
0000002850 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
2954
%%EOF

201
src/linearicons/PDF/camera.pdf Executable file
View File

@ -0,0 +1,201 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 1397>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
9.500 5.000 m
7.019 5.000 5.000 7.019 5.000 9.500 c
5.000 11.981 7.019 14.000 9.500 14.000 c
11.981 14.000 14.000 11.981 14.000 9.500 c
14.000 7.019 11.981 5.000 9.500 5.000 c
h
0.00 0.00 0.00 rg
9.500 13.000 m
7.570 13.000 6.000 11.430 6.000 9.500 c
6.000 7.570 7.570 6.000 9.500 6.000 c
11.430 6.000 13.000 7.570 13.000 9.500 c
13.000 11.430 11.430 13.000 9.500 13.000 c
h
f
0.00 0.00 0.00 rg
17.500 2.000 m
1.500 2.000 l
0.673 2.000 0.000 2.673 0.000 3.500 c
0.000 13.500 l
0.000 14.327 0.673 15.000 1.500 15.000 c
3.000 15.000 l
3.415 15.000 4.060 15.267 4.354 15.561 c
4.939 16.146 l
5.426 16.633 6.312 17.000 7.000 17.000 c
12.000 17.000 l
12.688 17.000 13.574 16.633 14.061 16.146 c
14.646 15.561 l
14.940 15.267 15.585 15.000 16.000 15.000 c
17.500 15.000 l
18.327 15.000 19.000 14.327 19.000 13.500 c
19.000 3.500 l
19.000 2.673 18.327 2.000 17.500 2.000 c
h
0.00 0.00 0.00 rg
1.500 14.000 m
1.224 14.000 1.000 13.776 1.000 13.500 c
1.000 3.500 l
1.000 3.224 1.224 3.000 1.500 3.000 c
17.500 3.000 l
17.776 3.000 18.000 3.224 18.000 3.500 c
18.000 13.500 l
18.000 13.776 17.776 14.000 17.500 14.000 c
16.000 14.000 l
15.312 14.000 14.426 14.367 13.939 14.854 c
13.354 15.439 l
13.060 15.733 12.415 16.000 12.000 16.000 c
7.000 16.000 l
6.585 16.000 5.940 15.733 5.646 15.439 c
5.061 14.854 l
4.574 14.367 3.688 14.000 3.000 14.000 c
1.500 14.000 l
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001563 00000 n
0000002774 00000 n
0000000009 00000 n
0000000116 00000 n
0000001620 00000 n
0000001711 00000 n
0000001807 00000 n
0000001906 00000 n
0000002009 00000 n
0000002098 00000 n
0000002193 00000 n
0000002291 00000 n
0000002393 00000 n
0000002487 00000 n
0000002580 00000 n
0000002675 00000 n
0000002998 00000 n
0000003090 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
3194
%%EOF

251
src/linearicons/PDF/car.pdf Executable file
View File

@ -0,0 +1,251 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 2717>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
5.500 4.000 m
4.673 4.000 4.000 4.673 4.000 5.500 c
4.000 6.327 4.673 7.000 5.500 7.000 c
6.327 7.000 7.000 6.327 7.000 5.500 c
7.000 4.673 6.327 4.000 5.500 4.000 c
h
0.00 0.00 0.00 rg
5.500 6.000 m
5.224 6.000 5.000 5.776 5.000 5.500 c
5.000 5.224 5.224 5.000 5.500 5.000 c
5.776 5.000 6.000 5.224 6.000 5.500 c
6.000 5.776 5.776 6.000 5.500 6.000 c
h
f
0.00 0.00 0.00 rg
14.500 4.000 m
13.673 4.000 13.000 4.673 13.000 5.500 c
13.000 6.327 13.673 7.000 14.500 7.000 c
15.327 7.000 16.000 6.327 16.000 5.500 c
16.000 4.673 15.327 4.000 14.500 4.000 c
h
0.00 0.00 0.00 rg
14.500 6.000 m
14.224 6.000 14.000 5.776 14.000 5.500 c
14.000 5.224 14.224 5.000 14.500 5.000 c
14.776 5.000 15.000 5.224 15.000 5.500 c
15.000 5.776 14.776 6.000 14.500 6.000 c
h
f
0.00 0.00 0.00 rg
16.958 8.093 m
16.828 8.885 16.405 11.307 15.947 12.224 c
15.642 12.834 14.859 13.301 13.621 13.610 c
12.615 13.862 11.329 14.000 10.000 14.000 c
8.671 14.000 7.385 13.862 6.379 13.610 c
5.141 13.301 4.358 12.834 4.053 12.224 c
3.595 11.307 3.172 8.885 3.042 8.093 c
2.343 7.614 2.000 6.921 2.000 6.000 c
2.000 3.500 l
2.000 2.848 2.418 2.292 3.000 2.086 c
3.000 1.000 l
3.000 0.449 3.449 -0.000 4.000 -0.000 c
5.000 -0.000 l
5.551 -0.000 6.000 0.449 6.000 1.000 c
6.000 2.000 l
14.000 2.000 l
14.000 1.000 l
14.000 0.449 14.449 -0.000 15.000 -0.000 c
16.000 -0.000 l
16.551 -0.000 17.000 0.449 17.000 1.000 c
17.000 2.086 l
17.582 2.292 18.000 2.848 18.000 3.500 c
18.000 6.000 l
18.000 6.921 17.657 7.614 16.958 8.093 c
h
0.00 0.00 0.00 rg
4.947 11.776 m
5.244 12.370 7.115 13.000 10.000 13.000 c
12.885 13.000 14.756 12.370 15.053 11.776 c
15.340 11.201 15.659 9.681 15.856 8.593 c
15.759 8.622 15.658 8.649 15.553 8.674 c
15.287 8.737 14.998 8.788 14.690 8.830 c
11.791 10.906 l
11.567 11.067 11.254 11.016 11.094 10.791 c
10.933 10.567 10.984 10.254 11.209 10.094 c
12.775 8.972 l
11.925 9.000 10.992 9.000 10.000 9.000 c
9.883 9.000 9.767 9.000 9.651 9.000 c
6.777 10.916 l
6.548 11.069 6.237 11.007 6.084 10.777 c
5.931 10.548 5.993 10.237 6.223 10.084 c
7.867 8.988 l
6.526 8.964 5.360 8.891 4.447 8.674 c
4.342 8.649 4.241 8.622 4.144 8.593 c
4.341 9.680 4.660 11.201 4.947 11.776 c
h
0.00 0.00 0.00 rg
5.000 1.000 m
4.000 1.000 l
4.000 2.000 l
5.000 2.000 l
5.000 1.000 l
h
0.00 0.00 0.00 rg
15.000 1.000 m
15.000 2.000 l
16.000 2.000 l
16.000 1.000 l
15.000 1.000 l
h
0.00 0.00 0.00 rg
17.000 3.500 m
17.000 3.224 16.776 3.000 16.500 3.000 c
3.500 3.000 l
3.224 3.000 3.000 3.224 3.000 3.500 c
3.000 6.000 l
3.000 6.924 3.486 7.417 4.678 7.701 c
5.934 8.000 7.818 8.000 10.000 8.000 c
12.182 8.000 14.066 8.000 15.322 7.701 c
16.514 7.417 17.000 6.924 17.000 6.000 c
17.000 3.500 l
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000002883 00000 n
0000004094 00000 n
0000000009 00000 n
0000000116 00000 n
0000002940 00000 n
0000003031 00000 n
0000003127 00000 n
0000003226 00000 n
0000003329 00000 n
0000003418 00000 n
0000003513 00000 n
0000003611 00000 n
0000003713 00000 n
0000003807 00000 n
0000003900 00000 n
0000003995 00000 n
0000004318 00000 n
0000004410 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
4514
%%EOF

212
src/linearicons/PDF/cart.pdf Executable file
View File

@ -0,0 +1,212 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 1664>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
8.000 0.000 m
6.897 0.000 6.000 0.897 6.000 2.000 c
6.000 3.103 6.897 4.000 8.000 4.000 c
9.103 4.000 10.000 3.103 10.000 2.000 c
10.000 0.897 9.103 0.000 8.000 0.000 c
h
0.00 0.00 0.00 rg
8.000 3.000 m
7.449 3.000 7.000 2.551 7.000 2.000 c
7.000 1.449 7.449 1.000 8.000 1.000 c
8.551 1.000 9.000 1.449 9.000 2.000 c
9.000 2.551 8.551 3.000 8.000 3.000 c
h
f
0.00 0.00 0.00 rg
15.000 0.000 m
13.897 0.000 13.000 0.897 13.000 2.000 c
13.000 3.103 13.897 4.000 15.000 4.000 c
16.103 4.000 17.000 3.103 17.000 2.000 c
17.000 0.897 16.103 0.000 15.000 0.000 c
h
0.00 0.00 0.00 rg
15.000 3.000 m
14.449 3.000 14.000 2.551 14.000 2.000 c
14.000 1.449 14.449 1.000 15.000 1.000 c
15.551 1.000 16.000 1.449 16.000 2.000 c
16.000 2.551 15.551 3.000 15.000 3.000 c
h
f
0.00 0.00 0.00 rg
17.539 15.533 m
17.288 15.830 16.909 16.000 16.500 16.000 c
4.257 16.000 l
4.158 16.596 l
4.026 17.383 3.298 18.000 2.500 18.000 c
1.500 18.000 l
1.224 18.000 1.000 17.776 1.000 17.500 c
1.000 17.224 1.224 17.000 1.500 17.000 c
2.500 17.000 l
2.807 17.000 3.121 16.734 3.171 16.431 c
4.842 6.404 l
4.974 5.617 5.702 5.000 6.500 5.000 c
16.500 5.000 l
16.776 5.000 17.000 5.224 17.000 5.500 c
17.000 5.776 16.776 6.000 16.500 6.000 c
6.500 6.000 l
6.193 6.000 5.879 6.266 5.829 6.569 c
5.582 8.049 l
15.547 8.915 l
16.322 8.983 17.030 9.637 17.158 10.404 c
17.829 14.431 l
17.896 14.835 17.791 15.237 17.539 15.533 c
h
0.00 0.00 0.00 rg
16.842 14.596 m
16.171 10.569 l
16.118 10.252 15.780 9.939 15.460 9.911 c
5.417 9.038 l
4.424 15.000 l
16.500 15.000 l
16.617 15.000 16.715 14.960 16.776 14.887 c
16.838 14.814 16.862 14.711 16.842 14.596 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001830 00000 n
0000003041 00000 n
0000000009 00000 n
0000000116 00000 n
0000001887 00000 n
0000001978 00000 n
0000002074 00000 n
0000002173 00000 n
0000002276 00000 n
0000002365 00000 n
0000002460 00000 n
0000002558 00000 n
0000002660 00000 n
0000002754 00000 n
0000002847 00000 n
0000002942 00000 n
0000003265 00000 n
0000003357 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
3461
%%EOF

View File

@ -0,0 +1,227 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 1601>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
17.500 0.000 m
1.500 0.000 l
0.673 0.000 0.000 0.673 0.000 1.500 c
0.000 17.500 l
0.000 18.327 0.673 19.000 1.500 19.000 c
17.500 19.000 l
18.327 19.000 19.000 18.327 19.000 17.500 c
19.000 1.500 l
19.000 0.673 18.327 0.000 17.500 0.000 c
h
0.00 0.00 0.00 rg
1.500 18.000 m
1.224 18.000 1.000 17.776 1.000 17.500 c
1.000 1.500 l
1.000 1.224 1.224 1.000 1.500 1.000 c
17.500 1.000 l
17.776 1.000 18.000 1.224 18.000 1.500 c
18.000 17.500 l
18.000 17.776 17.776 18.000 17.500 18.000 c
1.500 18.000 l
h
f
0.00 0.00 0.00 rg
6.500 3.000 m
4.500 3.000 l
4.224 3.000 4.000 3.224 4.000 3.500 c
4.000 12.500 l
4.000 12.776 4.224 13.000 4.500 13.000 c
6.500 13.000 l
6.776 13.000 7.000 12.776 7.000 12.500 c
7.000 3.500 l
7.000 3.224 6.776 3.000 6.500 3.000 c
h
0.00 0.00 0.00 rg
5.000 4.000 m
6.000 4.000 l
6.000 12.000 l
5.000 12.000 l
5.000 4.000 l
h
f
0.00 0.00 0.00 rg
10.500 3.000 m
8.500 3.000 l
8.224 3.000 8.000 3.224 8.000 3.500 c
8.000 15.500 l
8.000 15.776 8.224 16.000 8.500 16.000 c
10.500 16.000 l
10.776 16.000 11.000 15.776 11.000 15.500 c
11.000 3.500 l
11.000 3.224 10.776 3.000 10.500 3.000 c
h
0.00 0.00 0.00 rg
9.000 4.000 m
10.000 4.000 l
10.000 15.000 l
9.000 15.000 l
9.000 4.000 l
h
f
0.00 0.00 0.00 rg
14.500 3.000 m
12.500 3.000 l
12.224 3.000 12.000 3.224 12.000 3.500 c
12.000 8.500 l
12.000 8.776 12.224 9.000 12.500 9.000 c
14.500 9.000 l
14.776 9.000 15.000 8.776 15.000 8.500 c
15.000 3.500 l
15.000 3.224 14.776 3.000 14.500 3.000 c
h
0.00 0.00 0.00 rg
13.000 4.000 m
14.000 4.000 l
14.000 8.000 l
13.000 8.000 l
13.000 4.000 l
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001767 00000 n
0000002978 00000 n
0000000009 00000 n
0000000116 00000 n
0000001824 00000 n
0000001915 00000 n
0000002011 00000 n
0000002110 00000 n
0000002213 00000 n
0000002302 00000 n
0000002397 00000 n
0000002495 00000 n
0000002597 00000 n
0000002691 00000 n
0000002784 00000 n
0000002879 00000 n
0000003202 00000 n
0000003294 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
3398
%%EOF

View File

@ -0,0 +1,180 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 909>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
9.500 0.000 m
6.962 0.000 4.577 0.988 2.782 2.782 c
0.988 4.577 0.000 6.962 0.000 9.500 c
0.000 12.038 0.988 14.423 2.782 16.217 c
4.577 18.012 6.962 19.000 9.500 19.000 c
12.038 19.000 14.423 18.012 16.218 16.217 c
18.012 14.423 19.000 12.038 19.000 9.500 c
19.000 6.962 18.012 4.577 16.218 2.782 c
14.423 0.988 12.038 0.000 9.500 0.000 c
h
0.00 0.00 0.00 rg
9.500 18.000 m
4.813 18.000 1.000 14.187 1.000 9.500 c
1.000 4.813 4.813 1.000 9.500 1.000 c
14.187 1.000 18.000 4.813 18.000 9.500 c
18.000 14.187 14.187 18.000 9.500 18.000 c
h
f
0.00 0.00 0.00 rg
7.500 5.500 m
7.372 5.500 7.244 5.549 7.146 5.646 c
4.146 8.646 l
3.951 8.842 3.951 9.158 4.146 9.354 c
4.342 9.549 4.658 9.549 4.854 9.354 c
7.500 6.707 l
14.146 13.354 l
14.342 13.549 14.658 13.549 14.854 13.354 c
15.049 13.158 15.049 12.842 14.854 12.646 c
7.854 5.646 l
7.756 5.549 7.628 5.500 7.500 5.500 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001074 00000 n
0000002285 00000 n
0000000009 00000 n
0000000116 00000 n
0000001131 00000 n
0000001222 00000 n
0000001318 00000 n
0000001417 00000 n
0000001520 00000 n
0000001609 00000 n
0000001704 00000 n
0000001802 00000 n
0000001904 00000 n
0000001998 00000 n
0000002091 00000 n
0000002186 00000 n
0000002509 00000 n
0000002601 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
2705
%%EOF

View File

@ -0,0 +1,180 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 920>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
16.218 2.782 m
18.012 4.577 19.000 6.962 19.000 9.500 c
19.000 12.038 18.012 14.423 16.218 16.218 c
14.423 18.012 12.038 19.000 9.500 19.000 c
6.962 19.000 4.577 18.012 2.782 16.218 c
0.988 14.423 0.000 12.038 0.000 9.500 c
0.000 6.962 0.988 4.577 2.782 2.782 c
4.577 0.988 6.962 0.000 9.500 0.000 c
12.038 0.000 14.423 0.988 16.218 2.782 c
h
0.00 0.00 0.00 rg
1.000 9.500 m
1.000 14.187 4.813 18.000 9.500 18.000 c
14.187 18.000 18.000 14.187 18.000 9.500 c
18.000 4.813 14.187 1.000 9.500 1.000 c
4.813 1.000 1.000 4.813 1.000 9.500 c
h
f
0.00 0.00 0.00 rg
4.000 11.000 m
4.000 11.128 4.049 11.256 4.146 11.354 c
4.342 11.549 4.658 11.549 4.854 11.354 c
9.500 6.707 l
14.146 11.354 l
14.342 11.549 14.658 11.549 14.854 11.354 c
15.049 11.158 15.049 10.842 14.854 10.646 c
9.854 5.646 l
9.658 5.451 9.342 5.451 9.146 5.646 c
4.146 10.646 l
4.049 10.744 4.000 10.872 4.000 11.000 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001085 00000 n
0000002296 00000 n
0000000009 00000 n
0000000116 00000 n
0000001142 00000 n
0000001233 00000 n
0000001329 00000 n
0000001428 00000 n
0000001531 00000 n
0000001620 00000 n
0000001715 00000 n
0000001813 00000 n
0000001915 00000 n
0000002009 00000 n
0000002102 00000 n
0000002197 00000 n
0000002520 00000 n
0000002612 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
2716
%%EOF

View File

@ -0,0 +1,161 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 359>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
0.000 14.000 m
0.000 14.128 0.049 14.256 0.146 14.354 c
0.342 14.549 0.658 14.549 0.854 14.354 c
9.500 5.707 l
18.146 14.354 l
18.342 14.549 18.658 14.549 18.854 14.354 c
19.049 14.158 19.049 13.842 18.854 13.646 c
9.854 4.646 l
9.658 4.451 9.342 4.451 9.146 4.646 c
0.146 13.646 l
0.049 13.744 -0.000 13.872 -0.000 14.000 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000000524 00000 n
0000001735 00000 n
0000000009 00000 n
0000000116 00000 n
0000000581 00000 n
0000000672 00000 n
0000000768 00000 n
0000000867 00000 n
0000000970 00000 n
0000001059 00000 n
0000001154 00000 n
0000001252 00000 n
0000001354 00000 n
0000001448 00000 n
0000001541 00000 n
0000001636 00000 n
0000001959 00000 n
0000002051 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
2155
%%EOF

View File

@ -0,0 +1,180 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 920>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
2.782 16.218 m
4.577 18.012 6.962 19.000 9.500 19.000 c
12.038 19.000 14.423 18.012 16.218 16.218 c
18.012 14.423 19.000 12.038 19.000 9.500 c
19.000 6.962 18.012 4.577 16.218 2.782 c
14.423 0.988 12.038 0.000 9.500 0.000 c
6.962 0.000 4.577 0.988 2.782 2.782 c
0.988 4.577 0.000 6.962 0.000 9.500 c
0.000 12.038 0.988 14.423 2.782 16.218 c
h
0.00 0.00 0.00 rg
9.500 1.000 m
14.187 1.000 18.000 4.813 18.000 9.500 c
18.000 14.187 14.187 18.000 9.500 18.000 c
4.813 18.000 1.000 14.187 1.000 9.500 c
1.000 4.813 4.813 1.000 9.500 1.000 c
h
f
0.00 0.00 0.00 rg
11.000 4.000 m
11.128 4.000 11.256 4.049 11.354 4.146 c
11.549 4.342 11.549 4.658 11.354 4.854 c
6.707 9.500 l
11.354 14.146 l
11.549 14.342 11.549 14.658 11.354 14.854 c
11.158 15.049 10.842 15.049 10.646 14.854 c
5.646 9.854 l
5.451 9.658 5.451 9.342 5.646 9.146 c
10.646 4.146 l
10.744 4.049 10.872 4.000 11.000 4.000 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001085 00000 n
0000002296 00000 n
0000000009 00000 n
0000000116 00000 n
0000001142 00000 n
0000001233 00000 n
0000001329 00000 n
0000001428 00000 n
0000001531 00000 n
0000001620 00000 n
0000001715 00000 n
0000001813 00000 n
0000001915 00000 n
0000002009 00000 n
0000002102 00000 n
0000002197 00000 n
0000002520 00000 n
0000002612 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
2716
%%EOF

View File

@ -0,0 +1,161 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 357>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
14.000 0.000 m
14.128 0.000 14.256 0.049 14.354 0.146 c
14.549 0.342 14.549 0.658 14.354 0.854 c
5.707 9.500 l
14.354 18.146 l
14.549 18.342 14.549 18.658 14.354 18.854 c
14.158 19.049 13.842 19.049 13.646 18.854 c
4.646 9.854 l
4.451 9.658 4.451 9.342 4.646 9.146 c
13.646 0.146 l
13.744 0.049 13.872 0.000 14.000 0.000 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000000522 00000 n
0000001733 00000 n
0000000009 00000 n
0000000116 00000 n
0000000579 00000 n
0000000670 00000 n
0000000766 00000 n
0000000865 00000 n
0000000968 00000 n
0000001057 00000 n
0000001152 00000 n
0000001250 00000 n
0000001352 00000 n
0000001446 00000 n
0000001539 00000 n
0000001634 00000 n
0000001957 00000 n
0000002049 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
2153
%%EOF

View File

@ -0,0 +1,180 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 908>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
16.218 16.218 m
14.423 18.012 12.038 19.000 9.500 19.000 c
6.962 19.000 4.577 18.012 2.782 16.218 c
0.988 14.423 0.000 12.038 0.000 9.500 c
0.000 6.962 0.988 4.577 2.782 2.782 c
4.577 0.988 6.962 0.000 9.500 0.000 c
12.038 0.000 14.423 0.988 16.218 2.782 c
18.012 4.577 19.000 6.962 19.000 9.500 c
19.000 12.038 18.012 14.423 16.218 16.218 c
h
0.00 0.00 0.00 rg
9.500 1.000 m
4.813 1.000 1.000 4.813 1.000 9.500 c
1.000 14.187 4.813 18.000 9.500 18.000 c
14.187 18.000 18.000 14.187 18.000 9.500 c
18.000 4.813 14.187 1.000 9.500 1.000 c
h
f
0.00 0.00 0.00 rg
8.000 4.000 m
7.872 4.000 7.744 4.049 7.646 4.146 c
7.451 4.342 7.451 4.658 7.646 4.854 c
12.293 9.500 l
7.646 14.146 l
7.451 14.342 7.451 14.658 7.646 14.854 c
7.842 15.049 8.158 15.049 8.354 14.854 c
13.354 9.854 l
13.549 9.658 13.549 9.342 13.354 9.146 c
8.354 4.146 l
8.256 4.049 8.128 4.000 8.000 4.000 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001073 00000 n
0000002284 00000 n
0000000009 00000 n
0000000116 00000 n
0000001130 00000 n
0000001221 00000 n
0000001317 00000 n
0000001416 00000 n
0000001519 00000 n
0000001608 00000 n
0000001703 00000 n
0000001801 00000 n
0000001903 00000 n
0000001997 00000 n
0000002090 00000 n
0000002185 00000 n
0000002508 00000 n
0000002600 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
2704
%%EOF

View File

@ -0,0 +1,161 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 344>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
5.000 0.000 m
4.872 0.000 4.744 0.049 4.646 0.146 c
4.451 0.342 4.451 0.658 4.646 0.854 c
13.293 9.500 l
4.646 18.146 l
4.451 18.342 4.451 18.658 4.646 18.854 c
4.842 19.049 5.158 19.049 5.354 18.854 c
14.354 9.854 l
14.549 9.658 14.549 9.342 14.354 9.146 c
5.354 0.146 l
5.256 0.049 5.128 0.000 5.000 0.000 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000000509 00000 n
0000001720 00000 n
0000000009 00000 n
0000000116 00000 n
0000000566 00000 n
0000000657 00000 n
0000000753 00000 n
0000000852 00000 n
0000000955 00000 n
0000001044 00000 n
0000001139 00000 n
0000001237 00000 n
0000001339 00000 n
0000001433 00000 n
0000001526 00000 n
0000001621 00000 n
0000001944 00000 n
0000002036 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
2140
%%EOF

View File

@ -0,0 +1,180 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 912>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
2.782 16.218 m
0.988 14.423 0.000 12.038 0.000 9.500 c
0.000 6.962 0.988 4.577 2.782 2.782 c
4.577 0.988 6.962 0.000 9.500 0.000 c
12.038 0.000 14.423 0.988 16.218 2.782 c
18.012 4.577 19.000 6.962 19.000 9.500 c
19.000 12.038 18.012 14.423 16.218 16.218 c
14.423 18.012 12.038 19.000 9.500 19.000 c
6.962 19.000 4.577 18.012 2.782 16.218 c
h
0.00 0.00 0.00 rg
18.000 9.500 m
18.000 4.813 14.187 1.000 9.500 1.000 c
4.813 1.000 1.000 4.813 1.000 9.500 c
1.000 14.187 4.813 18.000 9.500 18.000 c
14.187 18.000 18.000 14.187 18.000 9.500 c
h
f
0.00 0.00 0.00 rg
15.000 8.000 m
15.000 7.872 14.951 7.744 14.854 7.646 c
14.658 7.451 14.342 7.451 14.146 7.646 c
9.500 12.293 l
4.854 7.646 l
4.658 7.451 4.342 7.451 4.146 7.646 c
3.951 7.842 3.951 8.158 4.146 8.354 c
9.146 13.354 l
9.342 13.549 9.658 13.549 9.854 13.354 c
14.854 8.354 l
14.951 8.256 15.000 8.128 15.000 8.000 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001077 00000 n
0000002288 00000 n
0000000009 00000 n
0000000116 00000 n
0000001134 00000 n
0000001225 00000 n
0000001321 00000 n
0000001420 00000 n
0000001523 00000 n
0000001612 00000 n
0000001707 00000 n
0000001805 00000 n
0000001907 00000 n
0000002001 00000 n
0000002094 00000 n
0000002189 00000 n
0000002512 00000 n
0000002604 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
2708
%%EOF

View File

@ -0,0 +1,161 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 346>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
0.000 5.000 m
0.000 4.872 0.049 4.744 0.146 4.646 c
0.342 4.451 0.658 4.451 0.854 4.646 c
9.500 13.293 l
18.146 4.646 l
18.342 4.451 18.658 4.451 18.854 4.646 c
19.049 4.842 19.049 5.158 18.854 5.354 c
9.854 14.354 l
9.658 14.549 9.342 14.549 9.146 14.354 c
0.146 5.354 l
0.049 5.256 -0.000 5.128 -0.000 5.000 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000000511 00000 n
0000001722 00000 n
0000000009 00000 n
0000000116 00000 n
0000000568 00000 n
0000000659 00000 n
0000000755 00000 n
0000000854 00000 n
0000000957 00000 n
0000001046 00000 n
0000001141 00000 n
0000001239 00000 n
0000001341 00000 n
0000001435 00000 n
0000001528 00000 n
0000001623 00000 n
0000001946 00000 n
0000002038 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
2142
%%EOF

View File

@ -0,0 +1,176 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 804>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
16.218 16.218 m
14.423 18.012 12.038 19.000 9.500 19.000 c
6.962 19.000 4.577 18.012 2.782 16.218 c
0.988 14.423 0.000 12.038 0.000 9.500 c
0.000 6.962 0.988 4.577 2.782 2.782 c
4.577 0.988 6.962 0.000 9.500 0.000 c
12.038 0.000 14.423 0.988 16.218 2.782 c
18.012 4.577 19.000 6.962 19.000 9.500 c
19.000 12.038 18.012 14.423 16.218 16.218 c
h
0.00 0.00 0.00 rg
9.500 1.000 m
4.813 1.000 1.000 4.813 1.000 9.500 c
1.000 14.187 4.813 18.000 9.500 18.000 c
14.187 18.000 18.000 14.187 18.000 9.500 c
18.000 4.813 14.187 1.000 9.500 1.000 c
h
f
0.00 0.00 0.00 rg
15.500 9.000 m
3.500 9.000 l
3.224 9.000 3.000 9.224 3.000 9.500 c
3.000 9.776 3.224 10.000 3.500 10.000 c
15.500 10.000 l
15.776 10.000 16.000 9.776 16.000 9.500 c
16.000 9.224 15.776 9.000 15.500 9.000 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000000969 00000 n
0000002180 00000 n
0000000009 00000 n
0000000116 00000 n
0000001026 00000 n
0000001117 00000 n
0000001213 00000 n
0000001312 00000 n
0000001415 00000 n
0000001504 00000 n
0000001599 00000 n
0000001697 00000 n
0000001799 00000 n
0000001893 00000 n
0000001986 00000 n
0000002081 00000 n
0000002404 00000 n
0000002496 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
2600
%%EOF

236
src/linearicons/PDF/clock.pdf Executable file
View File

@ -0,0 +1,236 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 2794>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
16.320 2.887 m
18.049 4.669 19.000 7.011 19.000 9.500 c
19.000 11.870 18.138 14.108 16.562 15.855 c
17.250 16.543 l
17.897 15.896 l
17.994 15.799 18.122 15.750 18.250 15.750 c
18.378 15.750 18.506 15.799 18.603 15.896 c
18.799 16.092 18.799 16.408 18.603 16.604 c
16.603 18.604 l
16.408 18.799 16.092 18.799 15.896 18.604 c
15.701 18.408 15.701 18.092 15.896 17.896 c
16.543 17.250 l
15.855 16.562 l
14.108 18.138 11.870 19.000 9.500 19.000 c
7.130 19.000 4.892 18.138 3.145 16.562 c
2.457 17.250 l
3.104 17.896 l
3.299 18.092 3.299 18.408 3.104 18.604 c
2.908 18.799 2.592 18.799 2.396 18.604 c
0.396 16.604 l
0.201 16.408 0.201 16.092 0.396 15.896 c
0.494 15.799 0.622 15.750 0.750 15.750 c
0.878 15.750 1.006 15.799 1.104 15.896 c
1.750 16.543 l
2.438 15.855 l
0.862 14.108 -0.000 11.870 -0.000 9.500 c
-0.000 7.011 0.951 4.669 2.680 2.887 c
0.646 0.854 l
0.451 0.658 0.451 0.342 0.646 0.146 c
0.744 0.049 0.872 -0.000 1.000 -0.000 c
1.128 -0.000 1.256 0.049 1.354 0.146 c
3.413 2.206 l
5.118 0.778 7.249 -0.000 9.500 -0.000 c
11.751 -0.000 13.882 0.778 15.587 2.206 c
17.646 0.146 l
17.744 0.049 17.872 -0.000 18.000 -0.000 c
18.128 -0.000 18.256 0.049 18.353 0.146 c
18.549 0.342 18.549 0.658 18.353 0.854 c
16.320 2.887 l
h
0.00 0.00 0.00 rg
1.000 9.500 m
1.000 14.187 4.813 18.000 9.500 18.000 c
14.187 18.000 18.000 14.187 18.000 9.500 c
18.000 4.813 14.187 1.000 9.500 1.000 c
4.813 1.000 1.000 4.813 1.000 9.500 c
h
f
0.00 0.00 0.00 rg
15.129 12.750 m
14.991 12.989 14.685 13.071 14.446 12.933 c
9.526 10.092 l
5.691 12.777 l
5.465 12.936 5.153 12.881 4.995 12.655 c
4.836 12.428 4.891 12.117 5.117 11.958 c
9.213 9.090 l
9.214 9.090 9.215 9.089 9.216 9.089 c
9.224 9.083 9.233 9.077 9.242 9.072 c
9.245 9.070 9.247 9.069 9.249 9.068 c
9.258 9.063 9.267 9.058 9.276 9.053 c
9.278 9.052 9.280 9.051 9.282 9.050 c
9.292 9.045 9.302 9.041 9.313 9.036 c
9.319 9.034 9.326 9.032 9.332 9.029 c
9.336 9.028 9.341 9.026 9.345 9.025 c
9.352 9.022 9.359 9.020 9.366 9.018 c
9.370 9.017 9.374 9.016 9.378 9.015 c
9.385 9.013 9.392 9.012 9.399 9.010 c
9.403 9.010 9.408 9.009 9.412 9.008 c
9.419 9.007 9.426 9.006 9.433 9.005 c
9.438 9.004 9.443 9.004 9.448 9.003 c
9.454 9.002 9.460 9.002 9.466 9.001 c
9.475 9.000 9.484 9.000 9.493 9.000 c
9.496 9.000 9.498 9.000 9.500 9.000 c
9.500 9.000 9.500 9.000 9.500 9.000 c
9.500 9.000 9.500 9.000 9.501 9.000 c
9.519 9.000 9.538 9.001 9.557 9.003 c
9.558 9.003 9.558 9.003 9.559 9.003 c
9.577 9.006 9.595 9.009 9.613 9.013 c
9.615 9.014 9.617 9.014 9.619 9.014 c
9.635 9.018 9.652 9.024 9.669 9.030 c
9.672 9.031 9.675 9.032 9.677 9.033 c
9.693 9.039 9.708 9.045 9.723 9.053 c
9.727 9.055 9.731 9.057 9.734 9.059 c
9.739 9.061 9.745 9.064 9.750 9.067 c
14.946 12.067 l
15.185 12.205 15.267 12.511 15.129 12.750 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000002960 00000 n
0000004171 00000 n
0000000009 00000 n
0000000116 00000 n
0000003017 00000 n
0000003108 00000 n
0000003204 00000 n
0000003303 00000 n
0000003406 00000 n
0000003495 00000 n
0000003590 00000 n
0000003688 00000 n
0000003790 00000 n
0000003884 00000 n
0000003977 00000 n
0000004072 00000 n
0000004395 00000 n
0000004487 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
4591
%%EOF

View File

@ -0,0 +1,193 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 1498>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
16.000 4.000 m
6.500 4.000 l
6.224 4.000 6.000 4.224 6.000 4.500 c
6.000 4.776 6.224 5.000 6.500 5.000 c
16.000 5.000 l
17.654 5.000 19.000 6.346 19.000 8.000 c
19.000 9.654 17.654 11.000 16.000 11.000 c
15.657 11.000 15.320 10.943 15.000 10.830 c
14.784 10.753 14.542 10.834 14.416 11.026 c
14.290 11.219 14.311 11.472 14.467 11.641 c
14.811 12.012 15.000 12.494 15.000 13.000 c
15.000 14.103 14.103 15.000 13.000 15.000 c
11.945 15.000 11.069 14.177 11.004 13.125 c
10.991 12.913 10.845 12.733 10.641 12.675 c
10.436 12.617 10.218 12.695 10.096 12.869 c
9.159 14.203 7.628 15.000 6.000 15.000 c
3.243 15.000 1.000 12.757 1.000 10.000 c
1.000 9.848 1.007 9.695 1.020 9.545 c
1.045 9.270 0.842 9.027 0.567 9.002 c
0.292 8.977 0.049 9.180 0.024 9.455 c
0.008 9.635 -0.000 9.818 -0.000 10.000 c
-0.000 13.308 2.692 16.000 6.000 16.000 c
7.611 16.000 9.143 15.350 10.261 14.224 c
10.731 15.274 11.787 16.000 13.000 16.000 c
14.654 16.000 16.000 14.654 16.000 13.000 c
16.000 12.654 15.941 12.315 15.828 11.996 c
15.885 11.999 15.942 12.000 16.000 12.000 c
18.206 12.000 20.000 10.206 20.000 8.000 c
20.000 5.794 18.206 4.000 16.000 4.000 c
h
f
0.00 0.00 0.00 rg
3.500 4.500 m
3.372 4.500 3.244 4.549 3.146 4.646 c
1.146 6.646 l
0.951 6.842 0.951 7.158 1.146 7.354 c
1.342 7.549 1.658 7.549 1.854 7.354 c
3.500 5.707 l
8.146 10.354 l
8.342 10.549 8.658 10.549 8.854 10.354 c
9.049 10.158 9.049 9.842 8.854 9.646 c
3.854 4.646 l
3.756 4.549 3.628 4.500 3.500 4.500 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001664 00000 n
0000002875 00000 n
0000000009 00000 n
0000000116 00000 n
0000001721 00000 n
0000001812 00000 n
0000001908 00000 n
0000002007 00000 n
0000002110 00000 n
0000002199 00000 n
0000002294 00000 n
0000002392 00000 n
0000002494 00000 n
0000002588 00000 n
0000002681 00000 n
0000002776 00000 n
0000003099 00000 n
0000003191 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
3295
%%EOF

View File

@ -0,0 +1,203 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 1801>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
16.006 4.000 m
13.500 4.000 l
13.224 4.000 13.000 4.224 13.000 4.500 c
13.000 4.776 13.224 5.000 13.500 5.000 c
16.006 5.000 l
17.657 5.000 19.000 6.343 19.000 7.994 c
19.000 9.644 17.657 10.987 16.006 10.987 c
15.655 10.987 15.310 10.927 14.983 10.808 c
14.765 10.729 14.521 10.810 14.394 11.004 c
14.267 11.198 14.290 11.454 14.450 11.623 c
14.805 11.996 15.000 12.485 15.000 13.000 c
15.000 14.103 14.103 15.000 13.000 15.000 c
12.358 15.000 11.771 14.703 11.390 14.186 c
11.161 13.876 11.028 13.510 11.004 13.125 c
10.991 12.913 10.845 12.732 10.640 12.675 c
10.435 12.617 10.217 12.696 10.095 12.870 c
10.090 12.877 l
9.983 13.029 9.865 13.178 9.740 13.319 c
8.791 14.387 7.428 15.000 6.000 15.000 c
3.243 15.000 1.000 12.757 1.000 10.000 c
1.000 7.243 3.243 5.000 6.000 5.000 c
7.500 5.000 l
7.776 5.000 8.000 4.776 8.000 4.500 c
8.000 4.224 7.776 4.000 7.500 4.000 c
6.000 4.000 l
2.692 4.000 0.000 6.692 0.000 10.000 c
0.000 13.308 2.692 16.000 6.000 16.000 c
7.603 16.000 9.137 15.357 10.261 14.225 c
10.348 14.420 10.456 14.606 10.585 14.780 c
11.149 15.544 12.052 16.000 13.000 16.000 c
14.654 16.000 16.000 14.654 16.000 13.000 c
16.000 12.649 15.939 12.306 15.824 11.983 c
15.884 11.986 15.945 11.987 16.006 11.987 c
18.208 11.987 20.000 10.196 20.000 7.994 c
20.000 5.792 18.208 4.000 16.006 4.000 c
h
f
0.00 0.00 0.00 rg
12.854 6.854 m
12.658 7.049 12.342 7.049 12.146 6.854 c
11.000 5.707 l
11.000 9.500 l
11.000 9.776 10.776 10.000 10.500 10.000 c
10.224 10.000 10.000 9.776 10.000 9.500 c
10.000 5.707 l
8.854 6.854 l
8.658 7.049 8.342 7.049 8.146 6.854 c
7.951 6.658 7.951 6.342 8.146 6.146 c
10.146 4.146 l
10.244 4.049 10.372 4.000 10.500 4.000 c
10.628 4.000 10.756 4.049 10.854 4.146 c
12.854 6.146 l
13.049 6.342 13.049 6.658 12.854 6.854 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001967 00000 n
0000003178 00000 n
0000000009 00000 n
0000000116 00000 n
0000002024 00000 n
0000002115 00000 n
0000002211 00000 n
0000002310 00000 n
0000002413 00000 n
0000002502 00000 n
0000002597 00000 n
0000002695 00000 n
0000002797 00000 n
0000002891 00000 n
0000002984 00000 n
0000003079 00000 n
0000003402 00000 n
0000003494 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
3598
%%EOF

View File

@ -0,0 +1,226 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 2403>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
16.006 11.988 m
15.945 11.988 15.884 11.986 15.823 11.983 c
15.939 12.306 16.000 12.649 16.000 13.000 c
16.000 14.654 14.654 16.000 13.000 16.000 c
12.052 16.000 11.149 15.544 10.585 14.780 c
10.456 14.606 10.348 14.420 10.261 14.225 c
9.137 15.357 7.603 16.000 6.000 16.000 c
2.692 16.000 0.000 13.308 0.000 10.000 c
0.000 6.692 2.692 4.000 6.000 4.000 c
16.006 4.000 l
18.208 4.000 20.000 5.792 20.000 7.994 c
20.000 10.196 18.208 11.988 16.006 11.988 c
h
0.00 0.00 0.00 rg
16.006 5.000 m
6.000 5.000 l
3.243 5.000 1.000 7.243 1.000 10.000 c
1.000 12.757 3.243 15.000 6.000 15.000 c
7.428 15.000 8.791 14.387 9.740 13.319 c
9.865 13.178 9.983 13.029 10.090 12.877 c
10.095 12.870 l
10.217 12.696 10.435 12.617 10.640 12.675 c
10.845 12.732 10.991 12.913 11.004 13.125 c
11.028 13.510 11.161 13.876 11.389 14.186 c
11.771 14.703 12.358 15.000 13.000 15.000 c
14.103 15.000 15.000 14.103 15.000 13.000 c
15.000 12.485 14.805 11.996 14.450 11.623 c
14.290 11.455 14.267 11.198 14.394 11.004 c
14.521 10.810 14.765 10.729 14.983 10.808 c
15.311 10.927 15.655 10.988 16.006 10.988 c
17.657 10.988 19.000 9.645 19.000 7.994 c
19.000 6.343 17.657 5.000 16.006 5.000 c
h
f
0.00 0.00 0.00 rg
6.404 8.041 m
6.272 8.014 6.136 8.000 6.000 8.000 c
4.897 8.000 4.000 8.897 4.000 10.000 c
4.000 10.293 l
4.146 10.146 l
4.244 10.049 4.372 10.000 4.500 10.000 c
4.628 10.000 4.756 10.049 4.854 10.146 c
5.049 10.342 5.049 10.658 4.854 10.854 c
3.854 11.854 l
3.658 12.049 3.342 12.049 3.146 11.854 c
2.146 10.854 l
1.951 10.658 1.951 10.342 2.146 10.146 c
2.342 9.951 2.658 9.951 2.854 10.146 c
3.000 10.293 l
3.000 10.000 l
3.000 8.346 4.346 7.000 6.000 7.000 c
6.203 7.000 6.406 7.021 6.604 7.061 c
6.875 7.116 7.049 7.380 6.994 7.651 c
6.938 7.922 6.674 8.096 6.404 8.041 c
h
f
0.00 0.00 0.00 rg
9.146 9.854 m
9.000 9.707 l
9.000 10.000 l
9.000 11.654 7.654 13.000 6.000 13.000 c
5.797 13.000 5.594 12.979 5.396 12.939 c
5.125 12.884 4.951 12.620 5.006 12.349 c
5.062 12.078 5.326 11.904 5.596 11.959 c
5.728 11.986 5.864 12.000 6.000 12.000 c
7.103 12.000 8.000 11.103 8.000 10.000 c
8.000 9.707 l
7.854 9.854 l
7.658 10.049 7.342 10.049 7.146 9.854 c
6.951 9.658 6.951 9.342 7.146 9.146 c
8.146 8.146 l
8.244 8.049 8.372 8.000 8.500 8.000 c
8.628 8.000 8.756 8.049 8.854 8.146 c
9.854 9.146 l
10.049 9.342 10.049 9.658 9.854 9.854 c
9.658 10.049 9.342 10.049 9.146 9.854 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000002569 00000 n
0000003780 00000 n
0000000009 00000 n
0000000116 00000 n
0000002626 00000 n
0000002717 00000 n
0000002813 00000 n
0000002912 00000 n
0000003015 00000 n
0000003104 00000 n
0000003199 00000 n
0000003297 00000 n
0000003399 00000 n
0000003493 00000 n
0000003586 00000 n
0000003681 00000 n
0000004004 00000 n
0000004096 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
4200
%%EOF

View File

@ -0,0 +1,203 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 1800>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
16.006 4.000 m
12.500 4.000 l
12.224 4.000 12.000 4.224 12.000 4.500 c
12.000 4.776 12.224 5.000 12.500 5.000 c
16.006 5.000 l
17.657 5.000 19.000 6.343 19.000 7.994 c
19.000 9.644 17.657 10.987 16.006 10.987 c
15.655 10.987 15.310 10.927 14.983 10.808 c
14.765 10.729 14.521 10.810 14.394 11.004 c
14.267 11.198 14.290 11.454 14.450 11.623 c
14.805 11.996 15.000 12.485 15.000 13.000 c
15.000 14.103 14.103 15.000 13.000 15.000 c
12.358 15.000 11.771 14.703 11.390 14.186 c
11.161 13.876 11.028 13.510 11.004 13.125 c
10.991 12.913 10.845 12.732 10.640 12.675 c
10.435 12.617 10.217 12.696 10.095 12.870 c
10.090 12.877 l
9.983 13.029 9.865 13.178 9.740 13.319 c
8.791 14.387 7.428 15.000 6.000 15.000 c
3.243 15.000 1.000 12.757 1.000 10.000 c
1.000 7.243 3.243 5.000 6.000 5.000 c
8.500 5.000 l
8.776 5.000 9.000 4.776 9.000 4.500 c
9.000 4.224 8.776 4.000 8.500 4.000 c
6.000 4.000 l
2.692 4.000 0.000 6.692 0.000 10.000 c
0.000 13.308 2.692 16.000 6.000 16.000 c
7.603 16.000 9.137 15.357 10.261 14.225 c
10.348 14.420 10.456 14.606 10.585 14.780 c
11.149 15.544 12.052 16.000 13.000 16.000 c
14.654 16.000 16.000 14.654 16.000 13.000 c
16.000 12.649 15.939 12.306 15.824 11.983 c
15.884 11.986 15.945 11.987 16.006 11.987 c
18.208 11.987 20.000 10.196 20.000 7.994 c
20.000 5.792 18.208 4.000 16.006 4.000 c
h
f
0.00 0.00 0.00 rg
12.854 7.854 m
10.854 9.854 l
10.658 10.049 10.342 10.049 10.146 9.854 c
8.146 7.854 l
7.951 7.658 7.951 7.342 8.146 7.146 c
8.342 6.951 8.658 6.951 8.854 7.146 c
10.000 8.293 l
10.000 4.500 l
10.000 4.224 10.224 4.000 10.500 4.000 c
10.776 4.000 11.000 4.224 11.000 4.500 c
11.000 8.293 l
12.146 7.146 l
12.244 7.049 12.372 7.000 12.500 7.000 c
12.628 7.000 12.756 7.049 12.854 7.146 c
13.049 7.342 13.049 7.658 12.854 7.854 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001966 00000 n
0000003177 00000 n
0000000009 00000 n
0000000116 00000 n
0000002023 00000 n
0000002114 00000 n
0000002210 00000 n
0000002309 00000 n
0000002412 00000 n
0000002501 00000 n
0000002596 00000 n
0000002694 00000 n
0000002796 00000 n
0000002890 00000 n
0000002983 00000 n
0000003078 00000 n
0000003401 00000 n
0000003493 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
3597
%%EOF

181
src/linearicons/PDF/cloud.pdf Executable file
View File

@ -0,0 +1,181 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 1185>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
16.006 4.000 m
6.000 4.000 l
2.692 4.000 -0.000 6.692 -0.000 10.000 c
-0.000 13.308 2.692 16.000 6.000 16.000 c
7.602 16.000 9.137 15.357 10.260 14.225 c
10.347 14.420 10.456 14.606 10.585 14.780 c
11.149 15.544 12.052 16.000 13.000 16.000 c
14.654 16.000 16.000 14.654 16.000 13.000 c
16.000 12.649 15.939 12.306 15.822 11.983 c
15.883 11.986 15.945 11.987 16.006 11.987 c
18.208 11.987 20.000 10.196 20.000 7.994 c
20.000 5.792 18.208 4.000 16.006 4.000 c
h
0.00 0.00 0.00 rg
6.000 15.000 m
3.243 15.000 1.000 12.757 1.000 10.000 c
1.000 7.243 3.243 5.000 6.000 5.000 c
16.006 5.000 l
17.657 5.000 19.000 6.343 19.000 7.994 c
19.000 9.644 17.657 10.987 16.006 10.987 c
15.652 10.987 15.307 10.927 14.981 10.807 c
14.763 10.728 14.518 10.808 14.391 11.002 c
14.263 11.197 14.286 11.453 14.446 11.621 c
14.803 11.997 15.000 12.487 15.000 13.000 c
15.000 14.103 14.103 15.000 13.000 15.000 c
12.358 15.000 11.771 14.703 11.390 14.186 c
11.159 13.874 11.025 13.508 11.002 13.129 c
10.988 12.917 10.843 12.736 10.639 12.679 c
10.434 12.621 10.216 12.698 10.094 12.872 c
9.984 13.028 9.865 13.178 9.740 13.319 c
8.791 14.387 7.428 15.000 6.000 15.000 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001351 00000 n
0000002562 00000 n
0000000009 00000 n
0000000116 00000 n
0000001408 00000 n
0000001499 00000 n
0000001595 00000 n
0000001694 00000 n
0000001797 00000 n
0000001886 00000 n
0000001981 00000 n
0000002079 00000 n
0000002181 00000 n
0000002275 00000 n
0000002368 00000 n
0000002463 00000 n
0000002786 00000 n
0000002878 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
2982
%%EOF

186
src/linearicons/PDF/code.pdf Executable file
View File

@ -0,0 +1,186 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 961>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
5.000 5.000 m
4.872 5.000 4.744 5.049 4.646 5.146 c
0.646 9.146 l
0.451 9.342 0.451 9.658 0.646 9.854 c
4.646 13.854 l
4.842 14.049 5.158 14.049 5.354 13.854 c
5.549 13.658 5.549 13.342 5.354 13.146 c
1.707 9.500 l
5.354 5.854 l
5.549 5.658 5.549 5.342 5.354 5.146 c
5.256 5.049 5.128 5.000 5.000 5.000 c
h
f
0.00 0.00 0.00 rg
15.000 5.000 m
14.872 5.000 14.744 5.049 14.646 5.146 c
14.451 5.342 14.451 5.658 14.646 5.854 c
18.293 9.500 l
14.646 13.146 l
14.451 13.342 14.451 13.658 14.646 13.854 c
14.842 14.049 15.158 14.049 15.354 13.854 c
19.354 9.854 l
19.549 9.658 19.549 9.342 19.354 9.146 c
15.354 5.146 l
15.256 5.049 15.128 5.000 15.000 5.000 c
h
f
0.00 0.00 0.00 rg
7.500 5.000 m
7.409 5.000 7.317 5.025 7.235 5.076 c
7.001 5.222 6.930 5.531 7.076 5.765 c
12.076 13.765 l
12.222 13.999 12.531 14.070 12.765 13.924 c
12.999 13.778 13.070 13.469 12.924 13.235 c
7.924 5.235 l
7.829 5.083 7.666 5.000 7.500 5.000 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001126 00000 n
0000002337 00000 n
0000000009 00000 n
0000000116 00000 n
0000001183 00000 n
0000001274 00000 n
0000001370 00000 n
0000001469 00000 n
0000001572 00000 n
0000001661 00000 n
0000001756 00000 n
0000001854 00000 n
0000001956 00000 n
0000002050 00000 n
0000002143 00000 n
0000002238 00000 n
0000002561 00000 n
0000002653 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
2757
%%EOF

View File

@ -0,0 +1,227 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 1814>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
10.000 5.000 m
8.346 5.000 7.000 6.346 7.000 8.000 c
7.000 9.654 8.346 11.000 10.000 11.000 c
11.654 11.000 13.000 9.654 13.000 8.000 c
13.000 6.346 11.654 5.000 10.000 5.000 c
h
0.00 0.00 0.00 rg
10.000 10.000 m
8.897 10.000 8.000 9.103 8.000 8.000 c
8.000 6.897 8.897 6.000 10.000 6.000 c
11.103 6.000 12.000 6.897 12.000 8.000 c
12.000 9.103 11.103 10.000 10.000 10.000 c
h
f
0.00 0.00 0.00 rg
15.904 17.944 m
15.728 18.651 l
15.538 19.407 14.780 20.000 14.000 20.000 c
6.000 20.000 l
5.220 20.000 4.461 19.407 4.272 18.651 c
4.096 17.944 l
3.464 17.767 3.000 17.187 3.000 16.500 c
3.000 15.500 l
3.000 14.837 3.432 14.274 4.029 14.076 c
4.930 1.462 l
4.988 0.656 5.692 0.000 6.500 0.000 c
13.500 0.000 l
14.308 0.000 15.012 0.656 15.070 1.462 c
15.971 14.076 l
16.568 14.274 17.000 14.837 17.000 15.500 c
17.000 16.500 l
17.000 17.187 16.536 17.767 15.904 17.944 c
h
0.00 0.00 0.00 rg
6.000 19.000 m
14.000 19.000 l
14.319 19.000 14.680 18.718 14.757 18.409 c
14.860 18.000 l
5.140 18.000 l
5.243 18.409 l
5.320 18.718 5.681 19.000 6.000 19.000 c
h
0.00 0.00 0.00 rg
14.892 13.000 m
5.108 13.000 l
5.037 14.000 l
14.963 14.000 l
14.892 13.000 l
h
0.00 0.00 0.00 rg
14.249 4.000 m
5.751 4.000 l
5.180 12.000 l
14.820 12.000 l
14.249 4.000 l
h
0.00 0.00 0.00 rg
13.500 1.000 m
6.500 1.000 l
6.210 1.000 5.948 1.244 5.928 1.533 c
5.823 3.000 l
14.177 3.000 l
14.073 1.533 l
14.052 1.244 13.790 1.000 13.500 1.000 c
h
0.00 0.00 0.00 rg
16.000 15.500 m
16.000 15.224 15.776 15.000 15.500 15.000 c
4.500 15.000 l
4.224 15.000 4.000 15.224 4.000 15.500 c
4.000 16.500 l
4.000 16.775 4.224 16.999 4.499 17.000 c
4.499 17.000 4.500 17.000 4.500 17.000 c
4.501 17.000 4.502 17.000 4.503 17.000 c
15.500 17.000 l
15.776 17.000 16.000 16.776 16.000 16.500 c
16.000 15.500 l
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001980 00000 n
0000003191 00000 n
0000000009 00000 n
0000000116 00000 n
0000002037 00000 n
0000002128 00000 n
0000002224 00000 n
0000002323 00000 n
0000002426 00000 n
0000002515 00000 n
0000002610 00000 n
0000002708 00000 n
0000002810 00000 n
0000002904 00000 n
0000002997 00000 n
0000003092 00000 n
0000003415 00000 n
0000003507 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
3611
%%EOF

242
src/linearicons/PDF/cog.pdf Executable file
View File

@ -0,0 +1,242 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 3488>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
7.631 0.298 m
7.590 0.298 7.548 0.303 7.506 0.314 c
6.609 0.544 5.746 0.900 4.942 1.372 c
4.709 1.509 4.627 1.806 4.757 2.043 c
4.916 2.335 5.000 2.666 5.000 3.000 c
5.000 4.103 4.103 5.000 3.000 5.000 c
2.666 5.000 2.335 4.916 2.043 4.757 c
1.806 4.627 1.509 4.709 1.372 4.942 c
0.900 5.746 0.544 6.609 0.314 7.507 c
0.248 7.760 0.390 8.021 0.638 8.105 c
1.453 8.379 2.000 9.141 2.000 10.000 c
2.000 10.859 1.453 11.621 0.638 11.895 c
0.390 11.979 0.248 12.240 0.314 12.494 c
0.544 13.392 0.900 14.254 1.372 15.058 c
1.509 15.291 1.806 15.373 2.043 15.243 c
2.335 15.084 2.666 15.000 3.000 15.000 c
4.103 15.000 5.000 15.897 5.000 17.000 c
5.000 17.335 4.916 17.665 4.757 17.957 c
4.627 18.194 4.709 18.491 4.942 18.628 c
5.746 19.100 6.609 19.456 7.507 19.686 c
7.760 19.752 8.021 19.610 8.105 19.362 c
8.379 18.547 9.141 18.000 10.000 18.000 c
10.859 18.000 11.621 18.547 11.895 19.362 c
11.979 19.610 12.240 19.752 12.493 19.686 c
13.391 19.456 14.254 19.100 15.058 18.628 c
15.291 18.491 15.373 18.194 15.243 17.957 c
15.084 17.665 15.000 17.335 15.000 17.000 c
15.000 15.897 15.897 15.000 17.000 15.000 c
17.334 15.000 17.665 15.084 17.957 15.243 c
18.194 15.373 18.491 15.291 18.628 15.058 c
19.100 14.254 19.456 13.392 19.686 12.494 c
19.752 12.240 19.610 11.979 19.362 11.895 c
18.547 11.621 18.000 10.859 18.000 10.000 c
18.000 9.141 18.547 8.379 19.362 8.105 c
19.610 8.021 19.752 7.760 19.686 7.507 c
19.456 6.609 19.100 5.746 18.628 4.942 c
18.491 4.709 18.194 4.627 17.957 4.757 c
17.665 4.916 17.334 5.000 17.000 5.000 c
15.897 5.000 15.000 4.103 15.000 3.000 c
15.000 2.666 15.084 2.335 15.243 2.043 c
15.373 1.806 15.291 1.509 15.058 1.372 c
14.254 0.900 13.392 0.544 12.494 0.314 c
12.240 0.248 11.979 0.390 11.895 0.638 c
11.621 1.453 10.859 2.000 10.000 2.000 c
9.141 2.000 8.379 1.453 8.105 0.638 c
8.035 0.431 7.841 0.298 7.631 0.298 c
h
0.00 0.00 0.00 rg
10.000 3.000 m
11.127 3.000 12.142 2.372 12.655 1.398 c
13.175 1.558 13.680 1.767 14.164 2.020 c
14.056 2.334 14.000 2.666 14.000 3.000 c
14.000 4.654 15.346 6.000 17.000 6.000 c
17.334 6.000 17.666 5.944 17.980 5.836 c
18.233 6.320 18.442 6.825 18.602 7.345 c
17.628 7.858 17.000 8.873 17.000 10.000 c
17.000 11.127 17.628 12.142 18.602 12.655 c
18.442 13.175 18.233 13.680 17.980 14.164 c
17.666 14.056 17.334 14.000 17.000 14.000 c
15.346 14.000 14.000 15.346 14.000 17.000 c
14.000 17.334 14.056 17.666 14.164 17.980 c
13.680 18.233 13.175 18.442 12.655 18.602 c
12.142 17.628 11.127 17.000 10.000 17.000 c
8.873 17.000 7.858 17.628 7.345 18.602 c
6.825 18.442 6.320 18.233 5.836 17.980 c
5.944 17.666 6.000 17.334 6.000 17.000 c
6.000 15.346 4.654 14.000 3.000 14.000 c
2.666 14.000 2.334 14.056 2.020 14.164 c
1.767 13.680 1.558 13.175 1.398 12.655 c
2.372 12.142 3.000 11.127 3.000 10.000 c
3.000 8.873 2.372 7.858 1.398 7.345 c
1.558 6.825 1.767 6.320 2.020 5.836 c
2.334 5.944 2.666 6.000 3.000 6.000 c
4.654 6.000 6.000 4.654 6.000 3.000 c
6.000 2.666 5.944 2.334 5.836 2.020 c
6.320 1.767 6.825 1.558 7.345 1.398 c
7.858 2.372 8.873 3.000 10.000 3.000 c
h
f
0.00 0.00 0.00 rg
10.000 7.000 m
8.346 7.000 7.000 8.346 7.000 10.000 c
7.000 11.654 8.346 13.000 10.000 13.000 c
11.654 13.000 13.000 11.654 13.000 10.000 c
13.000 8.346 11.654 7.000 10.000 7.000 c
h
0.00 0.00 0.00 rg
10.000 12.000 m
8.897 12.000 8.000 11.103 8.000 10.000 c
8.000 8.897 8.897 8.000 10.000 8.000 c
11.103 8.000 12.000 8.897 12.000 10.000 c
12.000 11.103 11.103 12.000 10.000 12.000 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000003654 00000 n
0000004865 00000 n
0000000009 00000 n
0000000116 00000 n
0000003711 00000 n
0000003802 00000 n
0000003898 00000 n
0000003997 00000 n
0000004100 00000 n
0000004189 00000 n
0000004284 00000 n
0000004382 00000 n
0000004484 00000 n
0000004578 00000 n
0000004671 00000 n
0000004766 00000 n
0000005089 00000 n
0000005181 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
5285
%%EOF

View File

@ -0,0 +1,242 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 1785>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
20.000 15.000 m
20.000 16.500 l
20.000 16.776 19.776 17.000 19.500 17.000 c
16.000 17.000 l
16.000 17.000 16.000 17.000 16.000 17.000 c
11.000 17.000 l
11.000 17.000 11.000 17.000 11.000 17.000 c
6.000 17.000 l
6.000 17.000 6.000 17.000 6.000 17.000 c
0.500 17.000 l
0.224 17.000 -0.000 16.776 -0.000 16.500 c
-0.000 10.500 l
-0.000 10.224 0.224 10.000 0.500 10.000 c
2.000 10.000 l
2.000 4.000 l
1.500 4.000 l
1.224 4.000 1.000 3.776 1.000 3.500 c
1.000 3.224 1.224 3.000 1.500 3.000 c
5.500 3.000 l
5.776 3.000 6.000 3.224 6.000 3.500 c
6.000 3.776 5.776 4.000 5.500 4.000 c
5.000 4.000 l
5.000 7.000 l
15.000 7.000 l
15.000 4.000 l
14.500 4.000 l
14.224 4.000 14.000 3.776 14.000 3.500 c
14.000 3.224 14.224 3.000 14.500 3.000 c
18.500 3.000 l
18.776 3.000 19.000 3.224 19.000 3.500 c
19.000 3.776 18.776 4.000 18.500 4.000 c
18.000 4.000 l
18.000 10.000 l
19.500 10.000 l
19.776 10.000 20.000 10.224 20.000 10.500 c
20.000 15.000 l
20.000 15.000 20.000 15.000 20.000 15.000 c
h
0.00 0.00 0.00 rg
19.000 15.207 m
14.793 11.000 l
11.207 11.000 l
16.207 16.000 l
19.000 16.000 l
19.000 15.207 l
h
0.00 0.00 0.00 rg
6.207 11.000 m
11.207 16.000 l
14.793 16.000 l
9.793 11.000 l
6.207 11.000 l
h
0.00 0.00 0.00 rg
1.207 11.000 m
6.207 16.000 l
9.793 16.000 l
4.793 11.000 l
1.207 11.000 l
h
0.00 0.00 0.00 rg
4.793 16.000 m
1.000 12.207 l
1.000 16.000 l
4.793 16.000 l
h
0.00 0.00 0.00 rg
3.000 4.000 m
3.000 10.000 l
4.000 10.000 l
4.000 4.000 l
3.000 4.000 l
h
0.00 0.00 0.00 rg
5.000 8.000 m
5.000 10.000 l
15.000 10.000 l
15.000 8.000 l
5.000 8.000 l
h
0.00 0.00 0.00 rg
17.000 4.000 m
16.000 4.000 l
16.000 10.000 l
17.000 10.000 l
17.000 4.000 l
h
0.00 0.00 0.00 rg
16.207 11.000 m
19.000 13.793 l
19.000 11.000 l
16.207 11.000 l
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001951 00000 n
0000003162 00000 n
0000000009 00000 n
0000000116 00000 n
0000002008 00000 n
0000002099 00000 n
0000002195 00000 n
0000002294 00000 n
0000002397 00000 n
0000002486 00000 n
0000002581 00000 n
0000002679 00000 n
0000002781 00000 n
0000002875 00000 n
0000002968 00000 n
0000003063 00000 n
0000003386 00000 n
0000003478 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
3582
%%EOF

193
src/linearicons/PDF/crop.pdf Executable file
View File

@ -0,0 +1,193 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 1087>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
19.500 5.000 m
16.500 5.000 l
16.224 5.000 16.000 5.224 16.000 5.500 c
16.000 5.776 16.224 6.000 16.500 6.000 c
19.500 6.000 l
19.776 6.000 20.000 5.776 20.000 5.500 c
20.000 5.224 19.776 5.000 19.500 5.000 c
h
f
0.00 0.00 0.00 rg
12.500 5.000 m
5.500 5.000 l
5.224 5.000 5.000 5.224 5.000 5.500 c
5.000 12.500 l
5.000 12.776 5.224 13.000 5.500 13.000 c
5.776 13.000 6.000 12.776 6.000 12.500 c
6.000 6.000 l
12.500 6.000 l
12.776 6.000 13.000 5.776 13.000 5.500 c
13.000 5.224 12.776 5.000 12.500 5.000 c
h
f
0.00 0.00 0.00 rg
5.500 16.000 m
5.224 16.000 5.000 16.224 5.000 16.500 c
5.000 19.500 l
5.000 19.776 5.224 20.000 5.500 20.000 c
5.776 20.000 6.000 19.776 6.000 19.500 c
6.000 16.500 l
6.000 16.224 5.776 16.000 5.500 16.000 c
h
f
0.00 0.00 0.00 rg
14.500 0.000 m
14.224 0.000 14.000 0.224 14.000 0.500 c
14.000 14.000 l
0.500 14.000 l
0.224 14.000 -0.000 14.224 -0.000 14.500 c
-0.000 14.776 0.224 15.000 0.500 15.000 c
14.500 15.000 l
14.776 15.000 15.000 14.776 15.000 14.500 c
15.000 0.500 l
15.000 0.224 14.776 0.000 14.500 0.000 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001253 00000 n
0000002464 00000 n
0000000009 00000 n
0000000116 00000 n
0000001310 00000 n
0000001401 00000 n
0000001497 00000 n
0000001596 00000 n
0000001699 00000 n
0000001788 00000 n
0000001883 00000 n
0000001981 00000 n
0000002083 00000 n
0000002177 00000 n
0000002270 00000 n
0000002365 00000 n
0000002688 00000 n
0000002780 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
2884
%%EOF

View File

@ -0,0 +1,188 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 1137>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
14.332 5.874 m
10.253 9.500 l
14.332 13.126 l
14.539 13.310 14.557 13.626 14.374 13.832 c
14.190 14.039 13.874 14.057 13.668 13.874 c
9.500 10.169 l
5.332 13.874 l
5.126 14.057 4.810 14.039 4.626 13.832 c
4.443 13.626 4.461 13.310 4.668 13.126 c
8.747 9.500 l
4.668 5.874 l
4.461 5.690 4.443 5.374 4.626 5.168 c
4.725 5.057 4.862 5.000 5.000 5.000 c
5.118 5.000 5.237 5.042 5.332 5.126 c
9.500 8.831 l
13.668 5.126 l
13.763 5.042 13.882 5.000 14.000 5.000 c
14.138 5.000 14.275 5.057 14.374 5.168 c
14.557 5.374 14.539 5.690 14.332 5.874 c
h
f
0.00 0.00 0.00 rg
9.500 0.000 m
6.962 0.000 4.577 0.988 2.782 2.782 c
0.988 4.577 0.000 6.962 0.000 9.500 c
0.000 12.038 0.988 14.423 2.782 16.217 c
4.577 18.012 6.962 19.000 9.500 19.000 c
12.038 19.000 14.423 18.012 16.218 16.217 c
18.012 14.423 19.000 12.038 19.000 9.500 c
19.000 6.962 18.012 4.577 16.218 2.782 c
14.423 0.988 12.038 0.000 9.500 0.000 c
h
0.00 0.00 0.00 rg
9.500 18.000 m
4.813 18.000 1.000 14.187 1.000 9.500 c
1.000 4.813 4.813 1.000 9.500 1.000 c
14.187 1.000 18.000 4.813 18.000 9.500 c
18.000 14.187 14.187 18.000 9.500 18.000 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001303 00000 n
0000002514 00000 n
0000000009 00000 n
0000000116 00000 n
0000001360 00000 n
0000001451 00000 n
0000001547 00000 n
0000001646 00000 n
0000001749 00000 n
0000001838 00000 n
0000001933 00000 n
0000002031 00000 n
0000002133 00000 n
0000002227 00000 n
0000002320 00000 n
0000002415 00000 n
0000002738 00000 n
0000002830 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
2934
%%EOF

169
src/linearicons/PDF/cross.pdf Executable file
View File

@ -0,0 +1,169 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 576>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
10.707 9.500 m
16.354 15.146 l
16.549 15.342 16.549 15.658 16.354 15.854 c
16.158 16.049 15.842 16.049 15.646 15.854 c
10.000 10.207 l
4.354 15.854 l
4.158 16.049 3.842 16.049 3.646 15.854 c
3.451 15.658 3.451 15.342 3.646 15.146 c
9.293 9.500 l
3.646 3.854 l
3.451 3.658 3.451 3.342 3.646 3.146 c
3.744 3.049 3.872 3.000 4.000 3.000 c
4.128 3.000 4.256 3.049 4.354 3.146 c
10.000 8.793 l
15.646 3.146 l
15.744 3.049 15.872 3.000 16.000 3.000 c
16.128 3.000 16.256 3.049 16.354 3.146 c
16.549 3.342 16.549 3.658 16.354 3.854 c
10.707 9.500 l
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000000741 00000 n
0000001952 00000 n
0000000009 00000 n
0000000116 00000 n
0000000798 00000 n
0000000889 00000 n
0000000985 00000 n
0000001084 00000 n
0000001187 00000 n
0000001276 00000 n
0000001371 00000 n
0000001469 00000 n
0000001571 00000 n
0000001665 00000 n
0000001758 00000 n
0000001853 00000 n
0000002176 00000 n
0000002268 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
2372
%%EOF

215
src/linearicons/PDF/database.pdf Executable file
View File

@ -0,0 +1,215 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 2130>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
18.067 18.391 m
17.571 18.717 16.874 19.006 15.998 19.250 c
14.256 19.733 11.948 20.000 9.500 20.000 c
7.052 20.000 4.744 19.733 3.002 19.250 c
2.126 19.006 1.429 18.717 0.933 18.391 c
0.314 17.985 0.000 17.517 0.000 17.000 c
0.000 5.000 l
0.000 4.483 0.314 4.015 0.933 3.609 c
1.429 3.283 2.126 2.994 3.002 2.750 c
4.744 2.267 7.052 2.000 9.500 2.000 c
11.948 2.000 14.256 2.267 15.998 2.751 c
16.874 2.994 17.571 3.283 18.067 3.609 c
18.686 4.015 19.000 4.483 19.000 5.000 c
19.000 17.000 l
19.000 17.517 18.686 17.985 18.067 18.391 c
h
0.00 0.00 0.00 rg
3.270 18.286 m
4.927 18.746 7.140 19.000 9.500 19.000 c
11.860 19.000 14.073 18.746 15.730 18.286 c
17.526 17.787 18.000 17.227 18.000 17.000 c
18.000 16.773 17.526 16.213 15.730 15.714 c
14.073 15.254 11.860 15.000 9.500 15.000 c
7.140 15.000 4.927 15.254 3.270 15.714 c
1.474 16.213 1.000 16.773 1.000 17.000 c
1.000 17.227 1.474 17.787 3.270 18.286 c
h
0.00 0.00 0.00 rg
15.730 3.714 m
14.073 3.254 11.860 3.000 9.500 3.000 c
7.140 3.000 4.927 3.254 3.270 3.714 c
1.474 4.213 1.000 4.773 1.000 5.000 c
1.000 7.566 l
1.492 7.258 2.164 6.983 3.002 6.750 c
4.744 6.267 7.052 6.000 9.500 6.000 c
11.948 6.000 14.256 6.267 15.998 6.751 c
16.836 6.983 17.508 7.258 18.000 7.566 c
18.000 5.000 l
18.000 4.773 17.526 4.213 15.730 3.714 c
h
0.00 0.00 0.00 rg
15.730 7.714 m
14.073 7.254 11.860 7.000 9.500 7.000 c
7.140 7.000 4.927 7.254 3.270 7.714 c
1.474 8.213 1.000 8.773 1.000 9.000 c
1.000 11.566 l
1.492 11.258 2.164 10.983 3.002 10.750 c
4.744 10.267 7.052 10.000 9.500 10.000 c
11.948 10.000 14.256 10.267 15.998 10.750 c
16.836 10.983 17.508 11.258 18.000 11.566 c
18.000 9.000 l
18.000 8.773 17.526 8.213 15.730 7.714 c
h
0.00 0.00 0.00 rg
15.730 11.714 m
14.073 11.254 11.860 11.000 9.500 11.000 c
7.140 11.000 4.927 11.254 3.270 11.714 c
1.474 12.213 1.000 12.773 1.000 13.000 c
1.000 15.566 l
1.492 15.258 2.164 14.983 3.002 14.750 c
4.744 14.267 7.052 14.000 9.500 14.000 c
11.948 14.000 14.256 14.267 15.998 14.750 c
16.836 14.983 17.508 15.258 18.000 15.566 c
18.000 13.000 l
18.000 12.773 17.526 12.213 15.730 11.714 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000002296 00000 n
0000003507 00000 n
0000000009 00000 n
0000000116 00000 n
0000002353 00000 n
0000002444 00000 n
0000002540 00000 n
0000002639 00000 n
0000002742 00000 n
0000002831 00000 n
0000002926 00000 n
0000003024 00000 n
0000003126 00000 n
0000003220 00000 n
0000003313 00000 n
0000003408 00000 n
0000003731 00000 n
0000003823 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
3927
%%EOF

212
src/linearicons/PDF/diamond.pdf Executable file
View File

@ -0,0 +1,212 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 1098>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
18.900 12.800 m
15.900 16.800 l
15.823 16.903 15.709 16.972 15.582 16.993 c
9.582 17.993 l
9.528 18.002 9.472 18.002 9.418 17.993 c
3.418 16.993 l
3.291 16.972 3.177 16.903 3.100 16.800 c
0.100 12.800 l
-0.043 12.609 -0.031 12.343 0.128 12.166 c
9.128 2.166 l
9.223 2.060 9.358 2.000 9.500 2.000 c
9.642 2.000 9.777 2.060 9.872 2.166 c
18.872 12.166 l
19.031 12.343 19.043 12.609 18.900 12.800 c
h
0.00 0.00 0.00 rg
12.786 13.000 m
9.500 3.963 l
6.214 13.000 l
12.786 13.000 l
h
0.00 0.00 0.00 rg
6.707 14.000 m
9.500 16.793 l
12.293 14.000 l
6.707 14.000 l
h
0.00 0.00 0.00 rg
10.957 16.750 m
14.655 16.134 l
13.422 14.285 l
10.957 16.750 l
h
0.00 0.00 0.00 rg
5.578 14.285 m
4.345 16.134 l
8.043 16.750 l
5.578 14.285 l
h
0.00 0.00 0.00 rg
4.670 13.844 m
1.685 13.247 l
3.476 15.635 l
4.670 13.844 l
h
0.00 0.00 0.00 rg
5.177 12.925 m
8.151 4.746 l
1.459 12.182 l
5.177 12.925 l
h
0.00 0.00 0.00 rg
13.823 12.925 m
17.541 12.182 l
10.849 4.746 l
13.823 12.925 l
h
0.00 0.00 0.00 rg
14.330 13.844 m
15.524 15.635 l
17.315 13.247 l
14.330 13.844 l
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001264 00000 n
0000002475 00000 n
0000000009 00000 n
0000000116 00000 n
0000001321 00000 n
0000001412 00000 n
0000001508 00000 n
0000001607 00000 n
0000001710 00000 n
0000001799 00000 n
0000001894 00000 n
0000001992 00000 n
0000002094 00000 n
0000002188 00000 n
0000002281 00000 n
0000002376 00000 n
0000002699 00000 n
0000002791 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
2895
%%EOF

260
src/linearicons/PDF/dice.pdf Executable file
View File

@ -0,0 +1,260 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 2950>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
5.500 4.000 m
4.673 4.000 4.000 4.673 4.000 5.500 c
4.000 6.327 4.673 7.000 5.500 7.000 c
6.327 7.000 7.000 6.327 7.000 5.500 c
7.000 4.673 6.327 4.000 5.500 4.000 c
h
0.00 0.00 0.00 rg
5.500 6.000 m
5.224 6.000 5.000 5.776 5.000 5.500 c
5.000 5.224 5.224 5.000 5.500 5.000 c
5.776 5.000 6.000 5.224 6.000 5.500 c
6.000 5.776 5.776 6.000 5.500 6.000 c
h
f
0.00 0.00 0.00 rg
5.500 8.000 m
4.673 8.000 4.000 8.673 4.000 9.500 c
4.000 10.327 4.673 11.000 5.500 11.000 c
6.327 11.000 7.000 10.327 7.000 9.500 c
7.000 8.673 6.327 8.000 5.500 8.000 c
h
0.00 0.00 0.00 rg
5.500 10.000 m
5.224 10.000 5.000 9.776 5.000 9.500 c
5.000 9.224 5.224 9.000 5.500 9.000 c
5.776 9.000 6.000 9.224 6.000 9.500 c
6.000 9.776 5.776 10.000 5.500 10.000 c
h
f
0.00 0.00 0.00 rg
5.500 12.000 m
4.673 12.000 4.000 12.673 4.000 13.500 c
4.000 14.327 4.673 15.000 5.500 15.000 c
6.327 15.000 7.000 14.327 7.000 13.500 c
7.000 12.673 6.327 12.000 5.500 12.000 c
h
0.00 0.00 0.00 rg
5.500 14.000 m
5.224 14.000 5.000 13.776 5.000 13.500 c
5.000 13.224 5.224 13.000 5.500 13.000 c
5.776 13.000 6.000 13.224 6.000 13.500 c
6.000 13.776 5.776 14.000 5.500 14.000 c
h
f
0.00 0.00 0.00 rg
13.500 12.000 m
12.673 12.000 12.000 12.673 12.000 13.500 c
12.000 14.327 12.673 15.000 13.500 15.000 c
14.327 15.000 15.000 14.327 15.000 13.500 c
15.000 12.673 14.327 12.000 13.500 12.000 c
h
0.00 0.00 0.00 rg
13.500 14.000 m
13.224 14.000 13.000 13.776 13.000 13.500 c
13.000 13.224 13.224 13.000 13.500 13.000 c
13.776 13.000 14.000 13.224 14.000 13.500 c
14.000 13.776 13.776 14.000 13.500 14.000 c
h
f
0.00 0.00 0.00 rg
13.500 8.000 m
12.673 8.000 12.000 8.673 12.000 9.500 c
12.000 10.327 12.673 11.000 13.500 11.000 c
14.327 11.000 15.000 10.327 15.000 9.500 c
15.000 8.673 14.327 8.000 13.500 8.000 c
h
0.00 0.00 0.00 rg
13.500 10.000 m
13.224 10.000 13.000 9.776 13.000 9.500 c
13.000 9.224 13.224 9.000 13.500 9.000 c
13.776 9.000 14.000 9.224 14.000 9.500 c
14.000 9.776 13.776 10.000 13.500 10.000 c
h
f
0.00 0.00 0.00 rg
13.500 4.000 m
12.673 4.000 12.000 4.673 12.000 5.500 c
12.000 6.327 12.673 7.000 13.500 7.000 c
14.327 7.000 15.000 6.327 15.000 5.500 c
15.000 4.673 14.327 4.000 13.500 4.000 c
h
0.00 0.00 0.00 rg
13.500 6.000 m
13.224 6.000 13.000 5.776 13.000 5.500 c
13.000 5.224 13.224 5.000 13.500 5.000 c
13.776 5.000 14.000 5.224 14.000 5.500 c
14.000 5.776 13.776 6.000 13.500 6.000 c
h
f
0.00 0.00 0.00 rg
15.500 1.000 m
3.500 1.000 l
2.122 1.000 1.000 2.122 1.000 3.500 c
1.000 15.500 l
1.000 16.878 2.122 18.000 3.500 18.000 c
15.500 18.000 l
16.878 18.000 18.000 16.878 18.000 15.500 c
18.000 3.500 l
18.000 2.122 16.878 1.000 15.500 1.000 c
h
0.00 0.00 0.00 rg
3.500 17.000 m
2.673 17.000 2.000 16.327 2.000 15.500 c
2.000 3.500 l
2.000 2.673 2.673 2.000 3.500 2.000 c
15.500 2.000 l
16.327 2.000 17.000 2.673 17.000 3.500 c
17.000 15.500 l
17.000 16.327 16.327 17.000 15.500 17.000 c
3.500 17.000 l
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000003116 00000 n
0000004327 00000 n
0000000009 00000 n
0000000116 00000 n
0000003173 00000 n
0000003264 00000 n
0000003360 00000 n
0000003459 00000 n
0000003562 00000 n
0000003651 00000 n
0000003746 00000 n
0000003844 00000 n
0000003946 00000 n
0000004040 00000 n
0000004133 00000 n
0000004228 00000 n
0000004551 00000 n
0000004643 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
4747
%%EOF

221
src/linearicons/PDF/dinner.pdf Executable file
View File

@ -0,0 +1,221 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 2380>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
8.000 19.500 m
8.000 19.776 7.776 20.000 7.500 20.000 c
7.224 20.000 7.000 19.776 7.000 19.500 c
7.000 18.194 7.252 17.103 7.455 16.226 c
7.652 15.372 7.808 14.697 7.585 14.416 c
7.399 14.182 6.868 14.046 6.004 14.010 c
6.002 14.172 6.000 14.335 6.000 14.500 c
6.000 18.500 l
6.000 18.776 5.776 19.000 5.500 19.000 c
5.224 19.000 5.000 18.776 5.000 18.500 c
5.000 14.500 l
5.000 14.335 4.999 14.172 4.996 14.010 c
4.135 14.047 3.605 14.184 3.419 14.418 c
3.194 14.701 3.350 15.377 3.547 16.233 c
3.749 17.108 4.000 18.198 4.000 19.500 c
4.000 19.776 3.776 20.000 3.500 20.000 c
3.224 20.000 3.000 19.776 3.000 19.500 c
3.000 18.311 2.763 17.283 2.573 16.457 c
2.315 15.339 2.111 14.456 2.637 13.796 c
3.027 13.306 3.738 13.062 4.970 13.011 c
4.858 10.221 4.453 7.820 4.118 5.834 c
3.673 3.190 3.378 1.444 4.130 0.555 c
4.441 0.187 4.902 -0.000 5.500 -0.000 c
6.098 -0.000 6.559 0.187 6.870 0.555 c
7.622 1.445 7.328 3.193 6.882 5.839 c
6.548 7.824 6.144 10.223 6.031 13.010 c
7.265 13.060 7.977 13.303 8.367 13.793 c
8.891 14.452 8.687 15.335 8.429 16.452 c
8.238 17.279 8.000 18.309 8.000 19.500 c
h
0.00 0.00 0.00 rg
6.106 1.201 m
6.034 1.114 5.892 1.000 5.500 1.000 c
5.108 1.000 4.967 1.114 4.894 1.200 c
4.442 1.735 4.749 3.558 5.105 5.668 c
5.233 6.430 5.372 7.253 5.501 8.135 c
5.629 7.254 5.768 6.434 5.896 5.672 c
6.252 3.560 6.559 1.736 6.106 1.200 c
h
f
0.00 0.00 0.00 rg
15.882 5.838 m
15.489 8.169 15.001 11.070 15.000 14.500 c
15.000 19.500 l
15.000 19.727 14.847 19.925 14.628 19.983 c
14.409 20.041 14.178 19.945 14.066 19.748 c
12.047 16.214 11.050 10.817 11.008 10.589 c
10.982 10.444 11.021 10.293 11.116 10.180 c
11.211 10.066 11.352 10.000 11.500 10.000 c
13.735 10.000 l
13.560 8.456 13.326 7.065 13.118 5.834 c
12.673 3.190 12.378 1.444 13.130 0.555 c
13.441 0.187 13.902 -0.000 14.500 -0.000 c
15.098 -0.000 15.559 0.187 15.870 0.555 c
16.622 1.445 16.328 3.192 15.882 5.838 c
h
0.00 0.00 0.00 rg
12.111 11.000 m
12.358 12.171 12.993 14.887 14.000 17.317 c
14.000 14.500 l
14.000 13.264 13.937 12.097 13.837 11.000 c
12.111 11.000 l
h
0.00 0.00 0.00 rg
15.106 1.201 m
15.034 1.114 14.892 1.000 14.500 1.000 c
14.109 1.000 13.967 1.114 13.894 1.200 c
13.442 1.735 13.749 3.558 14.104 5.668 c
14.233 6.430 14.372 7.253 14.501 8.135 c
14.629 7.255 14.768 6.434 14.896 5.672 c
15.252 3.560 15.559 1.736 15.106 1.201 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000002546 00000 n
0000003757 00000 n
0000000009 00000 n
0000000116 00000 n
0000002603 00000 n
0000002694 00000 n
0000002790 00000 n
0000002889 00000 n
0000002992 00000 n
0000003081 00000 n
0000003176 00000 n
0000003274 00000 n
0000003376 00000 n
0000003470 00000 n
0000003563 00000 n
0000003658 00000 n
0000003981 00000 n
0000004073 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
4177
%%EOF

View File

@ -0,0 +1,193 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 1114>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
15.354 2.854 m
13.354 4.854 l
13.158 5.049 12.842 5.049 12.646 4.854 c
12.451 4.658 12.451 4.342 12.646 4.146 c
13.793 3.000 l
4.500 3.000 l
4.224 3.000 4.000 2.776 4.000 2.500 c
4.000 2.224 4.224 2.000 4.500 2.000 c
13.793 2.000 l
12.646 0.854 l
12.451 0.658 12.451 0.342 12.646 0.146 c
12.744 0.049 12.872 0.000 13.000 0.000 c
13.128 0.000 13.256 0.049 13.354 0.146 c
15.354 2.146 l
15.549 2.342 15.549 2.658 15.354 2.854 c
h
f
0.00 0.00 0.00 rg
15.500 19.000 m
7.000 19.000 l
4.794 19.000 3.000 17.206 3.000 15.000 c
3.000 12.794 4.794 11.000 7.000 11.000 c
8.000 11.000 l
8.000 6.500 l
8.000 6.224 8.224 6.000 8.500 6.000 c
8.776 6.000 9.000 6.224 9.000 6.500 c
9.000 18.000 l
12.000 18.000 l
12.000 6.500 l
12.000 6.224 12.224 6.000 12.500 6.000 c
12.776 6.000 13.000 6.224 13.000 6.500 c
13.000 18.000 l
15.500 18.000 l
15.776 18.000 16.000 18.224 16.000 18.500 c
16.000 18.776 15.776 19.000 15.500 19.000 c
h
0.00 0.00 0.00 rg
8.000 12.000 m
7.000 12.000 l
5.346 12.000 4.000 13.346 4.000 15.000 c
4.000 16.654 5.346 18.000 7.000 18.000 c
8.000 18.000 l
8.000 12.000 l
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001280 00000 n
0000002491 00000 n
0000000009 00000 n
0000000116 00000 n
0000001337 00000 n
0000001428 00000 n
0000001524 00000 n
0000001623 00000 n
0000001726 00000 n
0000001815 00000 n
0000001910 00000 n
0000002008 00000 n
0000002110 00000 n
0000002204 00000 n
0000002297 00000 n
0000002392 00000 n
0000002715 00000 n
0000002807 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
2911
%%EOF

View File

@ -0,0 +1,193 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 1098>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
15.500 19.000 m
7.000 19.000 l
4.794 19.000 3.000 17.206 3.000 15.000 c
3.000 12.794 4.794 11.000 7.000 11.000 c
8.000 11.000 l
8.000 6.500 l
8.000 6.224 8.224 6.000 8.500 6.000 c
8.776 6.000 9.000 6.224 9.000 6.500 c
9.000 18.000 l
12.000 18.000 l
12.000 6.500 l
12.000 6.224 12.224 6.000 12.500 6.000 c
12.776 6.000 13.000 6.224 13.000 6.500 c
13.000 18.000 l
15.500 18.000 l
15.776 18.000 16.000 18.224 16.000 18.500 c
16.000 18.776 15.776 19.000 15.500 19.000 c
h
0.00 0.00 0.00 rg
8.000 12.000 m
7.000 12.000 l
5.346 12.000 4.000 13.346 4.000 15.000 c
4.000 16.654 5.346 18.000 7.000 18.000 c
8.000 18.000 l
8.000 12.000 l
h
f
0.00 0.00 0.00 rg
14.500 3.000 m
5.207 3.000 l
6.354 4.146 l
6.549 4.342 6.549 4.658 6.354 4.854 c
6.158 5.049 5.842 5.049 5.646 4.854 c
3.646 2.854 l
3.451 2.658 3.451 2.342 3.646 2.146 c
5.646 0.146 l
5.744 0.049 5.872 0.000 6.000 0.000 c
6.128 0.000 6.256 0.049 6.354 0.146 c
6.549 0.342 6.549 0.658 6.354 0.854 c
5.207 2.000 l
14.500 2.000 l
14.776 2.000 15.000 2.224 15.000 2.500 c
15.000 2.776 14.776 3.000 14.500 3.000 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001264 00000 n
0000002475 00000 n
0000000009 00000 n
0000000116 00000 n
0000001321 00000 n
0000001412 00000 n
0000001508 00000 n
0000001607 00000 n
0000001710 00000 n
0000001799 00000 n
0000001894 00000 n
0000001992 00000 n
0000002094 00000 n
0000002188 00000 n
0000002281 00000 n
0000002376 00000 n
0000002699 00000 n
0000002791 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
2895
%%EOF

183
src/linearicons/PDF/download.pdf Executable file
View File

@ -0,0 +1,183 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 907>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
14.853 10.353 m
14.658 10.549 14.342 10.549 14.146 10.353 c
10.000 6.207 l
10.000 17.500 l
10.000 17.776 9.776 18.000 9.500 18.000 c
9.224 18.000 9.000 17.776 9.000 17.500 c
9.000 6.207 l
4.854 10.353 l
4.658 10.549 4.342 10.549 4.146 10.353 c
3.951 10.158 3.951 9.842 4.146 9.646 c
9.146 4.646 l
9.244 4.549 9.372 4.500 9.500 4.500 c
9.628 4.500 9.756 4.549 9.854 4.647 c
14.854 9.647 l
15.049 9.842 15.049 10.158 14.853 10.353 c
h
f
0.00 0.00 0.00 rg
17.500 1.000 m
1.500 1.000 l
0.673 1.000 0.000 1.673 0.000 2.500 c
0.000 4.500 l
0.000 4.776 0.224 5.000 0.500 5.000 c
0.776 5.000 1.000 4.776 1.000 4.500 c
1.000 2.500 l
1.000 2.224 1.224 2.000 1.500 2.000 c
17.500 2.000 l
17.776 2.000 18.000 2.224 18.000 2.500 c
18.000 4.500 l
18.000 4.776 18.224 5.000 18.500 5.000 c
18.776 5.000 19.000 4.776 19.000 4.500 c
19.000 2.500 l
19.000 1.673 18.327 1.000 17.500 1.000 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001072 00000 n
0000002283 00000 n
0000000009 00000 n
0000000116 00000 n
0000001129 00000 n
0000001220 00000 n
0000001316 00000 n
0000001415 00000 n
0000001518 00000 n
0000001607 00000 n
0000001702 00000 n
0000001800 00000 n
0000001902 00000 n
0000001996 00000 n
0000002089 00000 n
0000002184 00000 n
0000002507 00000 n
0000002599 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
2703
%%EOF

170
src/linearicons/PDF/drop.pdf Executable file
View File

@ -0,0 +1,170 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 745>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
10.000 0.000 m
8.386 0.000 6.882 0.655 5.764 1.845 c
4.631 3.051 4.007 4.704 4.007 6.500 c
4.007 9.443 5.315 11.549 6.700 13.778 c
7.770 15.501 8.877 17.282 9.518 19.632 c
9.577 19.849 9.775 20.000 10.000 20.000 c
10.225 20.000 10.423 19.849 10.482 19.632 c
11.123 17.282 12.232 15.500 13.303 13.777 c
14.690 11.548 16.000 9.442 16.000 6.500 c
16.000 4.701 15.380 3.048 14.254 1.846 c
13.139 0.655 11.628 0.000 10.000 0.000 c
h
0.00 0.00 0.00 rg
10.000 17.887 m
9.326 16.110 8.426 14.661 7.550 13.251 c
6.185 11.054 5.007 9.158 5.007 6.500 c
5.007 3.365 7.154 1.000 10.000 1.000 c
12.850 1.000 15.000 3.365 15.000 6.500 c
15.000 9.157 13.820 11.053 12.454 13.249 c
11.576 14.660 10.675 16.109 10.000 17.887 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000000910 00000 n
0000002121 00000 n
0000000009 00000 n
0000000116 00000 n
0000000967 00000 n
0000001058 00000 n
0000001154 00000 n
0000001253 00000 n
0000001356 00000 n
0000001445 00000 n
0000001540 00000 n
0000001638 00000 n
0000001740 00000 n
0000001834 00000 n
0000001927 00000 n
0000002022 00000 n
0000002345 00000 n
0000002437 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
2541
%%EOF

244
src/linearicons/PDF/earth.pdf Executable file
View File

@ -0,0 +1,244 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 3583>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
17.071 17.071 m
15.182 18.960 12.671 20.000 10.000 20.000 c
7.329 20.000 4.818 18.960 2.929 17.071 c
1.040 15.182 0.000 12.671 0.000 10.000 c
0.000 7.329 1.040 4.818 2.929 2.929 c
4.818 1.040 7.329 0.000 10.000 0.000 c
12.671 0.000 15.182 1.040 17.071 2.929 c
18.960 4.818 20.000 7.329 20.000 10.000 c
20.000 12.671 18.960 15.182 17.071 17.071 c
h
0.00 0.00 0.00 rg
18.397 13.239 m
18.202 13.590 17.712 13.757 17.072 13.974 c
16.384 14.208 16.142 14.914 15.861 15.732 c
15.617 16.442 15.365 17.175 14.766 17.631 c
16.404 16.604 17.690 15.065 18.397 13.239 c
h
0.00 0.00 0.00 rg
15.591 9.809 m
15.666 9.132 15.744 8.432 14.904 7.488 c
14.677 7.233 14.544 6.878 14.403 6.502 c
14.077 5.631 13.768 4.808 12.457 4.796 c
12.420 4.840 12.315 5.006 12.223 5.529 c
12.137 6.011 12.088 6.635 12.036 7.294 c
11.956 8.307 11.865 9.454 11.615 10.406 c
11.295 11.623 10.758 12.343 9.974 12.604 c
9.632 12.719 9.282 12.774 8.906 12.774 c
8.628 12.774 8.376 12.745 8.154 12.718 c
7.980 12.698 7.816 12.679 7.678 12.679 c
7.678 12.679 7.678 12.679 7.678 12.679 c
7.444 12.679 7.179 12.679 6.852 13.427 c
6.383 14.502 6.729 16.225 8.106 17.133 c
8.861 17.632 9.382 17.844 9.848 17.844 c
10.220 17.844 10.622 17.715 11.191 17.412 c
11.863 17.054 12.390 17.008 12.773 17.008 c
12.926 17.008 13.063 17.016 13.197 17.024 c
13.309 17.030 13.414 17.037 13.512 17.037 c
13.732 17.037 13.910 17.008 14.119 16.865 c
14.504 16.602 14.704 16.022 14.915 15.407 c
15.235 14.475 15.598 13.419 16.750 13.027 c
16.905 12.975 17.171 12.884 17.360 12.805 c
17.197 12.637 16.924 12.394 16.658 12.156 c
16.486 12.003 16.291 11.829 16.075 11.632 c
15.451 11.063 15.525 10.397 15.591 9.809 c
h
0.00 0.00 0.00 rg
1.001 10.077 m
1.109 10.057 1.225 10.035 1.345 10.009 c
1.907 9.890 2.170 9.781 2.285 9.720 c
2.232 9.617 2.125 9.465 2.054 9.365 c
1.807 9.014 1.499 8.577 1.616 8.096 c
1.695 7.771 1.628 7.373 1.513 7.004 c
1.181 7.942 1.000 8.950 1.000 10.000 c
1.000 10.026 1.001 10.051 1.001 10.077 c
h
0.00 0.00 0.00 rg
10.000 1.000 m
6.575 1.000 3.590 2.924 2.070 5.747 c
2.332 6.246 2.818 7.350 2.591 8.317 c
2.607 8.414 2.772 8.648 2.871 8.789 c
3.142 9.173 3.480 9.652 3.230 10.159 c
3.054 10.515 2.586 10.755 1.664 10.963 c
1.450 11.011 1.242 11.051 1.065 11.081 c
1.601 15.536 5.403 19.000 10.000 19.000 c
11.578 19.000 13.062 18.591 14.352 17.875 c
14.033 18.015 13.744 18.037 13.512 18.037 c
13.385 18.037 13.259 18.029 13.137 18.022 c
13.019 18.015 12.896 18.008 12.773 18.008 c
12.489 18.008 12.135 18.042 11.661 18.294 c
10.937 18.680 10.395 18.844 9.848 18.844 c
9.172 18.844 8.486 18.582 7.556 17.968 c
6.751 17.437 6.145 16.625 5.849 15.680 c
5.560 14.759 5.591 13.817 5.936 13.027 c
6.342 12.095 6.880 11.679 7.678 11.679 c
7.678 11.679 7.678 11.679 7.678 11.679 c
7.875 11.679 8.067 11.701 8.271 11.725 c
8.475 11.749 8.687 11.774 8.906 11.774 c
9.177 11.774 9.415 11.737 9.657 11.656 c
10.096 11.509 10.421 11.017 10.648 10.152 c
10.876 9.287 10.962 8.186 11.039 7.216 c
11.103 6.406 11.163 5.641 11.296 5.065 c
11.377 4.715 11.482 4.449 11.616 4.252 c
11.817 3.958 12.105 3.796 12.427 3.796 c
13.312 3.796 14.018 4.081 14.526 4.643 c
14.949 5.111 15.165 5.687 15.339 6.151 c
15.442 6.424 15.548 6.707 15.650 6.823 c
16.788 8.099 16.670 9.152 16.584 9.920 c
16.521 10.485 16.520 10.685 16.749 10.893 c
16.961 11.086 17.154 11.258 17.324 11.410 c
17.686 11.734 17.949 11.968 18.132 12.169 c
18.259 12.306 18.554 12.629 18.472 13.033 c
18.471 13.037 18.470 13.040 18.470 13.044 c
18.813 12.093 19.000 11.068 19.000 10.000 c
19.000 5.037 14.963 1.000 10.000 1.000 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000003749 00000 n
0000004960 00000 n
0000000009 00000 n
0000000116 00000 n
0000003806 00000 n
0000003897 00000 n
0000003993 00000 n
0000004092 00000 n
0000004195 00000 n
0000004284 00000 n
0000004379 00000 n
0000004477 00000 n
0000004579 00000 n
0000004673 00000 n
0000004766 00000 n
0000004861 00000 n
0000005184 00000 n
0000005276 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
5380
%%EOF

View File

@ -0,0 +1,191 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 1142>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
12.854 8.354 m
12.658 8.549 12.342 8.549 12.146 8.354 c
10.000 6.207 l
10.000 18.500 l
10.000 18.776 9.776 19.000 9.500 19.000 c
9.224 19.000 9.000 18.776 9.000 18.500 c
9.000 6.207 l
6.854 8.354 l
6.658 8.549 6.342 8.549 6.146 8.354 c
5.951 8.158 5.951 7.842 6.146 7.646 c
9.146 4.646 l
9.244 4.549 9.372 4.500 9.500 4.500 c
9.628 4.500 9.756 4.549 9.854 4.646 c
12.854 7.646 l
13.049 7.842 13.049 8.158 12.854 8.354 c
h
f
0.00 0.00 0.00 rg
15.500 0.000 m
3.500 0.000 l
2.673 0.000 2.000 0.673 2.000 1.500 c
2.000 11.500 l
2.000 12.327 2.673 13.000 3.500 13.000 c
7.500 13.000 l
7.776 13.000 8.000 12.776 8.000 12.500 c
8.000 12.224 7.776 12.000 7.500 12.000 c
3.500 12.000 l
3.224 12.000 3.000 11.776 3.000 11.500 c
3.000 1.500 l
3.000 1.224 3.224 1.000 3.500 1.000 c
15.500 1.000 l
15.776 1.000 16.000 1.224 16.000 1.500 c
16.000 11.500 l
16.000 11.776 15.776 12.000 15.500 12.000 c
11.500 12.000 l
11.224 12.000 11.000 12.224 11.000 12.500 c
11.000 12.776 11.224 13.000 11.500 13.000 c
15.500 13.000 l
16.327 13.000 17.000 12.327 17.000 11.500 c
17.000 1.500 l
17.000 0.673 16.327 0.000 15.500 0.000 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001308 00000 n
0000002519 00000 n
0000000009 00000 n
0000000116 00000 n
0000001365 00000 n
0000001456 00000 n
0000001552 00000 n
0000001651 00000 n
0000001754 00000 n
0000001843 00000 n
0000001938 00000 n
0000002036 00000 n
0000002138 00000 n
0000002232 00000 n
0000002325 00000 n
0000002420 00000 n
0000002743 00000 n
0000002835 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
2939
%%EOF

208
src/linearicons/PDF/enter.pdf Executable file
View File

@ -0,0 +1,208 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 1570>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
17.500 18.000 m
8.500 18.000 l
7.673 18.000 7.000 17.327 7.000 16.500 c
7.000 13.500 l
7.000 13.224 7.224 13.000 7.500 13.000 c
7.776 13.000 8.000 13.224 8.000 13.500 c
8.000 16.500 l
8.000 16.776 8.224 17.000 8.500 17.000 c
16.064 17.000 l
12.222 15.353 l
11.537 15.060 11.000 14.246 11.000 13.500 c
11.000 4.000 l
8.500 4.000 l
8.224 4.000 8.000 4.224 8.000 4.500 c
8.000 7.500 l
8.000 7.776 7.776 8.000 7.500 8.000 c
7.224 8.000 7.000 7.776 7.000 7.500 c
7.000 4.500 l
7.000 3.673 7.673 3.000 8.500 3.000 c
11.000 3.000 l
11.000 1.500 l
11.000 1.067 11.180 0.699 11.495 0.492 c
11.668 0.378 11.871 0.320 12.084 0.320 c
12.257 0.320 12.438 0.358 12.616 0.434 c
17.778 2.646 l
18.463 2.940 19.000 3.754 19.000 4.500 c
19.000 16.500 l
19.000 17.327 18.327 18.000 17.500 18.000 c
h
0.00 0.00 0.00 rg
18.000 4.500 m
18.000 4.149 17.706 3.704 17.384 3.566 c
12.222 1.354 l
12.126 1.312 12.063 1.315 12.045 1.327 c
12.028 1.338 12.000 1.396 12.000 1.500 c
12.000 13.500 l
12.000 13.851 12.294 14.296 12.616 14.434 c
17.949 16.720 l
17.982 16.653 18.000 16.579 18.000 16.500 c
18.000 4.500 l
h
f
0.00 0.00 0.00 rg
8.354 10.854 m
5.354 13.854 l
5.158 14.049 4.842 14.049 4.646 13.854 c
4.451 13.658 4.451 13.342 4.646 13.146 c
6.793 11.000 l
0.500 11.000 l
0.224 11.000 0.000 10.776 0.000 10.500 c
0.000 10.224 0.224 10.000 0.500 10.000 c
6.793 10.000 l
4.646 7.854 l
4.451 7.658 4.451 7.342 4.646 7.146 c
4.744 7.049 4.872 7.000 5.000 7.000 c
5.128 7.000 5.256 7.049 5.354 7.146 c
8.354 10.146 l
8.549 10.342 8.549 10.658 8.354 10.854 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001736 00000 n
0000002947 00000 n
0000000009 00000 n
0000000116 00000 n
0000001793 00000 n
0000001884 00000 n
0000001980 00000 n
0000002079 00000 n
0000002182 00000 n
0000002271 00000 n
0000002366 00000 n
0000002464 00000 n
0000002566 00000 n
0000002660 00000 n
0000002753 00000 n
0000002848 00000 n
0000003171 00000 n
0000003263 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
3367
%%EOF

180
src/linearicons/PDF/envelope.pdf Executable file
View File

@ -0,0 +1,180 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 749>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
17.500 14.000 m
1.500 14.000 l
0.673 14.000 0.000 13.327 0.000 12.500 c
0.000 3.500 l
0.000 2.673 0.673 2.000 1.500 2.000 c
17.500 2.000 l
18.327 2.000 19.000 2.673 19.000 3.500 c
19.000 12.500 l
19.000 13.327 18.327 14.000 17.500 14.000 c
h
0.00 0.00 0.00 rg
17.500 13.000 m
17.530 13.000 17.558 12.997 17.587 12.992 c
10.055 7.971 l
9.764 7.777 9.236 7.777 8.945 7.971 c
1.413 12.992 l
1.442 12.997 1.470 13.000 1.500 13.000 c
17.500 13.000 l
h
0.00 0.00 0.00 rg
17.500 3.000 m
1.500 3.000 l
1.224 3.000 1.000 3.224 1.000 3.500 c
1.000 12.066 l
8.391 7.139 l
8.702 6.931 9.101 6.828 9.500 6.828 c
9.899 6.828 10.298 6.931 10.609 7.139 c
18.000 12.066 l
18.000 3.500 l
18.000 3.224 17.776 3.000 17.500 3.000 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000000914 00000 n
0000002125 00000 n
0000000009 00000 n
0000000116 00000 n
0000000971 00000 n
0000001062 00000 n
0000001158 00000 n
0000001257 00000 n
0000001360 00000 n
0000001449 00000 n
0000001544 00000 n
0000001642 00000 n
0000001744 00000 n
0000001838 00000 n
0000001931 00000 n
0000002026 00000 n
0000002349 00000 n
0000002441 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
2545
%%EOF

191
src/linearicons/PDF/exit-up.pdf Executable file
View File

@ -0,0 +1,191 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 1162>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
15.500 0.000 m
3.500 0.000 l
2.673 0.000 2.000 0.673 2.000 1.500 c
2.000 11.500 l
2.000 12.327 2.673 13.000 3.500 13.000 c
7.500 13.000 l
7.776 13.000 8.000 12.776 8.000 12.500 c
8.000 12.224 7.776 12.000 7.500 12.000 c
3.500 12.000 l
3.224 12.000 3.000 11.776 3.000 11.500 c
3.000 1.500 l
3.000 1.224 3.224 1.000 3.500 1.000 c
15.500 1.000 l
15.776 1.000 16.000 1.224 16.000 1.500 c
16.000 11.500 l
16.000 11.776 15.776 12.000 15.500 12.000 c
11.500 12.000 l
11.224 12.000 11.000 12.224 11.000 12.500 c
11.000 12.776 11.224 13.000 11.500 13.000 c
15.500 13.000 l
16.327 13.000 17.000 12.327 17.000 11.500 c
17.000 1.500 l
17.000 0.673 16.327 0.000 15.500 0.000 c
h
f
0.00 0.00 0.00 rg
12.853 16.354 m
9.853 19.354 l
9.658 19.549 9.342 19.549 9.146 19.354 c
6.146 16.354 l
5.951 16.158 5.951 15.842 6.146 15.646 c
6.342 15.451 6.658 15.451 6.853 15.646 c
9.000 17.793 l
9.000 6.500 l
9.000 6.224 9.224 6.000 9.500 6.000 c
9.776 6.000 10.000 6.224 10.000 6.500 c
10.000 17.793 l
12.147 15.646 l
12.244 15.549 12.372 15.500 12.500 15.500 c
12.628 15.500 12.756 15.549 12.853 15.646 c
13.049 15.842 13.049 16.158 12.853 16.354 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001328 00000 n
0000002539 00000 n
0000000009 00000 n
0000000116 00000 n
0000001385 00000 n
0000001476 00000 n
0000001572 00000 n
0000001671 00000 n
0000001774 00000 n
0000001863 00000 n
0000001958 00000 n
0000002056 00000 n
0000002158 00000 n
0000002252 00000 n
0000002345 00000 n
0000002440 00000 n
0000002763 00000 n
0000002855 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
2959
%%EOF

208
src/linearicons/PDF/exit.pdf Executable file
View File

@ -0,0 +1,208 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 1587>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
11.500 12.000 m
11.776 12.000 12.000 12.224 12.000 12.500 c
12.000 16.500 l
12.000 17.327 11.327 18.000 10.500 18.000 c
1.500 18.000 l
0.673 18.000 0.000 17.327 0.000 16.500 c
0.000 4.500 l
0.000 3.754 0.537 2.940 1.222 2.647 c
6.384 0.434 l
6.562 0.358 6.743 0.320 6.916 0.320 c
7.129 0.320 7.332 0.378 7.505 0.492 c
7.820 0.699 8.000 1.067 8.000 1.500 c
8.000 3.000 l
10.500 3.000 l
11.327 3.000 12.000 3.673 12.000 4.500 c
12.000 8.500 l
12.000 8.776 11.776 9.000 11.500 9.000 c
11.224 9.000 11.000 8.776 11.000 8.500 c
11.000 4.500 l
11.000 4.224 10.776 4.000 10.500 4.000 c
8.000 4.000 l
8.000 13.500 l
8.000 14.246 7.463 15.060 6.778 15.353 c
2.936 17.000 l
10.500 17.000 l
10.776 17.000 11.000 16.776 11.000 16.500 c
11.000 12.500 l
11.000 12.224 11.224 12.000 11.500 12.000 c
h
0.00 0.00 0.00 rg
6.384 14.434 m
6.706 14.296 7.000 13.851 7.000 13.500 c
7.000 1.500 l
7.000 1.396 6.972 1.338 6.955 1.327 c
6.937 1.315 6.874 1.312 6.778 1.354 c
1.616 3.566 l
1.294 3.704 1.000 4.149 1.000 4.500 c
1.000 16.500 l
1.000 16.579 1.018 16.653 1.051 16.720 c
6.384 14.434 l
h
f
0.00 0.00 0.00 rg
18.354 10.854 m
15.354 13.854 l
15.158 14.049 14.842 14.049 14.646 13.854 c
14.451 13.658 14.451 13.342 14.646 13.146 c
16.793 11.000 l
10.500 11.000 l
10.224 11.000 10.000 10.776 10.000 10.500 c
10.000 10.224 10.224 10.000 10.500 10.000 c
16.793 10.000 l
14.646 7.854 l
14.451 7.658 14.451 7.342 14.646 7.146 c
14.744 7.049 14.872 7.000 15.000 7.000 c
15.128 7.000 15.256 7.049 15.354 7.146 c
18.354 10.146 l
18.549 10.342 18.549 10.658 18.354 10.854 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001753 00000 n
0000002964 00000 n
0000000009 00000 n
0000000116 00000 n
0000001810 00000 n
0000001901 00000 n
0000001997 00000 n
0000002096 00000 n
0000002199 00000 n
0000002288 00000 n
0000002383 00000 n
0000002481 00000 n
0000002583 00000 n
0000002677 00000 n
0000002770 00000 n
0000002865 00000 n
0000003188 00000 n
0000003280 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
3384
%%EOF

189
src/linearicons/PDF/eye.pdf Executable file
View File

@ -0,0 +1,189 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 1437>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
19.872 9.834 m
19.824 9.887 18.690 11.140 16.916 12.407 c
15.869 13.154 14.816 13.751 13.786 14.180 c
12.481 14.724 11.207 15.000 10.000 15.000 c
8.793 15.000 7.519 14.724 6.214 14.180 c
5.184 13.751 4.131 13.154 3.084 12.407 c
1.310 11.140 0.176 9.887 0.128 9.834 c
-0.043 9.644 -0.043 9.356 0.128 9.166 c
0.176 9.113 1.310 7.860 3.084 6.593 c
4.131 5.846 5.184 5.249 6.214 4.820 c
7.519 4.276 8.793 4.000 10.000 4.000 c
11.207 4.000 12.481 4.276 13.786 4.820 c
14.816 5.249 15.869 5.846 16.916 6.593 c
18.690 7.860 19.824 9.113 19.872 9.166 c
20.043 9.356 20.043 9.644 19.872 9.835 c
h
0.00 0.00 0.00 rg
12.574 13.562 m
13.481 12.798 14.000 11.688 14.000 10.500 c
14.000 8.294 12.206 6.500 10.000 6.500 c
7.794 6.500 6.000 8.294 6.000 10.500 c
6.000 11.688 6.519 12.799 7.426 13.562 c
8.248 13.830 9.117 14.000 10.000 14.000 c
10.883 14.000 11.752 13.830 12.574 13.562 c
h
0.00 0.00 0.00 rg
16.317 7.394 m
14.784 6.302 12.444 5.000 10.000 5.000 c
7.556 5.000 5.216 6.302 3.683 7.394 c
2.526 8.219 1.641 9.052 1.194 9.500 c
1.641 9.948 2.526 10.781 3.683 11.606 c
4.213 11.983 4.840 12.386 5.533 12.751 c
5.186 12.063 5.000 11.296 5.000 10.500 c
5.000 7.743 7.243 5.500 10.000 5.500 c
12.757 5.500 15.000 7.743 15.000 10.500 c
15.000 11.296 14.814 12.063 14.467 12.751 c
15.160 12.386 15.787 11.983 16.317 11.606 c
17.474 10.781 18.359 9.948 18.806 9.500 c
18.359 9.052 17.474 8.219 16.317 7.394 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001603 00000 n
0000002814 00000 n
0000000009 00000 n
0000000116 00000 n
0000001660 00000 n
0000001751 00000 n
0000001847 00000 n
0000001946 00000 n
0000002049 00000 n
0000002138 00000 n
0000002233 00000 n
0000002331 00000 n
0000002433 00000 n
0000002527 00000 n
0000002620 00000 n
0000002715 00000 n
0000003038 00000 n
0000003130 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
3234
%%EOF

201
src/linearicons/PDF/file-add.pdf Executable file
View File

@ -0,0 +1,201 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 1222>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
17.854 14.354 m
13.354 18.854 l
13.260 18.947 13.133 19.000 13.000 19.000 c
3.500 19.000 l
2.673 19.000 2.000 18.327 2.000 17.500 c
2.000 1.500 l
2.000 0.673 2.673 0.000 3.500 0.000 c
16.500 0.000 l
17.327 0.000 18.000 0.673 18.000 1.500 c
18.000 14.000 l
18.000 14.133 17.947 14.260 17.854 14.354 c
h
0.00 0.00 0.00 rg
16.793 14.000 m
13.500 14.000 l
13.224 14.000 13.000 14.224 13.000 14.500 c
13.000 17.793 l
16.793 14.000 l
h
0.00 0.00 0.00 rg
16.500 1.000 m
3.500 1.000 l
3.224 1.000 3.000 1.224 3.000 1.500 c
3.000 17.500 l
3.000 17.776 3.224 18.000 3.500 18.000 c
12.000 18.000 l
12.000 14.500 l
12.000 13.673 12.673 13.000 13.500 13.000 c
17.000 13.000 l
17.000 1.500 l
17.000 1.224 16.776 1.000 16.500 1.000 c
h
f
0.00 0.00 0.00 rg
11.500 7.000 m
9.000 7.000 l
9.000 9.500 l
9.000 9.776 8.776 10.000 8.500 10.000 c
8.224 10.000 8.000 9.776 8.000 9.500 c
8.000 7.000 l
5.500 7.000 l
5.224 7.000 5.000 6.776 5.000 6.500 c
5.000 6.224 5.224 6.000 5.500 6.000 c
8.000 6.000 l
8.000 3.500 l
8.000 3.224 8.224 3.000 8.500 3.000 c
8.776 3.000 9.000 3.224 9.000 3.500 c
9.000 6.000 l
11.500 6.000 l
11.776 6.000 12.000 6.224 12.000 6.500 c
12.000 6.776 11.776 7.000 11.500 7.000 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001388 00000 n
0000002599 00000 n
0000000009 00000 n
0000000116 00000 n
0000001445 00000 n
0000001536 00000 n
0000001632 00000 n
0000001731 00000 n
0000001834 00000 n
0000001923 00000 n
0000002018 00000 n
0000002116 00000 n
0000002218 00000 n
0000002312 00000 n
0000002405 00000 n
0000002500 00000 n
0000002823 00000 n
0000002915 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
3019
%%EOF

View File

@ -0,0 +1,181 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 757>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
17.854 14.354 m
13.354 18.854 l
13.260 18.947 13.133 19.000 13.000 19.000 c
3.500 19.000 l
2.673 19.000 2.000 18.327 2.000 17.500 c
2.000 1.500 l
2.000 0.673 2.673 0.000 3.500 0.000 c
16.500 0.000 l
17.327 0.000 18.000 0.673 18.000 1.500 c
18.000 14.000 l
18.000 14.133 17.947 14.260 17.854 14.354 c
h
0.00 0.00 0.00 rg
16.793 14.000 m
13.500 14.000 l
13.224 14.000 13.000 14.224 13.000 14.500 c
13.000 17.793 l
16.793 14.000 l
h
0.00 0.00 0.00 rg
17.000 1.500 m
17.000 1.224 16.776 1.000 16.500 1.000 c
3.500 1.000 l
3.224 1.000 3.000 1.224 3.000 1.500 c
3.000 17.500 l
3.000 17.776 3.224 18.000 3.500 18.000 c
12.000 18.000 l
12.000 14.500 l
12.000 13.673 12.673 13.000 13.500 13.000 c
17.000 13.000 l
17.000 1.500 l
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000000922 00000 n
0000002133 00000 n
0000000009 00000 n
0000000116 00000 n
0000000979 00000 n
0000001070 00000 n
0000001166 00000 n
0000001265 00000 n
0000001368 00000 n
0000001457 00000 n
0000001552 00000 n
0000001650 00000 n
0000001752 00000 n
0000001846 00000 n
0000001939 00000 n
0000002034 00000 n
0000002357 00000 n
0000002449 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
2553
%%EOF

256
src/linearicons/PDF/film-play.pdf Executable file
View File

@ -0,0 +1,256 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 1787>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
7.500 5.000 m
7.424 5.000 7.347 5.017 7.276 5.053 c
7.107 5.137 7.000 5.311 7.000 5.500 c
7.000 14.500 l
7.000 14.689 7.107 14.863 7.276 14.947 c
7.446 15.032 7.648 15.014 7.800 14.900 c
13.800 10.400 l
13.926 10.306 14.000 10.157 14.000 10.000 c
14.000 9.843 13.926 9.694 13.800 9.600 c
7.800 5.100 l
7.712 5.034 7.606 5.000 7.500 5.000 c
h
0.00 0.00 0.00 rg
8.000 13.500 m
8.000 6.500 l
12.667 10.000 l
8.000 13.500 l
h
f
0.00 0.00 0.00 rg
19.500 18.000 m
0.500 18.000 l
0.224 18.000 0.000 17.776 0.000 17.500 c
0.000 2.500 l
0.000 2.224 0.224 2.000 0.500 2.000 c
19.500 2.000 l
19.776 2.000 20.000 2.224 20.000 2.500 c
20.000 17.500 l
20.000 17.776 19.776 18.000 19.500 18.000 c
h
0.00 0.00 0.00 rg
3.000 9.000 m
1.000 9.000 l
1.000 11.000 l
3.000 11.000 l
3.000 9.000 l
h
0.00 0.00 0.00 rg
3.000 12.000 m
1.000 12.000 l
1.000 14.000 l
3.000 14.000 l
3.000 12.000 l
h
0.00 0.00 0.00 rg
1.000 8.000 m
3.000 8.000 l
3.000 6.000 l
1.000 6.000 l
1.000 8.000 l
h
0.00 0.00 0.00 rg
4.000 17.000 m
16.000 17.000 l
16.000 3.000 l
4.000 3.000 l
4.000 17.000 l
h
0.00 0.00 0.00 rg
17.000 11.000 m
19.000 11.000 l
19.000 9.000 l
17.000 9.000 l
17.000 11.000 l
h
0.00 0.00 0.00 rg
17.000 12.000 m
17.000 14.000 l
19.000 14.000 l
19.000 12.000 l
17.000 12.000 l
h
0.00 0.00 0.00 rg
17.000 8.000 m
19.000 8.000 l
19.000 6.000 l
17.000 6.000 l
17.000 8.000 l
h
0.00 0.00 0.00 rg
19.000 15.000 m
17.000 15.000 l
17.000 17.000 l
19.000 17.000 l
19.000 15.000 l
h
0.00 0.00 0.00 rg
3.000 17.000 m
3.000 15.000 l
1.000 15.000 l
1.000 17.000 l
3.000 17.000 l
h
0.00 0.00 0.00 rg
1.000 5.000 m
3.000 5.000 l
3.000 3.000 l
1.000 3.000 l
1.000 5.000 l
h
0.00 0.00 0.00 rg
17.000 3.000 m
17.000 5.000 l
19.000 5.000 l
19.000 3.000 l
17.000 3.000 l
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001953 00000 n
0000003164 00000 n
0000000009 00000 n
0000000116 00000 n
0000002010 00000 n
0000002101 00000 n
0000002197 00000 n
0000002296 00000 n
0000002399 00000 n
0000002488 00000 n
0000002583 00000 n
0000002681 00000 n
0000002783 00000 n
0000002877 00000 n
0000002970 00000 n
0000003065 00000 n
0000003388 00000 n
0000003480 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
3584
%%EOF

186
src/linearicons/PDF/flag.pdf Executable file
View File

@ -0,0 +1,186 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 1339>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
1.500 1.000 m
1.224 1.000 1.000 1.224 1.000 1.500 c
1.000 16.500 l
1.000 16.776 1.224 17.000 1.500 17.000 c
1.776 17.000 2.000 16.776 2.000 16.500 c
2.000 1.500 l
2.000 1.224 1.776 1.000 1.500 1.000 c
h
f
0.00 0.00 0.00 rg
3.500 10.000 m
3.395 10.000 3.290 10.033 3.200 10.100 c
2.979 10.266 2.934 10.579 3.100 10.800 c
3.167 10.890 4.776 13.000 7.000 13.000 c
8.694 13.000 9.813 12.401 10.801 11.873 c
11.676 11.404 12.432 11.000 13.500 11.000 c
15.692 11.000 17.258 13.080 18.150 14.718 c
17.452 14.321 16.560 14.000 15.500 14.000 c
13.293 14.000 12.153 15.140 11.146 16.146 c
10.152 17.141 9.293 18.000 7.500 18.000 c
5.276 18.000 3.913 16.218 3.900 16.200 c
3.734 15.979 3.421 15.934 3.200 16.100 c
2.979 16.266 2.934 16.579 3.100 16.800 c
3.167 16.890 4.781 19.000 7.500 19.000 c
9.707 19.000 10.847 17.860 11.854 16.854 c
12.848 15.859 13.707 15.000 15.500 15.000 c
17.724 15.000 19.087 16.782 19.100 16.800 c
19.247 16.996 19.515 17.057 19.732 16.943 c
19.949 16.829 20.052 16.574 19.974 16.342 c
19.953 16.278 19.441 14.761 18.416 13.223 c
17.804 12.304 17.134 11.569 16.425 11.037 c
15.507 10.349 14.523 10.000 13.500 10.000 c
12.182 10.000 11.240 10.504 10.329 10.991 c
9.359 11.510 8.443 12.000 7.000 12.000 c
5.270 12.000 3.913 10.218 3.900 10.200 c
3.802 10.069 3.652 10.000 3.500 10.000 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001505 00000 n
0000002716 00000 n
0000000009 00000 n
0000000116 00000 n
0000001562 00000 n
0000001653 00000 n
0000001749 00000 n
0000001848 00000 n
0000001951 00000 n
0000002040 00000 n
0000002135 00000 n
0000002233 00000 n
0000002335 00000 n
0000002429 00000 n
0000002522 00000 n
0000002617 00000 n
0000002940 00000 n
0000003032 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
3136
%%EOF

View File

@ -0,0 +1,203 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 1390>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
14.500 11.000 m
12.500 11.000 l
11.673 11.000 11.000 11.673 11.000 12.500 c
11.000 14.500 l
11.000 14.776 11.224 15.000 11.500 15.000 c
11.776 15.000 12.000 14.776 12.000 14.500 c
12.000 12.500 l
12.000 12.224 12.224 12.000 12.500 12.000 c
14.500 12.000 l
14.776 12.000 15.000 11.776 15.000 11.500 c
15.000 11.224 14.776 11.000 14.500 11.000 c
h
f
0.00 0.00 0.00 rg
6.500 11.000 m
4.500 11.000 l
4.224 11.000 4.000 11.224 4.000 11.500 c
4.000 11.776 4.224 12.000 4.500 12.000 c
6.500 12.000 l
6.776 12.000 7.000 12.224 7.000 12.500 c
7.000 14.500 l
7.000 14.776 7.224 15.000 7.500 15.000 c
7.776 15.000 8.000 14.776 8.000 14.500 c
8.000 12.500 l
8.000 11.673 7.327 11.000 6.500 11.000 c
h
f
0.00 0.00 0.00 rg
11.500 4.000 m
11.224 4.000 11.000 4.224 11.000 4.500 c
11.000 6.500 l
11.000 7.327 11.673 8.000 12.500 8.000 c
14.500 8.000 l
14.776 8.000 15.000 7.776 15.000 7.500 c
15.000 7.224 14.776 7.000 14.500 7.000 c
12.500 7.000 l
12.224 7.000 12.000 6.776 12.000 6.500 c
12.000 4.500 l
12.000 4.224 11.776 4.000 11.500 4.000 c
h
f
0.00 0.00 0.00 rg
7.500 4.000 m
7.224 4.000 7.000 4.224 7.000 4.500 c
7.000 6.500 l
7.000 6.776 6.776 7.000 6.500 7.000 c
4.500 7.000 l
4.224 7.000 4.000 7.224 4.000 7.500 c
4.000 7.776 4.224 8.000 4.500 8.000 c
6.500 8.000 l
7.327 8.000 8.000 7.327 8.000 6.500 c
8.000 4.500 l
8.000 4.224 7.776 4.000 7.500 4.000 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001556 00000 n
0000002767 00000 n
0000000009 00000 n
0000000116 00000 n
0000001613 00000 n
0000001704 00000 n
0000001800 00000 n
0000001899 00000 n
0000002002 00000 n
0000002091 00000 n
0000002186 00000 n
0000002284 00000 n
0000002386 00000 n
0000002480 00000 n
0000002573 00000 n
0000002668 00000 n
0000002991 00000 n
0000003083 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
3187
%%EOF

View File

@ -0,0 +1,203 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 1394>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
18.500 13.000 m
18.224 13.000 18.000 13.224 18.000 13.500 c
18.000 15.500 l
18.000 15.776 17.776 16.000 17.500 16.000 c
15.500 16.000 l
15.224 16.000 15.000 16.224 15.000 16.500 c
15.000 16.776 15.224 17.000 15.500 17.000 c
17.500 17.000 l
18.327 17.000 19.000 16.327 19.000 15.500 c
19.000 13.500 l
19.000 13.224 18.776 13.000 18.500 13.000 c
h
f
0.00 0.00 0.00 rg
0.500 13.000 m
0.224 13.000 0.000 13.224 0.000 13.500 c
0.000 15.500 l
0.000 16.327 0.673 17.000 1.500 17.000 c
3.500 17.000 l
3.776 17.000 4.000 16.776 4.000 16.500 c
4.000 16.224 3.776 16.000 3.500 16.000 c
1.500 16.000 l
1.224 16.000 1.000 15.776 1.000 15.500 c
1.000 13.500 l
1.000 13.224 0.776 13.000 0.500 13.000 c
h
f
0.00 0.00 0.00 rg
3.500 2.000 m
1.500 2.000 l
0.673 2.000 -0.000 2.673 -0.000 3.500 c
-0.000 5.500 l
-0.000 5.776 0.224 6.000 0.500 6.000 c
0.776 6.000 1.000 5.776 1.000 5.500 c
1.000 3.500 l
1.000 3.224 1.224 3.000 1.500 3.000 c
3.500 3.000 l
3.776 3.000 4.000 2.776 4.000 2.500 c
4.000 2.224 3.776 2.000 3.500 2.000 c
h
f
0.00 0.00 0.00 rg
17.500 2.000 m
15.500 2.000 l
15.224 2.000 15.000 2.224 15.000 2.500 c
15.000 2.776 15.224 3.000 15.500 3.000 c
17.500 3.000 l
17.776 3.000 18.000 3.224 18.000 3.500 c
18.000 5.500 l
18.000 5.776 18.224 6.000 18.500 6.000 c
18.776 6.000 19.000 5.776 19.000 5.500 c
19.000 3.500 l
19.000 2.673 18.327 2.000 17.500 2.000 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001560 00000 n
0000002771 00000 n
0000000009 00000 n
0000000116 00000 n
0000001617 00000 n
0000001708 00000 n
0000001804 00000 n
0000001903 00000 n
0000002006 00000 n
0000002095 00000 n
0000002190 00000 n
0000002288 00000 n
0000002390 00000 n
0000002484 00000 n
0000002577 00000 n
0000002672 00000 n
0000002995 00000 n
0000003087 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
3191
%%EOF

197
src/linearicons/PDF/funnel.pdf Executable file
View File

@ -0,0 +1,197 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 1463>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
16.230 16.693 m
15.833 16.961 15.281 17.197 14.587 17.395 c
13.222 17.785 11.415 18.000 9.500 18.000 c
7.585 18.000 5.778 17.785 4.413 17.395 c
3.719 17.197 3.167 16.961 2.770 16.693 c
2.134 16.263 2.000 15.807 2.000 15.500 c
2.000 15.000 l
2.000 14.572 2.321 13.867 2.639 13.391 c
7.529 6.055 l
7.780 5.679 8.000 4.952 8.000 4.500 c
8.000 1.500 l
8.000 1.327 8.090 1.166 8.237 1.075 c
8.317 1.025 8.409 1.000 8.500 1.000 c
8.576 1.000 8.653 1.018 8.724 1.053 c
10.724 2.053 l
10.893 2.137 11.000 2.311 11.000 2.500 c
11.000 4.500 l
11.000 4.952 11.220 5.679 11.471 6.055 c
16.361 13.391 l
16.679 13.867 17.000 14.572 17.000 15.000 c
17.000 15.500 l
17.000 15.807 16.866 16.263 16.230 16.693 c
h
0.00 0.00 0.00 rg
4.688 16.433 m
5.966 16.799 7.675 17.000 9.500 17.000 c
11.325 17.000 13.034 16.799 14.312 16.433 c
15.690 16.040 16.000 15.617 16.000 15.500 c
16.000 15.383 15.690 14.960 14.312 14.567 c
13.034 14.201 11.325 14.000 9.500 14.000 c
7.675 14.000 5.966 14.201 4.688 14.567 c
3.310 14.960 3.000 15.383 3.000 15.500 c
3.000 15.617 3.310 16.040 4.688 16.433 c
h
0.00 0.00 0.00 rg
10.639 6.609 m
10.281 6.072 10.000 5.146 10.000 4.500 c
10.000 2.809 l
9.000 2.309 l
9.000 4.500 l
9.000 5.146 8.719 6.072 8.361 6.609 c
3.481 13.930 l
3.755 13.812 4.067 13.704 4.413 13.605 c
5.778 13.215 7.585 13.000 9.500 13.000 c
11.415 13.000 13.222 13.215 14.587 13.605 c
14.933 13.704 15.245 13.812 15.519 13.930 c
10.639 6.609 l
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001629 00000 n
0000002840 00000 n
0000000009 00000 n
0000000116 00000 n
0000001686 00000 n
0000001777 00000 n
0000001873 00000 n
0000001972 00000 n
0000002075 00000 n
0000002164 00000 n
0000002259 00000 n
0000002357 00000 n
0000002459 00000 n
0000002553 00000 n
0000002646 00000 n
0000002741 00000 n
0000003064 00000 n
0000003156 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
3260
%%EOF

227
src/linearicons/PDF/gift.pdf Executable file
View File

@ -0,0 +1,227 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 1789>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
18.500 15.000 m
15.499 15.000 l
15.813 15.418 16.000 15.938 16.000 16.500 c
16.000 17.878 14.878 19.000 13.500 19.000 c
12.110 19.000 10.944 17.899 10.373 17.242 c
10.027 16.845 9.729 16.419 9.500 16.008 c
9.271 16.419 8.973 16.845 8.627 17.242 c
8.056 17.899 6.890 19.000 5.500 19.000 c
4.122 19.000 3.000 17.878 3.000 16.500 c
3.000 15.938 3.187 15.418 3.501 15.000 c
0.500 15.000 l
0.224 15.000 0.000 14.776 0.000 14.500 c
0.000 11.500 l
0.000 11.224 0.224 11.000 0.500 11.000 c
1.000 11.000 l
1.000 1.500 l
1.000 0.673 1.673 0.000 2.500 0.000 c
16.500 0.000 l
17.327 0.000 18.000 0.673 18.000 1.500 c
18.000 11.000 l
18.500 11.000 l
18.776 11.000 19.000 11.224 19.000 11.500 c
19.000 14.500 l
19.000 14.776 18.776 15.000 18.500 15.000 c
h
0.00 0.00 0.00 rg
11.127 16.586 m
11.909 17.485 12.774 18.000 13.500 18.000 c
14.327 18.000 15.000 17.327 15.000 16.500 c
15.000 15.673 14.327 15.000 13.500 15.000 c
10.122 15.000 l
10.295 15.442 10.645 16.032 11.127 16.586 c
h
0.00 0.00 0.00 rg
11.000 1.000 m
8.000 1.000 l
8.000 14.000 l
11.000 14.000 l
11.000 1.000 l
h
0.00 0.00 0.00 rg
4.000 16.500 m
4.000 17.327 4.673 18.000 5.500 18.000 c
6.226 18.000 7.091 17.485 7.873 16.586 c
8.355 16.032 8.705 15.442 8.878 15.000 c
5.500 15.000 l
4.673 15.000 4.000 15.673 4.000 16.500 c
h
0.00 0.00 0.00 rg
1.000 14.000 m
7.000 14.000 l
7.000 12.000 l
1.000 12.000 l
1.000 14.000 l
h
0.00 0.00 0.00 rg
2.000 1.500 m
2.000 11.000 l
7.000 11.000 l
7.000 1.000 l
2.500 1.000 l
2.224 1.000 2.000 1.224 2.000 1.500 c
h
0.00 0.00 0.00 rg
17.000 1.500 m
17.000 1.224 16.776 1.000 16.500 1.000 c
12.000 1.000 l
12.000 11.000 l
17.000 11.000 l
17.000 1.500 l
h
0.00 0.00 0.00 rg
18.000 12.000 m
12.000 12.000 l
12.000 14.000 l
18.000 14.000 l
18.000 12.000 l
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001955 00000 n
0000003166 00000 n
0000000009 00000 n
0000000116 00000 n
0000002012 00000 n
0000002103 00000 n
0000002199 00000 n
0000002298 00000 n
0000002401 00000 n
0000002490 00000 n
0000002585 00000 n
0000002683 00000 n
0000002785 00000 n
0000002879 00000 n
0000002972 00000 n
0000003067 00000 n
0000003390 00000 n
0000003482 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
3586
%%EOF

View File

@ -0,0 +1,212 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 1687>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
18.658 12.974 m
9.658 15.974 l
9.556 16.009 9.445 16.009 9.342 15.974 c
0.342 12.974 l
0.138 12.906 0.000 12.715 0.000 12.500 c
0.000 12.285 0.138 12.094 0.342 12.026 c
3.000 11.140 l
3.000 8.500 l
3.000 8.367 3.053 8.240 3.146 8.146 c
3.234 8.059 5.341 6.000 9.500 6.000 c
11.013 6.000 12.424 6.272 13.695 6.809 c
13.949 6.917 14.068 7.210 13.961 7.464 c
13.853 7.719 13.560 7.838 13.305 7.730 c
12.159 7.246 10.878 7.000 9.500 7.000 c
7.555 7.000 6.124 7.504 5.266 7.926 c
4.631 8.239 4.207 8.555 4.000 8.725 c
4.000 10.806 l
9.342 9.026 l
9.393 9.009 9.447 9.000 9.500 9.000 c
9.553 9.000 9.607 9.009 9.658 9.026 c
15.000 10.806 l
15.000 9.914 l
14.418 9.708 14.000 9.152 14.000 8.500 c
14.000 7.889 14.367 7.363 14.892 7.129 c
14.015 3.621 l
13.978 3.472 14.011 3.314 14.106 3.192 c
14.201 3.071 14.346 3.000 14.500 3.000 c
16.500 3.000 l
16.654 3.000 16.799 3.071 16.894 3.192 c
16.989 3.314 17.022 3.472 16.985 3.621 c
16.108 7.129 l
16.633 7.363 17.000 7.889 17.000 8.500 c
17.000 9.152 16.582 9.708 16.000 9.914 c
16.000 11.140 l
18.658 12.026 l
18.862 12.094 19.000 12.285 19.000 12.500 c
19.000 12.715 18.862 12.906 18.658 12.974 c
h
0.00 0.00 0.00 rg
15.500 9.000 m
15.776 9.000 16.000 8.776 16.000 8.500 c
16.000 8.224 15.776 8.000 15.500 8.000 c
15.224 8.000 15.000 8.224 15.000 8.500 c
15.000 8.776 15.224 9.000 15.500 9.000 c
h
0.00 0.00 0.00 rg
15.140 4.000 m
15.500 5.438 l
15.860 4.000 l
15.140 4.000 l
h
0.00 0.00 0.00 rg
15.460 12.014 m
9.582 12.993 l
9.310 13.039 9.052 12.855 9.007 12.582 c
8.961 12.310 9.145 12.052 9.418 12.007 c
13.432 11.338 l
9.500 10.027 l
2.081 12.500 l
9.500 14.973 l
16.919 12.500 l
15.460 12.014 l
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001853 00000 n
0000003064 00000 n
0000000009 00000 n
0000000116 00000 n
0000001910 00000 n
0000002001 00000 n
0000002097 00000 n
0000002196 00000 n
0000002299 00000 n
0000002388 00000 n
0000002483 00000 n
0000002581 00000 n
0000002683 00000 n
0000002777 00000 n
0000002870 00000 n
0000002965 00000 n
0000003288 00000 n
0000003380 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
3484
%%EOF

212
src/linearicons/PDF/hand.pdf Executable file
View File

@ -0,0 +1,212 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 2104>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
17.000 16.000 m
16.636 16.000 16.294 15.902 16.000 15.731 c
16.000 17.000 l
16.000 18.103 15.103 19.000 14.000 19.000 c
13.588 19.000 13.206 18.875 12.887 18.661 c
12.614 19.440 11.871 20.000 11.000 20.000 c
10.129 20.000 9.386 19.440 9.113 18.661 c
8.794 18.875 8.412 19.000 8.000 19.000 c
6.897 19.000 6.000 18.103 6.000 17.000 c
6.000 9.627 l
4.654 11.959 l
4.393 12.435 3.967 12.773 3.455 12.912 c
2.956 13.048 2.436 12.976 1.993 12.710 c
1.085 12.166 0.740 10.936 1.222 9.968 c
1.252 9.908 1.891 8.601 3.882 4.618 c
4.820 2.743 5.849 1.402 6.941 0.634 c
7.798 0.031 8.390 -0.000 8.500 -0.000 c
13.500 -0.000 l
14.351 -0.000 15.142 0.277 15.852 0.822 c
16.519 1.335 17.097 2.077 17.572 3.026 c
18.506 4.895 19.000 7.479 19.000 10.500 c
19.000 14.000 l
19.000 15.103 18.103 16.000 17.000 16.000 c
h
0.00 0.00 0.00 rg
18.000 10.500 m
18.000 7.633 17.543 5.204 16.678 3.474 c
16.114 2.345 15.104 1.000 13.500 1.000 c
8.510 1.000 l
8.471 1.003 8.050 1.050 7.415 1.525 c
6.782 1.999 5.810 2.997 4.776 5.065 c
2.749 9.120 2.126 10.396 2.120 10.409 c
2.120 10.410 2.119 10.412 2.118 10.413 c
1.867 10.916 2.045 11.575 2.507 11.852 c
2.715 11.977 2.958 12.011 3.192 11.947 c
3.442 11.880 3.650 11.712 3.779 11.475 c
3.781 11.471 3.783 11.468 3.785 11.465 c
5.346 8.760 l
5.665 8.177 6.024 7.931 6.413 8.030 c
6.802 8.130 7.000 8.519 7.000 9.187 c
7.000 17.000 l
7.000 17.551 7.449 18.000 8.000 18.000 c
8.551 18.000 9.000 17.551 9.000 17.000 c
9.000 10.500 l
9.000 10.224 9.224 10.000 9.500 10.000 c
9.776 10.000 10.000 10.224 10.000 10.500 c
10.000 18.000 l
10.000 18.551 10.449 19.000 11.000 19.000 c
11.551 19.000 12.000 18.551 12.000 18.000 c
12.000 10.500 l
12.000 10.224 12.224 10.000 12.500 10.000 c
12.776 10.000 13.000 10.224 13.000 10.500 c
13.000 17.000 l
13.000 17.551 13.449 18.000 14.000 18.000 c
14.551 18.000 15.000 17.551 15.000 17.000 c
15.000 9.500 l
15.000 9.224 15.224 9.000 15.500 9.000 c
15.776 9.000 16.000 9.224 16.000 9.500 c
16.000 14.000 l
16.000 14.551 16.449 15.000 17.000 15.000 c
17.551 15.000 18.000 14.551 18.000 14.000 c
18.000 10.500 l
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000002270 00000 n
0000003481 00000 n
0000000009 00000 n
0000000116 00000 n
0000002327 00000 n
0000002418 00000 n
0000002514 00000 n
0000002613 00000 n
0000002716 00000 n
0000002805 00000 n
0000002900 00000 n
0000002998 00000 n
0000003100 00000 n
0000003194 00000 n
0000003287 00000 n
0000003382 00000 n
0000003705 00000 n
0000003797 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
3901
%%EOF

View File

@ -0,0 +1,225 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 2428>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
9.500 1.000 m
9.416 1.000 9.333 1.021 9.257 1.063 c
9.141 1.128 6.381 2.674 3.888 5.145 c
3.692 5.339 3.690 5.656 3.885 5.852 c
4.079 6.048 4.396 6.049 4.592 5.855 c
6.571 3.893 8.777 2.509 9.500 2.078 c
10.223 2.509 12.432 3.896 14.408 5.855 c
14.604 6.049 14.921 6.048 15.115 5.852 c
15.310 5.656 15.308 5.339 15.112 5.145 c
12.619 2.674 9.859 1.128 9.743 1.063 c
9.667 1.021 9.584 1.000 9.500 1.000 c
h
f
0.00 0.00 0.00 rg
1.279 9.000 m
1.091 9.000 0.911 9.106 0.826 9.287 c
0.278 10.452 -0.000 11.617 -0.000 12.750 c
-0.000 15.645 2.355 18.000 5.250 18.000 c
6.230 18.000 7.271 17.633 8.181 16.966 c
8.713 16.576 9.166 16.106 9.500 15.606 c
9.834 16.106 10.287 16.576 10.819 16.966 c
11.729 17.633 12.770 18.000 13.750 18.000 c
16.645 18.000 19.000 15.645 19.000 12.750 c
19.000 11.617 18.722 10.452 18.174 9.287 c
18.056 9.037 17.759 8.930 17.509 9.047 c
17.259 9.165 17.152 9.463 17.269 9.713 c
17.754 10.744 18.000 11.766 18.000 12.750 c
18.000 15.093 16.093 17.000 13.750 17.000 c
12.047 17.000 10.393 15.599 9.974 14.342 c
9.906 14.138 9.715 14.000 9.500 14.000 c
9.285 14.000 9.094 14.138 9.026 14.342 c
8.607 15.599 6.953 17.000 5.250 17.000 c
2.907 17.000 1.000 15.093 1.000 12.750 c
1.000 11.766 1.246 10.744 1.731 9.713 c
1.849 9.463 1.741 9.165 1.491 9.047 c
1.423 9.015 1.350 9.000 1.279 9.000 c
h
f
0.00 0.00 0.00 rg
10.515 5.000 m
10.510 5.000 10.506 5.000 10.501 5.000 c
10.299 5.004 9.933 5.109 9.748 5.765 c
8.532 10.099 l
7.725 6.820 l
7.566 6.177 7.199 6.043 6.994 6.020 c
6.790 5.997 6.402 6.047 6.106 6.640 c
5.500 7.851 l
5.471 7.908 5.444 7.945 5.424 7.968 c
5.421 7.963 5.417 7.958 5.413 7.953 c
5.043 7.410 4.221 7.000 3.500 7.000 c
2.500 7.000 l
2.224 7.000 2.000 7.224 2.000 7.500 c
2.000 7.776 2.224 8.000 2.500 8.000 c
3.500 8.000 l
3.921 8.000 4.421 8.272 4.587 8.516 c
4.809 8.843 5.134 9.017 5.478 8.994 c
5.852 8.969 6.186 8.715 6.394 8.298 c
6.839 7.408 l
7.776 11.211 l
7.933 11.851 8.257 11.990 8.501 11.994 c
8.745 11.999 9.073 11.870 9.252 11.235 c
10.536 6.659 l
11.714 10.267 l
11.919 10.895 12.296 11.004 12.502 11.012 c
12.708 11.021 13.092 10.944 13.349 10.335 c
14.073 8.616 l
14.208 8.293 14.650 8.000 15.000 8.000 c
16.500 8.000 l
16.776 8.000 17.000 7.776 17.000 7.500 c
17.000 7.224 16.776 7.000 16.500 7.000 c
15.000 7.000 l
14.253 7.000 13.441 7.539 13.151 8.228 c
12.559 9.633 l
11.286 5.733 l
11.079 5.099 10.719 5.000 10.515 5.000 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000002594 00000 n
0000003805 00000 n
0000000009 00000 n
0000000116 00000 n
0000002651 00000 n
0000002742 00000 n
0000002838 00000 n
0000002937 00000 n
0000003040 00000 n
0000003129 00000 n
0000003224 00000 n
0000003322 00000 n
0000003424 00000 n
0000003518 00000 n
0000003611 00000 n
0000003706 00000 n
0000004029 00000 n
0000004121 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
4225
%%EOF

178
src/linearicons/PDF/heart.pdf Executable file
View File

@ -0,0 +1,178 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 1066>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
9.500 1.000 m
9.416 1.000 9.333 1.021 9.257 1.063 c
9.163 1.115 6.931 2.364 4.665 4.410 c
3.324 5.620 2.253 6.859 1.482 8.090 c
0.499 9.661 -0.000 11.229 -0.000 12.750 c
-0.000 15.645 2.355 18.000 5.250 18.000 c
6.230 18.000 7.271 17.633 8.181 16.966 c
8.713 16.576 9.166 16.106 9.500 15.606 c
9.834 16.106 10.287 16.576 10.819 16.966 c
11.729 17.633 12.770 18.000 13.750 18.000 c
16.645 18.000 19.000 15.645 19.000 12.750 c
19.000 11.229 18.501 9.661 17.518 8.090 c
16.746 6.859 15.676 5.621 14.335 4.410 c
12.069 2.364 9.837 1.115 9.743 1.063 c
9.667 1.021 9.584 1.000 9.500 1.000 c
h
0.00 0.00 0.00 rg
5.250 17.000 m
2.907 17.000 1.000 15.093 1.000 12.750 c
1.000 9.710 3.350 6.948 5.321 5.165 c
7.081 3.573 8.865 2.457 9.500 2.079 c
10.135 2.457 11.919 3.573 13.679 5.165 c
15.650 6.948 18.000 9.710 18.000 12.750 c
18.000 15.093 16.093 17.000 13.750 17.000 c
12.047 17.000 10.393 15.599 9.974 14.342 c
9.906 14.138 9.715 14.000 9.500 14.000 c
9.285 14.000 9.094 14.138 9.026 14.342 c
8.607 15.599 6.953 17.000 5.250 17.000 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001232 00000 n
0000002443 00000 n
0000000009 00000 n
0000000116 00000 n
0000001289 00000 n
0000001380 00000 n
0000001476 00000 n
0000001575 00000 n
0000001678 00000 n
0000001767 00000 n
0000001862 00000 n
0000001960 00000 n
0000002062 00000 n
0000002156 00000 n
0000002249 00000 n
0000002344 00000 n
0000002667 00000 n
0000002759 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
2863
%%EOF

184
src/linearicons/PDF/highlight.pdf Executable file
View File

@ -0,0 +1,184 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 953>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
19.854 10.354 m
19.658 10.549 19.342 10.549 19.146 10.354 c
15.561 6.768 l
14.976 6.183 14.024 6.183 13.439 6.768 c
8.768 11.439 l
8.486 11.721 8.331 12.098 8.331 12.500 c
8.331 12.902 8.486 13.279 8.768 13.561 c
12.354 17.147 l
12.549 17.342 12.549 17.658 12.354 17.854 c
12.158 18.049 11.842 18.049 11.646 17.854 c
8.061 14.268 l
7.590 13.797 7.331 13.169 7.331 12.500 c
7.331 12.215 7.378 11.937 7.469 11.676 c
0.146 4.354 l
0.053 4.260 0.000 4.133 0.000 4.000 c
0.000 2.500 l
0.000 2.224 0.224 2.000 0.500 2.000 c
10.000 2.000 l
10.133 2.000 10.260 2.053 10.354 2.146 c
13.676 5.469 l
13.937 5.378 14.215 5.331 14.500 5.331 c
15.169 5.331 15.797 5.590 16.268 6.061 c
19.854 9.646 l
20.049 9.842 20.049 10.158 19.854 10.354 c
h
0.00 0.00 0.00 rg
9.793 3.000 m
1.000 3.000 l
1.000 3.793 l
8.002 10.794 l
8.021 10.773 8.040 10.753 8.061 10.732 c
12.732 6.061 l
12.753 6.040 12.773 6.021 12.794 6.002 c
9.793 3.000 l
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001118 00000 n
0000002329 00000 n
0000000009 00000 n
0000000116 00000 n
0000001175 00000 n
0000001266 00000 n
0000001362 00000 n
0000001461 00000 n
0000001564 00000 n
0000001653 00000 n
0000001748 00000 n
0000001846 00000 n
0000001948 00000 n
0000002042 00000 n
0000002135 00000 n
0000002230 00000 n
0000002553 00000 n
0000002645 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
2749
%%EOF

188
src/linearicons/PDF/history.pdf Executable file
View File

@ -0,0 +1,188 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 1212>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
17.071 17.071 m
15.182 18.960 12.671 20.000 10.000 20.000 c
6.906 20.000 4.025 18.575 2.147 16.193 c
2.147 17.500 l
2.147 17.776 1.923 18.000 1.647 18.000 c
1.370 18.000 1.147 17.776 1.147 17.500 c
1.147 14.528 l
1.147 14.300 1.302 14.100 1.523 14.044 c
1.620 14.019 1.718 14.025 1.808 14.055 c
1.808 14.055 l
4.661 15.027 l
4.923 15.116 5.062 15.400 4.973 15.661 c
4.884 15.923 4.600 16.062 4.339 15.973 c
2.848 15.466 l
4.537 17.674 7.169 19.000 10.000 19.000 c
14.963 19.000 19.000 14.963 19.000 10.000 c
19.000 5.037 14.963 1.000 10.000 1.000 c
6.684 1.000 3.646 2.815 2.072 5.737 c
1.941 5.980 1.637 6.071 1.394 5.940 c
1.151 5.809 1.060 5.506 1.191 5.263 c
2.940 2.017 6.316 0.000 10.000 0.000 c
12.671 0.000 15.182 1.040 17.071 2.929 c
18.960 4.818 20.000 7.329 20.000 10.000 c
20.000 12.671 18.960 15.182 17.071 17.071 c
h
f
0.00 0.00 0.00 rg
10.000 9.500 m
9.916 9.500 9.833 9.521 9.757 9.563 c
5.257 12.063 l
5.016 12.197 4.929 12.501 5.063 12.743 c
5.197 12.984 5.501 13.071 5.743 12.937 c
9.983 10.582 l
15.232 13.922 l
15.464 14.070 15.774 14.002 15.922 13.768 c
16.070 13.535 16.001 13.226 15.768 13.078 c
10.268 9.578 l
10.187 9.526 10.093 9.500 10.000 9.500 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001378 00000 n
0000002589 00000 n
0000000009 00000 n
0000000116 00000 n
0000001435 00000 n
0000001526 00000 n
0000001622 00000 n
0000001721 00000 n
0000001824 00000 n
0000001913 00000 n
0000002008 00000 n
0000002106 00000 n
0000002208 00000 n
0000002302 00000 n
0000002395 00000 n
0000002490 00000 n
0000002813 00000 n
0000002905 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
3009
%%EOF

195
src/linearicons/PDF/home.pdf Executable file
View File

@ -0,0 +1,195 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 1146>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
19.871 7.835 m
11.042 17.594 l
10.767 17.897 10.397 18.064 10.000 18.064 c
10.000 18.064 10.000 18.064 10.000 18.064 c
9.603 18.064 9.233 17.897 8.958 17.594 c
0.129 7.835 l
-0.056 7.631 -0.040 7.314 0.165 7.129 c
0.260 7.043 0.380 7.000 0.500 7.000 c
0.636 7.000 0.772 7.055 0.871 7.165 c
3.000 9.518 l
3.000 1.500 l
3.000 0.673 3.673 0.000 4.500 0.000 c
15.500 0.000 l
16.327 0.000 17.000 0.673 17.000 1.500 c
17.000 9.518 l
19.129 7.165 l
19.314 6.960 19.631 6.944 19.835 7.129 c
20.040 7.314 20.056 7.631 19.871 7.835 c
h
0.00 0.00 0.00 rg
12.000 1.000 m
8.000 1.000 l
8.000 5.500 l
8.000 5.776 8.224 6.000 8.500 6.000 c
11.500 6.000 l
11.776 6.000 12.000 5.776 12.000 5.500 c
12.000 1.000 l
h
0.00 0.00 0.00 rg
16.000 1.500 m
16.000 1.224 15.776 1.000 15.500 1.000 c
13.000 1.000 l
13.000 5.500 l
13.000 6.327 12.327 7.000 11.500 7.000 c
8.500 7.000 l
7.673 7.000 7.000 6.327 7.000 5.500 c
7.000 1.000 l
4.500 1.000 l
4.224 1.000 4.000 1.224 4.000 1.500 c
4.000 10.623 l
9.700 16.923 l
9.782 17.014 9.889 17.064 10.000 17.064 c
10.111 17.064 10.218 17.014 10.300 16.923 c
16.000 10.623 l
16.000 1.500 l
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000001312 00000 n
0000002523 00000 n
0000000009 00000 n
0000000116 00000 n
0000001369 00000 n
0000001460 00000 n
0000001556 00000 n
0000001655 00000 n
0000001758 00000 n
0000001847 00000 n
0000001942 00000 n
0000002040 00000 n
0000002142 00000 n
0000002236 00000 n
0000002329 00000 n
0000002424 00000 n
0000002747 00000 n
0000002839 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
2943
%%EOF

238
src/linearicons/PDF/hourglass.pdf Executable file
View File

@ -0,0 +1,238 @@
%PDF-1.3
3 0 obj
<</Type /Page
/Parent 1 0 R
/Resources 2 0 R
/MediaBox [0 0 20.00 20.00]
/Contents 4 0 R
>>
endobj
4 0 obj
<</Length 2916>>
stream
0.20 w
0 G
0.00 0.00 0.00 rg
16.000 16.500 m
16.000 17.000 l
16.000 17.392 15.759 17.733 15.283 18.014 c
14.939 18.217 14.462 18.396 13.864 18.546 c
12.692 18.839 11.142 19.000 9.500 19.000 c
7.858 19.000 6.308 18.839 5.136 18.546 c
4.538 18.396 4.061 18.218 3.717 18.014 c
3.241 17.733 3.000 17.392 3.000 17.000 c
3.000 16.500 l
3.000 13.869 4.593 11.501 7.000 10.498 c
7.000 8.502 l
4.593 7.499 3.000 5.131 3.000 2.500 c
3.000 2.000 l
3.000 1.608 3.241 1.267 3.717 0.986 c
4.061 0.783 4.538 0.604 5.136 0.454 c
6.308 0.161 7.858 0.000 9.500 0.000 c
11.142 0.000 12.692 0.161 13.864 0.454 c
14.462 0.604 14.939 0.783 15.283 0.986 c
15.759 1.267 16.000 1.608 16.000 2.000 c
16.000 2.500 l
16.000 5.131 14.407 7.499 12.000 8.502 c
12.000 10.498 l
14.407 11.501 16.000 13.869 16.000 16.500 c
h
0.00 0.00 0.00 rg
5.612 17.631 m
6.677 17.869 8.058 18.000 9.500 18.000 c
10.942 18.000 12.323 17.869 13.388 17.631 c
14.538 17.374 14.886 17.097 14.977 17.000 c
14.886 16.903 14.538 16.626 13.388 16.369 c
12.323 16.131 10.942 16.000 9.500 16.000 c
8.058 16.000 6.677 16.131 5.612 16.369 c
4.462 16.626 4.114 16.903 4.022 17.000 c
4.114 17.097 4.462 17.374 5.612 17.631 c
h
0.00 0.00 0.00 rg
11.333 7.687 m
13.527 6.912 15.000 4.827 15.000 2.500 c
15.000 2.027 l
14.958 1.970 14.676 1.657 13.388 1.369 c
12.323 1.131 10.942 1.000 9.500 1.000 c
8.058 1.000 6.677 1.131 5.612 1.369 c
4.324 1.657 4.042 1.970 4.000 2.027 c
4.000 2.500 l
4.000 4.827 5.473 6.912 7.667 7.687 c
7.866 7.758 8.000 7.947 8.000 8.159 c
8.000 10.841 l
8.000 11.053 7.866 11.242 7.666 11.313 c
5.690 12.011 4.298 13.774 4.043 15.819 c
4.342 15.683 4.708 15.561 5.136 15.454 c
6.308 15.161 7.858 15.000 9.500 15.000 c
11.142 15.000 12.692 15.161 13.864 15.454 c
14.292 15.561 14.658 15.683 14.957 15.819 c
14.702 13.774 13.310 12.011 11.334 11.313 c
11.134 11.242 11.000 11.053 11.000 10.841 c
11.000 8.159 l
11.000 7.947 11.134 7.758 11.334 7.687 c
h
f
0.00 0.00 0.00 rg
13.667 3.471 m
11.405 4.271 10.000 6.198 10.000 8.500 c
10.000 11.525 l
10.600 11.584 11.178 11.749 11.723 12.020 c
11.970 12.143 12.071 12.443 11.948 12.690 c
11.825 12.938 11.525 13.038 11.278 12.916 c
10.723 12.640 10.125 12.500 9.500 12.500 c
8.875 12.500 8.277 12.640 7.722 12.916 c
7.475 13.038 7.175 12.938 7.052 12.690 c
6.929 12.443 7.030 12.143 7.277 12.020 c
7.822 11.749 8.400 11.584 9.000 11.525 c
9.000 8.500 l
9.000 6.198 7.595 4.271 5.333 3.471 c
5.123 3.397 4.988 3.193 5.001 2.970 c
5.014 2.748 5.173 2.561 5.391 2.512 c
6.373 2.292 7.868 2.000 9.500 2.000 c
11.132 2.000 12.627 2.292 13.609 2.512 c
13.827 2.561 13.986 2.748 13.999 2.970 c
14.013 3.193 13.877 3.397 13.667 3.471 c
h
0.00 0.00 0.00 rg
9.500 3.000 m
8.623 3.000 7.799 3.087 7.063 3.205 c
7.729 3.626 8.307 4.157 8.774 4.779 c
9.067 5.171 9.310 5.591 9.500 6.033 c
9.690 5.591 9.933 5.171 10.226 4.779 c
10.692 4.157 11.271 3.626 11.937 3.205 c
11.201 3.087 10.377 3.000 9.500 3.000 c
h
f
endstream
endobj
1 0 obj
<</Type /Pages
/Kids [3 0 R ]
/Count 1
>>
endobj
5 0 obj
<</BaseFont/Helvetica/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
6 0 obj
<</BaseFont/Helvetica-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
7 0 obj
<</BaseFont/Helvetica-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
8 0 obj
<</BaseFont/Helvetica-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
9 0 obj
<</BaseFont/Courier/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
10 0 obj
<</BaseFont/Courier-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
11 0 obj
<</BaseFont/Courier-Oblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
12 0 obj
<</BaseFont/Courier-BoldOblique/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
13 0 obj
<</BaseFont/Times-Roman/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
14 0 obj
<</BaseFont/Times-Bold/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
15 0 obj
<</BaseFont/Times-Italic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
16 0 obj
<</BaseFont/Times-BoldItalic/Type/Font
/Encoding/StandardEncoding
/Subtype/Type1>>
endobj
2 0 obj
<<
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
/Font <<
/F1 5 0 R
/F2 6 0 R
/F3 7 0 R
/F4 8 0 R
/F5 9 0 R
/F6 10 0 R
/F7 11 0 R
/F8 12 0 R
/F9 13 0 R
/F10 14 0 R
/F11 15 0 R
/F12 16 0 R
>>
/XObject <<
>>
>>
endobj
17 0 obj
<<
/Producer (jsPDF 1.0.0-trunk)
/CreationDate (D:20150523063830-07'00')
>>
endobj
18 0 obj
<<
/Type /Catalog
/Pages 1 0 R
/OpenAction [3 0 R /FitH null]
/PageLayout /OneColumn
>>
endobj
xref
0 19
0000000000 65535 f
0000003082 00000 n
0000004293 00000 n
0000000009 00000 n
0000000116 00000 n
0000003139 00000 n
0000003230 00000 n
0000003326 00000 n
0000003425 00000 n
0000003528 00000 n
0000003617 00000 n
0000003712 00000 n
0000003810 00000 n
0000003912 00000 n
0000004006 00000 n
0000004099 00000 n
0000004194 00000 n
0000004517 00000 n
0000004609 00000 n
trailer
<<
/Size 19
/Root 18 0 R
/Info 17 0 R
>>
startxref
4713
%%EOF

Some files were not shown because too many files have changed in this diff Show More