Added License, files and docs
278
GPL-license.txt
Normal file
@ -0,0 +1,278 @@
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 2, June 1991
|
||||
|
||||
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The licenses for most software are designed to take away your
|
||||
freedom to share and change it. By contrast, the GNU General Public
|
||||
License is intended to guarantee your freedom to share and change free
|
||||
software--to make sure the software is free for all its users. This
|
||||
General Public License applies to most of the Free Software
|
||||
Foundation's software and to any other program whose authors commit to
|
||||
using it. (Some other Free Software Foundation software is covered by
|
||||
the GNU Lesser General Public License instead.) You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
this service if you wish), that you receive source code or can get it
|
||||
if you want it, that you can change the software or use pieces of it
|
||||
in new free programs; and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to make restrictions that forbid
|
||||
anyone to deny you these rights or to ask you to surrender the rights.
|
||||
These restrictions translate to certain responsibilities for you if you
|
||||
distribute copies of the software, or if you modify it.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must give the recipients all the rights that
|
||||
you have. You must make sure that they, too, receive or can get the
|
||||
source code. And you must show them these terms so they know their
|
||||
rights.
|
||||
|
||||
We protect your rights with two steps: (1) copyright the software, and
|
||||
(2) offer you this license which gives you legal permission to copy,
|
||||
distribute and/or modify the software.
|
||||
|
||||
Also, for each author's protection and ours, we want to make certain
|
||||
that everyone understands that there is no warranty for this free
|
||||
software. If the software is modified by someone else and passed on, we
|
||||
want its recipients to know that what they have is not the original, so
|
||||
that any problems introduced by others will not reflect on the original
|
||||
authors' reputations.
|
||||
|
||||
Finally, any free program is threatened constantly by software
|
||||
patents. We wish to avoid the danger that redistributors of a free
|
||||
program will individually obtain patent licenses, in effect making the
|
||||
program proprietary. To prevent this, we have made it clear that any
|
||||
patent must be licensed for everyone's free use or not licensed at all.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. This License applies to any program or other work which contains
|
||||
a notice placed by the copyright holder saying it may be distributed
|
||||
under the terms of this General Public License. The "Program", below,
|
||||
refers to any such program or work, and a "work based on the Program"
|
||||
means either the Program or any derivative work under copyright law:
|
||||
that is to say, a work containing the Program or a portion of it,
|
||||
either verbatim or with modifications and/or translated into another
|
||||
language. (Hereinafter, translation is included without limitation in
|
||||
the term "modification".) Each licensee is addressed as "you".
|
||||
|
||||
Activities other than copying, distribution and modification are not
|
||||
covered by this License; they are outside its scope. The act of
|
||||
running the Program is not restricted, and the output from the Program
|
||||
is covered only if its contents constitute a work based on the
|
||||
Program (independent of having been made by running the Program).
|
||||
Whether that is true depends on what the Program does.
|
||||
|
||||
1. You may copy and distribute verbatim copies of the Program's
|
||||
source code as you receive it, in any medium, provided that you
|
||||
conspicuously and appropriately publish on each copy an appropriate
|
||||
copyright notice and disclaimer of warranty; keep intact all the
|
||||
notices that refer to this License and to the absence of any warranty;
|
||||
and give any other recipients of the Program a copy of this License
|
||||
along with the Program.
|
||||
|
||||
You may charge a fee for the physical act of transferring a copy, and
|
||||
you may at your option offer warranty protection in exchange for a fee.
|
||||
|
||||
2. You may modify your copy or copies of the Program or any portion
|
||||
of it, thus forming a work based on the Program, and copy and
|
||||
distribute such modifications or work under the terms of Section 1
|
||||
above, provided that you also meet all of these conditions:
|
||||
|
||||
a) You must cause the modified files to carry prominent notices
|
||||
stating that you changed the files and the date of any change.
|
||||
|
||||
b) You must cause any work that you distribute or publish, that in
|
||||
whole or in part contains or is derived from the Program or any
|
||||
part thereof, to be licensed as a whole at no charge to all third
|
||||
parties under the terms of this License.
|
||||
|
||||
c) If the modified program normally reads commands interactively
|
||||
when run, you must cause it, when started running for such
|
||||
interactive use in the most ordinary way, to print or display an
|
||||
announcement including an appropriate copyright notice and a
|
||||
notice that there is no warranty (or else, saying that you provide
|
||||
a warranty) and that users may redistribute the program under
|
||||
these conditions, and telling the user how to view a copy of this
|
||||
License. (Exception: if the Program itself is interactive but
|
||||
does not normally print such an announcement, your work based on
|
||||
the Program is not required to print an announcement.)
|
||||
|
||||
These requirements apply to the modified work as a whole. If
|
||||
identifiable sections of that work are not derived from the Program,
|
||||
and can be reasonably considered independent and separate works in
|
||||
themselves, then this License, and its terms, do not apply to those
|
||||
sections when you distribute them as separate works. But when you
|
||||
distribute the same sections as part of a whole which is a work based
|
||||
on the Program, the distribution of the whole must be on the terms of
|
||||
this License, whose permissions for other licensees extend to the
|
||||
entire whole, and thus to each and every part regardless of who wrote it.
|
||||
|
||||
Thus, it is not the intent of this section to claim rights or contest
|
||||
your rights to work written entirely by you; rather, the intent is to
|
||||
exercise the right to control the distribution of derivative or
|
||||
collective works based on the Program.
|
||||
|
||||
In addition, mere aggregation of another work not based on the Program
|
||||
with the Program (or with a work based on the Program) on a volume of
|
||||
a storage or distribution medium does not bring the other work under
|
||||
the scope of this License.
|
||||
|
||||
3. You may copy and distribute the Program (or a work based on it,
|
||||
under Section 2) in object code or executable form under the terms of
|
||||
Sections 1 and 2 above provided that you also do one of the following:
|
||||
|
||||
a) Accompany it with the complete corresponding machine-readable
|
||||
source code, which must be distributed under the terms of Sections
|
||||
1 and 2 above on a medium customarily used for software interchange; or,
|
||||
|
||||
b) Accompany it with a written offer, valid for at least three
|
||||
years, to give any third party, for a charge no more than your
|
||||
cost of physically performing source distribution, a complete
|
||||
machine-readable copy of the corresponding source code, to be
|
||||
distributed under the terms of Sections 1 and 2 above on a medium
|
||||
customarily used for software interchange; or,
|
||||
|
||||
c) Accompany it with the information you received as to the offer
|
||||
to distribute corresponding source code. (This alternative is
|
||||
allowed only for noncommercial distribution and only if you
|
||||
received the program in object code or executable form with such
|
||||
an offer, in accord with Subsection b above.)
|
||||
|
||||
The source code for a work means the preferred form of the work for
|
||||
making modifications to it. For an executable work, complete source
|
||||
code means all the source code for all modules it contains, plus any
|
||||
associated interface definition files, plus the scripts used to
|
||||
control compilation and installation of the executable. However, as a
|
||||
special exception, the source code distributed need not include
|
||||
anything that is normally distributed (in either source or binary
|
||||
form) with the major components (compiler, kernel, and so on) of the
|
||||
operating system on which the executable runs, unless that component
|
||||
itself accompanies the executable.
|
||||
|
||||
If distribution of executable or object code is made by offering
|
||||
access to copy from a designated place, then offering equivalent
|
||||
access to copy the source code from the same place counts as
|
||||
distribution of the source code, even though third parties are not
|
||||
compelled to copy the source along with the object code.
|
||||
|
||||
4. You may not copy, modify, sublicense, or distribute the Program
|
||||
except as expressly provided under this License. Any attempt
|
||||
otherwise to copy, modify, sublicense or distribute the Program is
|
||||
void, and will automatically terminate your rights under this License.
|
||||
However, parties who have received copies, or rights, from you under
|
||||
this License will not have their licenses terminated so long as such
|
||||
parties remain in full compliance.
|
||||
|
||||
5. You are not required to accept this License, since you have not
|
||||
signed it. However, nothing else grants you permission to modify or
|
||||
distribute the Program or its derivative works. These actions are
|
||||
prohibited by law if you do not accept this License. Therefore, by
|
||||
modifying or distributing the Program (or any work based on the
|
||||
Program), you indicate your acceptance of this License to do so, and
|
||||
all its terms and conditions for copying, distributing or modifying
|
||||
the Program or works based on it.
|
||||
|
||||
6. Each time you redistribute the Program (or any work based on the
|
||||
Program), the recipient automatically receives a license from the
|
||||
original licensor to copy, distribute or modify the Program subject to
|
||||
these terms and conditions. You may not impose any further
|
||||
restrictions on the recipients' exercise of the rights granted herein.
|
||||
You are not responsible for enforcing compliance by third parties to
|
||||
this License.
|
||||
|
||||
7. If, as a consequence of a court judgment or allegation of patent
|
||||
infringement or for any other reason (not limited to patent issues),
|
||||
conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot
|
||||
distribute so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you
|
||||
may not distribute the Program at all. For example, if a patent
|
||||
license would not permit royalty-free redistribution of the Program by
|
||||
all those who receive copies directly or indirectly through you, then
|
||||
the only way you could satisfy both it and this License would be to
|
||||
refrain entirely from distribution of the Program.
|
||||
|
||||
If any portion of this section is held invalid or unenforceable under
|
||||
any particular circumstance, the balance of the section is intended to
|
||||
apply and the section as a whole is intended to apply in other
|
||||
circumstances.
|
||||
|
||||
It is not the purpose of this section to induce you to infringe any
|
||||
patents or other property right claims or to contest validity of any
|
||||
such claims; this section has the sole purpose of protecting the
|
||||
integrity of the free software distribution system, which is
|
||||
implemented by public license practices. Many people have made
|
||||
generous contributions to the wide range of software distributed
|
||||
through that system in reliance on consistent application of that
|
||||
system; it is up to the author/donor to decide if he or she is willing
|
||||
to distribute software through any other system and a licensee cannot
|
||||
impose that choice.
|
||||
|
||||
This section is intended to make thoroughly clear what is believed to
|
||||
be a consequence of the rest of this License.
|
||||
|
||||
8. If the distribution and/or use of the Program is restricted in
|
||||
certain countries either by patents or by copyrighted interfaces, the
|
||||
original copyright holder who places the Program under this License
|
||||
may add an explicit geographical distribution limitation excluding
|
||||
those countries, so that distribution is permitted only in or among
|
||||
countries not thus excluded. In such case, this License incorporates
|
||||
the limitation as if written in the body of this License.
|
||||
|
||||
9. The Free Software Foundation may publish revised and/or new versions
|
||||
of the General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the Program
|
||||
specifies a version number of this License which applies to it and "any
|
||||
later version", you have the option of following the terms and conditions
|
||||
either of that version or of any later version published by the Free
|
||||
Software Foundation. If the Program does not specify a version number of
|
||||
this License, you may choose any version ever published by the Free Software
|
||||
Foundation.
|
||||
|
||||
10. If you wish to incorporate parts of the Program into other free
|
||||
programs whose distribution conditions are different, write to the author
|
||||
to ask for permission. For software which is copyrighted by the Free
|
||||
Software Foundation, write to the Free Software Foundation; we sometimes
|
||||
make exceptions for this. Our decision will be guided by the two goals
|
||||
of preserving the free status of all derivatives of our free software and
|
||||
of promoting the sharing and reuse of software generally.
|
||||
|
||||
NO WARRANTY
|
||||
|
||||
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
||||
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
||||
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
||||
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
||||
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
||||
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
||||
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
||||
REPAIR OR CORRECTION.
|
||||
|
||||
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
||||
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
||||
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
||||
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
||||
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
||||
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGES.
|
21
MIT-license.txt
Normal file
@ -0,0 +1,21 @@
|
||||
The MIT License
|
||||
|
||||
Copyright (c) 2011 Caleb Troughton
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
7
README.md.rtf
Normal file
@ -0,0 +1,7 @@
|
||||
{\rtf1\ansi\ansicpg1252\cocoartf1187\cocoasubrtf370
|
||||
{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
|
||||
{\colortbl;\red255\green255\blue255;}
|
||||
\margl1440\margr1440\vieww10800\viewh8500\viewkind0
|
||||
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural
|
||||
|
||||
\f0\fs24 \cf0 Open source icons designed for TopCoat}
|
BIN
docs/_Topcoat_IconSet_overview.png
Normal file
After Width: | Height: | Size: 250 KiB |
BIN
docs/_Topcoat_IconStyle_Guidelines.png
Normal file
After Width: | Height: | Size: 468 KiB |
24
font/icomatic.css
Executable file
@ -0,0 +1,24 @@
|
||||
@font-face {
|
||||
font-family: 'Icomatic';
|
||||
src: url('icomatic.svg#icomatic') format('svg');
|
||||
}
|
||||
.icomatic {
|
||||
font-family: 'Icomatic','sans-serif';
|
||||
line-height: 1;
|
||||
text-rendering: optimizeLegibility;
|
||||
-webkit-font-feature-settings: "liga", "dlig";
|
||||
-ms-font-feature-settings: "liga", "dlig";
|
||||
-moz-font-feature-settings: "liga", "dlig";
|
||||
-o-font-feature-settings: "liga", "dlig";
|
||||
font-feature-settings: "liga", "dlig";
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
.icomatic-alt {
|
||||
margin: -1px;
|
||||
border:0;
|
||||
padding: 0;
|
||||
width: 1px; height: 1px;
|
||||
clip: rect(0 0 0 0);
|
||||
position: absolute;
|
||||
overflow: hidden;
|
||||
}
|
43
font/icomatic.js
Executable file
@ -0,0 +1,43 @@
|
||||
var IcomaticUtils = (function() {
|
||||
return {
|
||||
fallbacks: [{ from: 'laptop', 'to': '' },{ from: 'phone', 'to': '' }],
|
||||
substitute: function(el) {
|
||||
var curr = el.firstChild;
|
||||
var next, alt;
|
||||
var content;
|
||||
while (curr) {
|
||||
next = curr.nextSibling;
|
||||
if (curr.nodeType === Node.TEXT_NODE) {
|
||||
content = curr.nodeValue;
|
||||
for (var i = 0; i < IcomaticUtils.fallbacks.length; i++) {
|
||||
content = content.replace( IcomaticUtils.fallbacks[i].from, function(match) {
|
||||
alt = document.createElement('span');
|
||||
alt.setAttribute('class', 'icomatic-alt');
|
||||
alt.innerHTML = match;
|
||||
el.insertBefore(alt, curr);
|
||||
return IcomaticUtils.fallbacks[i].to;
|
||||
});
|
||||
}
|
||||
alt = document.createTextNode(content);
|
||||
el.replaceChild(alt, curr);
|
||||
}
|
||||
curr = next;
|
||||
}
|
||||
},
|
||||
run: function(force) {
|
||||
force = typeof force !== 'undefined' ? force : false;
|
||||
var s = getComputedStyle(document.body);
|
||||
if (s.hasOwnProperty('webkitFontFeatureSettings')
|
||||
|| s.hasOwnProperty('mozFontFeatureSettings')
|
||||
|| s.hasOwnProperty('msFontFeatureSettings')
|
||||
|| s.hasOwnProperty('oFontFeatureSettings')
|
||||
|| s.hasOwnProperty('fontFeatureSettings'))
|
||||
if (!force)
|
||||
return;
|
||||
var els = document.querySelectorAll('.icomatic');
|
||||
for (var i = 0; i < els.length; i++)
|
||||
IcomaticUtils.substitute(els[i]);
|
||||
}
|
||||
} // end of object
|
||||
} // end of fn
|
||||
)()
|
1
font/icomatic.svg
Executable file
@ -0,0 +1 @@
|
||||
<svg width="0" height="0" xmlns="http://www.w3.org/2000/svg"><defs><font id="icomatic" horiz-adv-x="1000"><font-face font-family="Icomatic" units-per-em="1000" ascent="800" descent="200"></font-face><glyph unicode="laptop" d="M 432.818 204.545 L 319.182 174.545 C 309.636 173.591 298.727 164.091 298.727 154.136 V 134.227 C 298.727 123.818 308.273 113.727 319.182 113.727 H 728.273 C 736.864 113.727 748.727 122.046 748.727 134.182 V 154.136 C 748.227 164.955 737.364 174.045 728.273 174.5 L 614.636 204.545 H 432.818 Z M 841.909 250 C 909.182 250 932.818 270.909 932.818 340.909 V 795.455 C 932.818 864.545 911 886.364 841.909 886.364 H 205.545 C 141 886.364 114.636 860.909 114.636 795.455 V 340.909 C 114.636 272.727 142.818 250 205.545 250 H 841.909 Z M 841.909 795.455 V 340.909 H 205.545 V 795.455 H 841.909 Z"></glyph><glyph unicode="phone" d="M 751 795.455 C 751 863.182 727.818 886.364 660.091 886.364 H 387.364 C 320.091 886.364 296.455 861.818 296.455 795.455 V 250 C 296.455 181.364 316.909 159.091 387.364 159.091 H 660.091 C 726.455 159.091 751 183.136 751 250 V 795.455 Z M 387.364 795.455 H 660.091 V 295.455 H 387.364 V 795.455 Z M 569.182 204.545 H 478.273 V 250 H 569.182 V 204.545 Z"></glyph><glyph unicode="&#xe000;" d="M 432.818 204.545 L 319.182 174.545 C 309.636 173.591 298.727 164.091 298.727 154.136 V 134.227 C 298.727 123.818 308.273 113.727 319.182 113.727 H 728.273 C 736.864 113.727 748.727 122.046 748.727 134.182 V 154.136 C 748.227 164.955 737.364 174.045 728.273 174.5 L 614.636 204.545 H 432.818 Z M 841.909 250 C 909.182 250 932.818 270.909 932.818 340.909 V 795.455 C 932.818 864.545 911 886.364 841.909 886.364 H 205.545 C 141 886.364 114.636 860.909 114.636 795.455 V 340.909 C 114.636 272.727 142.818 250 205.545 250 H 841.909 Z M 841.909 795.455 V 340.909 H 205.545 V 795.455 H 841.909 Z"></glyph><glyph unicode="&#xe001;" d="M 751 795.455 C 751 863.182 727.818 886.364 660.091 886.364 H 387.364 C 320.091 886.364 296.455 861.818 296.455 795.455 V 250 C 296.455 181.364 316.909 159.091 387.364 159.091 H 660.091 C 726.455 159.091 751 183.136 751 250 V 795.455 Z M 387.364 795.455 H 660.091 V 295.455 H 387.364 V 795.455 Z M 569.182 204.545 H 478.273 V 250 H 569.182 V 204.545 Z"></glyph></font></defs></svg>
|
After Width: | Height: | Size: 2.2 KiB |
207
font/index.html
Executable file
@ -0,0 +1,207 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel='stylesheet' type='text/css' href='icomatic.css' />
|
||||
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700' rel='stylesheet' type='text/css'>
|
||||
<link href='http://fonts.googleapis.com/css?family=Source+Code+Pro' rel='stylesheet' type='text/css'>
|
||||
<script src='icomatic.js'></script>
|
||||
<style>
|
||||
body {
|
||||
font-family: "Source Sans Pro", Arial, sans-serif;
|
||||
font-weight: 300;
|
||||
color: #454545;
|
||||
margin: 60px;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
color: #000;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin: 1.2em 0 0.5em;
|
||||
}
|
||||
|
||||
.instruction {
|
||||
color: #666;
|
||||
margin: 3px 0;
|
||||
}
|
||||
|
||||
.demo {
|
||||
box-shadow: inset 0 1px 2px rgba(0,0,0,0.15);
|
||||
border: 1px solid #aaa;
|
||||
border-radius: 3px;
|
||||
font-size: 1.3em;
|
||||
height: 1.6em;
|
||||
line-height: 1.6em;
|
||||
font-family: Icomatic;
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
.demo:focus {
|
||||
outline: none;
|
||||
border: 1px solid #0940fd;
|
||||
box-shadow: 0 0 0 3px rgba(0,136,255,0.5);
|
||||
}
|
||||
|
||||
.icons {
|
||||
list-style: none;
|
||||
margin: 0 0 0 -10px;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.icons li {
|
||||
background: #eee;
|
||||
border-radius: 3px;
|
||||
float: left;
|
||||
margin: 0 0 10px 10px;
|
||||
min-width: 6em;
|
||||
padding: 30px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.icons .icomatic {
|
||||
color: #454545;
|
||||
margin: 0 0 10px;
|
||||
padding-right: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.label {
|
||||
font-size: 1em;
|
||||
width:
|
||||
}
|
||||
|
||||
pre {
|
||||
background: #f7f7f7;
|
||||
border-radius: 3px;
|
||||
box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
|
||||
padding: 20px 0 15px;
|
||||
}
|
||||
|
||||
/* DatGUI */
|
||||
|
||||
.dg {
|
||||
border-radius: 4px !important;
|
||||
color: #454545 !important;
|
||||
margin-right: 60px;
|
||||
margin-top: 24px;
|
||||
text-shadow: 0 1px 0 #fff !important;
|
||||
}
|
||||
|
||||
.dg.main {
|
||||
background: #fff;
|
||||
border: 1px solid #d7d7d7;
|
||||
padding: 10px !important;
|
||||
}
|
||||
|
||||
.dg.a {
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
.dg .c .slider {
|
||||
background: #eee !important;
|
||||
border-radius: 3px;
|
||||
border-bottom: 1px solid rgba(0,0,0,0.05);
|
||||
border-top: 1px solid rgba(0,0,0,0.1);
|
||||
float: right !important;
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
.dg .c .slider-fg {
|
||||
background: #288edf !important;
|
||||
border-radius: 2px;
|
||||
position: relative;
|
||||
left: 1px;
|
||||
}
|
||||
|
||||
.dg .c input[type=text] {
|
||||
border-radius: 3px !important;
|
||||
border: 1px solid transparent !important;
|
||||
}
|
||||
|
||||
.dg .has-slider input[type=text] {
|
||||
background: #fff !important;
|
||||
border: 1px solid #9c9e9e !important;
|
||||
box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
|
||||
color: #454545 !important;
|
||||
}
|
||||
|
||||
.dg .selector {
|
||||
margin: 26px 0 0 !important;
|
||||
}
|
||||
|
||||
.dg li {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.dg .property-name {
|
||||
box-sizing: border-box;
|
||||
padding-right: 10px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.close-button {
|
||||
display: none !important;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Ligature Icon Font</h1>
|
||||
Try typing one of your icon ligatures in the area below.
|
||||
eg laptop
|
||||
<div contenteditable class='icomatic demo'></div>
|
||||
<h2>Available Icons</h2>
|
||||
<ul class='icons'>
|
||||
|
||||
<li>
|
||||
<div class='icomatic icon'>laptop</div>
|
||||
<div class='icon-label'>laptop</div>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<div class='icomatic icon'>phone</div>
|
||||
<div class='icon-label'>phone</div>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
<h2>Icon Font Usage</h2>
|
||||
Using an icon font is simple. Just include the stylesheet, and the icon class to any text you would like to be replaced with an icon.
|
||||
<code><pre>
|
||||
<link rel='stylesheet' type='text/css' href='icomatic.css'>
|
||||
<!-- Include the script for fallback support -->
|
||||
<script type='text/javascript' src='icomatic.js'></script>
|
||||
...
|
||||
<span class='icomatic' style='color:blue'>laptop</span>
|
||||
</pre></code>
|
||||
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
|
||||
<!-- DatGUI -->
|
||||
<script src="js/dat.gui.js"></script>
|
||||
<script src="js/dat.color.js"></script>
|
||||
<script>
|
||||
$(document).ready( function() {
|
||||
|
||||
function rgb2hex(rgb){
|
||||
rgb = rgb.match(/^rgba?[\s+]?\([\s+]?(\d+)[\s+]?,[\s+]?(\d+)[\s+]?,[\s+]?(\d+)[\s+]?/i);
|
||||
return (rgb && rgb.length === 4) ? "#" +
|
||||
("0" + parseInt(rgb[1],10).toString(16)).slice(-2) +
|
||||
("0" + parseInt(rgb[2],10).toString(16)).slice(-2) +
|
||||
("0" + parseInt(rgb[3],10).toString(16)).slice(-2) : '';
|
||||
}
|
||||
|
||||
//intialize
|
||||
var obj = { Color: rgb2hex($(".icomatic").css('color')),
|
||||
Size: parseInt($(".icomatic").css("font-size")) };
|
||||
var gui = new dat.GUI();
|
||||
gui.add(obj, 'Size', 10, 100).onChange(function() {
|
||||
$(".icomatic").css('font-size', obj.Size );
|
||||
});
|
||||
gui.addColor(obj, 'Color').onChange(function() {
|
||||
$('.icomatic').css('color', obj.Color);
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
755
font/js/dat.color.js
Executable file
@ -0,0 +1,755 @@
|
||||
/**
|
||||
* dat-gui JavaScript Controller Library
|
||||
* http://code.google.com/p/dat-gui
|
||||
*
|
||||
* Copyright 2011 Data Arts Team, Google Creative Lab
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*/
|
||||
|
||||
/** @namespace */
|
||||
var dat = dat || {};
|
||||
|
||||
/** @namespace */
|
||||
dat.color = dat.color || {};
|
||||
|
||||
/** @namespace */
|
||||
dat.utils = dat.utils || {};
|
||||
|
||||
dat.utils.common = (function () {
|
||||
|
||||
var ARR_EACH = Array.prototype.forEach;
|
||||
var ARR_SLICE = Array.prototype.slice;
|
||||
|
||||
/**
|
||||
* Band-aid methods for things that should be a lot easier in JavaScript.
|
||||
* Implementation and structure inspired by underscore.js
|
||||
* http://documentcloud.github.com/underscore/
|
||||
*/
|
||||
|
||||
return {
|
||||
|
||||
BREAK: {},
|
||||
|
||||
extend: function(target) {
|
||||
|
||||
this.each(ARR_SLICE.call(arguments, 1), function(obj) {
|
||||
|
||||
for (var key in obj)
|
||||
if (!this.isUndefined(obj[key]))
|
||||
target[key] = obj[key];
|
||||
|
||||
}, this);
|
||||
|
||||
return target;
|
||||
|
||||
},
|
||||
|
||||
defaults: function(target) {
|
||||
|
||||
this.each(ARR_SLICE.call(arguments, 1), function(obj) {
|
||||
|
||||
for (var key in obj)
|
||||
if (this.isUndefined(target[key]))
|
||||
target[key] = obj[key];
|
||||
|
||||
}, this);
|
||||
|
||||
return target;
|
||||
|
||||
},
|
||||
|
||||
compose: function() {
|
||||
var toCall = ARR_SLICE.call(arguments);
|
||||
return function() {
|
||||
var args = ARR_SLICE.call(arguments);
|
||||
for (var i = toCall.length -1; i >= 0; i--) {
|
||||
args = [toCall[i].apply(this, args)];
|
||||
}
|
||||
return args[0];
|
||||
}
|
||||
},
|
||||
|
||||
each: function(obj, itr, scope) {
|
||||
|
||||
|
||||
if (ARR_EACH && obj.forEach === ARR_EACH) {
|
||||
|
||||
obj.forEach(itr, scope);
|
||||
|
||||
} else if (obj.length === obj.length + 0) { // Is number but not NaN
|
||||
|
||||
for (var key = 0, l = obj.length; key < l; key++)
|
||||
if (key in obj && itr.call(scope, obj[key], key) === this.BREAK)
|
||||
return;
|
||||
|
||||
} else {
|
||||
|
||||
for (var key in obj)
|
||||
if (itr.call(scope, obj[key], key) === this.BREAK)
|
||||
return;
|
||||
|
||||
}
|
||||
|
||||
},
|
||||
|
||||
defer: function(fnc) {
|
||||
setTimeout(fnc, 0);
|
||||
},
|
||||
|
||||
toArray: function(obj) {
|
||||
if (obj.toArray) return obj.toArray();
|
||||
return ARR_SLICE.call(obj);
|
||||
},
|
||||
|
||||
isUndefined: function(obj) {
|
||||
return obj === undefined;
|
||||
},
|
||||
|
||||
isNull: function(obj) {
|
||||
return obj === null;
|
||||
},
|
||||
|
||||
isNaN: function(obj) {
|
||||
return obj !== obj;
|
||||
},
|
||||
|
||||
isArray: Array.isArray || function(obj) {
|
||||
return obj.constructor === Array;
|
||||
},
|
||||
|
||||
isObject: function(obj) {
|
||||
return obj === Object(obj);
|
||||
},
|
||||
|
||||
isNumber: function(obj) {
|
||||
return obj === obj+0;
|
||||
},
|
||||
|
||||
isString: function(obj) {
|
||||
return obj === obj+'';
|
||||
},
|
||||
|
||||
isBoolean: function(obj) {
|
||||
return obj === false || obj === true;
|
||||
},
|
||||
|
||||
isFunction: function(obj) {
|
||||
return Object.prototype.toString.call(obj) === '[object Function]';
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
})();
|
||||
|
||||
|
||||
dat.color.toString = (function (common) {
|
||||
|
||||
return function(color) {
|
||||
|
||||
if (color.a == 1 || common.isUndefined(color.a)) {
|
||||
|
||||
var s = color.hex.toString(16);
|
||||
while (s.length < 6) {
|
||||
s = '0' + s;
|
||||
}
|
||||
|
||||
return '#' + s;
|
||||
|
||||
} else {
|
||||
|
||||
return 'rgba(' + Math.round(color.r) + ',' + Math.round(color.g) + ',' + Math.round(color.b) + ',' + color.a + ')';
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
})(dat.utils.common);
|
||||
|
||||
|
||||
dat.Color = dat.color.Color = (function (interpret, math, toString, common) {
|
||||
|
||||
var Color = function() {
|
||||
|
||||
this.__state = interpret.apply(this, arguments);
|
||||
|
||||
if (this.__state === false) {
|
||||
throw 'Failed to interpret color arguments';
|
||||
}
|
||||
|
||||
this.__state.a = this.__state.a || 1;
|
||||
|
||||
|
||||
};
|
||||
|
||||
Color.COMPONENTS = ['r','g','b','h','s','v','hex','a'];
|
||||
|
||||
common.extend(Color.prototype, {
|
||||
|
||||
toString: function() {
|
||||
return toString(this);
|
||||
},
|
||||
|
||||
toOriginal: function() {
|
||||
return this.__state.conversion.write(this);
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
defineRGBComponent(Color.prototype, 'r', 2);
|
||||
defineRGBComponent(Color.prototype, 'g', 1);
|
||||
defineRGBComponent(Color.prototype, 'b', 0);
|
||||
|
||||
defineHSVComponent(Color.prototype, 'h');
|
||||
defineHSVComponent(Color.prototype, 's');
|
||||
defineHSVComponent(Color.prototype, 'v');
|
||||
|
||||
Object.defineProperty(Color.prototype, 'a', {
|
||||
|
||||
get: function() {
|
||||
return this.__state.a;
|
||||
},
|
||||
|
||||
set: function(v) {
|
||||
this.__state.a = v;
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
Object.defineProperty(Color.prototype, 'hex', {
|
||||
|
||||
get: function() {
|
||||
|
||||
if (!this.__state.space !== 'HEX') {
|
||||
this.__state.hex = math.rgb_to_hex(this.r, this.g, this.b);
|
||||
}
|
||||
|
||||
return this.__state.hex;
|
||||
|
||||
},
|
||||
|
||||
set: function(v) {
|
||||
|
||||
this.__state.space = 'HEX';
|
||||
this.__state.hex = v;
|
||||
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
function defineRGBComponent(target, component, componentHexIndex) {
|
||||
|
||||
Object.defineProperty(target, component, {
|
||||
|
||||
get: function() {
|
||||
|
||||
if (this.__state.space === 'RGB') {
|
||||
return this.__state[component];
|
||||
}
|
||||
|
||||
recalculateRGB(this, component, componentHexIndex);
|
||||
|
||||
return this.__state[component];
|
||||
|
||||
},
|
||||
|
||||
set: function(v) {
|
||||
|
||||
if (this.__state.space !== 'RGB') {
|
||||
recalculateRGB(this, component, componentHexIndex);
|
||||
this.__state.space = 'RGB';
|
||||
}
|
||||
|
||||
this.__state[component] = v;
|
||||
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
function defineHSVComponent(target, component) {
|
||||
|
||||
Object.defineProperty(target, component, {
|
||||
|
||||
get: function() {
|
||||
|
||||
if (this.__state.space === 'HSV')
|
||||
return this.__state[component];
|
||||
|
||||
recalculateHSV(this);
|
||||
|
||||
return this.__state[component];
|
||||
|
||||
},
|
||||
|
||||
set: function(v) {
|
||||
|
||||
if (this.__state.space !== 'HSV') {
|
||||
recalculateHSV(this);
|
||||
this.__state.space = 'HSV';
|
||||
}
|
||||
|
||||
this.__state[component] = v;
|
||||
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
function recalculateRGB(color, component, componentHexIndex) {
|
||||
|
||||
if (color.__state.space === 'HEX') {
|
||||
|
||||
color.__state[component] = math.component_from_hex(color.__state.hex, componentHexIndex);
|
||||
|
||||
} else if (color.__state.space === 'HSV') {
|
||||
|
||||
common.extend(color.__state, math.hsv_to_rgb(color.__state.h, color.__state.s, color.__state.v));
|
||||
|
||||
} else {
|
||||
|
||||
throw 'Corrupted color state';
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
function recalculateHSV(color) {
|
||||
|
||||
var result = math.rgb_to_hsv(color.r, color.g, color.b);
|
||||
|
||||
common.extend(color.__state,
|
||||
{
|
||||
s: result.s,
|
||||
v: result.v
|
||||
}
|
||||
);
|
||||
|
||||
if (!common.isNaN(result.h)) {
|
||||
color.__state.h = result.h;
|
||||
} else if (common.isUndefined(color.__state.h)) {
|
||||
color.__state.h = 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
return Color;
|
||||
|
||||
})(dat.color.interpret = (function (toString, common) {
|
||||
|
||||
var result, toReturn;
|
||||
|
||||
var interpret = function() {
|
||||
|
||||
toReturn = false;
|
||||
|
||||
var original = arguments.length > 1 ? common.toArray(arguments) : arguments[0];
|
||||
|
||||
common.each(INTERPRETATIONS, function(family) {
|
||||
|
||||
if (family.litmus(original)) {
|
||||
|
||||
common.each(family.conversions, function(conversion, conversionName) {
|
||||
|
||||
result = conversion.read(original);
|
||||
|
||||
if (toReturn === false && result !== false) {
|
||||
toReturn = result;
|
||||
result.conversionName = conversionName;
|
||||
result.conversion = conversion;
|
||||
return common.BREAK;
|
||||
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
return common.BREAK;
|
||||
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
return toReturn;
|
||||
|
||||
};
|
||||
|
||||
var INTERPRETATIONS = [
|
||||
|
||||
// Strings
|
||||
{
|
||||
|
||||
litmus: common.isString,
|
||||
|
||||
conversions: {
|
||||
|
||||
THREE_CHAR_HEX: {
|
||||
|
||||
read: function(original) {
|
||||
|
||||
var test = original.match(/^#([A-F0-9])([A-F0-9])([A-F0-9])$/i);
|
||||
if (test === null) return false;
|
||||
|
||||
return {
|
||||
space: 'HEX',
|
||||
hex: parseInt(
|
||||
'0x' +
|
||||
test[1].toString() + test[1].toString() +
|
||||
test[2].toString() + test[2].toString() +
|
||||
test[3].toString() + test[3].toString())
|
||||
};
|
||||
|
||||
},
|
||||
|
||||
write: toString
|
||||
|
||||
},
|
||||
|
||||
SIX_CHAR_HEX: {
|
||||
|
||||
read: function(original) {
|
||||
|
||||
var test = original.match(/^#([A-F0-9]{6})$/i);
|
||||
if (test === null) return false;
|
||||
|
||||
return {
|
||||
space: 'HEX',
|
||||
hex: parseInt('0x' + test[1].toString())
|
||||
};
|
||||
|
||||
},
|
||||
|
||||
write: toString
|
||||
|
||||
},
|
||||
|
||||
CSS_RGB: {
|
||||
|
||||
read: function(original) {
|
||||
|
||||
var test = original.match(/^rgb\(\s*(.+)\s*,\s*(.+)\s*,\s*(.+)\s*\)/);
|
||||
if (test === null) return false;
|
||||
|
||||
return {
|
||||
space: 'RGB',
|
||||
r: parseFloat(test[1]),
|
||||
g: parseFloat(test[2]),
|
||||
b: parseFloat(test[3])
|
||||
};
|
||||
|
||||
},
|
||||
|
||||
write: toString
|
||||
|
||||
},
|
||||
|
||||
CSS_RGBA: {
|
||||
|
||||
read: function(original) {
|
||||
|
||||
var test = original.match(/^rgba\(\s*(.+)\s*,\s*(.+)\s*,\s*(.+)\s*\,\s*(.+)\s*\)/);
|
||||
if (test === null) return false;
|
||||
|
||||
return {
|
||||
space: 'RGB',
|
||||
r: parseFloat(test[1]),
|
||||
g: parseFloat(test[2]),
|
||||
b: parseFloat(test[3]),
|
||||
a: parseFloat(test[4])
|
||||
};
|
||||
|
||||
},
|
||||
|
||||
write: toString
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
},
|
||||
|
||||
// Numbers
|
||||
{
|
||||
|
||||
litmus: common.isNumber,
|
||||
|
||||
conversions: {
|
||||
|
||||
HEX: {
|
||||
read: function(original) {
|
||||
return {
|
||||
space: 'HEX',
|
||||
hex: original,
|
||||
conversionName: 'HEX'
|
||||
}
|
||||
},
|
||||
|
||||
write: function(color) {
|
||||
return color.hex;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
},
|
||||
|
||||
// Arrays
|
||||
{
|
||||
|
||||
litmus: common.isArray,
|
||||
|
||||
conversions: {
|
||||
|
||||
RGB_ARRAY: {
|
||||
read: function(original) {
|
||||
if (original.length != 3) return false;
|
||||
return {
|
||||
space: 'RGB',
|
||||
r: original[0],
|
||||
g: original[1],
|
||||
b: original[2]
|
||||
};
|
||||
},
|
||||
|
||||
write: function(color) {
|
||||
return [color.r, color.g, color.b];
|
||||
}
|
||||
|
||||
},
|
||||
|
||||
RGBA_ARRAY: {
|
||||
read: function(original) {
|
||||
if (original.length != 4) return false;
|
||||
return {
|
||||
space: 'RGB',
|
||||
r: original[0],
|
||||
g: original[1],
|
||||
b: original[2],
|
||||
a: original[3]
|
||||
};
|
||||
},
|
||||
|
||||
write: function(color) {
|
||||
return [color.r, color.g, color.b, color.a];
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
},
|
||||
|
||||
// Objects
|
||||
{
|
||||
|
||||
litmus: common.isObject,
|
||||
|
||||
conversions: {
|
||||
|
||||
RGBA_OBJ: {
|
||||
read: function(original) {
|
||||
if (common.isNumber(original.r) &&
|
||||
common.isNumber(original.g) &&
|
||||
common.isNumber(original.b) &&
|
||||
common.isNumber(original.a)) {
|
||||
return {
|
||||
space: 'RGB',
|
||||
r: original.r,
|
||||
g: original.g,
|
||||
b: original.b,
|
||||
a: original.a
|
||||
}
|
||||
}
|
||||
return false;
|
||||
},
|
||||
|
||||
write: function(color) {
|
||||
return {
|
||||
r: color.r,
|
||||
g: color.g,
|
||||
b: color.b,
|
||||
a: color.a
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
RGB_OBJ: {
|
||||
read: function(original) {
|
||||
if (common.isNumber(original.r) &&
|
||||
common.isNumber(original.g) &&
|
||||
common.isNumber(original.b)) {
|
||||
return {
|
||||
space: 'RGB',
|
||||
r: original.r,
|
||||
g: original.g,
|
||||
b: original.b
|
||||
}
|
||||
}
|
||||
return false;
|
||||
},
|
||||
|
||||
write: function(color) {
|
||||
return {
|
||||
r: color.r,
|
||||
g: color.g,
|
||||
b: color.b
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
HSVA_OBJ: {
|
||||
read: function(original) {
|
||||
if (common.isNumber(original.h) &&
|
||||
common.isNumber(original.s) &&
|
||||
common.isNumber(original.v) &&
|
||||
common.isNumber(original.a)) {
|
||||
return {
|
||||
space: 'HSV',
|
||||
h: original.h,
|
||||
s: original.s,
|
||||
v: original.v,
|
||||
a: original.a
|
||||
}
|
||||
}
|
||||
return false;
|
||||
},
|
||||
|
||||
write: function(color) {
|
||||
return {
|
||||
h: color.h,
|
||||
s: color.s,
|
||||
v: color.v,
|
||||
a: color.a
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
HSV_OBJ: {
|
||||
read: function(original) {
|
||||
if (common.isNumber(original.h) &&
|
||||
common.isNumber(original.s) &&
|
||||
common.isNumber(original.v)) {
|
||||
return {
|
||||
space: 'HSV',
|
||||
h: original.h,
|
||||
s: original.s,
|
||||
v: original.v
|
||||
}
|
||||
}
|
||||
return false;
|
||||
},
|
||||
|
||||
write: function(color) {
|
||||
return {
|
||||
h: color.h,
|
||||
s: color.s,
|
||||
v: color.v
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
];
|
||||
|
||||
return interpret;
|
||||
|
||||
|
||||
})(dat.color.toString,
|
||||
dat.utils.common),
|
||||
dat.color.math = (function () {
|
||||
|
||||
var tmpComponent;
|
||||
|
||||
return {
|
||||
|
||||
hsv_to_rgb: function(h, s, v) {
|
||||
|
||||
var hi = Math.floor(h / 60) % 6;
|
||||
|
||||
var f = h / 60 - Math.floor(h / 60);
|
||||
var p = v * (1.0 - s);
|
||||
var q = v * (1.0 - (f * s));
|
||||
var t = v * (1.0 - ((1.0 - f) * s));
|
||||
var c = [
|
||||
[v, t, p],
|
||||
[q, v, p],
|
||||
[p, v, t],
|
||||
[p, q, v],
|
||||
[t, p, v],
|
||||
[v, p, q]
|
||||
][hi];
|
||||
|
||||
return {
|
||||
r: c[0] * 255,
|
||||
g: c[1] * 255,
|
||||
b: c[2] * 255
|
||||
};
|
||||
|
||||
},
|
||||
|
||||
rgb_to_hsv: function(r, g, b) {
|
||||
|
||||
var min = Math.min(r, g, b),
|
||||
max = Math.max(r, g, b),
|
||||
delta = max - min,
|
||||
h, s;
|
||||
|
||||
if (max != 0) {
|
||||
s = delta / max;
|
||||
} else {
|
||||
return {
|
||||
h: NaN,
|
||||
s: 0,
|
||||
v: 0
|
||||
};
|
||||
}
|
||||
|
||||
if (r == max) {
|
||||
h = (g - b) / delta;
|
||||
} else if (g == max) {
|
||||
h = 2 + (b - r) / delta;
|
||||
} else {
|
||||
h = 4 + (r - g) / delta;
|
||||
}
|
||||
h /= 6;
|
||||
if (h < 0) {
|
||||
h += 1;
|
||||
}
|
||||
|
||||
return {
|
||||
h: h * 360,
|
||||
s: s,
|
||||
v: max / 255
|
||||
};
|
||||
},
|
||||
|
||||
rgb_to_hex: function(r, g, b) {
|
||||
var hex = this.hex_with_component(0, 2, r);
|
||||
hex = this.hex_with_component(hex, 1, g);
|
||||
hex = this.hex_with_component(hex, 0, b);
|
||||
return hex;
|
||||
},
|
||||
|
||||
component_from_hex: function(hex, componentIndex) {
|
||||
return (hex >> (componentIndex * 8)) & 0xFF;
|
||||
},
|
||||
|
||||
hex_with_component: function(hex, componentIndex, value) {
|
||||
return value << (tmpComponent = componentIndex * 8) | (hex & ~ (0xFF << tmpComponent));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
})(),
|
||||
dat.color.toString,
|
||||
dat.utils.common);
|
3661
font/js/dat.gui.js
Executable file
BIN
source/_TopCoat_IconSet_andSocialIcons.ai
Normal file
BIN
source/_Topcoat_IconSet_fw.png
Normal file
After Width: | Height: | Size: 1.5 MiB |
BIN
source/_Topcoat_IconStyle_Guidelines_fw.png
Normal file
After Width: | Height: | Size: 1.5 MiB |
13
svg/arrow_down.svg
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="-0.5 0.5 42 42" xml:space="preserve">
|
||||
<path d="M25.5,2.5h-10c-2.53,0-3,0.529-3,3v15h-12l20,20l20-20h-12v-15C28.5,3.061,28,2.5,25.5,2.5z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 949 B |
13
svg/arrow_left.svg
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="-0.5 0.5 42 42" xml:space="preserve">
|
||||
<path d="M39.5,26.5v-10c0-2.529-0.508-3-2.979-3H21.5v-12l-20,20l20,20v-12h15.021C38.961,29.5,39.5,29,39.5,26.5z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 963 B |
13
svg/arrow_right.svg
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="0 0 42 42" xml:space="preserve">
|
||||
<path d="M2.5,26.5v-10c0-2.529,0.529-3,3-3h15v-12l20,20l-20,20v-12h-15C3.061,29.5,2.5,29,2.5,26.5z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 945 B |
13
svg/arrow_up.svg
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="-0.5 0.5 42 42" xml:space="preserve">
|
||||
<path d="M15.5,40.5h10c2.529,0,3-0.529,3-3v-15h12l-20-20l-20,20h12v15C12.5,39.939,13,40.5,15.5,40.5z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 952 B |
19
svg/attachment.svg
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="0 0 42 42" xml:space="preserve">
|
||||
<path fill-rule="evenodd" d="M12.938,23.5c-0.398,0.74-0.16,1.35,0.66,2.17l0.76,0.76c0.83,0.83,1.452,1.061,2.171,0.66
|
||||
c0.261-0.14,0.541-0.359,0.841-0.66l4.521-4.52c0.846-0.734,1.718-0.43,2.538,0.39c0.84,0.83,1.35,1.819,0.59,2.72l-6.778,6.781
|
||||
c-2.41,2.41-6.062,2.98-9.04,0c-2.682-2.681-2.41-6.631,0-9.041L22.758,9.198c2.41-2.411,5.98-3.06,9.041,0
|
||||
c3.05,3.051,2.601,6.441,0.75,8.292c-1.17,1.17-1.041,2.54-0.311,3.34l0.75,0.749c1.141,1.13,2.181,0.78,3.301-0.359
|
||||
c3.84-4.601,3.601-11.461-0.72-15.792c-4.581-4.571-12.001-4.571-16.58,0L5.428,18.99c-4.57,4.58-4.57,12.001,0,16.581
|
||||
c4.58,4.571,12.001,4.571,16.581,0l6.78-6.781c2.049-3.11,1.76-7.15-0.971-9.88c-2.721-2.721-6.6-2.781-9.699-0.771l-4.521,4.521
|
||||
C13.299,22.96,13.078,23.24,12.938,23.5z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.6 KiB |
13
svg/back.svg
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="0 0 42 42" xml:space="preserve">
|
||||
<polygon fill-rule="evenodd" points="27.066,1 7,21.068 26.568,40.637 31.502,35.704 16.865,21.068 32,5.933 "/>
|
||||
</svg>
|
After Width: | Height: | Size: 953 B |
13
svg/back_light.svg
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="0 0 42 42" xml:space="preserve">
|
||||
<polygon fill-rule="evenodd" points="31,38.32 13.391,21 31,3.68 28.279,1 8,21.01 28.279,41 "/>
|
||||
</svg>
|
After Width: | Height: | Size: 938 B |
26
svg/behance.svg
Normal file
@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="-0.5 0.5 42 42" xml:space="preserve">
|
||||
<path d="M0.5,1.5v40h40v-40H0.5z M6.5,18.5h10.392c1.041,0,2.136,0.171,2.974,0.942c0.771,0.764,1.225,1.737,1.248,2.908
|
||||
c-0.005,0.897-0.201,1.875-0.797,2.7c-0.419,0.562-0.817,0.927-1.817,1.169v0.096c1,0.189,1.531,0.597,2.064,1.267
|
||||
c0.635,0.817,0.864,1.924,0.881,3.012c-0.006,1.154-0.399,2.565-1.294,3.481c-0.795,0.779-1.928,1.426-3.13,1.426H6.5V18.5z
|
||||
M24.5,18.5h8v2h-8V18.5z M28.171,21.711c1.056,0,1.993,0.137,2.81,0.412c0.826,0.268,1.521,0.686,2.084,1.252
|
||||
c0.562,0.559,0.99,1.309,1.278,2.175c0.382,1.136,0.454,2.95,0.446,3.95H25.99c0,1,0.181,1.575,0.543,2.077
|
||||
c0.367,0.493,0.973,0.722,1.811,0.722c0.799-0.004,1.731-0.206,2.039-1.101c0.08-0.234,0.119-0.698,0.119-0.698h4.287
|
||||
c-0.008,1-0.447,2.652-1.596,3.656c-1.271,1.031-3.045,1.295-4.752,1.328c-1.057,0-2.01-0.148-2.863-0.416
|
||||
c-0.846-0.275-1.564-0.705-2.158-1.273c-0.594-0.566-1.049-1.283-1.367-2.143c-0.318-0.865-0.479-1.894-0.479-3.074
|
||||
c0-1.15,0.154-2.155,0.467-3.016c0.311-0.858,0.752-1.572,1.322-2.14c0.578-0.573,1.272-1.006,2.082-1.289
|
||||
C26.264,21.852,27.173,21.711,28.171,21.711z M11.5,21.5v3h3.494c0.305,0,0.777-0.043,0.997-0.289
|
||||
c0.213-0.26,0.509-0.502,0.509-0.859v-0.244c0-0.323-0.311-0.799-0.521-1.076c-0.192-0.227-0.662-0.531-0.985-0.531H11.5z
|
||||
M28.344,24.869c-0.744,0-1.301,0.408-1.67,0.805c-0.361,0.396-0.582,0.826-0.66,1.826h4.315c0-1-0.173-1.438-0.521-1.826
|
||||
C29.462,25.277,28.975,24.869,28.344,24.869z M11.5,28.5v3h3.852c0.301,0,0.592-0.309,0.816-0.545
|
||||
c0.213-0.258,0.332-0.77,0.332-1.127v-0.256c0-0.326-0.111-0.534-0.332-0.815c-0.193-0.229-0.495-0.257-0.816-0.257H11.5z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.4 KiB |
16
svg/brush.svg
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="-0.5 0.5 42 42" xml:space="preserve">
|
||||
<path d="M23.59,25.439c7.333-3.979,4.93-12.989,2.494-16.331c-3.007-4.1-4.516-5.17-9.676-7.609c0.433,0.71,3.602,4.84,0.181,7.43
|
||||
c-3.952,3.41-4.656,12.8,1.127,16.16C18.843,25.75,23.59,25.439,23.59,25.439z M15.5,27.5v3c4,1.35,7,1.4,11,0v-3
|
||||
C22.5,28.95,19.5,29,15.5,27.5z M15.5,33.5v5.05c0,2.44,0.204,2.96,2.719,2.95h5.387c2.436,0,2.884-0.529,2.884-3
|
||||
c0.028-0.011-0.054-5-0.054-5C22.904,34.95,18.5,34.95,15.5,33.5z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
17
svg/call.svg
Normal file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="0 0 42 42" xml:space="preserve">
|
||||
<path d="M15.562,20.766c-1.328-1.922-2.118-4.241-2.281-4.438c1.945-1.356,5.749-3.06,5.962-5.505
|
||||
C19.514,7.664,14.162,1.06,13.136,1C10.328,1.03,5.189,5.782,4.58,7.218c-1.132,2.969-0.571,5.732,1.375,9.732
|
||||
c2.478,5.95,11.682,17.237,16.947,20.78c3.484,2.674,6.029,3.724,9.068,3.09c1.413-0.268,6.516-4.455,7.027-7.286
|
||||
c0.125-1.05-5.807-8.011-8.875-8.287c-2.382-0.22-4.666,3.346-6.303,5.089c-0.163-0.208-1.559-1.297-3.057-3.021
|
||||
C18.812,25.266,17,22.859,15.562,20.766z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
16
svg/camera.svg
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="-0.5 0.5 42 42" xml:space="preserve">
|
||||
<path d="M14.41,22.58c0,3.359,2.73,6.09,6.09,6.09c3.359,0,6.09-2.73,6.09-6.09c0-3.36-2.73-6.09-6.09-6.09
|
||||
C17.14,16.49,14.41,19.221,14.41,22.58z M3.5,36.5h34c2.63,0,3-0.37,3-3v-23c0-2.462-0.38-3-3-3h-10c0-2.57-0.42-3-3-3h-8
|
||||
c-2.55,0-3,0.48-3,3h-10c-2.58,0-3,0.692-3,3v23C0.5,36.1,0.88,36.5,3.5,36.5z M11.14,22.58c0-5.17,4.19-9.359,9.36-9.359
|
||||
s9.359,4.189,9.359,9.359s-4.189,9.359-9.359,9.359S11.14,27.75,11.14,22.58z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
17
svg/cancel.svg
Normal file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="0 0 42 42" xml:space="preserve">
|
||||
<path fill-rule="evenodd" d="M21.002,26.588l10.357,10.604c1.039,1.072,1.715,1.083,2.773,0l2.078-2.128
|
||||
c1.018-1.042,1.087-1.726,0-2.839L25.245,21L36.211,9.775c1.027-1.055,1.047-1.767,0-2.84l-2.078-2.127
|
||||
c-1.078-1.104-1.744-1.053-2.773,0L21.002,15.412L10.645,4.809c-1.029-1.053-1.695-1.104-2.773,0L5.794,6.936
|
||||
c-1.048,1.073-1.029,1.785,0,2.84L16.759,21L5.794,32.225c-1.087,1.113-1.029,1.797,0,2.839l2.077,2.128
|
||||
c1.049,1.083,1.725,1.072,2.773,0L21.002,26.588z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
15
svg/checkmark.svg
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="0 0 42 42" xml:space="preserve">
|
||||
<path d="M39.04,7.604l-2.398-1.93c-1.182-0.95-1.869-0.939-2.881,0.311L16.332,27.494l-8.111-6.739
|
||||
c-1.119-0.94-1.819-0.89-2.739,0.26l-1.851,2.41c-0.939,1.182-0.819,1.853,0.291,2.78l11.56,9.562c1.19,1,1.86,0.897,2.78-0.222
|
||||
l21.079-25.061C40.331,9.294,40.271,8.583,39.04,7.604z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
13
svg/circle.svg
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="0 0 42 42" xml:space="preserve">
|
||||
<path fill-rule="evenodd" d="M1,20.5C1,11.391,11.33,4,21,4s20,7.391,20,16.5S30.67,37,21,37S1,29.609,1,20.5z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 954 B |
15
svg/circleoutline.svg
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="0 0 42 42" xml:space="preserve">
|
||||
<path d="M1,20.471C1,29.779,11.5,37,21.17,37C30.83,37,41,29.779,41,20.471C41,11.17,30.67,4,21,4S1,11.17,1,20.471z M3.67,20.66
|
||||
c0-7.98,7.391-13.99,17.27-13.99c9.791,0,17.352,5.82,17.352,13.801c0,7.979-8.102,13.888-17.3,13.888
|
||||
C11.811,34.359,3.67,28.641,3.67,20.66z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
15
svg/collapse.svg
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="-0.5 0.5 42 42" xml:space="preserve">
|
||||
<path d="M1.325,36.209L5.78,40.66c1.134,1.135,1.576,1.105,2.679,0l5.691-5.684l5.35,5.354V22.5H1.655l5.359,5.346l-5.689,5.688
|
||||
C0.241,34.615,0.209,35.098,1.325,36.209z M39.676,6.79l-4.455-4.451c-1.134-1.134-1.576-1.104-2.679,0l-5.69,5.685L21.5,2.669
|
||||
v17.83h17.846l-5.359-5.347l5.689-5.685C40.76,8.385,40.789,7.902,39.676,6.79z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
15
svg/computer.svg
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="-0.5 0.5 42 42" xml:space="preserve">
|
||||
<path d="M18.5,35.5l-8,2c-0.48,0.04-1,0.52-1,1v1c0,0.5,0.47,1,1,1h20c0.43,0,1-0.41,1-1v-1c-0.02-0.52-0.55-0.98-1-1l-8-2H18.5z
|
||||
M37.5,34.5c2.59,0,3-0.529,3-3v-26c0-2.391-0.55-3-3-3h-34c-2.43,0-3,0.54-3,3v26c0,2.51,0.529,3,3,3h13.4h7.2H37.5z M35.5,7.5v22
|
||||
h-30v-22H35.5z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
27
svg/dribble.svg
Normal file
@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="0 0 42 42" xml:space="preserve">
|
||||
<g transform="translate(-374.2178,-62.2364)">
|
||||
<path d="M395.218,63.236c-11.046,0-20,8.954-20,20s8.954,20,20,20s20-8.954,20-20S406.264,63.236,395.218,63.236z M395.218,66.134
|
||||
c4.357,0,8.334,1.63,11.354,4.312c-2.219,2.927-5.59,4.876-8.968,6.195c-1.841-3.368-4.108-6.919-6.415-10.03
|
||||
C392.48,66.299,393.829,66.134,395.218,66.134z M387.942,67.755c2.229,3.335,4.389,6.428,6.363,9.929
|
||||
c-4.991,1.293-10.629,2.069-15.838,2.082C379.565,74.438,383.144,70.014,387.942,67.755z M408.469,72.424
|
||||
c2.386,2.919,3.823,6.642,3.851,10.699c-3.956-0.779-7.891-0.984-11.896-0.58c-0.451-1.123-0.996-2.189-1.519-3.34
|
||||
C402.358,77.81,406.05,75.426,408.469,72.424L408.469,72.424z M395.694,80.33c0.428,0.911,0.924,1.876,1.389,2.863
|
||||
c-5.57,2.456-11.494,5.738-14.57,11.492c-2.733-3.031-4.397-7.047-4.397-11.449c0-0.167,0.003-0.334,0.008-0.5
|
||||
C384.089,82.707,389.944,81.961,395.694,80.33z M412.262,84.66c-0.005,0.066-0.011,0.133-0.018,0.199
|
||||
C412.251,84.793,412.257,84.727,412.262,84.66z M404.731,84.993c2.486-0.008,5.055,0.339,7.376,0.95
|
||||
c-0.759,4.776-3.497,8.895-7.347,11.487c-0.918-4.175-1.793-8.17-3.34-12.198C402.487,85.073,403.601,84.996,404.731,84.993z
|
||||
M412.196,85.303c-0.012,0.098-0.023,0.194-0.037,0.291C412.173,85.496,412.185,85.4,412.196,85.303z M398.255,86.014
|
||||
c1.577,4.072,2.814,8.582,3.644,12.971c-2.053,0.872-4.31,1.354-6.681,1.354c-3.955,0-7.597-1.344-10.494-3.599
|
||||
C387.821,91.715,392.618,87.913,398.255,86.014z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.2 KiB |
15
svg/expand.svg
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="-0.5 0.5 42 42" xml:space="preserve">
|
||||
<path d="M21.391,16.17l4.439,4.439c1.13,1.131,1.57,1.101,2.67,0l6.67-6.67l5.33,5.34V1.5H22.721l5.34,5.33l-6.67,6.67
|
||||
C20.311,14.58,20.279,15.061,21.391,16.17z M19.609,26.83l-4.439-4.439c-1.13-1.131-1.57-1.101-2.67,0l-6.67,6.67l-5.33-5.34V41.5
|
||||
h17.779l-5.34-5.33l6.67-6.67C20.689,28.42,20.721,27.939,19.609,26.83z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
15
svg/facebook.svg
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="-0.5 0.5 42 42" xml:space="preserve">
|
||||
<path d="M0.5,1.5v40h40v-40H0.5z M29.109,6.625c0.304-0.048,1.047-0.146,1.359-0.125c1.15,0.002,1.84-0.105,3.031,0v5h-3.107
|
||||
c-1.5,0-1.893,0.74-1.893,2.432V17.5h5l0.006,5H28.5v14h-5v-14h-4v-5h4v-4.203c0-3.141,1.086-5.139,3.701-6.152
|
||||
C27.873,6.881,28.248,6.761,29.109,6.625z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
18
svg/favorite.svg
Normal file
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="0 0 42 42" xml:space="preserve">
|
||||
<g>
|
||||
<path fill-rule="evenodd" d="M21,1c1.081,0,5.141,12.315,6.201,13.126s13.461,1.053,13.791,2.137
|
||||
c0.34,1.087-9.561,8.938-9.961,10.252c-0.409,1.307,3.202,13.769,2.331,14.442c-0.879,0.673-11.05-6.79-12.361-6.79
|
||||
c-1.311,0-11.481,7.463-12.36,6.79c-0.871-0.674,2.739-13.136,2.329-14.442c-0.399-1.313-10.3-9.165-9.96-10.252
|
||||
c0.33-1.084,12.731-1.326,13.791-2.137S19.91,1,21,1z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
15
svg/flickr.svg
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="-0.5 0.5 42 42" xml:space="preserve">
|
||||
<path d="M0.5,1.5v40h40v-40H0.5z M12.331,13.961c4.165,0,7.539,3.375,7.539,7.539s-3.374,7.541-7.539,7.541S4.792,25.664,4.792,21.5
|
||||
S8.166,13.961,12.331,13.961z M28.669,13.961c4.165,0,7.539,3.375,7.539,7.539s-3.374,7.541-7.539,7.541S21.13,25.664,21.13,21.5
|
||||
S24.504,13.961,28.669,13.961z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
14
svg/folder.svg
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="-0.5 0.5 42 42" xml:space="preserve">
|
||||
<path d="M0.5,7.5v26c0,2.52,0.51,3,3,3h34c2.471,0,3-0.46,3-3v-21c0-2.46-0.471-3-3-3h-17v-2c0-2.5-0.52-3-3-3h-14
|
||||
C1.02,4.5,0.5,4.93,0.5,7.5z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 993 B |
31
svg/github.svg
Normal file
@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="0 0 42 42" xml:space="preserve">
|
||||
<path d="M21,1C9.954,1,1,9.954,1,21s8.954,20,20,20s20-8.954,20-20S32.046,1,21,1z M21,3.178c9.843,0,17.822,7.979,17.822,17.822
|
||||
S30.843,38.822,21,38.822S3.178,30.843,3.178,21S11.157,3.178,21,3.178z M12.154,8.397c-0.507,1.476-0.684,3.077-0.229,4.476
|
||||
c-0.549,0.608-0.975,1.308-1.279,2.1c-0.812,2.566-0.614,5.848,1.164,7.832c0.625,0.685,1.473,1.248,2.539,1.689
|
||||
s2.438,0.723,4.113,0.844c-1.125,0.526-1.918,0.848-2.194,2.01c-1.255,0.838-2.78,0.639-3.887-0.273
|
||||
c-0.874-0.639-1.271-1.771-2.239-2.192c-0.061-0.062-0.251-0.106-0.57-0.137c-0.32-0.03-0.572,0.061-0.755,0.273
|
||||
c-0.091,0.091-0.085,0.188,0.022,0.296c0.732,0.596,1.439,1.229,1.853,1.986c0.396,0.822,0.942,1.318,1.37,1.699
|
||||
c1.184,0.8,2.735,1.086,4.125,0.578c-0.162,0.978,0.173,2.74-0.148,3.614c-0.122,0.243-0.297,0.457-0.525,0.64
|
||||
c-0.203,0.199-0.835,0.447-0.707,0.752c0.061,0.137,0.273,0.221,0.639,0.252c0.806-0.021,1.719-0.347,2.191-0.982
|
||||
C17.805,33.625,18,33.328,18,32.963v-3.742c0-0.427,0.156-0.73,0.339-0.914c0.183-0.182,0.349-0.322,0.661-0.365v4.932
|
||||
c0,0.426-0.216,0.791-0.292,1.096s-0.231,0.518-0.294,0.64c-0.139,0.235-0.45,0.451-0.456,0.729c0,0.092,0.033,0.145,0.14,0.159
|
||||
c0.801-0.034,1.958-0.505,2.284-1.165C20.642,33.785,21,33.208,21,32.6V28h1v4.6c0,0.608-0.1,1.186,0.175,1.732
|
||||
c0.274,0.549,0.614,0.9,1.253,1.053c0.336,0.092,0.503,0.127,0.625,0.112s0.146-0.067,0.131-0.159
|
||||
c-0.073-0.275-0.464-0.513-0.626-0.729C23.345,34.334,23,33.756,23,32.873v-4.932c0.328,0.074,0.463,0.184,0.662,0.365
|
||||
C23.859,28.49,24,28.794,24,29.221v3.742c0,0.365,0.264,0.662,0.432,0.891c0.509,0.648,1.367,0.977,2.17,0.982
|
||||
c0.365-0.031,0.623-0.115,0.684-0.252c0.062-0.137,0.038-0.25-0.114-0.342s-0.331-0.228-0.56-0.41s-0.397-0.396-0.52-0.64
|
||||
c-0.137-1.57-0.001-3.253-0.112-4.841c-0.219-1.732-0.885-2.303-2.215-2.967c1.586-0.121,2.889-0.412,3.909-0.869
|
||||
c3.052-1.482,3.896-3.775,3.91-6.848c-0.049-1.979-0.619-3.703-1.922-5.025c0.183-0.699,0.237-1.428,0.161-2.189
|
||||
s-0.237-1.447-0.481-2.056c-1.127,0.062-2.072,0.288-2.834,0.684s-1.311,0.731-1.646,1.006c-2.7-0.613-5.591-0.616-8.181,0.091
|
||||
C15.355,9.094,13.714,8.49,12.154,8.397z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.9 KiB |
28
svg/github_text.svg
Normal file
@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="-0.5 0.5 42 42" xml:space="preserve">
|
||||
<g transform="translate(0,-540.3622)">
|
||||
<path d="M34.492,551.862l3-0.012l0.008,4.038l-3-0.025v8.225c0,1.956,0.494,2.935,1.744,2.935c0.881,0,1.256-0.248,2.256-0.744
|
||||
v4.378c-1,0.584-2.336,0.876-3.812,0.876c-2.071,0-3.502-0.76-4.299-2.277c-0.596-1.14-0.889-2.935-0.889-5.387l-0.005-8.035
|
||||
c0,0-1.968,0.032-1.968,0.049l-0.027-4.02h2c-0.005,0.021-0.033-3.955-0.037-4.011l5.037-0.015v4.026H34.492z M20.5,570.862v-19h5
|
||||
v19H20.5z M9.872,551.567c-1.932,0-3.593,0.656-4.985,1.97c-1.448,1.401-2.173,3.152-2.173,5.254c0,1.401,0.481,2.712,1.276,3.938
|
||||
c0.709,1.138,1.51,1.869,2.51,2.188v0.089c-1,0.407-1.406,1.43-1.406,3.063c0,1.255,0.406,2.188,1.406,2.803v0.088
|
||||
c-3,0.904-4,2.582-4,5.033c0,2.131,0.86,3.692,2.62,4.687c1.393,0.787,3.156,1.182,5.314,1.182c5.256,0,7.881-2.264,7.881-6.787
|
||||
c0-2.831-2.035-4.568-6.098-5.21c-0.938-0.146-1.647-0.495-2.13-1.05c-0.37-0.379-0.556-0.758-0.556-1.139
|
||||
c0-1.08,0.567-1.707,1.703-1.882c1.732-0.263,3.146-1.09,4.239-2.477c1.094-1.386,1.641-3.012,1.641-4.88
|
||||
c0-0.584-0.102-1.211-0.33-1.882c0.738-0.176,1.715-0.336,1.715-0.481v-4.509c-2,0.7-3.377,1.049-4.74,1.049
|
||||
C12.566,551.916,11.264,551.567,9.872,551.567z M10.043,555.593c0.852,0,1.521,0.337,2.003,1.008
|
||||
c0.397,0.613,0.597,1.344,0.597,2.19c0,2.043-0.867,3.063-2.6,3.063c-1.79,0-2.685-1.008-2.685-3.021
|
||||
C7.358,556.673,8.253,555.593,10.043,555.593z M10.34,573.413c2.386,0,3.581,0.744,3.581,2.232c0,1.576-1.095,2.363-3.281,2.363
|
||||
c-2.499,0-3.75-0.761-3.75-2.277C6.89,574.184,8.04,573.413,10.34,573.413z M25.947,545.124c0,1.801-1.325,3.262-2.961,3.262
|
||||
c-1.636,0-2.961-1.461-2.961-3.262c0-1.801,1.325-3.262,2.961-3.262C24.622,541.862,25.947,543.323,25.947,545.124z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.5 KiB |
23
svg/googleplus.svg
Normal file
@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="-0.5 0.5 42 42" xml:space="preserve">
|
||||
<path d="M0.5,1.5v7.033C2.989,6.125,7.148,4.5,10.861,4.5h12.325l-3.282,3h-3.54c0.854,1,1.649,1.682,2.28,2.734
|
||||
c0.816,1.389,1.244,3.045,1.26,4.759c-0.008,1.65-0.404,3.505-1.431,5.044c-0.838,1.232-2.04,2.305-3.306,3.291
|
||||
c-0.832,0.834-1.558,1.533-1.619,2.857c0.01,0.988,0.656,1.881,1.536,2.52c1.472,1.143,2.731,2.097,4.114,3.284
|
||||
c1.325,1.145,2.558,2.562,3.347,4.288c0.676,1.565,0.682,3.469,0.215,5.223H40.5v-26h-7v7h-3v-7h-7v-3h7v-8h3v8h7v-11H0.5z
|
||||
M7.805,6.998c-0.721,0.016-1.451,0.174-2.146,0.49C4.264,8.172,3.24,9.273,2.866,10.945c-0.287,1.73-0.225,3.562,0.215,5.416
|
||||
c0.521,2.114,1.557,4.121,3.431,5.588c1.413,0.998,3.553,1.146,5.354,0.658c1.408-0.418,2.416-1.749,2.963-3.197
|
||||
c0.497-1.57,0.326-3.355-0.107-5.158c-0.562-2.303-1.68-4.526-3.646-6.207C10.171,7.345,9.005,6.972,7.805,6.998z M0.5,23.035
|
||||
v10.148c2.006-1.481,4.792-1.662,7.314-1.748c0.781,0,1.455-0.013,2.023-0.041c-0.397-0.539-0.787-1.109-1.172-1.707
|
||||
c-0.863-1.383-0.65-3.07-0.021-4.564C5.693,25.502,3.066,24.957,0.5,23.035z M10.385,33.009c-1.4,0.005-2.764,0.263-4.15,0.454
|
||||
c-2.153,0.418-4.192,1.275-5.735,3.003V41.5h18.85c0.064-0.195,0.084-0.419,0.084-0.641c-0.016-1.465-0.988-2.799-2.176-3.814
|
||||
c-1.668-1.418-3.601-2.566-5.457-3.945C11.323,33.033,10.852,33.007,10.385,33.009z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.1 KiB |
15
svg/home.svg
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="-0.5 0.5 42 42" xml:space="preserve">
|
||||
<path d="M2.68,15.726c-0.1,0.039-0.16,0.09-0.18,0.149L2.68,15.726z M2.5,15.875v0.021v22.592c0,2.509,0.49,3.012,3,3.012h7
|
||||
c2.51,0,3-0.475,3-3.014V28.5h9v10.018c0,2.51,0.51,2.979,3,2.969c0.04,0.031,7,0,7,0c2.529,0,3-0.527,3-2.998V16.495
|
||||
c0-0.08-0.09-0.15-0.27-0.23L20,1.5L2.68,15.726L2.5,15.875z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
16
svg/image.svg
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="-0.5 0.5 42 42" xml:space="preserve">
|
||||
<path d="M0.5,7.5v27c0,2.52,0.51,3,3,3h34c2.471,0,3-0.46,3-3v-27c0-2.46-0.471-3-3-3h-34C1.02,4.5,0.5,4.93,0.5,7.5z M35.79,30.5
|
||||
H5.23c3.34-4.87,9.279-12.99,10.789-12.99c1.461,0,6.42,6.561,8.661,8.87c0,0,2.881-3.851,4.391-3.851
|
||||
C30.609,22.529,35.74,30.46,35.79,30.5z M26.811,13.5c0-2.04,1.649-3.689,3.689-3.689s3.689,1.649,3.689,3.689
|
||||
s-1.649,3.689-3.689,3.689S26.811,15.54,26.811,13.5z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
16
svg/image_outline.svg
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="-0.5 0.5 42 42" xml:space="preserve">
|
||||
<path d="M35.79,31.5c-0.05-0.04-5.181-7.971-6.72-7.971c-1.51,0-4.391,3.851-4.391,3.851c-2.24-2.31-7.2-8.87-8.661-8.87
|
||||
c-1.509,0-7.449,8.12-10.789,12.99H35.79z M26.811,14.5c0,2.04,1.649,3.69,3.689,3.69s3.689-1.65,3.689-3.69s-1.649-3.69-3.689-3.69
|
||||
S26.811,12.46,26.811,14.5z M0.5,7.5v27c0,2.52,0.51,3,3,3h34c2.471,0,3-0.46,3-3v-27c0-2.46-0.471-3-3-3h-34
|
||||
C1.02,4.5,0.5,4.93,0.5,7.5z M3.5,7.5h34v27h-34V7.5z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
17
svg/linkedin.svg
Normal file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="-0.5 0.5 42 42" xml:space="preserve">
|
||||
<path d="M0.5,1.5v40h40v-40H0.5z M10.31,9.363c1.585,0.019,3.146,1.176,3.213,3.068c0.034,1.683-1.433,3.069-3.255,3.069h-0.043
|
||||
c-1.568,0-3.102-1.204-3.172-3.068C7.075,10.769,8.474,9.403,10.31,9.363z M27.307,17.312c1.742,0.012,3.162,0.527,4.512,1.904
|
||||
c1.406,1.567,1.682,3.726,1.682,5.919V35.5h-5v-9.686c0-1.744-0.762-3.863-3.07-3.935c-1.352,0.015-2.186,0.802-2.838,2.114
|
||||
c-0.178,0.424-0.092,0.91-0.092,1.395V35.5h-5v-18h5v2.689c0-0.695,0.832-1.354,1.559-1.883
|
||||
C25.043,17.604,26.029,17.334,27.307,17.312z M7.5,17.5h6v18h-6V17.5z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.4 KiB |
15
svg/listview.svg
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="0 0 42 42" xml:space="preserve">
|
||||
<path d="M39.5,10.5v-1c0-1.47-0.48-2-2-2h-34c-1.53,0-2,0.52-2,2v1c0,1.55,0.52,2,2,2h34C39,12.5,39.5,12.02,39.5,10.5z M39.5,21.5
|
||||
v-1c0-1.47-0.48-2-2-2h-34c-1.53,0-2,0.52-2,2v1c0,1.55,0.52,2,2,2h34C39,23.5,39.5,23.02,39.5,21.5z M39.5,32.5v-1
|
||||
c0-1.471-0.48-2-2-2h-34c-1.53,0-2,0.52-2,2v1c0,1.55,0.52,2,2,2h34C39,34.5,39.5,34.02,39.5,32.5z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
16
svg/location.svg
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="0 0 42 42" xml:space="preserve">
|
||||
<path fill-rule="evenodd" d="M33,13.924C33,6.893,27.594,1,20.51,1S8,6.897,8,13.93C8,16.25,8.324,18,9.423,20H9.402l10.695,20.621
|
||||
c0.402,0.551,0.824-0.032,0.824-0.032C20.56,41.13,31.616,20,31.616,20h-0.009C32.695,18,33,16.246,33,13.924z M14.751,13.528
|
||||
c0-3.317,2.579-6.004,5.759-6.004c3.179,0,5.76,2.687,5.76,6.004s-2.581,6.005-5.76,6.005C17.33,19.533,14.751,16.846,14.751,13.528
|
||||
z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
17
svg/lock.svg
Normal file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="-0.5 0.5 42 42" xml:space="preserve">
|
||||
<path d="M6.5,16.272l4.96-0.03c0.26-4.779,2.84-9.831,9.04-9.831c5.98,0,8.67,5.089,9,10.089h5c-0.09-9-4.67-14.919-14-14.999
|
||||
C11.23,1.411,6.5,7.912,6.5,16.272z M3.5,21.271v16.771c0,2.489,0.561,3.458,3,3.458h12c-0.001,0-0.001,0,0,0
|
||||
c0.152,0,16.078,0,16.078,0c2.609,0,2.922-0.928,2.922-3.459V21.271c0-2.458-0.46-2.771-3-2.771h-28
|
||||
C4.09,18.5,3.5,18.942,3.5,21.271z M23.68,28.041c0,1.41-0.91,2.83-2.17,3.25L23.5,36.5h-6l1.99-5.209
|
||||
c-1.26-0.42-2.17-1.725-2.17-3.135c0-1.76,1.42-3.237,3.18-3.237S23.68,26.281,23.68,28.041z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
13
svg/minus.svg
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="0 0 42 42" xml:space="preserve">
|
||||
<path d="M39.5,21.5v-3c0-1.48-0.43-2-2-2h-34c-1.48,0-2,0.49-2,2v3c0,1.55,0.52,2,2,2h34C39.01,23.5,39.5,23.02,39.5,21.5z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 966 B |
13
svg/next.svg
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="0 0 42 42" xml:space="preserve">
|
||||
<polygon fill-rule="evenodd" points="13.933,1 34,21.068 14.431,40.637 9.498,35.704 24.136,21.068 9,5.933 "/>
|
||||
</svg>
|
After Width: | Height: | Size: 952 B |
13
svg/next_light.svg
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="0 0 42 42" xml:space="preserve">
|
||||
<polygon fill-rule="evenodd" points="11,38.32 28.609,21 11,3.68 13.72,1 34,21.01 13.72,41 "/>
|
||||
</svg>
|
After Width: | Height: | Size: 937 B |
22
svg/path.svg
Normal file
@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="-0.5 0.5 42 42" xml:space="preserve">
|
||||
<g transform="matrix(1.316,0,0,-1.316,-164.01053,416.18645)">
|
||||
<path d="M154.641,303.44c-0.045-3.242-1.638-6.182-3.983-8.065c-3.047-2.266-5.894-3.022-10.453-3.081v-1.823
|
||||
c0-2.342-1.349-4.374-3.34-5.269c-0.733-0.34-1.458-0.484-2.198-0.487c-1.043,0.012-2.061,0.321-2.821,0.729v5.269
|
||||
c0.76-0.49,1.728-0.819,2.544-0.588c0.72,0.261,1.256,0.813,1.256,1.48v14.387h4.559v-8.875c1.52,0.016,2.55,0.144,3.651,0.384
|
||||
c1.443,0.343,2.889,0.882,3.929,1.784c1.278,1.189,1.871,2.604,1.882,4.153c-0.019,2.294-1.183,4.202-2.989,5.309
|
||||
c-2.047,1.144-4.307,1.532-6.483,1.54c-2.346-0.05-4.651-0.501-6.53-1.641c-1.918-1.213-2.948-3.219-2.964-5.207
|
||||
c0.122-1.434,0.498-3.428,1.495-4.337l-3.359-3.526c-1.091,1.066-1.809,2.37-2.281,3.688c-0.464,1.395-0.783,2.783-0.789,4.175
|
||||
c0.058,3.384,1.597,6.438,4.024,8.429c3.063,2.339,6.909,3.224,10.413,3.242c3.838-0.064,7.63-1.008,10.454-3.222
|
||||
C153.307,309.69,154.617,306.506,154.641,303.44z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.7 KiB |
15
svg/pencil.svg
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="-0.5 0.5 42 42" xml:space="preserve">
|
||||
<path d="M26.785,26.466l5.715-5c0,0,0,16.95,0,16.972c0,2.44-0.623,3.062-3.473,3.062h-2.242V26.466z M24.5,26.466V41.5h-8V26.466
|
||||
l4.023-4.069L24.5,26.466z M14.215,41.5h-2.242c-2.885,0-3.473-0.475-3.473-3.034v-17l5.715,5V41.5z M32.5,18.466l-6.842,5.722
|
||||
l-5.132-5.781l-5.131,5.781l-6.843-5.722L20.509,1.5L32.5,18.466z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
14
svg/phone.svg
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="0 0 42 42" xml:space="preserve">
|
||||
<path d="M31.5,6.65c0-2.589-0.561-3.15-3-3.15h-17c-2.47,0-3,0.529-3,3.15V36.5c0,2.439,0.56,3,3,3h17c2.5,0,3-0.561,3-3V6.65z
|
||||
M13.5,8.5h13v24h-13V8.5z M21.5,36.5h-3v-2h3V36.5z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1023 B |
19
svg/picasa.svg
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="-0.5 0.5 42 42" xml:space="preserve">
|
||||
<g transform="translate(-374.2178,-62.2364)">
|
||||
<path d="M404.718,66.686c6,3.727,9.967,10.442,9.999,17.238c0,2.275-0.093,3.812-0.862,6.812h-9.137V66.686z M412.957,92.736
|
||||
c-3.187,6-9.397,10.268-16.2,10.967c-3.488,0.221-7.039-0.662-10.039-1.893v-9.074H412.957L412.957,92.736z M374.718,83.649
|
||||
c0.088-7.625,4.462-14.354,10.951-17.69l7.655,6.837l-17.881,16.023C374.959,87.053,374.718,85.33,374.718,83.649z
|
||||
M384.718,100.656c-4-2.385-6.71-5.84-8.3-9.656l8.3-7.479V100.656z M402.718,78.82l-15.133-13.803
|
||||
c2.346-0.787,4.651-1.273,6.947-1.281c2.906,0,6.186,0.598,8.186,1.793V78.82z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.4 KiB |
24
svg/pinterest.svg
Normal file
@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="0 0 42 42" xml:space="preserve">
|
||||
<g transform="translate(-374.2178,-62.2364)">
|
||||
<path d="M395.218,63.236c11.882,0.223,19.922,9.334,20,20c-0.213,11.364-9.334,19.922-20,20c-1.973-0.008-3.899-0.314-5.658-0.82
|
||||
c0.374-0.605,0.748-1.275,1.123-2.01c0.789-1.604,1.149-3.323,1.555-4.967c0.173-0.705,0.418-1.635,0.734-2.786
|
||||
c0.346,0.662,0.972,1.238,1.879,1.728c2.367,1.152,5.301,0.771,7.408-0.303c2.956-1.678,4.688-4.286,5.615-7.213
|
||||
c1.787-6.789-0.517-13.314-6.674-15.939c-7.424-2.236-15.709,0.555-18.596,7.191c-1.261,4.436-1.186,10.131,3.196,11.987
|
||||
c0.23,0.087,0.439,0.087,0.626,0c0.412-0.235,0.889-2.272,0.8-2.7c-0.028-0.129-0.13-0.309-0.303-0.539
|
||||
c-2.422-3.279-0.946-8.159,1.317-10.605c3.85-3.306,9.84-3.842,13.369-0.691c3.132,3.653,2.42,9.338,0.41,12.959
|
||||
c-1.109,1.771-2.6,3.109-4.6,3.133c-2.105-0.047-3.693-1.829-3.153-3.846c0.459-2.365,1.733-4.875,1.771-7.084
|
||||
c-0.102-1.837-1.021-3.002-2.721-3.023c-2.713,0.342-3.809,2.879-3.845,5.184c0.087,1.107,0.153,2.235,0.647,3.153
|
||||
c-0.576,2.333-1.021,4.212-1.339,5.638c-0.485,2.529-1.438,5.174-1.577,7.624c-0.043,0.806-0.05,1.555-0.021,2.246
|
||||
c-7.41-3.515-11.921-10.38-11.965-18.315C375.434,71.693,384.552,63.315,395.218,63.236L395.218,63.236z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.0 KiB |
14
svg/plus.svg
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="0 0 42 42" xml:space="preserve">
|
||||
<path d="M39.5,22.5v-3c0-1.48-0.43-2-2-2h-13v-13c0-1.48-0.49-2-2-2h-3c-1.55,0-2,0.52-2,2v13h-14c-1.48,0-2,0.49-2,2v3
|
||||
c0,1.55,0.52,2,2,2h14v14c0,1.51,0.48,2,2,2h3c1.48,0,2-0.43,2-2v-14h13C39.01,24.5,39.5,24.02,39.5,22.5z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.0 KiB |
13
svg/rectangle.svg
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="-0.5 0.5 42 42" xml:space="preserve">
|
||||
<rect x="0.5" y="4.5" width="40" height="33"/>
|
||||
</svg>
|
After Width: | Height: | Size: 895 B |
13
svg/rectangle_outline.svg
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="-0.5 0.5 42 42" xml:space="preserve">
|
||||
<path d="M0.5,4.5v33h40v-33H0.5z M3.5,7.5h34v27h-34V7.5z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 908 B |
13
svg/roundedrectangle.svg
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="-0.5 0.5 42 42" xml:space="preserve">
|
||||
<path d="M12.5,5.5c-6.811,0-12,4.13-12,11v11c0,5.96,4.91,11,12,11h16c6.66,0,12-4.221,12-11v-11c0-6.87-5.07-11-12-11H12.5z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 973 B |
14
svg/roundedrectangle_outline.svg
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="-0.5 0.5 42 42" xml:space="preserve">
|
||||
<path d="M11.5,4.5c-6.939,0-11,4.47-11,11v11c0,6.971,3.859,11,11,11h18c7.4,0,11-4.029,11-11v-11c0-6.97-4.061-11-11-11H11.5z
|
||||
M10.49,7.5H30.5c4.59,0,7,2.52,7,7v13c0,4.62-2.45,7-7,7h-20c-4.54,0-7-2.49-7-7V14.37C3.5,9.99,6.029,7.5,10.49,7.5z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
17
svg/rss.svg
Normal file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="-0.5 0.5 42 42" xml:space="preserve">
|
||||
<g transform="translate(-374.2178,-62.2364)">
|
||||
<path d="M414.718,103.736c0-22.092-17.908-40-40-40v8c17.673,0,32,14.326,32,32H414.718z M398.717,103.736
|
||||
c0-13.256-10.744-23.999-23.999-23.999v7.997c8.836,0,16.001,7.166,16.001,16.002H398.717z M382.718,103.736c0-4.418-3.582-8-8-8v8
|
||||
H382.718z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
16
svg/search.svg
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="0 0 42 42" xml:space="preserve">
|
||||
<path d="M1,17.838c0,8.747,7.131,15.827,15.94,15.827c8.796,0,15.938-7.08,15.938-15.827S25.736,2,16.94,2C8.131,2,1,9.091,1,17.838
|
||||
z M6.051,17.838c0-5.979,4.868-10.817,10.89-10.817c6.01,0,10.888,4.839,10.888,10.817c0,5.979-4.878,10.818-10.888,10.818
|
||||
C10.919,28.656,6.051,23.816,6.051,17.838z M28.162,32.361l6.855,7.809c1.104,1.102,1.816,1.111,2.938,0l2.201-2.181
|
||||
c1.082-1.081,1.149-1.778,0-2.921l-7.896-6.775L28.162,32.361z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
21
svg/settings.svg
Normal file
@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="0 0 42 42" xml:space="preserve">
|
||||
<path d="M6.62,24.5c0.4,1.62,1.06,3.13,1.93,4.49L6.12,31.43c-1.09,1.09-1.08,1.74-0.12,2.7l2.37,2.37
|
||||
c0.97,0.971,1.63,0.95,2.7-0.12l2.55-2.56c1.2,0.688,2.5,1.22,3.88,1.56v3.12c0,1.55,0.47,2,1.82,2h3.36c1.37,0,1.82-0.48,1.82-2
|
||||
v-3.12c1.38-0.34,2.68-0.87,3.88-1.56l2.61,2.619c1.08,1.068,1.729,1.09,2.699,0.131l2.381-2.381
|
||||
c0.949-0.949,0.97-1.602-0.131-2.699l-2.5-2.5c0.881-1.36,1.541-2.87,1.938-4.49h3.302c1.368,0,1.818-0.48,1.818-2v-3
|
||||
c0-1.48-0.393-2-1.818-2h-3.302c-0.34-1.38-0.87-2.68-1.562-3.88l2.382-2.37c1.05-1.05,1.14-1.7,0.13-2.7l-2.38-2.38
|
||||
c-0.95-0.95-1.632-0.94-2.7,0.13l-2.26,2.25C27.63,7.68,26.12,7.02,24.5,6.62V3.5c0-1.48-0.391-2-1.82-2h-3.36
|
||||
c-1.35,0-1.82,0.49-1.82,2v3.12c-1.62,0.4-3.13,1.06-4.49,1.93L10.75,6.3C9.68,5.23,9,5.22,8.05,6.17L5.67,8.55
|
||||
c-1.01,1-0.92,1.65,0.13,2.7l2.37,2.37c-0.68,1.2-1.21,2.5-1.55,3.88h-3.3c-1.35,0-1.82,0.49-1.82,2v3c0,1.55,0.47,2,1.82,2H6.62z
|
||||
M15.28,21c0-3.16,2.56-5.72,5.72-5.72s5.721,2.56,5.721,5.72S24.16,26.721,21,26.721S15.28,24.16,15.28,21z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.8 KiB |
14
svg/share.svg
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="-0.5 0.5 42 42" xml:space="preserve">
|
||||
<path d="M30.5,18.5v6l10-9.929L30.5,4.5v5c-15.3,0.1-15,15-15,15S20.95,17.01,30.5,18.5z M22.5,5.5h-19c-2.46,0-3,0.7-3,3v24
|
||||
c0,2.49,0.6,3,3,3h29c2.41,0,3-0.451,3-3v-8l-5,4.289V30.5h-25v-20h12L22.5,5.5z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.0 KiB |
14
svg/tablet.svg
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="0 0 42 42" xml:space="preserve">
|
||||
<path d="M35.5,4.5c0-2.38-0.5-3-3-3h-25c-2.5,0-3,0.561-3,3v34c0,2.41,0.561,3,3,3h25c2.471,0,3-0.561,3-3V4.5z M9.5,6.5h21v27h-21
|
||||
V6.5z M23.5,38.5h-7v-2h7V38.5z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1007 B |
14
svg/text.svg
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="0 0 42 42" xml:space="preserve">
|
||||
<polygon points="2.5,4.5 39.5,4.5 39.5,13.5 36.65,13.5 34.5,6.5 24.5,6.5 24.5,33.5 30.5,35.3 30.5,37.5 11.5,37.5 11.5,35.3
|
||||
17.5,33.5 17.5,6.5 7.55,6.5 5.35,13.5 2.5,13.5 "/>
|
||||
</svg>
|
After Width: | Height: | Size: 1020 B |
21
svg/tileview.svg
Normal file
@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="0 0 42 42" xml:space="preserve">
|
||||
<path d="M13.5,9.53v-4c0-2.5-0.53-3-3-3l-4-0.03c-2.38,0-3,0.561-3,3v4c0,2.471,0.5,3,3,3h4C13,12.5,13.5,12,13.5,9.53z
|
||||
M13.5,22.529v-4c0-2.5-0.53-3-3-3l-4-0.03c-2.38,0-3,0.561-3,3v4c0,2.471,0.5,3,3,3h4C13,25.5,13.5,25,13.5,22.529z M13.5,35.529
|
||||
v-4c0-2.5-0.53-3-3-3l-4-0.029c-2.38,0-3,0.561-3,3v4c0,2.471,0.5,3,3,3h4C13,38.5,13.5,38,13.5,35.529z M26.5,9.53v-4
|
||||
c0-2.5-0.529-3-3-3l-4-0.03c-2.38,0-3,0.561-3,3v4c0,2.471,0.5,3,3,3h4C26,12.5,26.5,12,26.5,9.53z M26.5,22.529v-4
|
||||
c0-2.5-0.529-3-3-3l-4-0.03c-2.38,0-3,0.561-3,3v4c0,2.471,0.5,3,3,3h4C26,25.5,26.5,25,26.5,22.529z M26.5,35.529v-4
|
||||
c0-2.5-0.529-3-3-3l-4-0.029c-2.38,0-3,0.561-3,3v4c0,2.471,0.5,3,3,3h4C26,38.5,26.5,38,26.5,35.529z M39.5,9.53v-4
|
||||
c0-2.5-0.529-3-3-3l-4-0.03c-2.38,0-3,0.561-3,3v4c0,2.471,0.5,3,3,3h4C39,12.5,39.5,12,39.5,9.53z M39.5,22.529v-4
|
||||
c0-2.5-0.529-3-3-3l-4-0.03c-2.38,0-3,0.561-3,3v4c0,2.471,0.5,3,3,3h4C39,25.5,39.5,25,39.5,22.529z M39.5,35.529v-4
|
||||
c0-2.5-0.529-3-3-3l-4-0.029c-2.38,0-3,0.561-3,3v4c0,2.471,0.5,3,3,3h4C39,38.5,39.5,38,39.5,35.529z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.8 KiB |
19
svg/tumblr.svg
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="-0.5 0.5 42 42" xml:space="preserve">
|
||||
<g transform="translate(-374.2178,-62.2364)">
|
||||
<path d="M414.718,63.736v40h-40v-40H414.718z M398.017,92.891c-0.681-0.188-1.399-0.404-1.933-0.824
|
||||
c-0.211-0.17-0.366-0.322-0.366-0.465c0-3.41,0-6.865,0-9.864h7c0-2,0-3,0-5h-7v-7h-3.621c-0.277,4-2.379,7.15-5.379,7.15v4.85h3
|
||||
c0,2.999,0,7.019,0,10.71c0,1.742,0.674,3.24,2.077,4.037c1.327,0.689,2.655,0.863,4.052,0.867c1.368-0.006,2.603,0.021,3.9-0.062
|
||||
c1.137-0.041,1.971-0.301,2.971-0.781v-4.777v-0.043v0.043c0,0.365-0.998,0.676-1.674,0.93
|
||||
C399.909,93.029,399.081,93.152,398.017,92.891z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.4 KiB |
23
svg/twitter.svg
Normal file
@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="0 0 42 42" xml:space="preserve">
|
||||
<g transform="matrix(.57079,0,0,-.57079,-42.80937,432.2052)">
|
||||
<path d="M146.83,743.433c-0.469-0.979-1.341-2.217-2.618-3.711c-1.276-1.497-2.85-2.811-4.725-3.947
|
||||
c0.051-0.411,0.091-0.799,0.116-1.158c0.202-5.559-1.143-11.324-3.008-16.127c-3.617-8.931-9.157-16.12-17.071-21
|
||||
c-8.252-4.688-17.862-5.684-26.717-4.833c-5.879,0.667-11.673,2.568-16.055,6.149c8.014-0.948,15.494,1.75,21.407,6.11
|
||||
c-6.57-0.164-11.34,4.541-13.595,9.98c1.016-0.265,2.079-0.234,3.047-0.157c1.193,0.113,2.325,0.222,3.437,0.465
|
||||
c-4.188,1.338-7.853,3.797-9.766,7.502c-1.122,2.349-1.629,4.583-1.639,7.116c1.961-1.023,4.322-2.021,6.484-1.933
|
||||
c-3.264,2.737-5.882,6.235-6.368,10.248c-0.308,3.345,0.539,6.4,1.759,9.242c4.881-5.311,10.359-9.685,16.678-12.375
|
||||
c4.322-1.752,8.631-2.691,13.087-2.707c-0.515,3.94-0.115,7.749,1.757,10.982c2.204,3.477,5.42,5.492,9.023,6.498
|
||||
c5.16,1.311,10.192-0.542,13.36-4.099c3.417,0.364,6.691,1.867,9.297,3.401c-1.107-3.319-3.263-6.619-6.407-8.199
|
||||
C141.308,741.429,144.163,742.307,146.83,743.433z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.8 KiB |
17
svg/unlock.svg
Normal file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="-0.5 0.5 42 42" xml:space="preserve">
|
||||
<path d="M3.5,21.501v17c0,2.49,0.561,2.999,3,2.999h28c2.609,0,3-0.471,3-2.999v-17c0-2.459-0.46-3.001-3-3.001h-28
|
||||
C4.09,18.5,3.5,19.171,3.5,21.501z M23.68,28.501c0,1.41-0.91,2.599-2.17,3.019l1.99,4.98h-6l1.99-4.98
|
||||
c-1.26-0.42-2.17-1.607-2.17-3.019c0-1.76,1.42-3.181,3.18-3.181S23.68,26.741,23.68,28.501z M6.5,16.501l5.41-0.029
|
||||
c0.26-4.78,2.439-9.631,8.64-9.631c4.56,0,6.851,2.74,8.24,5.99l4.771-3.359c-1.939-4.631-6.431-7.91-12.811-7.971
|
||||
C11.48,1.411,6.5,8.142,6.5,16.501z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
16
svg/user.svg
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="0 0 42 42" xml:space="preserve">
|
||||
<path fill-rule="evenodd" d="M10.511,11.598c0,5.844,4.691,10.696,10.49,10.696S31.49,17.441,31.49,11.598
|
||||
C31.49,5.743,26.8,1,21.001,1S10.511,5.743,10.511,11.598z M20.94,25c-2.738,0-5.33-0.83-7.68-3.033
|
||||
c-5.689,1.953-9.18,7.38-9.26,11.963c-0.049,2.57,3.311,3.999,6.35,5.25c3.43,0.92,6.49,1.819,10.65,1.819s7.218-0.932,10.649-1.852
|
||||
c3.039-1.251,6.398-2.728,6.35-5.298c-0.08-4.584-3.609-9.928-9.301-11.881C26.351,24.172,23.79,25,21.05,25H20.94z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
16
svg/view.svg
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="0 0 42 42" xml:space="preserve">
|
||||
<path fill-rule="evenodd" d="M20.219,34l0.012-2.885c-5.15,0-9.32-4.149-9.32-9.27c0-5.1,4.15-9.24,9.27-9.27l0.023-2.561
|
||||
C9.703,10.016,1,23.766,1,23.766S11.469,34,20.219,34z M29.561,21.846c0,5.12-4.181,9.27-9.33,9.27L20.219,34
|
||||
C28.969,34,40,23.396,40,23.396S31.383,10,20.203,10l-0.023,2.576C25.33,12.576,29.561,16.726,29.561,21.846z M18.13,21.836
|
||||
c0,1.15,0.94,2.09,2.101,2.09s2.1-0.939,2.1-2.09s-0.939-2.09-2.1-2.09S18.13,20.686,18.13,21.836z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
21
svg/vimeo.svg
Normal file
@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="-0.5 0.5 42 42" xml:space="preserve">
|
||||
<g transform="matrix(.54123,0,0,-.54123,-14.61311,418.36787)">
|
||||
<path d="M86.595,750.613c-7.634,6.308-17.771-2.311-20.156-9.218c1.472-0.025,3.154,0.128,4.413-0.352
|
||||
c1.949-1.054,1.976-3.085,1.837-4.803c-0.868-3.811-3.565-10.739-7.033-11.292c-0.729-0.076-1.484,0.325-2.263,1.213
|
||||
c-3.028,3.793-2.654,8.784-3.36,12.97c-0.66,3.5-1.16,10.571-5.312,12.107c-4.577,0.559-8.857-2.846-11.789-5.547
|
||||
c-1.797-1.665-3.924-3.255-5.772-4.763v-0.314c1.849-0.536,1.073-1.083,1.476-1.601c0.685-0.687,2.064-0.521,2.826-0.272
|
||||
c2.771,0.72,3.811,1.427,5.301-1.211c2.245-6.067,3.977-12.906,5.464-18.712c1.038-3.313,2.423-7.542,5.758-8.906
|
||||
c2.06-0.873,5.62,0.299,7.198,1.249c6.741,4.262,11.963,11.079,15.705,17.657C83.62,734.362,90.419,745.394,86.595,750.613z
|
||||
M101.829,770.223v-73.906H27.924v73.906H101.829z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.6 KiB |
32
svg/w3c.svg
Normal file
@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="-0.5 0.5 42 42" xml:space="preserve">
|
||||
<g transform="matrix(.58514,0,0,-.58514,-36.864,429.49486)">
|
||||
<path d="M125.026,695.581c0.165,0.664-0.005,1.345-0.626,1.562l-2.577,1.172c-0.638,0.265-1.449-0.093-1.562-0.704
|
||||
c-0.497-1.065-1.203-1.936-2.343-1.953c-0.991,0-1.799,0.534-2.423,1.602s-0.938,2.46-0.938,4.179s0.314,3.126,0.938,4.219
|
||||
c0.624,1.095,1.432,1.641,2.423,1.641c1.248-0.09,1.839-0.88,2.343-1.874c0.267-0.654,0.991-0.808,1.562-0.626l2.577,1.172
|
||||
c0.597,0.315,0.865,1.091,0.547,1.639c-1.509,3.229-3.855,4.843-7.03,4.843c-2.657,0-4.808-1.015-6.445-3.046
|
||||
c-1.642-2.031-2.463-4.688-2.463-7.969s0.819-5.925,2.463-7.929c1.639-2.004,3.788-3.006,6.445-3.006
|
||||
C121.094,690.503,123.464,692.193,125.026,695.581z M100.183,690.503c4.141,0.062,7.295,2.909,7.345,6.641
|
||||
c-0.073,1.969-0.866,3.501-2.266,4.686c1.232,1.165,1.941,2.75,1.953,4.297c-0.1,4.221-3.612,6.217-7.03,6.25
|
||||
c-2.97,0-5.26-1.172-6.874-3.516c-0.365-0.522-0.315-1.043,0.157-1.564l1.873-1.716c0.602-0.537,1.27-0.437,1.797,0.077
|
||||
c0.781,1.095,1.719,1.641,2.813,1.641c0.885,0,1.405-0.222,1.56-0.663c0.302-0.658,0.215-1.258,0-1.799
|
||||
c-0.806-0.834-2.352-0.584-3.492-0.584c-0.741-0.027-1.692-0.461-1.692-1.172v-2.815c0-0.806,0.981-1.339,1.692-1.172
|
||||
c0.86,0,3.229,0.098,3.582-0.624c0.182-0.417,0.365-0.756,0.365-1.016c0-1.198-0.604-1.796-1.908-1.796
|
||||
c-1.248,0-2.27,0.574-3.103,1.719c-0.511,0.617-1.303,0.624-1.784,0.157l-1.948-1.953c-0.469-0.472-0.519-0.966-0.154-1.485
|
||||
C94.84,691.606,97.42,690.524,100.183,690.503z M92.449,710.907c0.142,0.749-0.409,1.734-1.093,1.734h-3.438
|
||||
c-0.624,0-0.99-0.562-1.095-1.187l-1.639-8.483l-1.719,8.545c-0.158,0.624-0.547,1.125-1.172,1.125h-2.5
|
||||
c-0.678,0-1.068-0.562-1.172-1.187l-1.719-8.483l-1.642,8.545c-0.103,0.624-0.494,1.125-1.172,1.125h-3.358
|
||||
c-0.858,0-1.268-0.993-1.172-1.734l4.298-19.224c0.157-0.628,0.547-1.258,1.172-1.258h3.281c0.623,0,1.015,0.507,1.172,1.135
|
||||
l1.562,7.907l1.562-7.957c0.105-0.626,0.496-1.085,1.172-1.085h3.281c0.627,0,1.016,0.631,1.172,1.258L92.449,710.907z
|
||||
M132.215,731.44v-52.338l-34.18-16.022l-34.18,16.022v52.338H132.215z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.8 KiB |
15
svg/wifi.svg
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="0 0 42 42" xml:space="preserve">
|
||||
<path fill-rule="evenodd" d="M25,31.041c-2.21-2.191-5.79-2.191-8,0L21,35L25,31.041z M33,23.12c-6.63-6.562-17.37-6.562-24,0
|
||||
l4,3.959c4.42-4.37,11.58-4.37,16,0L33,23.12z M41,15.199c-11.05-10.932-28.95-10.932-40,0l4,3.959c8.84-8.751,23.16-8.751,32,0
|
||||
L41,15.199z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
28
svg/wordpress.svg
Normal file
@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
|
||||
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
|
||||
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
|
||||
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
|
||||
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
|
||||
]>
|
||||
<svg version="1.1" baseProfile="tiny" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
|
||||
x="0px" y="0px" width="42px" height="42px" viewBox="0 0 42 42" xml:space="preserve">
|
||||
<g transform="translate(-374.2178,-62.2364)">
|
||||
<path d="M395.194,103.236c-11.168-0.215-19.898-9.371-19.977-20.023c0.217-11.16,9.324-19.898,19.977-19.977
|
||||
c11.162,0.223,19.945,9.311,20.023,19.977C414.997,94.383,405.862,103.158,395.194,103.236z M395.194,64.653
|
||||
c-10.37,0.204-18.533,8.657-18.605,18.56c0.202,10.379,8.703,18.534,18.605,18.606c10.379-0.202,18.534-8.704,18.606-18.606
|
||||
C413.605,72.836,405.083,64.726,395.194,64.653z M390.396,99.579l5.119-14.72l5.349,14.4
|
||||
C397.261,100.465,393.854,100.539,390.396,99.579z M386.464,73.568c-1.875,0.254-3.697,0.346-5.486,0.273
|
||||
c3.396-4.855,8.834-7.586,14.217-7.634c4.404,0.083,8.51,1.747,11.521,4.479c-1.396-0.104-2.232,0.51-2.834,1.555
|
||||
c-0.875,2.697,0.974,4.695,2.011,6.72c0.982,1.851,0.904,3.954,0.366,5.761l-2.56,8.73l-6.172-18.331
|
||||
c0.643-0.06,1.29-0.079,1.874-0.183c0.691-0.154,0.843-0.797,0.366-1.189c-0.152-0.121-0.32,0.016-0.503,0.016l-3.703,0.471h-2.812
|
||||
c-0.793,0-3.035-0.917-3.223,0.123c-0.098,0.4,0.202,0.616,0.549,0.679c0.611,0.079,1.312,0.12,1.874,0.179l2.697,7.198
|
||||
l-3.749,11.051l-6.217-18.338c0.658-0.058,1.324-0.08,1.92-0.186c0.488-0.062,0.701-0.306,0.641-0.732
|
||||
C387.154,73.83,386.816,73.572,386.464,73.568z M379.606,76.402l8.183,22.125c-2.952-1.455-5.286-3.596-6.948-6.148
|
||||
C377.801,87.528,377.481,81.373,379.606,76.402L379.606,76.402z M411.583,87.762c-1.343,4.387-4.087,8.021-7.885,10.217
|
||||
c0.183-0.486,0.472-1.31,0.868-2.468l4.755-13.806c0.457-1.342,0.776-2.834,0.959-4.48c0.062-0.673,0.064-1.352-0.045-1.965
|
||||
C412.183,79.461,412.735,83.622,411.583,87.762L411.583,87.762z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.4 KiB |