may 2 update - new icons, html docs, yaml spec

This commit is contained in:
Dave Gandy
2017-05-02 14:20:37 -04:00
parent e4d6cff662
commit e63ff47fcc
358 changed files with 8042 additions and 45 deletions
-1
View File
@@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><style>.st0{opacity:.5}.st1{fill:none}</style><path d="M318.7 80l24 64H464v288H48V144h121.3l24-64h125.4m5.6-48H187.7c-16.7 0-31.6 10.3-37.5 26L136 96H40c-22.1 0-40 17.9-40 40v304c0 22.1 17.9 40 40 40h432c22.1 0 40-17.9 40-40V136c0-22.1-17.9-40-40-40h-96l-14.3-38c-5.8-15.7-20.7-26-37.4-26z"/><path d="M256 408c-66.2 0-120-53.8-120-120s53.8-120 120-120 120 53.8 120 120-53.8 120-120 120zm0-192c-39.7 0-72 32.3-72 72s32.3 72 72 72 72-32.3 72-72-32.3-72-72-72z"/><path d="M216 304c-8.8 0-16-7.2-16-16 0-30.9 25.1-56 56-56 8.8 0 16 7.2 16 16s-7.2 16-16 16c-13.2 0-24 10.8-24 24 0 8.8-7.2 16-16 16z"/></svg>

Before

Width:  |  Height:  |  Size: 665 B

-1
View File
@@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><style>.st0{fill:none}</style><path d="M152 80H40c-4.4 0-8-3.6-8-8V40c0-4.4 3.6-8 8-8h112c4.4 0 8 3.6 8 8v32c0 4.4-3.6 8-8 8z"/><path d="M472 32H252c-12.6 0-24.4 5.9-32 16l-36 48H40c-22.1 0-40 17.9-40 40v304c0 22.1 17.9 40 40 40h432c22.1 0 40-17.9 40-40V72c0-22.1-17.9-40-40-40zm-8 400H48V144h416v288zm0-336H244l12-16h208v16z"/><path d="M256 408c-66.2 0-120-53.8-120-120s53.8-120 120-120 120 53.8 120 120-53.8 120-120 120zm0-192c-39.7 0-72 32.3-72 72s32.3 72 72 72 72-32.3 72-72-32.3-72-72-72z"/><path d="M216 304c-8.8 0-16-7.2-16-16 0-30.9 25.1-56 56-56 8.8 0 16 7.2 16 16s-7.2 16-16 16c-13.2 0-24 10.8-24 24 0 8.8-7.2 16-16 16z"/></svg>

Before

Width:  |  Height:  |  Size: 701 B

-1
View File
@@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><style>.st0{opacity:.5}.st1{fill:none}</style><path d="M318.7 80l24 64H464v288H48V144h121.3l24-64h125.4m5.6-48H187.7c-16.7 0-31.6 10.3-37.5 26L136 96H40c-22.1 0-40 17.9-40 40v304c0 22.1 17.9 40 40 40h432c22.1 0 40-17.9 40-40V136c0-22.1-17.9-40-40-40h-96l-14.3-38c-5.8-15.7-20.7-26-37.4-26z"/><path d="M256 408c-66.2 0-120-53.8-120-120s53.8-120 120-120 120 53.8 120 120-53.8 120-120 120zm0-192c-39.7 0-72 32.3-72 72s32.3 72 72 72 72-32.3 72-72-32.3-72-72-72z"/></svg>

Before

Width:  |  Height:  |  Size: 529 B

File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
View File
File diff suppressed because one or more lines are too long
+593
View File
@@ -0,0 +1,593 @@
@font-face {
font-family: 'Fa5Regular';
src: url('../icons/icons.eot');
src: url('../icons/icons.eot?#iefix') format('embedded-opentype'),
url('../icons/icons.woff2') format('woff2'),
url('../icons/icons.woff') format('woff'),
url('../icons/icons.ttf') format('truetype'),
url('../icons/icons.otf') format('opentype');
font-weight: normal;
font-style: normal;
}
.far {
display: inline-block;
font: normal normal normal 14px/1 'Fa5Regular';
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.far-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.far-2x {
font-size: 2em;
}
.far-3x {
font-size: 3em;
}
.far-4x {
font-size: 4em;
}
.far-5x {
font-size: 5em;
}
.far-fw {
width: 1.28571429em;
text-align: center;
}
.far-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.far-ul> li {
position: relative;
}
.far-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.far-li.far-lg {
left: -1.85714286em;
}
.far-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.far.pull-left {
margin-right: .3em;
}
.far.pull-right {
margin-left: .3em;
}
.far-spin {
-webkit-animation: far-spin 2s infinite linear;
animation: far-spin 2s infinite linear;
}
.far-pulse {
-webkit-animation: far-spin 1s infinite steps(8);
animation: far-spin 1s infinite steps(8);
}
@-webkit-keyframes far-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes far-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.far-rotate-90 {
filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.far-rotate-180 {
filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.far-rotate-270 {
filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.far-flip-horizontal {
filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.far-flip-vertical {
filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .far-rotate-90,
:root .far-rotate-180,
:root .far-rotate-270,
:root .far-flip-horizontal,
:root .far-flip-vertical {
filter: none;
}
.far-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.far-stack-1x,
.far-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.far-stack-1x {
line-height: inherit;
}
.far-stack-2x {
font-size: 2em;
}
.far-inverse {
color: #ffffff;
}
.far-book:before {
content: '\f000';
}
.far-envelope:before {
content: '\f001';
}
.far-times-circle:before {
content: '\f002';
}
.far-plus-circle:before {
content: '\f003';
}
.far-exclamation-triangle:before {
content: '\f004';
}
.far-pen:before {
content: '\f005';
}
.far-pen-alt:before {
content: '\f006';
}
.far-pen-square:before {
content: '\f007';
}
.far-trash-alt:before {
content: '\f00a';
}
.far-trash:before {
content: '\f00b';
}
.far-rocket:before {
content: '\f00c';
}
.far-trophy-alt:before {
content: '\f00d';
}
.far-trophy:before {
content: '\f00e';
}
.far-coffee:before {
content: '\f00f';
}
.far-paint-brush:before {
content: '\f010';
}
.far-poo:before {
content: '\f011';
}
.far-paper-plane:before {
content: '\f012';
}
.far-smile:before {
content: '\f013';
}
.far-bomb:before {
content: '\f014';
}
.far-thumbs-up:before {
content: '\f015';
}
.far-thumbs-down:before {
content: '\f016';
}
.far-star-exclamation:before {
content: '\f018';
}
.far-star:before {
content: '\f019';
}
.far-camera-retro:before {
content: '\f01a';
}
.far-camera-alt:before {
content: '\f01b';
}
.far-camera:before {
content: '\1F4F7';
}
.far-bullhorn:before {
content: '\f01d';
}
.far-lock-alt:before {
content: '\f01e';
}
.far-lock:before {
content: '\f01f';
}
.far-file-alt:before {
content: '\f020';
}
.far-file:before {
content: '\f021';
}
.far-leaf:before {
content: '\f022';
}
.far-flask:before {
content: '\f023';
}
.far-comment-alt:before {
content: '\f024';
}
.far-comment:before {
content: '\f025';
}
.far-code:before {
content: '\f026';
}
.far-edit:before {
content: '\f027';
}
.far-gamepad:before {
content: '\f028';
}
.far-print:before {
content: '\f029';
}
.far-bars:before {
content: '\f02a';
}
.far-home:before {
content: '\f02b';
}
.far-magic:before {
content: '\f02c';
}
.far-jack-o-lantern:before {
content: '\f02d';
}
.far-pencil:before {
content: '\f02e';
}
.far-pencil-alt:before {
content: '\f02f';
}
.far-search:before {
content: '\f030';
}
.far-search-plus:before {
content: '\f031';
}
.far-search-minus:before {
content: '\f032';
}
.far-martini-glass:before {
content: '\f033';
}
.far-music:before {
content: '\f034';
}
.far-user:before {
content: '\f035';
}
.far-film:before {
content: '\f036';
}
.far-th-large:before {
content: '\f037';
}
.far-th:before {
content: '\f038';
}
.far-th-list:before {
content: '\f039';
}
.far-utensils:before {
content: '\f03a';
}
.far-utensil-fork:before {
content: '\f03b';
}
.far-utensil-knife:before {
content: '\f03c';
}
.far-utensil-spoon:before {
content: '\f03d';
}
.far-utensils-alt:before {
content: '\f03e';
}
.far-check:before {
content: '\f03f';
}
.far-check-square:before {
content: '\f040';
}
.far-check-circle:before {
content: '\f041';
}
.far-times:before {
content: '\f042';
}
.far-times-square:before {
content: '\f043';
}
.far-plus:before {
content: '\f044';
}
.far-plus-square:before {
content: '\f045';
}
.far-minus:before {
content: '\f046';
}
.far-minus-square:before {
content: '\f047';
}
.far-minus-circle:before {
content: '\f048';
}
.far-heart:before {
content: '\f049';
}
.far-diamond:before {
content: '\f04a';
}
.far-spade:before {
content: '\f04b';
}
.far-club:before {
content: '\f04c';
}
.far-square:before {
content: '\f04d';
}
.far-circle:before {
content: '\f04e';
}
.far-octagon:before {
content: '\f04f';
}
.far-hexagon:before {
content: '\f050';
}
.far-triangle:before {
content: '\f051';
}
.far-shield:before {
content: '\f052';
}
.far-badge:before {
content: '\f053';
}
.far-shield-check:before {
content: '\f054';
}
.far-badge-check:before {
content: '\f055';
}
.far-times-octagon:before {
content: '\f056';
}
.far-times-hexagon:before {
content: '\f057';
}
.far-plus-octagon:before {
content: '\f058';
}
.far-plus-hexagon:before {
content: '\f059';
}
.far-minus-octagon:before {
content: '\f05a';
}
.far-minus-hexagon:before {
content: '\f05b';
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto
}
+1
View File
File diff suppressed because one or more lines are too long
+587
View File
@@ -0,0 +1,587 @@
@font-face {
font-family: 'Fa5Regular';
src: url('../icons/icons.eot');
src: url('../icons/icons.eot?#iefix') format('embedded-opentype');
font-weight: normal;
font-style: normal;
}
.far {
display: inline-block;
font: normal normal normal 14px/1 'Fa5Regular';
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.far-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.far-2x {
font-size: 2em;
}
.far-3x {
font-size: 3em;
}
.far-4x {
font-size: 4em;
}
.far-5x {
font-size: 5em;
}
.far-fw {
width: 1.28571429em;
text-align: center;
}
.far-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.far-ul> li {
position: relative;
}
.far-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.far-li.far-lg {
left: -1.85714286em;
}
.far-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.far.pull-left {
margin-right: .3em;
}
.far.pull-right {
margin-left: .3em;
}
.far-spin {
-webkit-animation: far-spin 2s infinite linear;
animation: far-spin 2s infinite linear;
}
.far-pulse {
-webkit-animation: far-spin 1s infinite steps(8);
animation: far-spin 1s infinite steps(8);
}
@-webkit-keyframes far-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes far-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.far-rotate-90 {
filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.far-rotate-180 {
filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.far-rotate-270 {
filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.far-flip-horizontal {
filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.far-flip-vertical {
filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .far-rotate-90,
:root .far-rotate-180,
:root .far-rotate-270,
:root .far-flip-horizontal,
:root .far-flip-vertical {
filter: none;
}
.far-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.far-stack-1x,
.far-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.far-stack-1x {
line-height: inherit;
}
.far-stack-2x {
font-size: 2em;
}
.far-inverse {
color: #ffffff;
}
.far-book:before {
content: '\f000';
}
.far-envelope:before {
content: '\f001';
}
.far-times-circle:before {
content: '\f002';
}
.far-plus-circle:before {
content: '\f003';
}
.far-exclamation-triangle:before {
content: '\f004';
}
.far-pen:before {
content: '\f005';
}
.far-pen-alt:before {
content: '\f006';
}
.far-pen-square:before {
content: '\f007';
}
.far-trash-alt:before {
content: '\f00a';
}
.far-trash:before {
content: '\f00b';
}
.far-rocket:before {
content: '\f00c';
}
.far-trophy-alt:before {
content: '\f00d';
}
.far-trophy:before {
content: '\f00e';
}
.far-coffee:before {
content: '\f00f';
}
.far-paint-brush:before {
content: '\f010';
}
.far-poo:before {
content: '\f011';
}
.far-paper-plane:before {
content: '\f012';
}
.far-smile:before {
content: '\f013';
}
.far-bomb:before {
content: '\f014';
}
.far-thumbs-up:before {
content: '\f015';
}
.far-thumbs-down:before {
content: '\f016';
}
.far-star-exclamation:before {
content: '\f018';
}
.far-star:before {
content: '\f019';
}
.far-camera-retro:before {
content: '\f01a';
}
.far-camera-alt:before {
content: '\f01b';
}
.far-camera:before {
content: '\1F4F7';
}
.far-bullhorn:before {
content: '\f01d';
}
.far-lock-alt:before {
content: '\f01e';
}
.far-lock:before {
content: '\f01f';
}
.far-file-alt:before {
content: '\f020';
}
.far-file:before {
content: '\f021';
}
.far-leaf:before {
content: '\f022';
}
.far-flask:before {
content: '\f023';
}
.far-comment-alt:before {
content: '\f024';
}
.far-comment:before {
content: '\f025';
}
.far-code:before {
content: '\f026';
}
.far-edit:before {
content: '\f027';
}
.far-gamepad:before {
content: '\f028';
}
.far-print:before {
content: '\f029';
}
.far-bars:before {
content: '\f02a';
}
.far-home:before {
content: '\f02b';
}
.far-magic:before {
content: '\f02c';
}
.far-jack-o-lantern:before {
content: '\f02d';
}
.far-pencil:before {
content: '\f02e';
}
.far-pencil-alt:before {
content: '\f02f';
}
.far-search:before {
content: '\f030';
}
.far-search-plus:before {
content: '\f031';
}
.far-search-minus:before {
content: '\f032';
}
.far-martini-glass:before {
content: '\f033';
}
.far-music:before {
content: '\f034';
}
.far-user:before {
content: '\f035';
}
.far-film:before {
content: '\f036';
}
.far-th-large:before {
content: '\f037';
}
.far-th:before {
content: '\f038';
}
.far-th-list:before {
content: '\f039';
}
.far-utensils:before {
content: '\f03a';
}
.far-utensil-fork:before {
content: '\f03b';
}
.far-utensil-knife:before {
content: '\f03c';
}
.far-utensil-spoon:before {
content: '\f03d';
}
.far-utensils-alt:before {
content: '\f03e';
}
.far-check:before {
content: '\f03f';
}
.far-check-square:before {
content: '\f040';
}
.far-check-circle:before {
content: '\f041';
}
.far-times:before {
content: '\f042';
}
.far-times-square:before {
content: '\f043';
}
.far-plus:before {
content: '\f044';
}
.far-plus-square:before {
content: '\f045';
}
.far-minus:before {
content: '\f046';
}
.far-minus-square:before {
content: '\f047';
}
.far-minus-circle:before {
content: '\f048';
}
.far-heart:before {
content: '\f049';
}
.far-diamond:before {
content: '\f04a';
}
.far-spade:before {
content: '\f04b';
}
.far-club:before {
content: '\f04c';
}
.far-square:before {
content: '\f04d';
}
.far-circle:before {
content: '\f04e';
}
.far-octagon:before {
content: '\f04f';
}
.far-hexagon:before {
content: '\f050';
}
.far-triangle:before {
content: '\f051';
}
.far-shield:before {
content: '\f052';
}
.far-badge:before {
content: '\f053';
}
.far-shield-check:before {
content: '\f054';
}
.far-badge-check:before {
content: '\f055';
}
.far-times-octagon:before {
content: '\f056';
}
.far-times-hexagon:before {
content: '\f057';
}
.far-plus-octagon:before {
content: '\f058';
}
.far-plus-hexagon:before {
content: '\f059';
}
.far-minus-octagon:before {
content: '\f05a';
}
.far-minus-hexagon:before {
content: '\f05b';
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto
}
+25
View File
@@ -0,0 +1,25 @@
// Mixins
// --------------------------
.far-icon() {
display: inline-block;
font: normal normal normal @far-font-size-base/@far-line-height-base "Fa5Regular";
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.far-icon-rotate(@degrees, @rotation) {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=@rotation);
-webkit-transform: rotate(@degrees);
-ms-transform: rotate(@degrees);
transform: rotate(@degrees);
}
.far-icon-flip(@horiz, @vert, @rotation) {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=@rotation, mirror=1);
-webkit-transform: scale(@horiz, @vert);
-ms-transform: scale(@horiz, @vert);
transform: scale(@horiz, @vert);
}
+185
View File
@@ -0,0 +1,185 @@
// Variables
// --------------------------
@far-font-size-base: 14px;
@far-line-height-base: 1;
@far-var-book: "\f000";
@far-var-envelope: "\f001";
@far-var-times-circle: "\f002";
@far-var-plus-circle: "\f003";
@far-var-exclamation-triangle: "\f004";
@far-var-pen: "\f005";
@far-var-pen-alt: "\f006";
@far-var-pen-square: "\f007";
@far-var-trash-alt: "\f00a";
@far-var-trash: "\f00b";
@far-var-rocket: "\f00c";
@far-var-trophy-alt: "\f00d";
@far-var-trophy: "\f00e";
@far-var-coffee: "\f00f";
@far-var-paint-brush: "\f010";
@far-var-poo: "\f011";
@far-var-paper-plane: "\f012";
@far-var-smile: "\f013";
@far-var-bomb: "\f014";
@far-var-thumbs-up: "\f015";
@far-var-thumbs-down: "\f016";
@far-var-star-exclamation: "\f018";
@far-var-star: "\f019";
@far-var-camera-retro: "\f01a";
@far-var-camera-alt: "\f01b";
@far-var-camera: "\1F4F7";
@far-var-bullhorn: "\f01d";
@far-var-lock-alt: "\f01e";
@far-var-lock: "\f01f";
@far-var-file-alt: "\f020";
@far-var-file: "\f021";
@far-var-leaf: "\f022";
@far-var-flask: "\f023";
@far-var-comment-alt: "\f024";
@far-var-comment: "\f025";
@far-var-code: "\f026";
@far-var-edit: "\f027";
@far-var-gamepad: "\f028";
@far-var-print: "\f029";
@far-var-bars: "\f02a";
@far-var-home: "\f02b";
@far-var-magic: "\f02c";
@far-var-jack-o-lantern: "\f02d";
@far-var-pencil: "\f02e";
@far-var-pencil-alt: "\f02f";
@far-var-search: "\f030";
@far-var-search-plus: "\f031";
@far-var-search-minus: "\f032";
@far-var-martini-glass: "\f033";
@far-var-music: "\f034";
@far-var-user: "\f035";
@far-var-film: "\f036";
@far-var-th-large: "\f037";
@far-var-th: "\f038";
@far-var-th-list: "\f039";
@far-var-utensils: "\f03a";
@far-var-utensil-fork: "\f03b";
@far-var-utensil-knife: "\f03c";
@far-var-utensil-spoon: "\f03d";
@far-var-utensils-alt: "\f03e";
@far-var-check: "\f03f";
@far-var-check-square: "\f040";
@far-var-check-circle: "\f041";
@far-var-times: "\f042";
@far-var-times-square: "\f043";
@far-var-plus: "\f044";
@far-var-plus-square: "\f045";
@far-var-minus: "\f046";
@far-var-minus-square: "\f047";
@far-var-minus-circle: "\f048";
@far-var-heart: "\f049";
@far-var-diamond: "\f04a";
@far-var-spade: "\f04b";
@far-var-club: "\f04c";
@far-var-square: "\f04d";
@far-var-circle: "\f04e";
@far-var-octagon: "\f04f";
@far-var-hexagon: "\f050";
@far-var-triangle: "\f051";
@far-var-shield: "\f052";
@far-var-badge: "\f053";
@far-var-shield-check: "\f054";
@far-var-badge-check: "\f055";
@far-var-times-octagon: "\f056";
@far-var-times-hexagon: "\f057";
@far-var-plus-octagon: "\f058";
@far-var-plus-hexagon: "\f059";
@far-var-minus-octagon: "\f05a";
@far-var-minus-hexagon: "\f05b";
+25
View File
@@ -0,0 +1,25 @@
// Mixins
// --------------------------
@mixin far-icon() {
display: inline-block;
font: normal normal normal #{$far-font-size-base}/#{$far-line-height-base} "Fa5Regular";
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
@mixin far-icon-rotate($degrees, $rotation) {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation});
-webkit-transform: rotate($degrees);
-ms-transform: rotate($degrees);
transform: rotate($degrees);
}
@mixin far-icon-flip($horiz, $vert, $rotation) {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation});
-webkit-transform: scale($horiz, $vert);
-ms-transform: scale($horiz, $vert);
transform: scale($horiz, $vert);
}
+185
View File
@@ -0,0 +1,185 @@
// Variables
// --------------------------
$far-font-size-base: 14px !default;
$far-line-height-base: 1 !default;
$far-var-book: "\f000";
$far-var-envelope: "\f001";
$far-var-times-circle: "\f002";
$far-var-plus-circle: "\f003";
$far-var-exclamation-triangle: "\f004";
$far-var-pen: "\f005";
$far-var-pen-alt: "\f006";
$far-var-pen-square: "\f007";
$far-var-trash-alt: "\f00a";
$far-var-trash: "\f00b";
$far-var-rocket: "\f00c";
$far-var-trophy-alt: "\f00d";
$far-var-trophy: "\f00e";
$far-var-coffee: "\f00f";
$far-var-paint-brush: "\f010";
$far-var-poo: "\f011";
$far-var-paper-plane: "\f012";
$far-var-smile: "\f013";
$far-var-bomb: "\f014";
$far-var-thumbs-up: "\f015";
$far-var-thumbs-down: "\f016";
$far-var-star-exclamation: "\f018";
$far-var-star: "\f019";
$far-var-camera-retro: "\f01a";
$far-var-camera-alt: "\f01b";
$far-var-camera: "\1F4F7";
$far-var-bullhorn: "\f01d";
$far-var-lock-alt: "\f01e";
$far-var-lock: "\f01f";
$far-var-file-alt: "\f020";
$far-var-file: "\f021";
$far-var-leaf: "\f022";
$far-var-flask: "\f023";
$far-var-comment-alt: "\f024";
$far-var-comment: "\f025";
$far-var-code: "\f026";
$far-var-edit: "\f027";
$far-var-gamepad: "\f028";
$far-var-print: "\f029";
$far-var-bars: "\f02a";
$far-var-home: "\f02b";
$far-var-magic: "\f02c";
$far-var-jack-o-lantern: "\f02d";
$far-var-pencil: "\f02e";
$far-var-pencil-alt: "\f02f";
$far-var-search: "\f030";
$far-var-search-plus: "\f031";
$far-var-search-minus: "\f032";
$far-var-martini-glass: "\f033";
$far-var-music: "\f034";
$far-var-user: "\f035";
$far-var-film: "\f036";
$far-var-th-large: "\f037";
$far-var-th: "\f038";
$far-var-th-list: "\f039";
$far-var-utensils: "\f03a";
$far-var-utensil-fork: "\f03b";
$far-var-utensil-knife: "\f03c";
$far-var-utensil-spoon: "\f03d";
$far-var-utensils-alt: "\f03e";
$far-var-check: "\f03f";
$far-var-check-square: "\f040";
$far-var-check-circle: "\f041";
$far-var-times: "\f042";
$far-var-times-square: "\f043";
$far-var-plus: "\f044";
$far-var-plus-square: "\f045";
$far-var-minus: "\f046";
$far-var-minus-square: "\f047";
$far-var-minus-circle: "\f048";
$far-var-heart: "\f049";
$far-var-diamond: "\f04a";
$far-var-spade: "\f04b";
$far-var-club: "\f04c";
$far-var-square: "\f04d";
$far-var-circle: "\f04e";
$far-var-octagon: "\f04f";
$far-var-hexagon: "\f050";
$far-var-triangle: "\f051";
$far-var-shield: "\f052";
$far-var-badge: "\f053";
$far-var-shield-check: "\f054";
$far-var-badge-check: "\f055";
$far-var-times-octagon: "\f056";
$far-var-times-hexagon: "\f057";
$far-var-plus-octagon: "\f058";
$far-var-plus-hexagon: "\f059";
$far-var-minus-octagon: "\f05a";
$far-var-minus-hexagon: "\f05b";
+973
View File
@@ -0,0 +1,973 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- basic page needs -->
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- fort awesome styling/rendering support -->
<link rel="stylesheet" media="all" href="http://kit-download-assets.fortawesome.com/application.css">
<!-- css -->
<link href="css/external.css" rel="stylesheet">
<!-- older browser support -->
<!--[if lt IE 9]> <link href="7abfb655-sd.css" rel="stylesheet"> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]-->
</head>
<body class="v-kit-demo bg-gray-lightest bg-img bg-img-icons">
<div class="wrapper-view">
<div class="view-content">
<div class="bg-gray-dark p-xs-a-xl">
<div class="container text-xs-center">
<h2 class="text-3x font-weight-semibold">
<span class="text-sm text-upper text-tracked m-xs-b-md block text-muted">Fort Awesome Kit Demo</span>
FA5 Regular
</h2>
<p class="lead m-xs-b-0">Below you'll find an inventory and examples of
<a href="#demo-icons">icons</a>,
and how to use them and the support styling.
</p>
</div>
</div>
<div class="dangle-up bg-gray-dark dashed dashed-bottom"></div>
<div class="container m-xs-b-lg">
<div class="well bg-white br-b-0 p-xs-a-lg m-xs-b-0">
<section class="demo-icons m-xs-b-xl" id="demo-icons">
<h2 class="text-xl m-xs-b-0">Your Icons</h2>
<hr class="hr-lg m-xs-y-md">
<ul class="grid-assets grid-assets-animate grid-assets-xs-6 m-xs-b-lg">
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf000;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-book</span>
<span class="text-muted block">f000</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf001;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-envelope</span>
<span class="text-muted block">f001</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf002;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-times-circle</span>
<span class="text-muted block">f002</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf003;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-plus-circle</span>
<span class="text-muted block">f003</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf004;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-exclamation-triangle</span>
<span class="text-muted block">f004</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf005;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-pen</span>
<span class="text-muted block">f005</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf006;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-pen-alt</span>
<span class="text-muted block">f006</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf007;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-pen-square</span>
<span class="text-muted block">f007</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf00a;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-trash-alt</span>
<span class="text-muted block">f00a</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf00b;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-trash</span>
<span class="text-muted block">f00b</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf00c;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-rocket</span>
<span class="text-muted block">f00c</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf00d;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-trophy-alt</span>
<span class="text-muted block">f00d</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf00e;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-trophy</span>
<span class="text-muted block">f00e</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf00f;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-coffee</span>
<span class="text-muted block">f00f</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf010;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-paint-brush</span>
<span class="text-muted block">f010</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf011;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-poo</span>
<span class="text-muted block">f011</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf012;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-paper-plane</span>
<span class="text-muted block">f012</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf013;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-smile</span>
<span class="text-muted block">f013</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf014;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-bomb</span>
<span class="text-muted block">f014</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf015;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-thumbs-up</span>
<span class="text-muted block">f015</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf016;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-thumbs-down</span>
<span class="text-muted block">f016</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf018;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-star-exclamation</span>
<span class="text-muted block">f018</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf019;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-star</span>
<span class="text-muted block">f019</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf01a;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-camera-retro</span>
<span class="text-muted block">f01a</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf01b;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-camera-alt</span>
<span class="text-muted block">f01b</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#x1F4F7;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-camera</span>
<span class="text-muted block">1F4F7</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf01d;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-bullhorn</span>
<span class="text-muted block">f01d</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf01e;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-lock-alt</span>
<span class="text-muted block">f01e</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf01f;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-lock</span>
<span class="text-muted block">f01f</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf020;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-file-alt</span>
<span class="text-muted block">f020</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf021;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-file</span>
<span class="text-muted block">f021</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf022;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-leaf</span>
<span class="text-muted block">f022</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf023;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-flask</span>
<span class="text-muted block">f023</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf024;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-comment-alt</span>
<span class="text-muted block">f024</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf025;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-comment</span>
<span class="text-muted block">f025</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf026;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-code</span>
<span class="text-muted block">f026</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf027;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-edit</span>
<span class="text-muted block">f027</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf028;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-gamepad</span>
<span class="text-muted block">f028</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf029;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-print</span>
<span class="text-muted block">f029</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf02a;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-bars</span>
<span class="text-muted block">f02a</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf02b;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-home</span>
<span class="text-muted block">f02b</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf02c;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-magic</span>
<span class="text-muted block">f02c</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf02d;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-jack-o-lantern</span>
<span class="text-muted block">f02d</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf02e;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-pencil</span>
<span class="text-muted block">f02e</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf02f;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-pencil-alt</span>
<span class="text-muted block">f02f</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf030;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-search</span>
<span class="text-muted block">f030</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf031;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-search-plus</span>
<span class="text-muted block">f031</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf032;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-search-minus</span>
<span class="text-muted block">f032</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf033;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-martini-glass</span>
<span class="text-muted block">f033</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf034;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-music</span>
<span class="text-muted block">f034</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf035;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-user</span>
<span class="text-muted block">f035</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf036;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-film</span>
<span class="text-muted block">f036</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf037;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-th-large</span>
<span class="text-muted block">f037</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf038;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-th</span>
<span class="text-muted block">f038</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf039;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-th-list</span>
<span class="text-muted block">f039</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf03a;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-utensils</span>
<span class="text-muted block">f03a</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf03b;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-utensil-fork</span>
<span class="text-muted block">f03b</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf03c;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-utensil-knife</span>
<span class="text-muted block">f03c</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf03d;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-utensil-spoon</span>
<span class="text-muted block">f03d</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf03e;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-utensils-alt</span>
<span class="text-muted block">f03e</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf03f;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-check</span>
<span class="text-muted block">f03f</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf040;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-check-square</span>
<span class="text-muted block">f040</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf041;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-check-circle</span>
<span class="text-muted block">f041</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf042;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-times</span>
<span class="text-muted block">f042</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf043;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-times-square</span>
<span class="text-muted block">f043</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf044;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-plus</span>
<span class="text-muted block">f044</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf045;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-plus-square</span>
<span class="text-muted block">f045</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf046;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-minus</span>
<span class="text-muted block">f046</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf047;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-minus-square</span>
<span class="text-muted block">f047</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf048;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-minus-circle</span>
<span class="text-muted block">f048</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf049;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-heart</span>
<span class="text-muted block">f049</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf04a;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-diamond</span>
<span class="text-muted block">f04a</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf04b;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-spade</span>
<span class="text-muted block">f04b</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf04c;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-club</span>
<span class="text-muted block">f04c</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf04d;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-square</span>
<span class="text-muted block">f04d</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf04e;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-circle</span>
<span class="text-muted block">f04e</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf04f;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-octagon</span>
<span class="text-muted block">f04f</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf050;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-hexagon</span>
<span class="text-muted block">f050</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf051;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-triangle</span>
<span class="text-muted block">f051</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf052;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-shield</span>
<span class="text-muted block">f052</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf053;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-badge</span>
<span class="text-muted block">f053</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf054;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-shield-check</span>
<span class="text-muted block">f054</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf055;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-badge-check</span>
<span class="text-muted block">f055</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf056;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-times-octagon</span>
<span class="text-muted block">f056</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf057;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-times-hexagon</span>
<span class="text-muted block">f057</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf058;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-plus-octagon</span>
<span class="text-muted block">f058</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf059;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-plus-hexagon</span>
<span class="text-muted block">f059</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf05a;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-minus-octagon</span>
<span class="text-muted block">f05a</span>
</div>
</li>
<li class="asset asset-icon">
<div class="icon-preview">
<i class="far far-lg">&#xf05b;</i>
</div>
<div class="icon-label text-base">
<span class="text-gray-darker font-weight-semibold block m-xs-b-xs">far-minus-hexagon</span>
<span class="text-muted block">f05b</span>
</div>
</li>
</ul>
</section>
</div>
<div class="well br-t-0 bg-body p-xs-a-lg dashed dashed-top">
</div>
</div>
<footer class="footer-app m-xs-b-xl">
<div class="container">
<div class="row">
<div class="col-xs-6">
<p class="text-muted m-xs-b-0">
This is a demonstration of a kit made using <a target="_blank" href="https://fortawesome.com">Fort Awesome</a>, the place to pick from the best icon sets and typefaces and to manage and use them easily as part of your web projects.
</p>
</div>
<div class="col-xs-6 text-xs-right">
<a class="m-xs-r-md inline-block" target="_blank" href="https://fortawesome.com">Fort Awesome</a>
<a class="m-xs-r-md inline-block" target="_blank" href="https://fortawesome.com/help">Help</a>
<a class="inline-block" target="_blank" href="https://articles.fortawesome.com/tagged/fort-awesome">Articles &amp; How-To's</a>
</div>
</div>
</div>
</footer>
</div>
</div>
<script src="https://code.jquery.com/jquery-1.11.2.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
</body>
</html>
-1
View File
@@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><style>.st0{fill:none}</style><path d="M472 64H40C17.9 64 0 81.9 0 104v304c0 22.1 17.9 40 40 40h432c22.1 0 40-17.9 40-40V104c0-22.1-17.9-40-40-40zm-8 336H48V223.7c23 17 55.8 41 106.4 77.7C176.2 317.3 213.8 352 256 352c41.7 0 78.2-33.5 101.6-50.6 50.5-36.7 83.4-60.7 106.4-77.7V400zm0-236.1c-22.4 16.9-58.2 43.2-134.6 98.7-17.8 13-49.7 41.4-73.4 41.4-23.6 0-55.5-28.3-73.4-41.4-76.4-55.5-112.2-81.8-134.6-98.7V112h416v51.9z"/></svg>

Before

Width:  |  Height:  |  Size: 494 B

-1
View File
@@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path d="M372.3 100.3l-88.6-88.6C276.2 4.2 266 0 255.4 0H40C17.9 0 0 17.9 0 40v432c0 22.1 17.9 40 40 40h304c22.1 0 40-17.9 40-40V128.6c0-10.6-4.2-20.8-11.7-28.3zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48z"/><path d="M280 240H104c-4.4 0-8 3.6-8 8v32c0 4.4 3.6 8 8 8h176c4.4 0 8-3.6 8-8v-32c0-4.4-3.6-8-8-8zM280 320H104c-4.4 0-8 3.6-8 8v32c0 4.4 3.6 8 8 8h176c4.4 0 8-3.6 8-8v-32c0-4.4-3.6-8-8-8z"/></svg>

Before

Width:  |  Height:  |  Size: 504 B

-1
View File
@@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path d="M372.3 100.3l-88.6-88.6C276.2 4.2 266 0 255.4 0H40C17.9 0 0 17.9 0 40v432c0 22.1 17.9 40 40 40h304c22.1 0 40-17.9 40-40V128.6c0-10.6-4.2-20.8-11.7-28.3zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48z"/></svg>

Before

Width:  |  Height:  |  Size: 314 B

BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M256 512c-36.2 0-68.2-18.6-86.7-46.7-33.1 6.8-68.7-2.6-94.3-28.3-25.6-25.6-35.1-61.4-28.3-94.3C18.7 324.3 0 292.3 0 256c0-36.2 18.6-68.2 46.7-86.7-6.8-32.8 2.6-68.7 28.3-94.3 25.6-25.6 61.4-35.1 94.3-28.3C187.7 18.7 219.7 0 256 0c36.3 0 68.2 18.7 86.7 46.7 32.8-6.8 68.7 2.6 94.3 28.3 25.6 25.6 35.1 61.4 28.3 94.3 27.9 18.3 46.7 50.2 46.7 86.7 0 36.2-18.6 68.2-46.7 86.7 6.8 32.8-2.6 68.7-28.3 94.3-25.6 25.6-61.2 35.1-94.3 28.3-18.4 27.9-50.3 46.7-86.7 46.7zm-61.2-108.2c6.5 17.4 15.9 60.2 61.2 60.2 43.9 0 53.5-39.6 61.2-60.2 30.5 13.8 57.8 27.3 85.8-.7 31-31 9.8-65.9.7-85.8 17.4-6.5 60.2-15.9 60.2-61.2 0-43.9-39.6-53.5-60.2-61.2 7.7-16.9 31.3-53.8-.7-85.8-31-31-65.9-9.8-85.8-.7C310.7 90.8 301.3 48 256 48c-43.9 0-53.5 39.6-61.2 60.2-16.9-7.7-53.8-31.3-85.8.7-31 31-9.8 65.9-.7 85.8-17.5 6.6-60.3 16-60.3 61.3 0 43.9 39.6 53.5 60.2 61.2-7.7 16.9-31.3 53.8.7 85.8 31 31 64.8 10.4 85.9.8z"/><path d="M236.7 376.5l-107.8-70.6c-5.5-3.6-7.1-11.1-3.5-16.6l17.5-26.8c3.6-5.5 11.1-7.1 16.6-3.5l71 46.5L339.7 139c3.6-5.5 11.1-7.1 16.6-3.5l26.8 17.5c5.5 3.6 7.1 11.1 3.5 16.6L253.3 373c-3.6 5.6-11 7.1-16.6 3.5z"/></svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M256 512c-36.2 0-68.2-18.6-86.7-46.7-33.1 6.8-68.7-2.6-94.3-28.3-25.6-25.6-35.1-61.4-28.3-94.3C18.7 324.3 0 292.3 0 256c0-36.2 18.6-68.2 46.7-86.7-6.8-32.8 2.6-68.7 28.3-94.3 25.6-25.6 61.4-35.1 94.3-28.3C187.7 18.7 219.7 0 256 0c36.3 0 68.2 18.7 86.7 46.7 32.8-6.8 68.7 2.6 94.3 28.3 25.6 25.6 35.1 61.4 28.3 94.3 27.9 18.3 46.7 50.2 46.7 86.7 0 36.2-18.6 68.2-46.7 86.7 6.8 32.8-2.6 68.7-28.3 94.3-25.6 25.6-61.2 35.1-94.3 28.3-18.4 27.9-50.3 46.7-86.7 46.7zm-61.2-108.2c6.5 17.4 15.9 60.2 61.2 60.2 43.9 0 53.5-39.6 61.2-60.2 30.5 13.8 57.8 27.3 85.8-.7 31-31 9.8-65.9.7-85.8 17.4-6.5 60.2-15.9 60.2-61.2 0-43.9-39.6-53.5-60.2-61.2 7.7-16.9 31.3-53.8-.7-85.8-31-31-65.9-9.8-85.8-.7C310.7 90.8 301.3 48 256 48c-43.9 0-53.5 39.6-61.2 60.2-16.9-7.7-53.8-31.3-85.8.7-31 31-9.8 65.9-.7 85.8-17.5 6.6-60.3 16-60.3 61.3 0 43.9 39.6 53.5 60.2 61.2-7.7 16.9-31.3 53.8.7 85.8 31 31 64.8 10.4 85.9.8z"/></svg>

After

Width:  |  Height:  |  Size: 973 B

Before

Width:  |  Height:  |  Size: 371 B

After

Width:  |  Height:  |  Size: 371 B

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Before

Width:  |  Height:  |  Size: 596 B

After

Width:  |  Height:  |  Size: 596 B

Before

Width:  |  Height:  |  Size: 786 B

After

Width:  |  Height:  |  Size: 786 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><style>.st0{opacity:.5}.st1{fill:none}</style><path d="M256 408c-66.2 0-120-53.8-120-120s53.8-120 120-120 120 53.8 120 120-53.8 120-120 120zm0-192c-39.7 0-72 32.3-72 72s32.3 72 72 72 72-32.3 72-72-32.3-72-72-72z"/><path d="M216 304c-8.8 0-16-7.2-16-16 0-30.9 25.1-56 56-56 8.8 0 16 7.2 16 16s-7.2 16-16 16c-13.2 0-24 10.8-24 24 0 8.8-7.2 16-16 16z"/><path d="M342.7 143H464v288H48V143h121.3l24-64h125.5l23.9 64zM324.3 31h-131c-20 0-37.9 12.4-44.9 31.1L136 95H48c-26.5 0-48 21.5-48 48v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V143c0-26.5-21.5-48-48-48h-88l-14.3-38c-5.8-15.7-20.7-26-37.4-26z"/></svg>

After

Width:  |  Height:  |  Size: 670 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><style>.st0{fill:none}</style><path d="M154 80H38c-3.3 0-6-2.7-6-6V38c0-3.3 2.7-6 6-6h116c3.3 0 6 2.7 6 6v36c0 3.3-2.7 6-6 6z"/><path d="M464 32H256c-15.1 0-29.3 7.1-38.4 19.2L184 96H48c-26.5 0-48 21.5-48 48v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 400H48V144h416v288zm0-336H244l12-16h208v16z"/><path d="M256 408c-66.2 0-120-53.8-120-120s53.8-120 120-120 120 53.8 120 120-53.8 120-120 120zm0-192c-39.7 0-72 32.3-72 72s32.3 72 72 72 72-32.3 72-72-32.3-72-72-72z"/><path d="M216 304c-8.8 0-16-7.2-16-16 0-30.9 25.1-56 56-56 8.8 0 16 7.2 16 16s-7.2 16-16 16c-13.2 0-24 10.8-24 24 0 8.8-7.2 16-16 16z"/></svg>

After

Width:  |  Height:  |  Size: 704 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><style>.st0{opacity:.5}.st1{fill:none}</style><path d="M342.7 144H464v288H48V144h121.3l24-64h125.5l23.9 64zM324.3 32h-131c-20 0-37.9 12.4-44.9 31.1L136 96H48c-26.5 0-48 21.5-48 48v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V144c0-26.5-21.5-48-48-48h-88l-14.3-38c-5.8-15.7-20.7-26-37.4-26z"/><path d="M256 408c-66.2 0-120-53.8-120-120s53.8-120 120-120 120 53.8 120 120-53.8 120-120 120zm0-192c-39.7 0-72 32.3-72 72s32.3 72 72 72 72-32.3 72-72-32.3-72-72-72z"/></svg>

After

Width:  |  Height:  |  Size: 534 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><style>.st0{fill-rule:evenodd;clip-rule:evenodd;fill:none}</style><path d="M256 56c110.5 0 200 89.5 200 200s-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56m0-48C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z"/><path d="M236.7 382l-107.8-70.6c-5.5-3.6-7.1-11.1-3.5-16.6L143 268c3.6-5.5 11.1-7.1 16.6-3.5l71 46.5 109.1-166.5c3.6-5.5 11.1-7.1 16.6-3.5l26.8 17.5c5.5 3.6 7.1 11.1 3.5 16.6L253.3 378.6c-3.6 5.5-11 7.1-16.6 3.4z"/></svg>

After

Width:  |  Height:  |  Size: 512 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><style>.st0{fill-rule:evenodd;clip-rule:evenodd;fill:none}</style><path d="M400 80v352H48V80h352m0-48H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z"/><path d="M204.7 376.5L96.9 305.8c-5.5-3.6-7.1-11.1-3.5-16.6l17.5-26.8c3.6-5.5 11.1-7.1 16.6-3.5l71 46.5L307.7 139c3.6-5.5 11.1-7.1 16.6-3.5l26.8 17.5c5.5 3.6 7.1 11.1 3.5 16.6L221.3 373c-3.6 5.6-11 7.1-16.6 3.5z"/></svg>

After

Width:  |  Height:  |  Size: 485 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><style>.st0{fill-rule:evenodd;clip-rule:evenodd;fill:none}</style><path d="M214.8 477.9L18.4 349.2c-5.8-3.8-7.4-11.6-3.6-17.4l18.3-28c3.8-5.8 11.6-7.4 17.4-3.6l158 103.5 239.8-366c3.8-5.8 11.6-7.4 17.4-3.6l28 18.3c5.8 3.8 7.4 11.6 3.6 17.4L232.2 474.3c-3.8 5.8-11.6 7.4-17.4 3.6z"/></svg>

After

Width:  |  Height:  |  Size: 351 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><style>.st0{fill:none}</style><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200z"/></svg>

After

Width:  |  Height:  |  Size: 263 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M256 48c60.3 0 101.3 60.9 79.6 116.5L321 201.9c-1.6 4 1.4 8.2 5.6 8.2.3 0 .5 0 .8-.1l39.8-5.3c3.9-.5 7.7-.8 11.5-.8 46.8 0 85.5 38.2 85.3 85.8-.2 47.3-39.4 85.1-86.6 85.1h-.8c-38.1-.3-48.9-6-78.4-36.2-1.2-1.3-2.7-1.8-4.2-1.8-3.1 0-6 2.4-6 6V360c0 37.7-2.3 48.8 24.7 82.9 6.8 8.5.7 21.1-10.2 21.1h-93.1c-10.9 0-16.9-12.6-10.2-21.1 27-34 24.7-45.2 24.7-82.9v-17.1c0-3.6-3-6-6-6-1.5 0-3 .6-4.2 1.8-29.2 29.9-40.1 35.8-78.3 36.2h-.8c-47.2 0-86.5-37.9-86.6-85.2-.1-47.5 38.6-85.6 85.3-85.6 3.8 0 7.6.2 11.5.8l39.8 5.3c.3 0 .5.1.8.1 4.1 0 7.1-4.2 5.6-8.2l-14.6-37.4C154.6 108.8 195.8 48 256 48m0-48c-22.4 0-44.5 5.6-63.9 16.2-18.3 10-34.3 24.6-46.2 42-11.9 17.4-19.6 37.6-22.3 58.4-1.7 13.2-1.4 26.6.9 39.7-14.8 1-29.3 4.4-43.1 10.3-15.9 6.8-30.2 16.4-42.4 28.7-25.2 25.3-39.1 58.8-39 94.5.2 73.4 60.5 133.1 134.6 133.1h1.2c6.9-.1 13.5-.3 19.9-.8-3.9 7.2-6.3 15.2-7.1 23.5-1 11 1 22.1 5.9 32 4.8 10 12.2 18.4 21.4 24.5 9.9 6.5 21.5 10 33.5 10h93.1c12 0 23.6-3.5 33.5-10 9.2-6.1 16.6-14.5 21.4-24.5 4.8-10 6.8-21 5.9-32-.7-8.3-3.2-16.2-7.1-23.5 6.4.5 13 .8 20 .8h1.2c73.9 0 134.3-59.6 134.6-132.9.1-35.7-13.7-69.3-38.9-94.6-12.3-12.3-26.5-22-42.5-28.7-13.8-5.9-28.3-9.3-43.1-10.3 2.3-13.1 2.6-26.5.9-39.7-2.7-20.8-10.4-41-22.3-58.4s-27.9-31.9-46.2-41.9C300.5 5.6 278.4 0 256 0z"/></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

Before

Width:  |  Height:  |  Size: 604 B

After

Width:  |  Height:  |  Size: 604 B

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><style>.st0{fill:none}</style><path d="M512 32H112c-8.8 0-16 7.2-16 16v256c0 44.2 35.8 80 80 80h224c44.2 0 80-35.8 80-80v-16h32c70.6 0 128-57.4 128-128S582.6 32 512 32zm-80 272c0 17.6-14.4 32-32 32H176c-17.6 0-32-14.4-32-32V80h288v224zm80-64h-32V80h32c44.1 0 80 35.9 80 80s-35.9 80-80 80zM568 480H40c-22.1 0-40-17.9-40-40 0-4.4 3.6-8 8-8h592c4.4 0 8 3.6 8 8 0 22.1-17.9 40-40 40z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><style>.st0{fill:none}</style><path d="M512 32H112c-8.8 0-16 7.2-16 16v256c0 44.2 35.8 80 80 80h224c44.2 0 80-35.8 80-80v-16h32c70.6 0 128-57.4 128-128S582.6 32 512 32zm-80 272c0 17.6-14.4 32-32 32H176c-17.6 0-32-14.4-32-32V80h288v224zm80-64h-32V80h32c44.1 0 80 35.9 80 80s-35.9 80-80 80zM567.8 480H40.2c-37.3 0-50.2-48-32-48h591.7c18.1 0 5.2 48-32.1 48z"/></svg>

Before

Width:  |  Height:  |  Size: 451 B

After

Width:  |  Height:  |  Size: 426 B

Before

Width:  |  Height:  |  Size: 633 B

After

Width:  |  Height:  |  Size: 633 B

Before

Width:  |  Height:  |  Size: 531 B

After

Width:  |  Height:  |  Size: 531 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M189.5 496L11 285.7c-14.6-17.2-14.6-42.2 0-59.5L189.5 16c18.1-21.4 50.9-21.3 69 0L437 226.3c14.6 17.2 14.6 42.2 0 59.5L258.5 496c-18.1 21.4-50.9 21.3-69 0zM48 256l176 206.5L400 256 224 49.5 48 256z"/></svg>

After

Width:  |  Height:  |  Size: 278 B

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M400 350.5V464H48V112h241.5c2.1 0 4.2-.8 5.7-2.3l32-32c5-5 1.5-13.7-5.7-13.7H40C17.9 64 0 81.9 0 104v368c0 22.1 17.9 40 40 40h368c22.1 0 40-17.9 40-40V318.5c0-7.1-8.6-10.7-13.7-5.7l-32 32c-1.5 1.6-2.3 3.6-2.3 5.7z"/><path d="M558.9 60.3l-43.2-43.2c-22.9-22.9-59.9-22.9-82.7 0L170.3 279.8l-10 90.4c-2.9 26.4 19.4 48.5 45.6 45.6l90.4-10 262.6-262.6c22.8-22.9 22.8-60 0-82.9zM274.2 359.8l-65.3 7.3 7.3-65.3L402 115.9l58.1 58.1-185.9 185.8zm250.7-250.7l-30.9 31L436 82l30.9-30.9c4.1-4.1 10.7-4.1 14.8 0l43.2 43.2c4.1 4.1 4.1 10.7 0 14.8z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M400 350.5V464H48V112h241.5c2.1 0 4.2-.8 5.7-2.3l32-32c5-5 1.5-13.7-5.7-13.7H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V318.5c0-7.1-8.6-10.7-13.7-5.7l-32 32c-1.5 1.6-2.3 3.6-2.3 5.7z"/><path d="M558.9 60.3l-43.2-43.2c-22.9-22.9-59.9-22.9-82.7 0L170.3 279.8l-10 90.4c-2.9 26.4 19.4 48.5 45.6 45.6l90.4-10 262.6-262.6c22.8-22.9 22.8-60 0-82.9zM274.2 359.8l-65.3 7.3 7.3-65.3L402 115.9l58.1 58.1-185.9 185.8zm250.7-250.7l-30.9 31L436 82l30.9-30.9c4.1-4.1 10.7-4.1 14.8 0l43.2 43.2c4.1 4.1 4.1 10.7 0 14.8z"/></svg>

Before

Width:  |  Height:  |  Size: 614 B

After

Width:  |  Height:  |  Size: 614 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><style>.st0{fill:none}</style><path d="M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm0 336H48V223.7c23 17 55.8 41 106.4 77.7C176.2 317.3 213.8 352 256 352c41.7 0 78.2-33.5 101.6-50.6 50.5-36.7 83.4-60.7 106.4-77.7V400zm0-236.1c-22.4 16.9-58.2 43.2-134.6 98.7-17.8 13-49.7 41.4-73.4 41.4-23.6 0-55.5-28.3-73.4-41.4-76.4-55.5-112.2-81.8-134.6-98.7V112h416v51.9z"/></svg>

After

Width:  |  Height:  |  Size: 493 B

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><style>.st0{fill-rule:evenodd;clip-rule:evenodd}</style><path d="M252.3 200.4l7.1 128c.2 4.2 3.7 7.6 8 7.6h41.2c4.2 0 7.8-3.3 8-7.6l7.1-128c.3-4.6-3.4-8.4-8-8.4h-55.4c-4.6 0-8.3 3.9-8 8.4z"/><circle class="st0" cx="288" cy="392" r="40"/><path d="M570.6 452.1l-248-432c-15.3-26.7-54-26.8-69.4 0l-248 432C-9.9 478.7 9.4 512 40 512h496c30.7 0 49.9-33.3 34.6-59.9zM53.8 464L288 56.1 522.2 464H53.8z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><style>.st0{fill-rule:evenodd;clip-rule:evenodd}</style><path d="M252.3 200.4l7.1 128c.2 4.2 3.7 7.6 8 7.6h41.2c4.2 0 7.8-3.3 8-7.6l7.1-128c.3-4.6-3.4-8.4-8-8.4h-55.4c-4.6 0-8.3 3.9-8 8.4z"/><circle class="st0" cx="288" cy="392" r="40"/><path d="M329.6 24c-18.4-32-64.7-32-83.2 0L6.5 440c-18.4 31.9 4.6 72 41.6 72H528c36.9 0 60-40 41.6-72l-240-416zM48 464L288 48l240 416H48z"/></svg>

Before

Width:  |  Height:  |  Size: 466 B

After

Width:  |  Height:  |  Size: 446 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path d="M280 240H104c-4.4 0-8 3.6-8 8v32c0 4.4 3.6 8 8 8h176c4.4 0 8-3.6 8-8v-32c0-4.4-3.6-8-8-8zM280 320H104c-4.4 0-8 3.6-8 8v32c0 4.4 3.6 8 8 8h176c4.4 0 8-3.6 8-8v-32c0-4.4-3.6-8-8-8z"/><path d="M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48z"/></svg>

After

Width:  |  Height:  |  Size: 495 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path d="M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48z"/></svg>

After

Width:  |  Height:  |  Size: 305 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><style>.st0{fill:none}</style><path d="M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm288 208c0 6.6-5.4 12-12 12H140c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h232c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H140c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h232c6.6 0 12 5.4 12 12v96zm96 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z"/></svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M437.2 403.5L320 215V48h16c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16H112c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h16v167L10.8 403.5C-18.5 450.6 15.3 512 70.9 512h306.2c55.7 0 89.4-61.5 60.1-108.5zM377.1 464H70.9c-18.1 0-28.7-20.1-19.3-35.2l117.2-188.5c4.7-7.6 7.2-16.4 7.2-25.3V48h96v167c0 9 2.5 17.7 7.2 25.3l117.2 188.5c9.4 15.1-1.1 35.2-19.3 35.2z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M437.2 403.5L320 215V48h20c6.6 0 12-5.4 12-12V12c0-6.6-5.4-12-12-12H108c-6.6 0-12 5.4-12 12v24c0 6.6 5.4 12 12 12h20v167L10.8 403.5C-18.5 450.6 15.3 512 70.9 512h306.2c55.7 0 89.4-61.5 60.1-108.5zM377.1 464H70.9c-18.1 0-28.7-20.1-19.3-35.2l117.2-188.5c4.7-7.6 7.2-16.4 7.2-25.3V48h96v167c0 9 2.5 17.7 7.2 25.3l117.2 188.5c9.4 15.1-1.1 35.2-19.3 35.2z"/></svg>

Before

Width:  |  Height:  |  Size: 431 B

After

Width:  |  Height:  |  Size: 431 B

Before

Width:  |  Height:  |  Size: 763 B

After

Width:  |  Height:  |  Size: 763 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><style>.st0{fill:none}</style><path d="M257.3 475.4L92.5 313.6C85.4 307 24 248.1 24 174.8 24 84.1 80.8 24 176 24c41.4 0 80.6 22.8 112 49.8 31.3-27 70.6-49.8 112-49.8 91.7 0 152 56.5 152 150.8 0 52-31.8 103.5-68.1 138.7l-.4.4-164.8 161.5a43.7 43.7 0 0 1-61.4 0zM125.9 279.1L288 438.3l161.8-158.7c27.3-27 54.2-66.3 54.2-104.8C504 107.9 465.8 72 400 72c-47.2 0-92.8 49.3-112 68.4-17-17-64-68.4-112-68.4-65.9 0-104 35.9-104 102.8 0 37.3 26.7 78.9 53.9 104.3z"/></svg>

After

Width:  |  Height:  |  Size: 526 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><style>.st0{fill:none}</style><path d="M441.5 39.8C432.9 25.1 417.1 16 400 16H176c-17.1 0-32.9 9.1-41.5 23.8l-112 192c-8.7 14.9-8.7 33.4 0 48.4l112 192c8.6 14.7 24.4 23.8 41.5 23.8h224c17.1 0 32.9-9.1 41.5-23.8l112-192c8.7-14.9 8.7-33.4 0-48.4l-112-192zM400 448H176L64 256 176 64h224l112 192-112 192z"/></svg>

After

Width:  |  Height:  |  Size: 372 B

Before

Width:  |  Height:  |  Size: 579 B

After

Width:  |  Height:  |  Size: 579 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M312 64.4c0-2.5 3.8-12.7 17.2-18.3 12.2-5.1 18-19.1 12.9-31.4-5.1-12.2-19.2-18-31.4-12.9-31.1 13-47.1 41-46.8 62.6C66.7 71.2 0 162.3 0 288c0 130.7 72 224 288 224s288-93.3 288-224c0-125.7-66.7-216.8-264-223.6zM288 464c-142.5 0-240-37.6-240-176 0-139 97.9-176 240-176 142.5 0 240 37.6 240 176 0 139-97.9 176-240 176z"/><path d="M160 288h96c6.2 0 10.1-6.8 6.9-12.1l-48-80c-3.1-5.2-10.6-5.2-13.7 0l-48 80c-3.3 5.3.6 12.1 6.8 12.1zM320 288h96c6.2 0 10.1-6.8 6.9-12.1l-48-80c-3.1-5.2-10.6-5.2-13.7 0l-48 80c-3.3 5.3.6 12.1 6.8 12.1zM453.3 312.5C412.2 327.4 351.9 336 288 336v26c0 3.3-2.7 6-6 6h-20c-3.3 0-6-2.7-6-6v-26.7c-51.7-2.4-99.1-10.4-133.3-22.8-6.1-2.2-12.2 3.4-10.4 9.7 10.7 37.3 43.3 62.2 79.7 76.6V374c0-3.3 2.7-6 6-6h20c3.3 0 6 2.7 6 6v34.7c20.2 4.7 41.9 7.3 64 7.3s43.8-2.5 64-7.3V374c0-3.3 2.7-6 6-6h20c3.3 0 6 2.7 6 6v24.8c36.4-14.4 69-39.3 79.7-76.6 1.8-6.3-4.3-11.9-10.4-9.7z"/></svg>

After

Width:  |  Height:  |  Size: 966 B

Before

Width:  |  Height:  |  Size: 862 B

After

Width:  |  Height:  |  Size: 862 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M224 412c-15.5 0-28-12.5-28-28v-64c0-15.5 12.5-28 28-28s28 12.5 28 28v64c0 15.5-12.5 28-28 28z"/><path d="M400 192h-32v-46.6C368 65.8 304 .2 224.4 0 144.8-.2 80 64.5 80 144v48H48c-26.5 0-48 21.5-48 48v224c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V240c0-26.5-21.5-48-48-48zm-272-48c0-52.9 43.1-96 96-96s96 43.1 96 96v48H128v-48zm272 320H48V240h352v224z"/></svg>

After

Width:  |  Height:  |  Size: 436 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M400 192h-32v-46.6C368 65.8 304 .2 224.4 0 144.8-.2 80 64.5 80 144v48H48c-26.5 0-48 21.5-48 48v224c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V240c0-26.5-21.5-48-48-48zm-272-48c0-52.9 43.1-96 96-96s96 43.1 96 96v48H128v-48zm272 320H48V240h352v224z"/></svg>

After

Width:  |  Height:  |  Size: 330 B

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M508 26.6C517.1 16.3 509.7 0 496 0H16C2.3 0-5.1 16.3 4 26.6L232 285v187H124c-15.5 0-28 12.5-28 28 0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12 0-15.5-12.5-28-28-28H280V285L508 26.6zM425.1 48L256 239.6 86.9 48h338.2z"/></svg>

After

Width:  |  Height:  |  Size: 293 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><style>.st0{fill:none}</style><path d="M372 284c6.6 0 12-5.4 12-12v-32c0-6.6-5.4-12-12-12H140c-6.6 0-12 5.4-12 12v32c0 6.6 5.4 12 12 12h232z"/><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200z"/></svg>

After

Width:  |  Height:  |  Size: 376 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><style>.st0{fill:none}</style><path d="M441.5 39.8C432.9 25.1 417.1 16 400 16H176c-17.1 0-32.9 9.1-41.5 23.8l-112 192c-8.7 14.9-8.7 33.4 0 48.4l112 192c8.6 14.7 24.4 23.8 41.5 23.8h224c17.1 0 32.9-9.1 41.5-23.8l112-192c8.7-14.9 8.7-33.4 0-48.4l-112-192zM400 448H176L64 256 176 64h224l112 192-112 192z"/><path d="M404 284c6.6 0 12-5.4 12-12v-32c0-6.6-5.4-12-12-12H172c-6.6 0-12 5.4-12 12v32c0 6.6 5.4 12 12 12h232z"/></svg>

After

Width:  |  Height:  |  Size: 485 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M497.9 150.5L361.5 14.1c-9-9-21.2-14.1-33.9-14.1H184.5c-12.7 0-24.9 5.1-33.9 14.1L14.1 150.5c-9 9-14.1 21.2-14.1 33.9v143.1c0 12.7 5.1 24.9 14.1 33.9l136.5 136.5c9 9 21.2 14.1 33.9 14.1h143.1c12.7 0 24.9-5.1 33.9-14.1L498 361.4c9-9 14.1-21.2 14.1-33.9v-143c-.1-12.8-5.2-25-14.2-34zm-33.9 177L327.5 464h-143L48 327.5v-143L184.5 48h143.1L464 184.5v143z"/><path d="M372 284c6.6 0 12-5.4 12-12v-32c0-6.6-5.4-12-12-12H140c-6.6 0-12 5.4-12 12v32c0 6.6 5.4 12 12 12h232z"/></svg>

After

Width:  |  Height:  |  Size: 544 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><style>.st0{fill:none}</style><path d="M400 80v352H48V80h352m0-48H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z"/><path d="M340 284c6.6 0 12-5.4 12-12v-32c0-6.6-5.4-12-12-12H108c-6.6 0-12 5.4-12 12v32c0 6.6 5.4 12 12 12h232z"/></svg>

After

Width:  |  Height:  |  Size: 348 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><style>.st0{fill:none}</style><path d="M436 284c6.6 0 12-5.4 12-12v-32c0-6.6-5.4-12-12-12H12c-6.6 0-12 5.4-12 12v32c0 6.6 5.4 12 12 12h424z"/></svg>

After

Width:  |  Height:  |  Size: 211 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M470.4 1.5l-304 96C153.1 101.7 144 114 144 128v227.1C130 348 113.6 344 96 344c-54.2 0-96 38.1-96 84 0 46.1 42.1 84 96 84 54.2 0 96-38.1 96-84V252.5l272-85.9v124.5c-14-7.1-30.4-11.1-48-11.1-54.2 0-96 38.1-96 84 0 46.1 42.1 84 96 84 54.2 0 96-38.1 96-84V32c0-21.7-21.1-37-41.6-30.5zM464 116.3l-272 85.9v-62.4l272-85.9v62.4zM96 472c-30.9 0-56-19.7-56-44s25.1-44 56-44 56 19.7 56 44-25.1 44-56 44zm320-64c-30.9 0-56-19.7-56-44s25.1-44 56-44 56 19.7 56 44-25.1 44-56 44z"/></svg>

After

Width:  |  Height:  |  Size: 546 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M497.9 150.5L361.5 14.1c-9-9-21.2-14.1-33.9-14.1H184.5c-12.7 0-24.9 5.1-33.9 14.1L14.1 150.5c-9 9-14.1 21.2-14.1 33.9v143.1c0 12.7 5.1 24.9 14.1 33.9l136.5 136.5c9 9 21.2 14.1 33.9 14.1h143.1c12.7 0 24.9-5.1 33.9-14.1L498 361.4c9-9 14.1-21.2 14.1-33.9v-143c-.1-12.8-5.2-25-14.2-34zm-33.9 177L327.5 464h-143L48 327.5v-143L184.5 48h143.1L464 184.5v143z"/></svg>

After

Width:  |  Height:  |  Size: 431 B

Before

Width:  |  Height:  |  Size: 870 B

After

Width:  |  Height:  |  Size: 870 B

Before

Width:  |  Height:  |  Size: 442 B

After

Width:  |  Height:  |  Size: 442 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M492.2 74.3l-54.5-54.5c-26.4-26.4-69.1-26.4-95.5 0L294 68.1l-37-37c-9.4-9.4-24.6-9.4-33.9 0L71.5 182.5c-4.7 4.7-4.7 12.3 0 17l17 17c4.7 4.7 12.3 4.7 17 0L240 81.9l20.1 20.1L12.7 349.3.3 461.2c-3.2 29.2 21.4 53.8 50.5 50.5l111.8-12.4 329.6-329.6c26.4-26.4 26.4-69.1 0-95.4zM140.6 453.4l-92.3 10.3 10.3-92.3L294 135.9l82.1 82.1-235.5 235.4zm317.7-317.6L410 184.1 327.9 102l48.3-48.3c7.6-7.6 20-7.6 27.6 0l54.5 54.5c7.6 7.6 7.6 19.9 0 27.6z"/></svg>

After

Width:  |  Height:  |  Size: 518 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><style>.st0{fill:none}</style><path d="M400 80v352H48V80h352m8-48H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V72c0-22.1-17.9-40-40-40z"/><path d="M238.1 177.9L102.4 313.6l-6.3 57.1c-.8 7.6 5.6 14.1 13.3 13.3l57.1-6.3L302.2 242c2.3-2.3 2.3-6.1 0-8.5L246.7 178c-2.5-2.4-6.3-2.4-8.6-.1zM345 165.1L314.9 135c-9.4-9.4-24.6-9.4-33.9 0l-23.1 23.1c-2.3 2.3-2.3 6.1 0 8.5l55.5 55.5c2.3 2.3 6.1 2.3 8.5 0L345 199c9.3-9.3 9.3-24.5 0-33.9z"/></svg>

After

Width:  |  Height:  |  Size: 528 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M492.2 74.3l-54.5-54.5c-26.4-26.4-69.1-26.4-95.5 0L12.7 349.3.3 461.2c-3.2 29.2 21.5 53.7 50.5 50.5l111.8-12.4 329.6-329.6c26.4-26.4 26.4-69.1 0-95.4zM140.6 453.4l-92.3 10.3 10.3-92.3L294 135.9l82.1 82.1-235.5 235.4zm317.7-317.6L410 184.1 327.9 102l48.3-48.3c7.6-7.6 20-7.6 27.6 0l54.5 54.5c7.6 7.6 7.6 19.9 0 27.6z"/></svg>

After

Width:  |  Height:  |  Size: 396 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M492.2 74.3l-54.5-54.5c-26.4-26.4-69.1-26.4-95.5 0L12.7 349.3.3 461.2c-3.2 29.2 21.5 53.7 50.5 50.5l111.8-12.4 329.6-329.6c26.4-26.4 26.4-69.1 0-95.4zM314 164L140 338c-6.6 6.6-17.4 6.7-24.1 0-6.6-6.6-6.6-17.4 0-24.1l174-174c6.6-6.6 17.4-6.6 24.1 0 6.7 6.7 6.7 17.5 0 24.1zM88 459.3V424H52.7l5.8-52.6L78 351.9l82.1 82.1-19.4 19.4-52.7 5.9zm86-63.3c-6.6-6.6-6.6-17.4 0-24.1l174-174c6.6-6.6 17.4-6.6 24.1 0 6.7 6.7 6.6 17.4 0 24.1L198 396c-6.6 6.7-17.4 6.7-24 0zm284.3-260.2L410 184.1 327.9 102l48.3-48.3c7.6-7.6 20-7.6 27.6 0l54.5 54.5c7.6 7.6 7.6 19.9 0 27.6z"/></svg>

After

Width:  |  Height:  |  Size: 639 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M492.2 74.3l-54.5-54.5c-26.4-26.4-69.1-26.4-95.5 0L12.7 349.3.3 461.2c-3.2 29.2 21.5 53.7 50.5 50.5l111.8-12.4 329.6-329.6c26.4-26.4 26.4-69.1 0-95.4zM88 459.3V424H52.7l5.8-52.6L78 351.9l82.1 82.1-19.4 19.4-52.7 5.9zm106-59.2L111.9 318 294 135.9l82.1 82.1L194 400.1zm264.3-264.3L410 184.1 327.9 102l48.3-48.3c7.6-7.6 20-7.6 27.6 0l54.5 54.5c7.6 7.6 7.6 19.9 0 27.6z"/></svg>

After

Width:  |  Height:  |  Size: 446 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><style>.st0{fill:none}</style><path d="M372 228h-88v-88c0-6.6-5.4-12-12-12h-32c-6.6 0-12 5.4-12 12v88h-88c-6.6 0-12 5.4-12 12v32c0 6.6 5.4 12 12 12h88v88c0 6.6 5.4 12 12 12h32c6.6 0 12-5.4 12-12v-88h88c6.6 0 12-5.4 12-12v-32c0-6.6-5.4-12-12-12z"/><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200z"/></svg>

After

Width:  |  Height:  |  Size: 480 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><style>.st0{fill:none}</style><path d="M441.5 39.8C432.9 25.1 417.1 16 400 16H176c-17.1 0-32.9 9.1-41.5 23.8l-112 192c-8.7 14.9-8.7 33.4 0 48.4l112 192c8.6 14.7 24.4 23.8 41.5 23.8h224c17.1 0 32.9-9.1 41.5-23.8l112-192c8.7-14.9 8.7-33.4 0-48.4l-112-192zM400 448H176L64 256 176 64h224l112 192-112 192z"/><path d="M404 228h-88v-88c0-6.6-5.4-12-12-12h-32c-6.6 0-12 5.4-12 12v88h-88c-6.6 0-12 5.4-12 12v32c0 6.6 5.4 12 12 12h88v88c0 6.6 5.4 12 12 12h32c6.6 0 12-5.4 12-12v-88h88c6.6 0 12-5.4 12-12v-32c0-6.6-5.4-12-12-12z"/></svg>

After

Width:  |  Height:  |  Size: 589 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M497.9 150.5L361.5 14.1c-9-9-21.2-14.1-33.9-14.1H184.5c-12.7 0-24.9 5.1-33.9 14.1L14.1 150.5c-9 9-14.1 21.2-14.1 33.9v143.1c0 12.7 5.1 24.9 14.1 33.9l136.5 136.5c9 9 21.2 14.1 33.9 14.1h143.1c12.7 0 24.9-5.1 33.9-14.1L498 361.4c9-9 14.1-21.2 14.1-33.9v-143c-.1-12.8-5.2-25-14.2-34zm-33.9 177L327.5 464h-143L48 327.5v-143L184.5 48h143.1L464 184.5v143z"/><path d="M372 228h-88v-88c0-6.6-5.4-12-12-12h-32c-6.6 0-12 5.4-12 12v88h-88c-6.6 0-12 5.4-12 12v32c0 6.6 5.4 12 12 12h88v88c0 6.6 5.4 12 12 12h32c6.6 0 12-5.4 12-12v-88h88c6.6 0 12-5.4 12-12v-32c0-6.6-5.4-12-12-12z"/></svg>

After

Width:  |  Height:  |  Size: 648 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><style>.st0{fill:none}</style><path d="M400 80v352H48V80h352m0-48H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z"/><path d="M340 228h-88v-88c0-6.6-5.4-12-12-12h-32c-6.6 0-12 5.4-12 12v88h-88c-6.6 0-12 5.4-12 12v32c0 6.6 5.4 12 12 12h88v88c0 6.6 5.4 12 12 12h32c6.6 0 12-5.4 12-12v-88h88c6.6 0 12-5.4 12-12v-32c0-6.6-5.4-12-12-12z"/></svg>

After

Width:  |  Height:  |  Size: 452 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><style>.st0{fill:none}</style><path d="M436 228H252V44c0-6.6-5.4-12-12-12h-32c-6.6 0-12 5.4-12 12v184H12c-6.6 0-12 5.4-12 12v32c0 6.6 5.4 12 12 12h184v184c0 6.6 5.4 12 12 12h32c6.6 0 12-5.4 12-12V284h184c6.6 0 12-5.4 12-12v-32c0-6.6-5.4-12-12-12z"/></svg>

After

Width:  |  Height:  |  Size: 318 B

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Before

Width:  |  Height:  |  Size: 485 B

After

Width:  |  Height:  |  Size: 485 B

Before

Width:  |  Height:  |  Size: 740 B

After

Width:  |  Height:  |  Size: 740 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M312 196v24c0 6.6-5.4 12-12 12H116c-6.6 0-12-5.4-12-12v-24c0-6.6 5.4-12 12-12h184c6.6 0 12 5.4 12 12z"/><path d="M508.5 468.9L387.1 347.5c-2.3-2.3-5.3-3.5-8.5-3.5h-13.2c31.5-36.5 50.6-84 50.6-136C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c52 0 99.5-19.1 136-50.6v13.2c0 3.2 1.3 6.2 3.5 8.5l121.4 121.4c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17zM208 368c-88.4 0-160-71.6-160-160S119.6 48 208 48s160 71.6 160 160-71.6 160-160 160z"/></svg>

After

Width:  |  Height:  |  Size: 531 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M300 184h-68v-68c0-6.6-5.4-12-12-12h-24c-6.6 0-12 5.4-12 12v68h-68c-6.6 0-12 5.4-12 12v24c0 6.6 5.4 12 12 12h68v68c0 6.6 5.4 12 12 12h24c6.6 0 12-5.4 12-12v-68h68c6.6 0 12-5.4 12-12v-24c0-6.6-5.4-12-12-12z"/><path d="M508.5 468.9L387.1 347.5c-2.3-2.3-5.3-3.5-8.5-3.5h-13.2c31.5-36.5 50.6-84 50.6-136C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c52 0 99.5-19.1 136-50.6v13.2c0 3.2 1.3 6.2 3.5 8.5l121.4 121.4c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17zM208 368c-88.4 0-160-71.6-160-160S119.6 48 208 48s160 71.6 160 160-71.6 160-160 160z"/></svg>

After

Width:  |  Height:  |  Size: 635 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M508.5 468.9L387.1 347.5c-2.3-2.3-5.3-3.5-8.5-3.5h-13.2c31.5-36.5 50.6-84 50.6-136C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c52 0 99.5-19.1 136-50.6v13.2c0 3.2 1.3 6.2 3.5 8.5l121.4 121.4c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17zM208 368c-88.4 0-160-71.6-160-160S119.6 48 208 48s160 71.6 160 160-71.6 160-160 160z"/></svg>

After

Width:  |  Height:  |  Size: 418 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><style>.st0{fill:none}</style><path d="M237.5 508.3c11.8 4.9 25.1 4.9 36.9 0C360.1 472.6 496 349.3 496 128c0-19.4-11.7-36.9-29.5-44.3l-192-80a48.15 48.15 0 0 0-36.9 0l-192 80C27.7 91.1 16 108.6 16 128c0 198.5 114.5 335.7 221.5 380.3zM256 48l192 80c0 173.8-98.4 297-192 336-97.5-40.6-192-166.7-192-336l192-80z"/><path d="M249.2 378.9l-107.8-70.6c-5.5-3.6-7.1-11.1-3.5-16.6l17.5-26.8c3.6-5.5 11.1-7.1 16.6-3.5l71 46.5 109.1-166.5c3.6-5.5 11.1-7.1 16.6-3.5l26.8 17.5c5.5 3.6 7.1 11.1 3.5 16.6L265.9 375.5c-3.7 5.5-11.1 7.1-16.7 3.4z"/></svg>

After

Width:  |  Height:  |  Size: 601 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><style>.st0{fill:none}</style><path d="M237.5 508.3c11.8 4.9 25.1 4.9 36.9 0C360.1 472.6 496 349.3 496 128c0-19.4-11.7-36.9-29.5-44.3l-192-80a48.15 48.15 0 0 0-36.9 0l-192 80C27.7 91.1 16 108.6 16 128c0 198.5 114.5 335.7 221.5 380.3zM256 48l192 80c0 173.8-98.4 297-192 336-97.5-40.6-192-166.7-192-336l192-80z"/></svg>

After

Width:  |  Height:  |  Size: 380 B

Before

Width:  |  Height:  |  Size: 801 B

After

Width:  |  Height:  |  Size: 801 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M256 48s174.6 167.3 192.2 192c10 14.1 15.9 31.4 15.8 50.1-.3 47.1-39.5 84.8-86.6 84.8h-.8c-38.1-.3-48.9-6-78.4-36.2-1.2-1.3-2.7-1.8-4.2-1.8-3.1 0-6 2.4-6 6V360c0 37.7-2.3 48.8 24.7 82.9 6.8 8.5.7 21.1-10.2 21.1h-93.2c-10.9 0-16.9-12.6-10.2-21.1 27-34 24.7-45.2 24.7-82.9v-17.1c0-3.6-3-6-6-6-1.5 0-3 .6-4.2 1.8-29.2 29.9-40.1 35.8-78.3 36.2h-.8c-47.2 0-86.4-37.8-86.6-85.1-.1-18.7 5.9-36 16-50.1C81.6 215.2 256 48 256 48m0-48c-12 0-23.9 4.5-33.2 13.4-.4.4-44.3 42.5-89.8 87C38.5 193 29.4 205.6 25 211.7c-16.5 22.9-25.1 50-25 78.2.3 73.3 60.6 132.9 134.6 132.9h1.2c7-.1 13.6-.3 20-.8-3.9 7.2-6.3 15.2-7.1 23.5-1 11 1 22.1 5.9 32 4.8 10 12.2 18.4 21.4 24.5 9.9 6.5 21.5 10 33.5 10h93.2c12 0 23.6-3.5 33.5-10 9.2-6.1 16.6-14.5 21.4-24.5 4.8-10 6.8-21 5.9-32-.7-8.3-3.2-16.2-7.1-23.5 6.4.5 13 .8 20 .8h1.2c35.4 0 68.9-13.6 94.3-38.3 25.7-25 40-58.5 40.3-94.1.2-28.2-8.3-55.3-24.7-78.3-4.4-6.1-13.5-18.9-108.2-111.7-45.5-44.6-89.4-86.7-89.9-87.1C279.9 4.4 268 0 256 0z"/></svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><style>.st0{fill:none}</style><path d="M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 400H48V80h352v352z"/></svg>

After

Width:  |  Height:  |  Size: 237 B

Before

Width:  |  Height:  |  Size: 690 B

After

Width:  |  Height:  |  Size: 690 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><style>.st0{fill:none}</style><path d="M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z"/></svg>

After

Width:  |  Height:  |  Size: 479 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><style>.st0{fill:none}</style><path d="M488 448H24c-13.3 0-24-10.7-24-24V88c0-13.3 10.7-24 24-24h464c13.3 0 24 10.7 24 24v336c0 13.3-10.7 24-24 24zM48 124v96c0 6.6 5.4 12 12 12h160c6.6 0 12-5.4 12-12v-96c0-6.6-5.4-12-12-12H60c-6.6 0-12 5.4-12 12zm12 276h160c6.6 0 12-5.4 12-12v-96c0-6.6-5.4-12-12-12H60c-6.6 0-12 5.4-12 12v96c0 6.6 5.4 12 12 12zm404-12v-96c0-6.6-5.4-12-12-12H292c-6.6 0-12 5.4-12 12v96c0 6.6 5.4 12 12 12h160c6.6 0 12-5.4 12-12zm0-168v-96c0-6.6-5.4-12-12-12H292c-6.6 0-12 5.4-12 12v96c0 6.6 5.4 12 12 12h160c6.6 0 12-5.4 12-12z"/></svg>

After

Width:  |  Height:  |  Size: 616 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><style>.st0{fill:none}</style><path d="M488 448H24c-13.3 0-24-10.7-24-24V88c0-13.3 10.7-24 24-24h464c13.3 0 24 10.7 24 24v336c0 13.3-10.7 24-24 24zm-28-344H209.3c-6.6 0-12 5.4-12 12v50.7c0 6.6 5.4 12 12 12H460c6.6 0 12-5.4 12-12V116c0-6.6-5.4-12-12-12zm0 114.7H209.3c-6.6 0-12 5.4-12 12v50.7c0 6.6 5.4 12 12 12H460c6.6 0 12-5.4 12-12v-50.7c0-6.7-5.4-12-12-12zM40 116v50.7c0 6.6 5.4 12 12 12h93.3c6.6 0 12-5.4 12-12V116c0-6.6-5.4-12-12-12H52c-6.6 0-12 5.4-12 12zm0 114.7v50.7c0 6.6 5.4 12 12 12h93.3c6.6 0 12-5.4 12-12v-50.7c0-6.6-5.4-12-12-12H52c-6.6 0-12 5.3-12 12zM52 408h93.3c6.6 0 12-5.4 12-12v-50.7c0-6.6-5.4-12-12-12H52c-6.6 0-12 5.4-12 12V396c0 6.6 5.4 12 12 12zm157.3 0H460c6.6 0 12-5.4 12-12v-50.7c0-6.6-5.4-12-12-12H209.3c-6.6 0-12 5.4-12 12V396c0 6.6 5.4 12 12 12z"/></svg>

After

Width:  |  Height:  |  Size: 847 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><style>.st0{fill:none}</style><path d="M488 448H24c-13.3 0-24-10.7-24-24V88c0-13.3 10.7-24 24-24h464c13.3 0 24 10.7 24 24v336c0 13.3-10.7 24-24 24zM302.7 104h-93.3c-6.6 0-12 5.4-12 12v50.7c0 6.6 5.4 12 12 12h93.3c6.6 0 12-5.4 12-12V116c0-6.6-5.4-12-12-12zm0 114.7h-93.3c-6.6 0-12 5.4-12 12v50.7c0 6.6 5.4 12 12 12h93.3c6.6 0 12-5.4 12-12v-50.7c0-6.7-5.4-12-12-12zM40 116v50.7c0 6.6 5.4 12 12 12h93.3c6.6 0 12-5.4 12-12V116c0-6.6-5.4-12-12-12H52c-6.6 0-12 5.4-12 12zm0 114.7v50.7c0 6.6 5.4 12 12 12h93.3c6.6 0 12-5.4 12-12v-50.7c0-6.6-5.4-12-12-12H52c-6.6 0-12 5.3-12 12zM52 408h93.3c6.6 0 12-5.4 12-12v-50.7c0-6.6-5.4-12-12-12H52c-6.6 0-12 5.4-12 12V396c0 6.6 5.4 12 12 12zm157.3 0h93.3c6.6 0 12-5.4 12-12v-50.7c0-6.6-5.4-12-12-12h-93.3c-6.6 0-12 5.4-12 12V396c0 6.6 5.4 12 12 12zM472 396v-50.7c0-6.6-5.4-12-12-12h-93.3c-6.6 0-12 5.4-12 12V396c0 6.6 5.4 12 12 12H460c6.6 0 12-5.4 12-12zm0-114.7v-50.7c0-6.6-5.4-12-12-12h-93.3c-6.6 0-12 5.4-12 12v50.7c0 6.6 5.4 12 12 12H460c6.6 0 12-5.3 12-12zm0-114.6V116c0-6.6-5.4-12-12-12h-93.3c-6.6 0-12 5.4-12 12v50.7c0 6.6 5.4 12 12 12H460c6.6 0 12-5.4 12-12z"/></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

Before

Width:  |  Height:  |  Size: 831 B

After

Width:  |  Height:  |  Size: 831 B

Before

Width:  |  Height:  |  Size: 854 B

After

Width:  |  Height:  |  Size: 854 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><style>.st0{fill:none}</style><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200z"/><path d="M357.8 176.8l-22.6-22.6c-4.7-4.7-12.3-4.7-17 0L256 216.4l-62.2-62.2c-4.7-4.7-12.3-4.7-17 0l-22.6 22.6c-4.7 4.7-4.7 12.3 0 17l62.2 62.2-62.2 62.2c-4.7 4.7-4.7 12.3 0 17l22.6 22.6c4.7 4.7 12.3 4.7 17 0l62.2-62.2 62.2 62.2c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17L295.6 256l62.2-62.2c4.7-4.7 4.7-12.3 0-17z"/></svg>

After

Width:  |  Height:  |  Size: 591 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><style>.st0{fill:none}</style><path d="M441.5 39.8C432.9 25.1 417.1 16 400 16H176c-17.1 0-32.9 9.1-41.5 23.8l-112 192c-8.7 14.9-8.7 33.4 0 48.4l112 192c8.6 14.7 24.4 23.8 41.5 23.8h224c17.1 0 32.9-9.1 41.5-23.8l112-192c8.7-14.9 8.7-33.4 0-48.4l-112-192zM400 448H176L64 256 176 64h224l112 192-112 192z"/><path d="M389.8 318.2L327.6 256l62.2-62.2c4.7-4.7 4.7-12.3 0-17l-22.6-22.6c-4.7-4.7-12.3-4.7-17 0L288 216.4l-62.2-62.2c-4.7-4.7-12.3-4.7-17 0l-22.6 22.6c-4.7 4.7-4.7 12.3 0 17l62.2 62.2-62.2 62.2c-4.7 4.7-4.7 12.3 0 17l22.6 22.6c4.7 4.7 12.3 4.7 17 0l62.2-62.2 62.2 62.2c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17z"/></svg>

After

Width:  |  Height:  |  Size: 700 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M497.9 150.5L361.5 14.1c-9-9-21.2-14.1-33.9-14.1H184.5c-12.7 0-24.9 5.1-33.9 14.1L14.1 150.5c-9 9-14.1 21.2-14.1 33.9v143.1c0 12.7 5.1 24.9 14.1 33.9l136.5 136.5c9 9 21.2 14.1 33.9 14.1h143.1c12.7 0 24.9-5.1 33.9-14.1L498 361.4c9-9 14.1-21.2 14.1-33.9v-143c-.1-12.8-5.2-25-14.2-34zm-33.9 177L327.5 464h-143L48 327.5v-143L184.5 48h143.1L464 184.5v143z"/><path d="M357.8 318.2L295.6 256l62.2-62.2c4.7-4.7 4.7-12.3 0-17l-22.6-22.6c-4.7-4.7-12.3-4.7-17 0L256 216.4l-62.2-62.2c-4.7-4.7-12.3-4.7-17 0l-22.6 22.6c-4.7 4.7-4.7 12.3 0 17l62.2 62.2-62.2 62.2c-4.7 4.7-4.7 12.3 0 17l22.6 22.6c4.7 4.7 12.3 4.7 17 0l62.2-62.2 62.2 62.2c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17z"/></svg>

After

Width:  |  Height:  |  Size: 759 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><style>.st0{fill:none}</style><path d="M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 400H48V80h352v352z"/><path d="M325.8 176.8l-22.6-22.6c-4.7-4.7-12.3-4.7-17 0L224 216.4l-62.2-62.2c-4.7-4.7-12.3-4.7-17 0l-22.6 22.6c-4.7 4.7-4.7 12.3 0 17l62.2 62.2-62.2 62.2c-4.7 4.7-4.7 12.3 0 17l22.6 22.6c4.7 4.7 12.3 4.7 17 0l62.2-62.2 62.2 62.2c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17L263.6 256l62.2-62.2c4.7-4.7 4.7-12.3 0-17z"/></svg>

After

Width:  |  Height:  |  Size: 565 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><style>.st0{fill:none}</style><path d="M231.6 256l130.1-130.1c4.7-4.7 4.7-12.3 0-17l-22.6-22.6c-4.7-4.7-12.3-4.7-17 0L192 216.4 61.9 86.3c-4.7-4.7-12.3-4.7-17 0l-22.6 22.6c-4.7 4.7-4.7 12.3 0 17L152.4 256 22.3 386.1c-4.7 4.7-4.7 12.3 0 17l22.6 22.6c4.7 4.7 12.3 4.7 17 0L192 295.6l130.1 130.1c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17L231.6 256z"/></svg>

After

Width:  |  Height:  |  Size: 429 B

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