1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-05 11:39:08 +00:00

Update safingTailwind-1.10

This commit is contained in:
Luke Seers 2022-10-12 13:05:26 +02:00
parent d7dec42a73
commit 02f17bef51
49 changed files with 284 additions and 328803 deletions

View file

@ -30,7 +30,7 @@
<meta name="theme-color" content="#f7f7f7">
<link rel="stylesheet" href="{{ site.vendor_url }}css/fonts-roboto.css" type="text/css">
<link rel="stylesheet" href="{{ site.vendor_url }}safingTailwind/safingTailwind-1.10-Prerelease.css" type="text/css">
<link rel="stylesheet" href="{{ site.vendor_url }}safingTailwind/safingTailwind-1.10.css" type="text/css">
<link rel="stylesheet" href="{{ site.assets_url }}css/main.css" type="text/css">
{% include plausible.html %}

Binary file not shown.

View file

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../docs/css/highlight.min.css">
<link rel="stylesheet" href="../docs/css/style.css">
<link rel="stylesheet" href="../safingTailwind-1.10-Prerelease.css">
<link rel="stylesheet" href="../safingTailwind-1.10.css">
<script src="../docs/js/vendor/jquery.min.js" type="text/javascript"></script>
<script src="../docs/js/vendor/jquery-resizable.js"></script>
<script src="../docs/js/vendor/highlight.min.js"></script>
@ -14,7 +14,7 @@
</head>
<body class="antialiased font-sans font-medium">
<div class="alert-primary rounded-none text-md">
<span>There will be some stuff missing in this, and also some bugs. <strong>v1.9</strong></span>
<span>There will be some stuff missing in this, and also some bugs. <strong>v1.10</strong></span>
</div>
<div class="flex">
<nav class="overflow-y-auto pb-10 pt-20 ml-20 w-56">
@ -35,6 +35,7 @@
<a class="pl-3 block text-safing-gray-500" href="#transition">Transition</a>
<a class="block text-safing-gray-500 pt-2" href="#prebuilt">Prebuilt</a>
<a class="pl-3 block text-safing-gray-500" href="#col-container">Col-Container</a>
<a class="pl-3 block text-safing-gray-500" href="#download-button-container">Download-Button-Container</a>
<a class="pl-3 block text-safing-gray-500" href="#faq-container">Faq-Container</a>
<a class="pl-3 block text-safing-gray-500" href="#footer">Footer</a>
<a class="pl-3 block text-safing-gray-500" href="#markdown-container">Markdown-Container</a>
@ -585,7 +586,8 @@
</li>
<li id="scss-Default-Card">
<pre><code style="min-height: 200px;" class="language-scss">.card,
<pre><code style="min-height: 200px;" class="language-scss">
.card,
.card-extended {
@apply h-max;
@apply max-w-7xl;
@ -775,7 +777,9 @@
.card.darkmode,
.card-extended.darkmode {
background-color: #1c1a1c;
border-width: 2px;
border-color: #1e1e1e;
background-color: #0d0d0d;
@apply rounded-lg;
}
@ -796,14 +800,14 @@
.card.darkmode .card-label,
.card-extended.darkmode .card-label {
background-color: #1c1a1c;
background-color: #0d0d0d;
@apply rounded-lg;
}
.card.darkmode .card-dropdown-content,
.card-extended.darkmode .card-dropdown-content {
color: white;
@apply text-safing-gray-300;
}</code></pre>
</li>
@ -1242,7 +1246,7 @@
font-family : 'safing-icons';
font-style : normal;
font-weight : normal;
src : url('../fonts/safing-icons.woff') format('woff');
src : url('../fonts/safing-icons.woff2') format('woff2');
}
.icon,
@ -7514,6 +7518,12 @@
}
.icon-mac:before {
content: var(--icon-mac);
}
.icon-discord:before {
content: var(--icon-discord);
}
.icon-youtube:before {
content: var(--icon-youtube);
}</code></pre>
</li>
@ -7555,6 +7565,7 @@
<li id="scss-Variables-Font-Icon">
<pre><code style="min-height: 200px;" class="language-scss">:root {
--icon-monero: "\ede6";
--icon-d-shape-object-01: "\e91f";
--icon-d-shape-object-02: "\e920";
--icon-d-shape-object-03: "\e921";
@ -8778,7 +8789,6 @@
--icon-mobile-display: "\ede3";
--icon-mobile-laptop-wifi: "\ede4";
--icon-mobile-tablet: "\ede5";
--icon-monero: "\ede6";
--icon-money-01: "\ede7";
--icon-money-02: "\ede8";
--icon-money-03: "\ede9";
@ -9625,7 +9635,6 @@
--icon-cog-ring: "\e90a";
--icon-cross: "\e90b";
--icon-external: "\e90c";
--icon-github: "\e90d";
--icon-heart: "\e90e";
--icon-info: "\e90f";
--icon-linkedin: "\e910";
@ -9640,6 +9649,9 @@
--icon-users: "\e919";
--icon-warning: "\e91a";
--icon-mac: "\e91b";
--icon-github: "\e90d";
--icon-discord: "\f125";
--icon-youtube: "\f126";
}</code></pre>
</li>
@ -10146,8 +10158,8 @@
<li id="scss-Backoffice-Tag">
<pre><code style="min-height: 200px;" class="language-scss">.tag-backoffice {
@apply tag;
@apply bg-gray-200;
@apply text-gray-800;
@apply bg-gray-800;
@apply text-gray-100;
}</code></pre>
</li>
@ -10194,8 +10206,8 @@
<li id="scss-Community-Tag">
<pre><code style="min-height: 200px;" class="language-scss">.tag-community {
@apply tag;
@apply bg-purple-100;
@apply text-purple-800;
@apply bg-purple-800;
@apply text-purple-100;
}</code></pre>
</li>
@ -10296,8 +10308,8 @@
<li id="scss-Marketing-Tag">
<pre><code style="min-height: 200px;" class="language-scss">.tag-marketing {
@apply tag;
@apply bg-yellow-200;
@apply text-yellow-800;
@apply bg-yellow-800;
@apply text-yellow-100;
}</code></pre>
</li>
@ -10344,8 +10356,8 @@
<li id="scss-Portmaster-Tag">
<pre><code style="min-height: 200px;" class="language-scss">.tag-portmaster {
@apply tag;
@apply bg-blue-100;
@apply text-blue-800;
@apply bg-blue-800;
@apply text-blue-100;
}</code></pre>
</li>
@ -10392,8 +10404,8 @@
<li id="scss-Spn-Tag">
<pre><code style="min-height: 200px;" class="language-scss">.tag-spn {
@apply tag;
@apply bg-green-100;
@apply text-green-800;
@apply bg-green-800;
@apply text-green-100;
}</code></pre>
</li>
@ -10440,8 +10452,8 @@
<li id="scss-Website-Tag">
<pre><code style="min-height: 200px;" class="language-scss">.tag-website {
@apply tag;
@apply bg-pink-200;
@apply text-pink-800;
@apply bg-pink-900;
@apply text-pink-200;
}</code></pre>
</li>
@ -10509,7 +10521,7 @@
@apply relative;
@apply m-0;
@apply bg-safing-gray-800;
@apply bg-white;
transition: all 0.2s ease;
}
@ -10538,6 +10550,15 @@
.toggle:checked:after {
@apply bg-white;
transform: translatex(20px);
}
.toggle.darkmode {
@apply bg-safing-gray-800;
}
.toggle:checked.darkmode {
@apply bg-safing-blue-600;
@apply border-safing-blue-600;
}</code></pre>
</li>
@ -10979,6 +11000,245 @@
</ul>
</div>
</section><section class="w-full space-y-20" style="max-width: 80rem;">
<div class="title space-y-3">
<h2 id="download-button-container">Download-Button-Container</h2>
<span class="desc block text-safing-gray-500">This is still a wip</span>
</div>
<div class="compoent space-y-2">
<div id="tabMenu" class="space-y-4">
<div class="flex">
<div>
<span class="title block text-md">Default</span>
</div>
<ul class="tabs flex space-x-3 ml-auto">
<li><a href="#preview-Default-Download-Button-Container">preview</a></li>
<li><a href="#html-Default-Download-Button-Container">html</a></li>
<li><a href="#scss-Default-Download-Button-Container">scss</a></li>
</ul>
</div>
</div>
<ul class="tabs-content">
<li id="preview-Default-Download-Button-Container" class="active">
<div class="preview-container">
<div class="preview-panel-left">
<iframe frameborder="0" class="iframe" width="100%" scrolling="no"></iframe>
<div class="data items-center flex h-full" style="height: fit-content;">
<div class="w-full h-full" style="height: fit-content;">
<div class="download-button-container">
<label class="download-select-label" for="select"><i class="icon-arrow text-white"></i></label>
<input type="checkbox" id="select" class="download-select-input">
<label class="download-os download-os-windows" for="windows-1">Windows (.exe)</label>
<input checked="" id="windows-1" type="radio" class="download-os" name="os7">
<div class="download-os-actions">
<a class="button-left" href="#windows-link">Download for</a>
<button class="button-right">Windows</button>
</div>
<label class="download-os download-os-ubuntu" for="ubuntu-1">Debian/Ubuntu (.deb)</label>
<input id="ubuntu-1" type="radio" class="download-os" name="os7">
<div class="download-os-actions">
<a class="button-left" href="#ubuntu-link">Download for</a>
<button class="button-right">Ubuntu</button>
</div>
<label class="download-os download-os-fedora" for="fedora-1">Fedora (.rpm)</label>
<input id="fedora-1" type="radio" class="download-os" name="os7">
<div class="download-os-actions">
<a class="button-left" href="#fedora-link">Download for</a>
<button class="button-right">Fedora</button>
</div>
<div class="download-os-menu"></div>
</div>
</div>
</div>
</div>
<div class="preview-panel-splitter"></div>
</div>
</li>
<li id="html-Default-Download-Button-Container">
<pre><code style="min-height: 200px;" class="language-html">&lt;div class="download-button-container"&gt;
&lt;label class="download-select-label" for="select"&gt;&lt;i class="icon-arrow text-white"&gt;&lt;/i&gt;&lt;/label&gt;
&lt;input type="checkbox" id="select" class="download-select-input"&gt;
&lt;label class="download-os download-os-windows" for="windows-1"&gt;Windows (.exe)&lt;/label&gt;
&lt;input checked="" id="windows-1" type="radio" class="download-os" name="os7"&gt;
&lt;div class="download-os-actions"&gt;
&lt;a class="button-left" href="#windows-link"&gt;Download for&lt;/a&gt;
&lt;button class="button-right"&gt;Windows&lt;/button&gt;
&lt;/div&gt;
&lt;label class="download-os download-os-ubuntu" for="ubuntu-1"&gt;Debian/Ubuntu (.deb)&lt;/label&gt;
&lt;input id="ubuntu-1" type="radio" class="download-os" name="os7"&gt;
&lt;div class="download-os-actions"&gt;
&lt;a class="button-left" href="#ubuntu-link"&gt;Download for&lt;/a&gt;
&lt;button class="button-right"&gt;Ubuntu&lt;/button&gt;
&lt;/div&gt;
&lt;label class="download-os download-os-fedora" for="fedora-1"&gt;Fedora (.rpm)&lt;/label&gt;
&lt;input id="fedora-1" type="radio" class="download-os" name="os7"&gt;
&lt;div class="download-os-actions"&gt;
&lt;a class="button-left" href="#fedora-link"&gt;Download for&lt;/a&gt;
&lt;button class="button-right"&gt;Fedora&lt;/button&gt;
&lt;/div&gt;
&lt;div class="download-os-menu"&gt;&lt;/div&gt;
&lt;/div&gt;</code></pre>
</li>
<li id="scss-Default-Download-Button-Container">
<pre><code style="min-height: 200px;" class="language-scss">.download-button-container {
display: flex;
position: relative;
transform: scale(1.05);
z-index: 20;
width: 261px;
height: 41px;
}
.download-button-container .download-select-label {
z-index: 30;
cursor: pointer;
position: absolute;
right: 2.7px;
width: 115px;
height: 44px;
}
.download-button-container .download-select-label .icon-arrow{
font-size: 0.758rem;
transform: rotate(180deg);
right: 14.8px;
position: absolute;
top: 16.2px;
}
.download-button-container .download-select-input {
display: none;
z-index: 30;
cursor: pointer;
}
.download-button-container .download-select-input:checked ~ .download-os-menu,
.download-button-container .download-select-input:checked ~ .download-os {
display: block;
}
.download-os {
display: none;
position: absolute;
right: -111px;
font-size: 0.85rem;
text-align: center;
width: 228px;
cursor: pointer;
color: black;
background-color: white;
padding: 12px 16px;
}
input.download-os{
opacity: 0;
}
.download-os:hover {
background-color: rgba(128, 128, 128, 0.2);
}
.download-os-actions {
position: absolute;
left: 0;
display: none;
}
.download-os:checked + .download-os-actions {
display: flex;
z-index: 1;
}
.download-os-windows {
top: 50px;
}
.download-os-ubuntu {
top: 98px;
}
.download-os-fedora {
top: 143px;
}
.download-os-menu {
width: 230px;
height: 141px;
position: absolute;
z-index: -1;
right: -112px;
top: 48px;
display: none;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
background-color: #ffffff;
}
.download-os-actions .button-left {
padding-left: 1.9rem;
padding-right: 0.5rem;
padding-top: 0.8rem;
padding-bottom: 0.8rem;
background-color: #2e61ff;
border-top-left-radius: 9999px;
border-bottom-left-radius: 9999px;
text-transform: uppercase;
font-weight: 600;
color: rgba(255, 255, 255, 1);
text-align: center;
font-size: 0.75rem;
line-height: 1rem;
display: inline-flex;
align-items: center;
line-height: 1.5;
white-space: normal;
cursor: pointer;
max-height: 43px;
min-width: 140.7px;
margin-right: 0.15rem;
}
.download-os-actions .button-left:hover {
background-color: rgb(46 98 255 / 77%);
}
.download-os-actions .button-right {
padding-left: 1.4rem;
padding-right: 1.6rem;
padding-top: 0.8rem;
padding-bottom: 0.8rem;
background-color: #234cc5;
border-top-right-radius: 9999px;
border-bottom-right-radius: 9999px;
text-transform: uppercase;
font-weight: 600;
color: rgba(255, 255, 255, 1);
text-align: center;
font-size: 0.75rem;
line-height: 1rem;
display: inline-flex;
align-items: center;
line-height: 1.5;
white-space: normal;
cursor: pointer;
max-height: 43px;
min-width: 120px;
}</code></pre>
</li>
</ul>
</div>
</section><section class="w-full space-y-20" style="max-width: 80rem;">
<div class="title space-y-3">
<h2 id="faq-container">Faq-Container</h2>
<span class="desc block text-safing-gray-500">This is still a wip</span>

View file

@ -10,7 +10,7 @@ function SetUpIframeData() {
innerHtml = iframeContents.find('html');
innerBody = iframeContents.find('body');
innerHead = iframeContents.find('head');
innerHead.append('<link rel="stylesheet" href="../safingTailwind-1.10-Prerelease.css">');
innerHead.append('<link rel="stylesheet" href="../safingTailwind-1.10.css">');
innerBody.append(data)
});
setTimeout(function(){

View file

@ -1,7 +0,0 @@
Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures.
To use the generated font in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied. See this guide for more info: https://icomoon.io/#docs/local-fonts
You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects.
You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu → Manage Projects) to retrieve your icon selection.

View file

@ -1,152 +0,0 @@
body {
padding: 0;
margin: 0;
font-family: sans-serif;
font-size: 1em;
line-height: 1.5;
color: #555;
background: #fff;
}
h1 {
font-size: 1.5em;
font-weight: normal;
}
small {
font-size: .66666667em;
}
a {
color: #e74c3c;
text-decoration: none;
}
a:hover, a:focus {
box-shadow: 0 1px #e74c3c;
}
.bshadow0, input {
box-shadow: inset 0 -2px #e7e7e7;
}
input:hover {
box-shadow: inset 0 -2px #ccc;
}
input, fieldset {
font-family: sans-serif;
font-size: 1em;
margin: 0;
padding: 0;
border: 0;
}
input {
color: inherit;
line-height: 1.5;
height: 1.5em;
padding: .25em 0;
}
input:focus {
outline: none;
box-shadow: inset 0 -2px #449fdb;
}
.glyph {
font-size: 16px;
width: 15em;
padding-bottom: 1em;
margin-right: 4em;
margin-bottom: 1em;
float: left;
overflow: hidden;
}
.liga {
width: 80%;
width: calc(100% - 2.5em);
}
.talign-right {
text-align: right;
}
.talign-center {
text-align: center;
}
.bgc1 {
background: #f1f1f1;
}
.fgc1 {
color: #999;
}
.fgc0 {
color: #000;
}
p {
margin-top: 1em;
margin-bottom: 1em;
}
.mvm {
margin-top: .75em;
margin-bottom: .75em;
}
.mtn {
margin-top: 0;
}
.mtl, .mal {
margin-top: 1.5em;
}
.mbl, .mal {
margin-bottom: 1.5em;
}
.mal, .mhl {
margin-left: 1.5em;
margin-right: 1.5em;
}
.mhmm {
margin-left: 1em;
margin-right: 1em;
}
.mls {
margin-left: .25em;
}
.ptl {
padding-top: 1.5em;
}
.pbs, .pvs {
padding-bottom: .25em;
}
.pvs, .pts {
padding-top: .25em;
}
.unit {
float: left;
}
.unitRight {
float: right;
}
.size1of2 {
width: 50%;
}
.size1of1 {
width: 100%;
}
.clearfix:before, .clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.hidden-true {
display: none;
}
.textbox0 {
width: 3em;
background: #f1f1f1;
padding: .25em .5em;
line-height: 1.5;
height: 1.5em;
}
#testDrive {
display: block;
padding-top: 24px;
line-height: 1.5;
}
.fs0 {
font-size: 16px;
}
.fs1 {
font-size: 32px;
}

View file

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

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

Before

(image error) Size: 5 MiB

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

Binary file not shown.

Binary file not shown.

View file

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 512 512"><path d="M277 242.1h-46.5v-41.8H277v41.8zm0-143.6h-46.5v42.7H277V98.5zm55 101.8h-46.5V242H332v-41.7zm-109.9-50.7h-46.5v42.3h46.5v-42.3zm54.9 0h-46.5v42.3H277v-42.3zm194.6 70.3c-10.1-6.8-33.5-9.3-51.4-5.9-2.3-16.9-11.7-31.6-28.9-44.8l-9.8-6.5-6.5 9.8c-12.9 19.5-16.5 51.7-2.6 73-6.1 3.3-18.1 7.8-34 7.5H32.7c-6.1 35.7 4.1 82.1 30.9 114 26.1 30.9 65.2 46.5 116.3 46.5 110.7 0 192.6-51 230.9-143.6 15 .3 47.5.1 64.2-31.8 1.1-1.8 4.6-9.3 6-12l-9.4-6.2zm-359.3-19.6H65.9V242h46.5l-.1-41.7zm54.9 0h-46.5V242h46.5v-41.7zm54.9 0h-46.5V242h46.5v-41.7zm-54.9-50.7h-46.5v42.3h46.5v-42.3z"/></svg>

Before

(image error) Size: 668 B

View file

@ -1 +0,0 @@
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200.7 197.66"><path d="M100.42.01C45.01.01.12 44.21.02 98.79v76.47a22.62 22.62 0 0 0 22.8 22.4h77.58c55.42 0 100.3-44.24 100.3-98.79S155.79.08 100.3.08Zm24.92 30.3c19.56 0 38 14.74 38 35.09a39.45 39.45 0 0 1-.3 5.92 9.7 9.7 0 1 1-19.2-2.7 25.36 25.36 0 0 0 .12-3.22c0-11.53-9.58-16-18.64-16s-17.23 7.5-17.24 16c.16 9.82 0 19.55 0 29.36l16.82-.12c13.13-.27 13.28 19.2.16 19.1l-17 .13c0 7.89.06 6.46 0 10.44 0 0 .14 9.66-.15 17-2 21.5-20.62 38.68-43 38.68-23.68 0-43.18-19-43.18-42.42a43.87 43.87 0 0 1 44.82-42.75l13.68-.1v19.08l-13.68.12h-.07c-13.46.39-25 9.4-25.23 23.61a23.49 23.49 0 0 0 23.79 23.31c13.17 0 23.71-9.43 23.71-23.29V65.32a35.34 35.34 0 0 1 .2-3.89c2.22-17.67 18.27-31.13 36.44-31.13Z"/></svg>

Before

(image error) Size: 782 B

View file

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 24 24"><path d="M20.6 19c-.5-.4-.3-1.4-.9-1.9.6-3.4-1-6.3-2.8-8.2-1.6-1.6-1.1-3.1-1.1-4.5 0-2.1-.9-4.4-3.6-4.4-2.8 0-3.6 2.4-3.6 3.7-.1 3.3.6 4.1-1.3 6.5-2.2 2.8-2.6 5.6-2.1 7.1-.3.4-.7.7-1.2.8-1.7.7-.4 1.9-.9 2.8 0 .2-.1.5-.1.7 0 .8.6 1.4 1.7 1.3 1.5-.1 2.8.9 3.7.9.8 0 1.4-.4 1.7-1 1.4-.3 3.1-.3 4.5.1.2.7.9 1.1 1.7 1.1 1.6 0 1.9-1.8 3.8-2.5.7-.2 1-.9 1-1.5-.1-.4-.2-.7-.5-1zM11.4 8.6c-.3 0-.6-.3-1-.6-.5-.4-1-.6-1-1 0-.3.4-.4.9-.7.5-.3.7-.7 1.2-.7s.7.3 1.4.6 1.2.4 1.2.8-.7.6-1.2.9c-.6.3-.9.7-1.5.7zm1.7-5.2c.9.1 1 1.7.6 2.5l-.4-.1c.2-.5.2-1.4-.4-1.5-.4 0-.6.5-.7.9-.2-.2-.4-.2-.6-.2.1-.9.7-1.8 1.5-1.6zm-3.4.3c.7-.2 1.1.6 1.1 1.4l-.3.2c0-.3-.2-.9-.6-.8-.4.2-.4 1.1-.1 1.3l-.3.2c-.5-.7-.5-2.1.2-2.3zM7.6 22.9c-2-.9-2.6-.7-3-.7-.8 0-1-.6-.7-1.1.2-.5.2-1 .1-1.3-.1-.6-.1-.8.5-1.1.8-.3 1.2-.8 1.4-1.1.8-.9 1.5.5 2.1 1.9.4.9 1.2 1.3 1.5 2.2.2.9-.7 1.8-1.9 1.2zm7-1.8c-1.4.7-3.1 1-4.5.3-.2-.6-.5-.9-.8-1.3.5-.1.9-.8.5-1.5-.5-.7-1.6-1.2-2.6-2s-1.3-2.6 0-4.7c-.7 1.9-.3 3.6.1 4.1.1-1 .1-2.6 1.5-4.6.7-1 .7-2.3.7-3.1l.5.2c.5.3.8.7 1.4.7.8 0 1.3-.5 1.9-.9.2-.1.6-.3.9-.5.5 2.5 2.7 5.5 2.8 7.2.5-1-.1-3.5-.1-3.5.8 1.3.9 2.4.9 3.7.6.2 1.2.9 1.3 1.7h-.2c-.1-.9-2.6-2.3-2.8-.5-1.2.2-.8 2.1-1 3.3-.2.5-.4.9-.5 1.4zm4.8-.1c-1 .4-1.6 1.2-2.1 1.7-.9 1-2 .5-2.2-.4-.1-1 .4-1.5.6-2.6.2-1 0-2.5.4-2.7.3 1.8 2.1 1 2.5.5.7 0 .7.2.9.8.1.4.2.7.6 1.1.4.6.2 1.3-.7 1.6zm-8-13c-.7 0-1.1-.4-1.5-.8-.2-.2.1-.5.3-.3.4.3.8.7 1.3.7.6 0 1.1-.5 1.9-.8.2-.1.4.3.1.4-.8.3-1.3.8-2.1.8z"/></svg>

Before

(image error) Size: 1.5 KiB

View file

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 mr-3" viewBox="0 0 1000 1187.198"><path fill="#000" d="M979.04184 925.18785c-17.95397 41.47737-39.20563 79.65705-63.82824 114.75895-33.56298 47.8528-61.04356 80.9761-82.22194 99.3698-32.83013 30.192-68.00529 45.6544-105.67203 46.5338-27.04089 0-59.6512-7.6946-97.61105-23.3035-38.08442-15.5358-73.08371-23.2303-105.08578-23.2303-33.56296 0-69.55888 7.6945-108.06101 23.2303-38.5608 15.6089-69.62484 23.7432-93.37541 24.5493-36.12049 1.5389-72.1237-14.3632-108.06101-47.7796-22.93711-20.0059-51.62684-54.3017-85.99592-102.8874-36.875274-51.88328-67.191862-112.04745-90.942422-180.639C12.750995 781.70252 0 709.95986 0 640.50361c0-79.5618 17.191859-148.18267 51.626869-205.68673 27.062885-46.18935 63.066121-82.62496 108.126941-109.37275 45.06086-26.74775 93.74914-40.37812 146.18212-41.25019 28.68971 0 66.3125 8.8744 113.06613 26.31542 46.62174 17.49964 76.55727 26.37404 89.68198 26.37404 9.8124 0 43.06758-10.37669 99.4431-31.06405 53.31237-19.18512 98.30724-27.12887 135.16787-23.99975 99.8828 8.06098 174.92313 47.43518 224.82789 118.37174-89.33023 54.12578-133.51903 129.93556-132.63966 227.18753.8061 75.75115 28.28668 138.78795 82.2952 188.8393 24.47603 23.23022 51.81008 41.18421 82.22186 53.93522-6.59525 19.12648-13.557 37.44688-20.95846 55.03446zM749.96366 23.751237c0 59.37343-21.69138 114.810233-64.92748 166.121963-52.17652 60.99961-115.28658 96.24803-183.72426 90.68597-.87204-7.12298-1.37769-14.61967-1.37769-22.49743 0-56.99843 24.81315-117.99801 68.87738-167.873453 21.99909-25.25281 49.978-46.25018 83.90738-63.00018 33.85608-16.50008 65.88014-25.6249796 95.99884-27.18757966.87944 7.93730006 1.24583 15.87509966 1.24583 23.74993966z"/></svg>

Before

(image error) Size: 1.7 KiB

View file

@ -1 +0,0 @@
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0A12 12 0 1 1 0 12 12 12 0 0 1 12 0Zm3.22 18a1.66 1.66 0 1 0 1.66 2.87A1.66 1.66 0 1 0 15.22 18Zm-3.39-1.28a4.67 4.67 0 0 1-1.94-.43l-1.09 2a6.82 6.82 0 0 0 3 .71 6.91 6.91 0 0 0 1.83-.25 2.23 2.23 0 0 1 3-1.72 6.82 6.82 0 0 0 2-4.44h-2.25a4.6 4.6 0 0 1-4.55 4.16Zm-4.6-4.61a4.63 4.63 0 0 1 1.95-3.74L8 6.45a6.84 6.84 0 0 0-2.83 4A2.15 2.15 0 0 1 6 12.13a2.21 2.21 0 0 1-.81 1.71 6.87 6.87 0 0 0 2.83 4l1.15-1.94a4.51 4.51 0 0 1-1.94-3.76Zm-3.86-1.63A1.66 1.66 0 1 0 5 12.14a1.66 1.66 0 0 0-1.63-1.66Zm8.46-2.94a4.59 4.59 0 0 1 4.58 4.19h2.25a6.84 6.84 0 0 0-2-4.44 2.21 2.21 0 0 1-3-1.72 7 7 0 0 0-1.83-.24 6.82 6.82 0 0 0-3 .7L9.89 8a4.52 4.52 0 0 1 1.94-.46Zm3.39-1.28A1.66 1.66 0 1 0 14.61 4a1.67 1.67 0 0 0 .61 2.26Z"/></svg>

Before

(image error) Size: 823 B

View file

@ -1 +0,0 @@
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 89.33 88.6"><path d="m0 11.4 35.69-4.86V41L0 41.17Zm35.67 35.53v34.45L0 76.48V46.7ZM42 5.91 89.31 0v40.53L42 40.9Zm47.33 41.34v41.34L42 81.92l-.07-34.74Z"/></svg>

Before

(image error) Size: 235 B

View file

@ -1 +0,0 @@
<svg id="f660b94c-4a69-4228-b1b7-fdd9e10d0340" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 998.74"><title>github</title><path d="M512,0C229.12,0,0,229.12,0,512,0,738.56,146.56,929.92,350.08,997.76c25.6,4.48,35.2-10.88,35.2-24.32,0-12.16-.64-52.48-.64-95.36C256,901.76,222.72,846.72,212.48,817.92c-5.76-14.72-30.72-60.16-52.48-72.32-17.92-9.6-43.52-33.28-.64-33.92,40.32-.64,69.12,37.12,78.72,52.48,46.08,77.44,119.68,55.68,149.12,42.24,4.48-33.28,17.92-55.68,32.64-68.48-113.92-12.8-233-57-233-252.8,0-55.68,19.84-101.76,52.48-137.6-5.12-12.8-23-65.28,5.12-135.68,0,0,42.88-13.44,140.8,52.48a482.71,482.71,0,0,1,256,0c97.92-66.56,140.8-52.48,140.8-52.48,28.16,70.4,10.24,122.88,5.12,135.68,32.64,35.84,52.48,81.28,52.48,137.6,0,196.48-119.68,240-233.6,252.8,18.56,16,34.56,46.72,34.56,94.72,0,68.48-.64,123.52-.64,140.8,0,13.44,9.6,29.44,35.2,24.32C877.44,929.92,1024,737.92,1024,512,1024,229.12,794.88,0,512,0Z" transform="translate(0 0)" style="fill:#231f20;fill-rule:evenodd"/></svg>

Before

(image error) Size: 1,015 B

View file

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 1024.1 1024"><path fill="#231f20" d="M869.46 0H154.64A154.63 154.63 0 0 0 0 154.64v714.72A154.63 154.63 0 0 0 154.64 1024h714.82a154.63 154.63 0 0 0 154.64-154.64V154.64A154.63 154.63 0 0 0 869.46 0zM327.71 859.43l-154.71.15V394.23h154.71zm-77.37-528.95h-1c-51.92 0-85.51-35.74-85.51-80.39 0-45.68 34.56-80.4 87.51-80.4s85.51 34.72 86.48 80.4c.03 44.54-33.51 80.39-87.48 80.39zm635.15 529.15H730.85v-249c0-62.57-22.43-105.22-78.39-105.22-42.71 0-68.16 28.57-79.37 56.32l.22-.76a107.43 107.43 0 0 0-5.44 33.87c0 1.64 0 3.28.1 4.68v259.91H413.28c.05-10 2-422 0-465.2H568V460c20.53-31.74 57.35-76.85 139.38-76.85 101.79 0 178.09 66.51 178.09 209.48z"/></svg>

Before

(image error) Size: 728 B

View file

@ -1 +0,0 @@
<svg id="bce833ba-f050-4487-977d-f13f0b462520" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>reddit</title><path d="M14.24,15.35a.22.22,0,0,1,0,.3,3,3,0,0,1-2.23.69h0a3,3,0,0,1-2.23-.69.2.2,0,0,1,0-.3.21.21,0,0,1,.31,0,2.67,2.67,0,0,0,1.92.56h0a2.69,2.69,0,0,0,1.92-.56A.21.21,0,0,1,14.24,15.35ZM10.8,12.93a.93.93,0,1,0-.92.92A.92.92,0,0,0,10.8,12.93ZM24,12A12,12,0,1,1,12,0,12,12,0,0,1,24,12Zm-5-.13a1.54,1.54,0,0,0-1.55-1.54,1.52,1.52,0,0,0-1.07.43,8.1,8.1,0,0,0-4.07-1.19l.87-2.73,2.34.55v0a1.27,1.27,0,1,0,1.26-1.26A1.28,1.28,0,0,0,15.6,7l-2.52-.59a.22.22,0,0,0-.26.14l-1,3A8.12,8.12,0,0,0,7.6,10.74,1.55,1.55,0,0,0,5,11.87a1.54,1.54,0,0,0,.77,1.33,2.73,2.73,0,0,0,0,.5c0,2.28,2.8,4.13,6.25,4.13S18.22,16,18.22,13.7a2.59,2.59,0,0,0,0-.48A1.52,1.52,0,0,0,19,11.87ZM14.13,12a.92.92,0,1,0,.92.92A.92.92,0,0,0,14.13,12Z" transform="translate(0 0)" style="fill:#231f20"/></svg>

Before

(image error) Size: 912 B

View file

@ -1 +0,0 @@
<svg id="fa5f9a9e-6ea0-4128-b082-5637ca294330" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 298 242.19"><title>twitter</title><path d="M94.72,243.19c112.46,0,174-93.17,174-174q0-4-.18-7.9A124.24,124.24,0,0,0,299,29.67a121.56,121.56,0,0,1-35.11,9.62A61.41,61.41,0,0,0,290.78,5.48,122.83,122.83,0,0,1,252,20.32,61.2,61.2,0,0,0,147.76,76.07a173.54,173.54,0,0,1-126-63.88A61.2,61.2,0,0,0,40.67,93.82,60.71,60.71,0,0,1,13,86.17c0,.26,0,.51,0,.78A61.15,61.15,0,0,0,62,146.88,61.24,61.24,0,0,1,45.9,149a60.33,60.33,0,0,1-11.49-1.11A61.2,61.2,0,0,0,91.52,190.4a122.66,122.66,0,0,1-75.94,26.17A123.41,123.41,0,0,1,1,215.72a173,173,0,0,0,93.72,27.47" transform="translate(-1 -1)" style="fill:#231f20"/></svg>

Before

(image error) Size: 721 B

View file

@ -1 +0,0 @@
<svg id="f9e3f61c-f3d4-4c43-a381-4c5f07e9cb4e" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>Warning</title><path d="M0,0H24V24H0Z" transform="translate(0 0)" style="fill:none"/><path d="M12,13.87a.76.76,0,0,1-.75-.75V9.38a.75.75,0,0,1,1.5,0v3.74A.76.76,0,0,1,12,13.87Z" transform="translate(0 0)" style="fill:#231f20"/><path d="M12,17.38a1,1,0,0,1-1-1,1,1,0,1,1,2,0A1,1,0,0,1,12,17.38Z" transform="translate(0 0)" style="fill:#231f20"/><path d="M19.66,21.79H4.34a3.09,3.09,0,0,1-2.68-4.62L9.32,3.77a3.08,3.08,0,0,1,5.36,0l7.66,13.4a3.09,3.09,0,0,1-2.68,4.62ZM12,3.71a1.58,1.58,0,0,0-1.38.8L3,17.92a1.59,1.59,0,0,0,1.38,2.37H19.66A1.58,1.58,0,0,0,21,19.5a1.57,1.57,0,0,0,0-1.58L13.38,4.51h0A1.58,1.58,0,0,0,12,3.71Z" transform="translate(0 0)" style="fill:#231f20"/></svg>

Before

(image error) Size: 808 B

View file

@ -1 +0,0 @@
<svg id="a05faf51-a539-4c71-ad1b-791d45ade3ad" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>add</title><path d="M24,24H0V0H24Z" transform="translate(0 0)" style="fill:none"/><path d="M7,15.75H5A2.75,2.75,0,0,1,2.25,13V5A2.75,2.75,0,0,1,5,2.25h8A2.75,2.75,0,0,1,15.75,5V7a.75.75,0,0,1-1.5,0V5A1.25,1.25,0,0,0,13,3.75H5A1.25,1.25,0,0,0,3.75,5v8A1.25,1.25,0,0,0,5,14.25H7a.75.75,0,0,1,0,1.5Z" transform="translate(0 0)" style="fill:#323232"/><path d="M13,19.75H9A2.75,2.75,0,0,1,6.25,17V9A2.75,2.75,0,0,1,9,6.25h8A2.75,2.75,0,0,1,19.75,9v4a.75.75,0,0,1-1.5,0V9A1.25,1.25,0,0,0,17,7.75H9A1.25,1.25,0,0,0,7.75,9v8A1.25,1.25,0,0,0,9,18.25h4a.75.75,0,0,1,0,1.5Z" transform="translate(0 0)" style="fill:#323232"/><path d="M19,21.75a.76.76,0,0,1-.75-.75V17a.75.75,0,0,1,1.5,0v4A.76.76,0,0,1,19,21.75Z" transform="translate(0 0)" style="fill:#323232"/><path d="M21,19.75H17a.75.75,0,0,1,0-1.5h4a.75.75,0,0,1,0,1.5Z" transform="translate(0 0)" style="fill:#323232"/></svg>

Before

(image error) Size: 998 B

View file

@ -1 +0,0 @@
<svg id="b67e00c5-daf5-4c0b-a9f8-11076102c4cb" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>arrow</title><path d="M16,14.75a.74.74,0,0,1-.53-.22L12,11.06,8.53,14.53a.75.75,0,0,1-1.06-1.06l4-4a.75.75,0,0,1,1.06,0l4,4a.75.75,0,0,1,0,1.06A.74.74,0,0,1,16,14.75Z" transform="translate(0 0)" style="fill:#231f20"/><path d="M0,0H24V24H0Z" transform="translate(0 0)" style="fill:none"/></svg>

Before

(image error) Size: 422 B

View file

@ -1,4 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 24 24">
<path fill="#000" d="M5 16.74a.82.82 0 0 1-.6-.25.85.85 0 0 1 0-1.2l5.07-5.07a1.84 1.84 0 0 1 1.31-.55 1.86 1.86 0 0 1 1.31.55l2.14 2.14a.13.13 0 0 0 .21 0l6-6a.85.85 0 1 1 1.2 1.2l-6 6a1.83 1.83 0 0 1-1.31.54 1.81 1.81 0 0 1-1.3-.54l-2.15-2.14a.12.12 0 0 0-.1-.05.15.15 0 0 0-.11.05L5.6 16.49a.82.82 0 0 1-.6.25Z"/>
<path fill="#000" d="M21 10.52a.85.85 0 0 1-.85-.85V7.85h-1.82a.85.85 0 0 1 0-1.7H21a.85.85 0 0 1 .85.85v2.67a.85.85 0 0 1-.85.85ZM21 21.78H1.92a.86.86 0 0 1-.85-.85V3.22a.85.85 0 1 1 1.7 0v16.86H21a.85.85 0 0 1 0 1.7Z"/>
</svg>

Before

(image error) Size: 630 B

View file

@ -1 +0,0 @@
<svg id="ec78b8d5-a692-4efb-aae2-2aa0cb3cf6ec" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>cog-ring</title><path d="M12,21.75A9.75,9.75,0,1,1,18.89,5.11h0A9.75,9.75,0,0,1,12,21.75Zm0-18a8.25,8.25,0,1,0,5.83,2.42A8.21,8.21,0,0,0,12,3.75Z" transform="translate(0 0)" style="fill:#323232"/><path d="M12.59,17.4a1.26,1.26,0,0,1-.95-.44l-.73-.9-1.07.41a1.24,1.24,0,0,1-1.31-.28l-.72-.72a1.24,1.24,0,0,1-.28-1.31l.41-1.07-.89-.73a1.22,1.22,0,0,1-.4-1.27l.26-1a1.22,1.22,0,0,1,1-.9L9,9,9.21,7.9a1.22,1.22,0,0,1,.9-1l1-.27a1.24,1.24,0,0,1,1.27.41l.73.89,1.07-.41a1.25,1.25,0,0,1,1.31.28l.71.72a1.21,1.21,0,0,1,.28,1.31l-.4,1.07.88.72a1.25,1.25,0,0,1,.42,1.28l-.27,1a1.22,1.22,0,0,1-1,.9L15,15l-.18,1.13a1.22,1.22,0,0,1-.9,1l-1,.27h0A1.75,1.75,0,0,1,12.59,17.4Zm.12-.77h0ZM11,14.51A1.23,1.23,0,0,1,12,15l.74.9.64-.17.19-1.15a1.25,1.25,0,0,1,1-1l1.15-.18.17-.65L15,12a1.23,1.23,0,0,1-.37-1.39L15,9.47,14.53,9l-1.09.41A1.22,1.22,0,0,1,12.05,9l-.74-.9-.65.17-.18,1.15a1.25,1.25,0,0,1-1,1l-1.15.18-.17.65.9.74a1.22,1.22,0,0,1,.37,1.39L9,14.53l.48.47,1.09-.41A1.32,1.32,0,0,1,11,14.51ZM9,9.22ZM9.22,9Zm2.26-.91Zm1.73,0Z" transform="translate(0 0)" style="fill:#323232"/><path d="M0,0H24V24H0Z" transform="translate(0 0)" style="fill:none"/></svg>

Before

(image error) Size: 1.2 KiB

View file

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 24 24"><path d="M12 15.2c-.8 0-1.6-.3-2.2-.9-.6-.6-.9-1.4-.9-2.2s.3-1.6.9-2.2c1.2-1.2 3.2-1.2 4.5 0 .6.6.9 1.4.9 2.2s-.3 1.6-.9 2.2-1.5.9-2.3.9zm0-5c-.5 0-.9.2-1.3.5-.3.3-.5.8-.5 1.3s.2 1 .5 1.3c.7.7 1.9.7 2.6 0 .3-.3.5-.8.5-1.3s-.2-1-.5-1.3c-.4-.4-.8-.5-1.3-.5z"/><path d="M14.4 20.6c-.5 0-1-.2-1.4-.6l-.6-.6c-.3-.2-.7-.3-.9 0l-.6.6c-.5.5-1.3.7-2 .4l-.6-.2C7.6 20 7 19.3 7 18.4v-.8c0-.4-.3-.7-.6-.7h-.8c-.7 0-1.4-.4-1.7-1.1l-.3-.5c-.4-.8-.2-1.7.4-2.3l.6-.6c.3-.3.3-.7 0-.9l-.6-.6c-.5-.5-.7-1.3-.4-2l.2-.6C4 7.6 4.7 7 5.6 7h.8c.4 0 .6-.3.7-.6v-.8c0-.7.4-1.4 1.1-1.7l.5-.3c.8-.4 1.7-.2 2.3.4l.6.6c.3.3.7.3.9 0l.6-.6c.5-.5 1.3-.7 2-.4l.6.2c.7.2 1.3.9 1.3 1.8v.8c0 .4.3.6.6.6h.8c.7 0 1.4.4 1.7 1.1l.3.5c.4.8.2 1.7-.4 2.3l-.6.6c-.3.3-.3.7 0 .9l.6.6c.5.5.7 1.3.4 2l-.2.6c-.3.8-1 1.3-1.9 1.3h-.8c-.4 0-.7.3-.7.6v.8c0 .7-.4 1.4-1.1 1.7l-.5.3c-.2.3-.5.3-.8.3zM12 18c.5 0 1 .2 1.4.6l.6.6c.2.2.5.2.8.1l.5-.3c.2-.1.4-.3.4-.6v-.8c0-1.1.9-1.9 2-1.9h.8c.3 0 .5-.2.6-.5l.2-.6c.1-.2 0-.5-.1-.7l-.6-.6c-.7-.8-.7-2 0-2.7l.6-.6c.2-.2.2-.5.1-.8l-.3-.5c-.1-.2-.3-.4-.6-.4h-.8c-1.1 0-1.9-.9-1.9-2v-.7c0-.3-.2-.5-.5-.6l-.6-.2c-.2-.1-.5 0-.7.1l-.6.6c-.8.7-2 .7-2.7 0l-.6-.7c-.2-.2-.5-.2-.7-.1l-.6.3c-.2.1-.3.3-.3.6v.8c0 1.1-.9 1.9-2 1.9h-.8c-.3 0-.6.2-.7.5l-.2.6c-.1.2 0 .5.1.7l.6.6c.7.8.7 2 0 2.7l-.6.6c-.2.2-.2.5-.1.8l.3.5c.1.2.3.4.6.4h.8c1.1 0 1.9.9 1.9 2v.8c0 .3.2.5.5.6l.6.2c.2.1.5 0 .7-.1l.6-.6c.3-.4.8-.6 1.3-.6z"/></svg>

Before

(image error) Size: 1.4 KiB

View file

@ -1 +0,0 @@
<svg id="ea0cae85-1ecf-4705-9992-b9b53267a27a" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>cross</title><path d="M0,0H24V24H0Z" transform="translate(0 0)" style="fill:none"/><path d="M9.17,15.58a.74.74,0,0,1-.53-.22.75.75,0,0,1,0-1.06L14.3,8.64A.75.75,0,0,1,15.36,9.7L9.7,15.36A.74.74,0,0,1,9.17,15.58Z" transform="translate(0 0)" style="fill:#231f20"/><path d="M14.83,15.58a.74.74,0,0,1-.53-.22L8.64,9.7A.75.75,0,0,1,9.7,8.64l5.66,5.66a.75.75,0,0,1,0,1.06A.74.74,0,0,1,14.83,15.58Z" transform="translate(0 0)" style="fill:#231f20"/><path d="M12,21.75A9.75,9.75,0,1,1,21.75,12,9.76,9.76,0,0,1,12,21.75Zm0-18A8.25,8.25,0,1,0,20.25,12,8.26,8.26,0,0,0,12,3.75Z" transform="translate(0 0)" style="fill:#231f20"/></svg>

Before

(image error) Size: 752 B

View file

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 24 24"><path d="M12 2.4c-3.7 0-6.9 2.1-8.5 5.1l-.1.2c-.6 1.3-1 2.7-1 4.2s.4 3 1 4.3c0 .1.1.1.1.2 1.6 3.1 4.8 5.2 8.5 5.2 5.3 0 9.7-4.4 9.7-9.7S17.3 2.4 12 2.4zm7 5.1c-.9.3-1.8.4-2.8.6-.3-1.4-.9-2.8-1.6-4 1.8.6 3.4 1.8 4.4 3.4zM8.9 9.4c1 .1 2.1.2 3.1.2s2.1 0 3.1-.1c.3 1.6.3 3.3 0 5-2.1-.2-4.2-.2-6.2 0-.3-1.7-.3-3.4 0-5.1zm2.9-5.7h.4c.4 0 .8.2 1.1.7.7 1.2 1.2 2.5 1.6 3.9-1.9.2-3.9.2-5.8 0 .3-1.4.9-2.7 1.6-3.9.3-.4.7-.6 1.1-.7zm-2.4.4c-.7 1.3-1.3 2.6-1.6 4-1-.1-1.9-.3-2.8-.6 1-1.6 2.6-2.8 4.4-3.4zm-5.8 8c0-1.3.3-2.5.8-3.5 1 .3 2.1.5 3.2.7-.3 1.8-.3 3.6 0 5.4-1.1.2-2.2.4-3.3.7-.5-1-.7-2.1-.7-3.3zm1.3 4.4c.9-.3 1.9-.5 2.9-.6.3 1.5.9 2.9 1.6 4.2-1.9-.7-3.5-1.9-4.5-3.6zm5.8 3.1c-.7-1.2-1.2-2.5-1.6-3.9 1.9-.2 3.8-.2 5.7 0-.3 1.4-.9 2.7-1.6 3.9-.5.9-1.9.9-2.5 0zm3.9.4c.7-1.3 1.3-2.7 1.6-4.1 1 .2 2 .4 2.9.6-1.1 1.6-2.6 2.9-4.5 3.5zm1.8-5.4c.3-1.8.3-3.6 0-5.3 1.1-.1 2.2-.3 3.2-.6.5 1 .7 2.2.7 3.4 0 1.1-.2 2.2-.6 3.2-1.1-.3-2.2-.5-3.3-.7z"/></svg>

Before

(image error) Size: 1,023 B

View file

@ -1 +0,0 @@
<svg id="ba452200-454d-4e0b-83df-5a0128e0ad99" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>external</title><path d="M12,20.25a.76.76,0,0,1-.75-.75v-15a.75.75,0,0,1,1.5,0v15A.76.76,0,0,1,12,20.25Z" transform="translate(0 0)" style="fill:#231f20"/><path d="M6,11.26a.77.77,0,0,1-.53-.21.77.77,0,0,1,0-1.07l6-6A.75.75,0,0,1,12,3.75h0a.75.75,0,0,1,.53.22l6,6a.76.76,0,0,1,0,1.07.75.75,0,0,1-1.06,0L12,5.56,6.56,11A.75.75,0,0,1,6,11.26Z" transform="translate(0 0)" style="fill:#231f20"/><path d="M0,0H24V24H0Z" transform="translate(0 0)" style="fill:none"/></svg>

Before

(image error) Size: 596 B

View file

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 24 24"><path d="M12 17.7c-.1 0-.2 0-.3-.1l-4-2c-.3-.2-.5-.6-.3-.9.2-.3.6-.5.9-.3l3.7 1.8 3.7-1.8c.3-.2.8 0 .9.3.2.3 0 .8-.3.9l-4 2c-.1.1-.2.1-.3.1zm0-3c-.1 0-.2 0-.3-.1l-4-2c-.3-.2-.5-.6-.3-.9.2-.3.6-.5.9-.3l3.7 1.8 3.7-1.8c.3-.2.8 0 .9.3.2.3 0 .8-.3.9l-4 2c-.1.1-.2.1-.3.1zm0-3c-.1 0-.2 0-.3-.1l-4-2c-.3-.1-.4-.3-.4-.6s.1-.5.4-.6l4-2c.2-.1.4-.1.6 0l4 2c.2.1.4.4.4.6s-.2.5-.4.6l-4 2c-.1.1-.2.1-.3.1zM9.6 9l2.4 1.2L14.4 9 12 7.8 9.6 9z"/><path d="M12 21.7c-5.3 0-9.7-4.4-9.7-9.7S6.7 2.3 12 2.3s9.7 4.4 9.7 9.7-4.4 9.7-9.7 9.7zm0-18c-4.6 0-8.3 3.7-8.3 8.3 0 4.6 3.7 8.3 8.3 8.3 4.6 0 8.3-3.7 8.3-8.3 0-4.6-3.7-8.3-8.3-8.3z"/></svg>

Before

(image error) Size: 703 B

View file

@ -1 +0,0 @@
<svg id="a69b0ff7-a6ef-42c3-9f98-d9b4cbec8652" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>heart</title><path d="M0,0H24V24H0Z" transform="translate(0 0)" style="fill:none"/><path d="M12,20.75c-.72,0-9.75-5-9.75-11,0-3.14,2.43-6.51,6.05-6.51A5.44,5.44,0,0,1,12,4.64a5.44,5.44,0,0,1,3.7-1.39c3.62,0,6.05,3.37,6.05,6.51C21.75,15.74,12.72,20.75,12,20.75Zm-3.7-16c-2.72,0-4.55,2.59-4.55,5,0,4.47,6.62,8.59,8.25,9.42,1.63-.83,8.25-4.95,8.25-9.42,0-2.42-1.83-5-4.55-5A4,4,0,0,0,12.57,6.2a.78.78,0,0,1-1.14,0A4,4,0,0,0,8.3,4.75Z" transform="translate(0 0)" style="fill:#231f20"/></svg>

Before

(image error) Size: 616 B

View file

@ -1 +0,0 @@
<svg id="a0162f2b-8ede-4c12-9ee3-be85b52c89a3" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>info</title><path d="M0,0H24V24H0Z" transform="translate(0 0)" style="fill:none"/><path d="M12,9.25a1,1,0,0,1-1-1,1,1,0,0,1,.29-.7A1,1,0,1,1,12,9.25Z" transform="translate(0 0)" style="fill:#231f20"/><path d="M12,21.75A9.75,9.75,0,1,1,21.75,12,9.76,9.76,0,0,1,12,21.75Zm0-18A8.25,8.25,0,1,0,20.25,12,8.26,8.26,0,0,0,12,3.75Z" transform="translate(0 0)" style="fill:#231f20"/><path d="M12,17.75a.76.76,0,0,1-.75-.75V12a.75.75,0,0,1,1.5,0v5A.76.76,0,0,1,12,17.75Z" transform="translate(0 0)" style="fill:#231f20"/></svg>

Before

(image error) Size: 647 B

View file

@ -1 +0,0 @@
<svg id="a182dabf-f865-41c3-aee0-2901723432fd" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 832"><title>mic</title><path d="M512,672A160,160,0,0,1,352,512h0V256a160,160,0,0,1,320,0h0V512A160,160,0,0,1,512,672Z" transform="translate(-224 -96)"/><path d="M512,800c-159-.24-287.76-129-288-288V426.67a32,32,0,0,1,64,0h0V512c0,123.71,100.29,224,224,224S736,635.71,736,512h0V426.67a32,32,0,0,1,64,0h0V512c-.24,159-129,287.76-288,288Z" transform="translate(-224 -96)"/><path d="M512,928a32.43,32.43,0,0,1-32-32V768a32,32,0,0,1,64,0h0V896a32.43,32.43,0,0,1-32,32Z" transform="translate(-224 -96)"/><path d="M690.35,928H333.65a32,32,0,0,1,0-64h356.7a32,32,0,0,1,0,64Z" transform="translate(-224 -96)"/></svg>

Before

(image error) Size: 726 B

View file

@ -1 +0,0 @@
<svg id="b67acd6d-71bd-44c0-b573-ef36c43cdb37" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 754.4 831.78"><title>play</title><path d="M228.27,928a93.87,93.87,0,0,1-93.44-93.42V189.44a93.47,93.47,0,0,1,140-80.83l-.45-.24L841.81,430.93a93,93,0,0,1,.46,161.9l-.46.24L274.35,915.63A89.11,89.11,0,0,1,228.79,928h-.52Z" transform="translate(-134.83 -96.22)"/></svg>

Before

(image error) Size: 382 B

View file

@ -1 +0,0 @@
<svg id="f6ce8424-cb1d-4cf5-b8e2-06e125bcb2bd" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>podcast</title><path d="M12,13.74a3,3,0,1,1,2.95-3A2.95,2.95,0,0,1,12,13.74Zm0-4.4a1.45,1.45,0,1,0,1.45,1.45A1.45,1.45,0,0,0,12,9.34Z" transform="translate(0 0)" style="fill:#231f20"/><path d="M12,22.75a2.5,2.5,0,0,1-2.5-2.5v-2.7a2.5,2.5,0,0,1,5,0v2.7A2.5,2.5,0,0,1,12,22.75Zm0-6.2a1,1,0,0,0-1,1v2.7a1,1,0,0,0,2,0v-2.7A1,1,0,0,0,12,16.55Z" transform="translate(0 0)" style="fill:#231f20"/><path d="M17,18.76a.75.75,0,0,1-.62-.32.76.76,0,0,1,.19-1.05,8,8,0,1,0-9.14,0,.75.75,0,1,1-.86,1.24,9.54,9.54,0,1,1,10.86,0A.75.75,0,0,1,17,18.76Z" transform="translate(0 0)" style="fill:#231f20"/><path d="M16,15.3a.76.76,0,0,1-.51-.2.75.75,0,0,1,0-1.06,4.74,4.74,0,1,0-6.9,0,.75.75,0,0,1,0,1.06.76.76,0,0,1-1.06,0,6.24,6.24,0,1,1,9.1,0A.75.75,0,0,1,16,15.3Z" transform="translate(0 0)" style="fill:#231f20"/><path d="M0,0H24V24H0Z" transform="translate(0 0)" style="fill:none"/></svg>

Before

(image error) Size: 1,003 B

View file

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 10.8 10.9"><path d="M5.4 10.9c-1.5 0-2.8-.6-3.8-1.6-.3-.3-.6-.6-.8-.9-.2-.4-.1-.8.2-1 .3-.2.8-.1 1 .2.2.3.3.5.6.7.7.8 1.7 1.2 2.8 1.2 1.1 0 2.1-.4 2.8-1.2.6-.6 1-1.4 1.2-2.3.1-.4.4-.6.8-.6.4.1.7.4.6.8-.2 1.2-.8 2.3-1.6 3.1-1 1.1-2.4 1.6-3.8 1.6zM.8 5.5c-.1 0-.1 0 0 0-.5-.1-.8-.4-.7-.8.2-1.2.7-2.2 1.5-3.1 2.1-2.1 5.6-2.1 7.7 0 .3.3.5.6.8 1 .2.3.1.8-.2 1-.5.2-.9.1-1.1-.3-.2-.2-.3-.5-.5-.7C6.7 1 4.2 1 2.6 2.6c-.6.6-1 1.4-1.2 2.3 0 .3-.3.6-.6.6z"/><path d="M1.2 10.3c-.4 0-.7-.3-.7-.7V8c0-.4.3-.7.7-.7h1.7c.4 0 .7.3.7.7s-.3.7-.7.7h-1v1c0 .3-.3.6-.7.6zm8.4-6.6H7.9c-.4 0-.7-.4-.7-.7s.3-.7.7-.7h1v-1c0-.4.3-.7.7-.7s.7.3.7.7V3c0 .3-.3.7-.7.7z"/></svg>

Before

(image error) Size: 722 B

View file

@ -1 +0,0 @@
<svg id="e6e52741-adc6-41e1-9116-559af95eb408" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>rss</title><path d="M0,0H24V24H0Z" transform="translate(0 0)" style="fill:none"/><path d="M5.77,20.75A2.53,2.53,0,1,1,8.3,18.23,2.52,2.52,0,0,1,5.77,20.75Zm0-3.55a1,1,0,1,0,1,1A1,1,0,0,0,5.77,17.2Z" transform="translate(0 0)" style="fill:#231f20"/><path d="M11.09,20.75H11a.75.75,0,0,1-.63-.85A5.53,5.53,0,0,0,9,15a5.53,5.53,0,0,0-4.89-1.35.75.75,0,0,1-.22-1.48,7,7,0,0,1,6.17,1.77,7,7,0,0,1,1.77,6.17A.74.74,0,0,1,11.09,20.75Z" transform="translate(0 0)" style="fill:#231f20"/><path d="M15.52,20.75h-.07a.75.75,0,0,1-.67-.82,9.83,9.83,0,0,0-2.64-8.07A9.83,9.83,0,0,0,4.07,9.22a.75.75,0,1,1-.14-1.49A11.26,11.26,0,0,1,13.2,10.8a11.24,11.24,0,0,1,3.07,9.27A.76.76,0,0,1,15.52,20.75Z" transform="translate(0 0)" style="fill:#231f20"/><path d="M20,20.75H19.9a.75.75,0,0,1-.69-.8A14.14,14.14,0,0,0,15.27,8.73,14.1,14.1,0,0,0,4.05,4.79.75.75,0,1,1,4,3.3,15.54,15.54,0,0,1,16.33,7.67,15.58,15.58,0,0,1,20.7,20.05.75.75,0,0,1,20,20.75Z" transform="translate(0 0)" style="fill:#231f20"/></svg>

Before

(image error) Size: 1.1 KiB

View file

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 24 24">
<path fill="#000" d="M22.7 14.81a.77.77 0 0 0 0-.15.74.74 0 0 0 0-.14 2.32 2.32 0 0 0-.23-.6l-3.6-6.68a.54.54 0 0 0-.07-.13.64.64 0 0 0-.1-.13.62.62 0 0 0-.34-.2h-.06a18.07 18.07 0 0 0-5.49-.15V3a.75.75 0 0 0-1.5 0v3.86a17.7 17.7 0 0 0-5 1.86l-.68.37a.57.57 0 0 0-.15.12.45.45 0 0 0-.12.16l-3.77 6.8a2.32 2.32 0 0 0-.23.6.74.74 0 0 0 0 .14.77.77 0 0 0 0 .15 2.28 2.28 0 0 0 0 .45 2.32 2.32 0 0 0 0 .46 4.69 4.69 0 0 0 9.2 0 2.53 2.53 0 0 0 0-.91 1.5 1.5 0 0 0-.06-.29 2.57 2.57 0 0 0-.23-.6L6.91 10a16.58 16.58 0 0 1 10-1.94l-3.14 5.83a2.57 2.57 0 0 0-.23.6 1.5 1.5 0 0 0-.06.29 2.53 2.53 0 0 0 0 .91 4.69 4.69 0 0 0 9.2 0 2.53 2.53 0 0 0 .02-.88ZM5.9 20.25a3.19 3.19 0 0 1-3.1-2.44H9a3.2 3.2 0 0 1-3.1 2.44Zm2.68-3.94H3.22l2.68-5Zm9.52-7.23 2.68 5h-5.36Zm0 8.92a3.21 3.21 0 0 1-3.1-2.44h6.2A3.2 3.2 0 0 1 18.1 18Z"/>
</svg>

Before

(image error) Size: 907 B

View file

@ -1 +0,0 @@
<svg id="f91d4da9-12b1-4076-99c8-c8c723385720" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>shield</title><path d="M0,0H24V24H0Z" transform="translate(0 0)" style="fill:none"/><path d="M12,21.75l-.16,0A11.1,11.1,0,0,1,3.25,11.18V7.61A2.73,2.73,0,0,1,5,5.07L10,3A5.43,5.43,0,0,1,14,3l5,2.05a2.74,2.74,0,0,1,1.71,2.54v3.57a11.1,11.1,0,0,1-8.59,10.55ZM12,4.12a3.93,3.93,0,0,0-1.47.29l-5,2.05a1.23,1.23,0,0,0-.78,1.15v3.57A9.56,9.56,0,0,0,12,20.23a9.58,9.58,0,0,0,7.25-9V7.61a1.25,1.25,0,0,0-.78-1.15l-5-2A3.93,3.93,0,0,0,12,4.12Z" transform="translate(0 0)" style="fill:#231f20"/><path d="M11.5,14.63a.79.79,0,0,1-.53-.22L8.72,12.16a.77.77,0,0,1,0-1.07.75.75,0,0,1,1.06,0l1.72,1.72,3.22-3.22a.75.75,0,0,1,1.06,0,.77.77,0,0,1,0,1.07L12,14.41A.79.79,0,0,1,11.5,14.63Z" transform="translate(0 0)" style="fill:#231f20"/></svg>

Before

(image error) Size: 856 B

View file

@ -1 +0,0 @@
<svg id="baf8cb75-e6a5-4c50-bcae-c8c837941854" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>tick</title><path d="M0,0H24V24H0Z" transform="translate(0 0)" style="fill:none"/><path d="M12,21.75A9.75,9.75,0,1,1,21.75,12,9.76,9.76,0,0,1,12,21.75Zm0-18A8.25,8.25,0,1,0,20.25,12,8.26,8.26,0,0,0,12,3.75Z" transform="translate(0 0)" style="fill:#231f20"/><path d="M11,15.75a.74.74,0,0,1-.53-.22l-3-3a.75.75,0,0,1,1.06-1.06L11,13.94l4.47-4.47a.75.75,0,0,1,1.06,1.06l-5,5A.74.74,0,0,1,11,15.75Z" transform="translate(0 0)" style="fill:#231f20"/></svg>

Before

(image error) Size: 580 B

View file

@ -1 +0,0 @@
<svg id="f89c7bb3-ff26-471b-a57c-defb85040450" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>users</title><path d="M12,16a3.25,3.25,0,1,1,2.3-.95A3.25,3.25,0,0,1,12,16Zm0-5a1.75,1.75,0,0,0-1.24,3,1.8,1.8,0,0,0,2.48,0A1.75,1.75,0,0,0,12,11Z" transform="translate(0 0)" style="fill:#231f20"/><path d="M17.49,10a3.25,3.25,0,0,1-2.3-5.55,3.32,3.32,0,0,1,4.59,0h0A3.25,3.25,0,0,1,17.49,10Zm0-5a1.75,1.75,0,0,0-1.24,3,1.79,1.79,0,0,0,2.47,0,1.74,1.74,0,0,0,0-2.48h0A1.73,1.73,0,0,0,17.49,5Z" transform="translate(0 0)" style="fill:#231f20"/><path d="M22,14.33a.74.74,0,0,1-.47-.16A5.8,5.8,0,0,0,18,13a.75.75,0,0,1,0-1.5A7.27,7.27,0,0,1,22.47,13a.76.76,0,0,1,.12,1.05A.74.74,0,0,1,22,14.33Z" transform="translate(0 0)" style="fill:#231f20"/><path d="M6.51,10a3.24,3.24,0,1,1,2.3-.95A3.23,3.23,0,0,1,6.51,10Zm0-5A1.75,1.75,0,0,0,5.28,8,1.79,1.79,0,0,0,7.75,8,1.75,1.75,0,0,0,6.51,5Z" transform="translate(0 0)" style="fill:#231f20"/><path d="M2,14.33a.74.74,0,0,1-.59-.28A.76.76,0,0,1,1.53,13,7.27,7.27,0,0,1,6,11.5.75.75,0,0,1,6,13a5.8,5.8,0,0,0-3.53,1.17A.74.74,0,0,1,2,14.33Z" transform="translate(0 0)" style="fill:#231f20"/><path d="M16.59,20.5a.74.74,0,0,1-.46-.16,7,7,0,0,0-8.26,0A.75.75,0,0,1,7,19.16a8.51,8.51,0,0,1,10.1,0,.75.75,0,0,1-.46,1.34Z" transform="translate(0 0)" style="fill:#231f20"/><path d="M0,0H24V24H0Z" transform="translate(0 0)" style="fill:none"/></svg>

Before

(image error) Size: 1.4 KiB

File diff suppressed because it is too large Load diff