Removed unneeded assets, minor page edits.

This commit is contained in:
Alexis Werefox 2021-04-28 02:39:45 +00:00
parent b7837e2a2c
commit c7bcd145c6
11 changed files with 66 additions and 39 deletions

View File

@ -9,12 +9,27 @@ export default function IdentityCard({
alt,
src2,
alt2,
children,
}) {
if (src2) {
if (children) {
return (
<div className="p-2 flow space-y-3">
<div className="rounded-lg ring-2 ring-werefox-grey-lightest dark:ring-werefox-grey-darker bg-werefox-grey-lighter dark:bg-werefox-grey-dark">
<h4 className="p-4 text-center text-lg sm:text-2xl text-center text-werefox-grey-dark dark:text-werefox-grey-lighter">
<h4 className="p-4 text-center text-lg sm:text-2xl text-werefox-grey-dark dark:text-werefox-grey-lighter">
<span className="relative inline-block w-8 h-8 align-middle mb-1">
<Image src={src} layout="fill" objectFit="contain" alt={alt} />
</span>{" "}
{title}
</h4>
</div>
{children}
</div>
);
} else if (src2) {
return (
<div className="p-2 flow space-y-3">
<div className="rounded-lg ring-2 ring-werefox-grey-lightest dark:ring-werefox-grey-darker bg-werefox-grey-lighter dark:bg-werefox-grey-dark">
<h4 className="p-4 text-center text-lg sm:text-2xl text-werefox-grey-dark dark:text-werefox-grey-lighter">
<span className="relative inline-block w-8 h-8 align-middle mb-1">
<Image src={src} layout="fill" objectFit="contain" alt={alt} />
</span>{" "}
@ -22,7 +37,7 @@ export default function IdentityCard({
</h4>
</div>
<div className="rounded-lg ring-2 ring-werefox-grey-lightest dark:ring-werefox-grey-darker bg-werefox-grey-lighter dark:bg-werefox-grey-dark">
<p className="p-4 text-center text-md sm:text-lg text-center text-werefox-blue-dark dark:text-werefox-blue">
<p className="p-4 text-center text-md sm:text-lg text-werefox-blue-dark dark:text-werefox-blue">
{Object.keys(info).map((i) => (
<p className="pb-4" key={i}>
{info[i]}
@ -50,7 +65,7 @@ export default function IdentityCard({
return (
<div className="p-2 flow space-y-3">
<div className="rounded-lg ring-2 ring-werefox-grey-lightest dark:ring-werefox-grey-darker bg-werefox-grey-lighter dark:bg-werefox-grey-dark">
<p className="p-4 text-center text-lg sm:text-2xl text-center text-werefox-grey-dark dark:text-werefox-grey-lighter">
<p className="p-4 text-center text-lg sm:text-2xl text-werefox-grey-dark dark:text-werefox-grey-lighter">
<span className="relative inline-block w-8 h-8 align-middle mb-1">
<Image src={src} layout="fill" objectFit="contain" alt={alt} />
</span>{" "}
@ -58,14 +73,14 @@ export default function IdentityCard({
</p>
</div>
<div className="rounded-lg ring-2 ring-werefox-grey-lightest dark:ring-werefox-grey-darker bg-werefox-grey-lighter dark:bg-werefox-grey-dark">
<p className="p-4 text-center text-md sm:text-lg text-center text-werefox-blue-dark dark:text-werefox-blue">
<p className="p-4 text-center text-md sm:text-lg text-werefox-blue-dark dark:text-werefox-blue">
{Object.keys(info).map((i) => (
<p className="pb-4" key={i}>
{info[i]}
</p>
))}
</p>
<div className="pb-4 text-center text-md sm:text-lg text-center text-werefox-blue-dark dark:text-werefox-blue">
<div className="pb-4 text-center text-md sm:text-lg text-werefox-blue-dark dark:text-werefox-blue">
<Link href={url}>
<a
target="_blank"

View File

@ -17,14 +17,14 @@ export function renderPossibleURLField(field) {
if (validURL(field)) {
return (
<Link href={field}>
<a className="p-2 text-center overflow-ellipsis overflow-hidden ring-2 ring-werefox-grey-light dark:ring-werefox-grey-darker rounded-lg bg-werefox-grey-lightest dark:bg-werefox-grey hover:text-werefox-blue-dark dark:hover:text-werefox-blue">
<a className="p-2 text-center overflow-ellipsis overflow-hidden ring-2 ring-werefox-grey-light dark:ring-werefox-grey-darker rounded-lg bg-werefox-grey-lighter dark:bg-werefox-grey-dark hover:text-werefox-blue-dark dark:hover:text-werefox-blue">
{field}
</a>
</Link>
);
} else {
return (
<p className="p-2 text-center overflow-ellipsis overflow-hidden ring-2 ring-werefox-grey-light dark:ring-werefox-grey-darker rounded-lg bg-werefox-grey-lightest dark:bg-werefox-grey">
<p className="p-2 text-center overflow-ellipsis overflow-hidden ring-2 ring-werefox-grey-light dark:ring-werefox-grey-darker rounded-lg bg-werefox-grey-lighter dark:bg-werefox-grey-dark">
{field}
</p>
);
@ -39,10 +39,10 @@ export default function LoveCard({ src, alt, url, fields, bio, user }) {
: "text-werefox-pink-dark dark:text-werefox-pink";
return (
<div className="rounded-lg container flex overflow-hidden ring-2 ring-werefox-grey-lightest dark:ring-werefox-grey-darker bg-werefox-grey-light dark:bg-werefox-grey">
<div className="rounded-lg min-w-full flex ring-2 ring-werefox-grey-lightest dark:ring-werefox-grey-darker bg-werefox-grey-lighter dark:bg-werefox-grey-dark">
<Link href={url}>
<a>
<div className="flex-1">
<div className="flex-1 pt-4 pb-4 pl-4">
{" "}
<img
className="rounded-lg sm:w-32 w-16"
@ -54,7 +54,7 @@ export default function LoveCard({ src, alt, url, fields, bio, user }) {
</Link>{" "}
<div className={`flex-5 p-4 sm:text-sm text-xs text-center ${isMe}`}>
<div className="grid grid-cols-1 gap-2">
<div className="ring-2 ring-werefox-grey-lightest dark:ring-werefox-grey-darker rounded-lg p-2 grid grid-cols-2 grid-rows-1 gap-2 bg-werefox-grey-lighter dark:bg-werefox-grey-dark">
<div className="ring-2 ring-werefox-grey-lightest dark:ring-werefox-grey-darker rounded-lg p-2 grid grid-cols-2 grid-rows-1 gap-2 bg-werefox-grey-light dark:bg-werefox-grey">
{Object.keys(fields).map((field) => (
<>
{renderPossibleURLField(field)}
@ -62,7 +62,7 @@ export default function LoveCard({ src, alt, url, fields, bio, user }) {
</>
))}
</div>
<div className="ring-2 ring-werefox-grey-lightest dark:ring-werefox-grey-darker rounded-lg p-2 bg-werefox-grey-lighter dark:bg-werefox-grey-dark">
<div className="ring-2 ring-werefox-grey-lightest dark:ring-werefox-grey-darker rounded-lg p-2 bg-werefox-grey-light dark:bg-werefox-grey">
<p>
{bio}
<br />

View File

@ -37,7 +37,7 @@ export default function Contacts() {
</a>
</p>
<p className="pl-4 pr-4 pb-4 text-lg text-center text-werefox-blue-dark dark:text-werefox-blue">
<a href="https://twitter.com/shadow8t4" target="_blank">
<a href="https://twitter.com/alexis_werefox" target="_blank">
<span className="animate-bounce relative inline-block w-6 h-6 align-middle">
<Image
src="/emoji/twitter-logo.png"
@ -50,10 +50,10 @@ export default function Contacts() {
My Twitter{" "}
<a
className="animate-wiggle inline-flex transition hover:text-werefox-pink-dark dark:hover:text-werefox-pink"
href="https://twitter.com/shadow8t4"
href="https://twitter.com/alexis_werefox"
target="_blank"
>
@shadow8t4
@alexis_werefox
</a>
</p>
<p className="pl-4 pr-4 pb-4 text-lg text-center text-werefox-blue-dark dark:text-werefox-blue">

View File

@ -1,11 +1,12 @@
import BasicPage from "../../../components/basic-page-template";
import WCard from "../../../components/werefox-card";
import IDCard from "../../../components/identity-card";
import LCard from "../../../components/love-card";
import WCard from "../../../components/werefox-card";
// Use this to list out partner info on this page. >w>
const PARTNERS = {
// username: {
// parnter: {
// url: "",
// avi: "",
// fields: {
@ -19,28 +20,44 @@ export default function Partners() {
if (Object.keys(PARTNERS).length) {
return (
<BasicPage page_title="Partners" card_title="Partners!">
{Object.keys(PARTNERS).map((partner) => (
<LCard
key={PARTNERS[partner].url}
src={PARTNERS[partner].avi}
alt={`${partner}'s Avatar`}
url={PARTNERS[partner].url}
user={partner}
fields={PARTNERS[partner].fields}
bio={PARTNERS[partner].bio}
></LCard>
))}
<WCard>
<IDCard
title="My loves!"
src="/emoji/blue_heart.svg"
alt="Blue heart emoji"
>
{Object.keys(PARTNERS).map((partner) => (
<LCard
key={PARTNERS[partner].url}
src={PARTNERS[partner].avi}
alt={`${partner}'s Avatar`}
url={PARTNERS[partner].url}
user={partner}
fields={PARTNERS[partner].fields}
bio={PARTNERS[partner].bio}
></LCard>
))}
</IDCard>
</WCard>
</BasicPage>
);
} else {
return (
<BasicPage page_title="Partners" card_title="Partners!">
<WCard>
<p className="p-6 text-lg text-center text-werefox-blue-dark dark:text-werefox-blue">
Oh! It looks like I don't have any partners at the moment.
<br />
Oh well!
</p>
<IDCard
title="My loves!"
src="/emoji/blue_heart.svg"
alt="Blue heart emoji"
>
<div className="rounded-lg ring-2 ring-werefox-grey-lightest dark:ring-werefox-grey-darker bg-werefox-grey dark:bg-werefox-grey-dark">
<p className="p-6 text-lg text-center text-werefox-blue-dark dark:text-werefox-blue">
Oh! It looks like I don't have any partners at the moment.
<br />
Oh well!
</p>
</div>
</IDCard>
</WCard>
</BasicPage>
);

View File

@ -21,7 +21,7 @@ export default function Home() {
extraClasses=""
imageObj={{ src: "/emoji/18_plus.svg", alt: "Over 18" }}
innerText="26"
url=""
url="/contacts"
/>
<IDButton
extraClasses="xl:pt-1 xl:align-text-bottom xl:text-sm xl:min-h-full"

View File

@ -1 +0,0 @@
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.41421" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><clipPath id="a"><path clip-rule="evenodd" d="m0 0h32v32h-32z"/></clipPath><metadata/><path d="m0 0h32v32h-32z" fill="none"/><g clip-path="url(#a)"><path d="m32 8c0-4.418-3.582-8-8-8-4.887 0-11.113 0-16 0-4.418 0-8 3.582-8 8v16c0 4.418 3.582 8 8 8h16c4.418 0 8-3.582 8-8 0-4.887 0-11.113 0-16z"/><path d="m30 8c0-1.591-.632-3.117-1.757-4.243-1.126-1.125-2.652-1.757-4.243-1.757-4.724 0-11.276 0-16 0-1.591 0-3.117.632-4.243 1.757-1.125 1.126-1.757 2.652-1.757 4.243v16c0 1.591.632 3.117 1.757 4.243 1.126 1.125 2.652 1.757 4.243 1.757h16c1.591 0 3.117-.632 4.243-1.757 1.125-1.126 1.757-2.652 1.757-4.243 0-4.724 0-11.276 0-16z" fill="#666"/><g fill="#fff" fill-rule="nonzero"><path d="m6.699 20.951c-.83 0-1.487-.235-1.972-.706s-.727-1.159-.727-2.063v-4.35c0-.914.256-1.606.769-2.077s1.189-.706 2.028-.706c.802 0 1.45.233 1.944.699s.742 1.175.742 2.126v.294h-1.721v-.28c0-.438-.091-.762-.272-.972-.182-.21-.427-.315-.735-.315-.363 0-.627.126-.79.378s-.245.629-.245 1.133v3.874c0 .942.345 1.413 1.035 1.413.308 0 .553-.108.735-.322.181-.215.272-.532.272-.951v-.252h1.707v.266c0 .932-.259 1.634-.777 2.105-.517.471-1.182.706-1.993.706z"/><path d="m13.245 20.951c-.83 0-1.487-.235-1.972-.706s-.728-1.159-.728-2.063v-4.35c0-.914.257-1.606.77-2.077s1.188-.706 2.028-.706c.811 0 1.461.235 1.951.706.489.471.734 1.163.734 2.077v4.35c0 .895-.259 1.58-.776 2.056-.518.475-1.187.713-2.007.713zm.056-1.552c.326 0 .575-.124.748-.371.172-.247.259-.594.259-1.042v-3.874c0-.494-.084-.87-.252-1.126s-.42-.385-.755-.385c-.364 0-.627.126-.791.378-.163.252-.244.629-.244 1.133v3.874c0 .942.345 1.413 1.035 1.413z"/><path d="m19.79 20.951c-.83 0-1.487-.235-1.972-.706s-.727-1.159-.727-2.063v-4.35c0-.914.256-1.606.769-2.077s1.189-.706 2.028-.706c.811 0 1.462.235 1.951.706.49.471.734 1.163.734 2.077v4.35c0 .895-.258 1.58-.776 2.056-.517.475-1.186.713-2.007.713zm.056-1.552c.326 0 .576-.124.748-.371.173-.247.259-.594.259-1.042v-3.874c0-.494-.084-.87-.252-1.126-.167-.256-.419-.385-.755-.385-.363 0-.627.126-.79.378s-.245.629-.245 1.133v3.874c0 .942.345 1.413 1.035 1.413z"/><path d="m23.692 11.189h1.721v8.112h2.587v1.538h-4.308z"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -1 +0,0 @@
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.41421" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><clipPath id="a"><path clip-rule="evenodd" d="m0 0h32v32h-32z"/></clipPath><metadata/><path d="m0 0h32v32h-32z" fill="none"/><g clip-path="url(#a)"><path d="m0 0h32v32h-32z"/><path d="m30 2h-28v22l1 .5-1 .5v5h28v-5l-1-.5 1-.5z" fill="#4d4d4d"/><path d="m4 26h2v1h-2z" fill="#808080"/><path d="m4 28h2v1h-2z" fill="#808080"/><path d="m2 24h28v1h-28z" fill="#333"/><g fill="#808080"><path d="m7 26h2v1h-2z"/><path d="m7 28h2v1h-2z"/><path d="m10 26h2v1h-2z"/></g><path d="m25 26h3v3h-3z" fill="#219555"/><circle cx="14.5" cy="27.5" fill="#333" r="1.5"/><circle cx="18.5" cy="27.5" fill="#333" r="1.5"/><circle cx="22.5" cy="27.5" fill="#333" r="1.5"/><path d="m10 28h2v1h-2z" fill="#808080"/><path d="m28 6c0-.53-.211-1.039-.586-1.414s-.884-.586-1.414-.586c-4.52 0-15.48 0-20 0-.53 0-1.039.211-1.414.586s-.586.884-.586 1.414v14c0 .53.211 1.039.586 1.414s.884.586 1.414.586h20c.53 0 1.039-.211 1.414-.586s.586-.884.586-1.414c0-3.463 0-10.537 0-14z"/><path d="m22.612 5.001c.148.006.296.015.443.033.364.045.723.136 1.065.268.55.212 1.056.532 1.482.938.507.483.899 1.084 1.135 1.743.111.311.188.634.229.962.018.148.027.295.033.443.013 1.037.001 2.075.001 3.112-.006.234-.053.46-.158.671-.081.161-.191.307-.323.43-.132.122-.287.221-.454.288-.143.059-.295.095-.449.107-.548.042-1.087-.228-1.382-.691-.096-.152-.165-.322-.202-.498-.016-.076-.024-.152-.03-.23-.027-1.05.035-2.102-.004-3.152-.009-.147-.036-.292-.086-.431-.142-.395-.45-.719-.838-.88-.159-.066-.328-.101-.5-.112-2.356-.088-4.716-.002-7.074-.002-.078-.002-.154-.006-.231-.018-.178-.028-.351-.088-.508-.177-.478-.27-.775-.795-.761-1.344.004-.154.032-.308.083-.454.06-.17.15-.329.265-.468.116-.138.256-.256.413-.344.205-.116.428-.175.662-.193 2.395-.062 4.793-.03 7.189-.001z" fill="#333" fill-rule="nonzero"/></g></svg>

Before

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -1 +0,0 @@
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="1.5" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><clipPath id="a"><path clip-rule="evenodd" d="m0 0v32h32v-32z"/></clipPath><metadata/><path d="m0 0v32h32v-32z" fill="none"/><g clip-path="url(#a)"><path d="m2.001 12.998c2.974-4.886 8.28-7.867 13.999-7.867s11.025 2.981 13.999 7.867l.001.002v2s0 .001-.001.002c-1.284 2.109-3.001 3.862-4.999 5.175v7.823l-5.507-5.507c-1.135.248-2.305.376-3.493.376-5.719 0-11.025-2.981-13.999-7.867-.001-.001-.001-.002-.001-.002v-2l.001-.002z" fill="none" stroke="#000" stroke-width="4"/><path d="m19.493 22.493c-1.135.248-2.305.376-3.493.376-5.719 0-11.025-2.981-13.999-7.867-.001-.001-.001-.002-.001-.002v-2h28v2s0 .001-.001.002c-1.284 2.109-3.001 3.862-4.999 5.175v7.823z" fill="#747474"/><path d="m20.296 20.296c-1.383.376-2.826.573-4.296.573-5.719 0-11.025-2.981-13.999-7.867-.001-.001-.001-.002-.001-.002s0-.001.001-.002c2.974-4.886 8.28-7.867 13.999-7.867s11.025 2.981 13.999 7.867c.001.001.001.002.001.002s0 .001-.001.002c-1.284 2.109-3.001 3.862-4.999 5.175v6.823z" fill="#fff"/><circle cx="16" cy="13" fill="#585858" r="6"/><circle cx="16" cy="13" r="3"/><circle cx="18" cy="11" fill="#fff" fill-opacity=".309804" r="2"/></g></svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -1 +0,0 @@
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="round" stroke-miterlimit="1.41421" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><clipPath id="a"><path clip-rule="evenodd" d="m0 0h32v32h-32z"/></clipPath><clipPath id="b"><circle clip-rule="evenodd" cx="19" cy="11" r="5"/></clipPath><metadata/><path d="m0 0h32v32h-32z" fill="none"/><g clip-path="url(#a)"><path d="m26 2s-10.163 0-16 0c-1.061 0-2.078.421-2.828 1.172-.751.75-1.172 1.767-1.172 2.828v20c0 1.061.421 2.078 1.172 2.828.75.751 1.767 1.172 2.828 1.172h16z"/><path d="m28 32h-18.012l-.137-.002c-.198-.007-.394-.019-.591-.044-.486-.06-.964-.18-1.42-.356-.733-.283-1.408-.71-1.976-1.251-.677-.644-1.198-1.445-1.513-2.324-.148-.415-.251-.846-.305-1.283-.025-.197-.037-.393-.044-.591-.086-6.72-.002-13.441-.002-20.162.002-.194.01-.387.029-.58.049-.487.157-.969.322-1.43.332-.926.893-1.765 1.622-2.425.617-.559 1.351-.987 2.142-1.248.419-.139.853-.231 1.292-.275.193-.019.387-.027.581-.029h18.012z" fill-rule="nonzero"/><path d="m26 2s-10.645 0-14 0l-1 1v19l1 1h13l1-1c0-4.175 0-20 0-20z" fill="#7f522f"/><path d="m6 21.008.001-.083c.011-.295-.125-2.111.999-2.925.681-.493.926-.997 1-1 1.025-.013 1.975 1 3 1v8h-5zm0-9.008v-.994c.004-.348.058-.69.176-1.018.283-.791.531-2.955.824-2.988.074-.006 2.975 1 4 1v8l-2 1c-.163.002-2.568-.324-3 0zm5-6-2 1c-.163.002-2.601-.299-3 .001v-1.001c0-1.061.421-2.078 1.172-2.828.75-.751 1.767-1.172 2.828-1.172h.001l.999.999z" fill="#523825"/><g fill="#2e1f15"><path d="m11 16v2c-1.025 0-1.05-.012-2.075.001-.074.003-.147.007-.221.014-.318.035-.627.113-.919.242-.768.341-1.369 1.003-1.633 1.801-.093.281-.14.572-.151.867l-.001.083v-4.008c.432-.324.916-.577 1.429-.747.349-.115.711-.192 1.077-.229.162-.016.325-.022.488-.024zm0-10v2c-1.025 0-1.05-.012-2.075.001-.074.003-.147.007-.222.014-.293.033-.578.1-.851.213-.776.322-1.393.969-1.676 1.76-.118.328-.172.67-.176 1.018v.994-4.999c.399-.3.843-.54 1.314-.708.385-.138.786-.228 1.192-.269.162-.016.325-.022.488-.024z"/><path d="m10 2h2v21h-2z"/><path d="m26 22s-10.163 0-16 0c-1.061 0-2.078.421-2.828 1.172-.751.75-1.172 1.767-1.172 2.828 0 2.209 1.791 4 4 4h16z"/></g><path d="m26 24s-11.31 0-16 0c-.53 0-1.039.211-1.414.586s-.586.884-.586 1.414c0 .53.211 1.039.586 1.414s.884.586 1.414.586h16z" fill="#fff"/><circle cx="19" cy="11" fill="#2e1f15" r="6"/><circle cx="19" cy="11" fill="#7f522f" r="4"/><circle cx="19" cy="11" fill="none" r="5"/><g clip-path="url(#b)"><path d="m19.004 6-2.944 9.06 7.707-5.6h-9.526l7.706 5.6z" fill="none" stroke="#2e1f15" stroke-width="1.5"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -1 +0,0 @@
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.5" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><clipPath id="a"><path clip-rule="evenodd" d="m0 0h32v32h-32z"/></clipPath><metadata/><path d="m0 0h32v32h-32z" fill="none"/><g clip-path="url(#a)"><path d="m32 8c0-4.418-3.582-8-8-8-4.887 0-11.113 0-16 0-4.418 0-8 3.582-8 8v16c0 4.418 3.582 8 8 8h16c4.418 0 8-3.582 8-8 0-4.887 0-11.113 0-16z"/><path d="m30 8c0-1.591-.632-3.117-1.757-4.243-1.126-1.125-2.652-1.757-4.243-1.757-4.724 0-11.276 0-16 0-1.591 0-3.117.632-4.243 1.757-1.125 1.126-1.757 2.652-1.757 4.243v16c0 1.591.632 3.117 1.757 4.243 1.126 1.125 2.652 1.757 4.243 1.757h16c1.591 0 3.117-.632 4.243-1.757 1.125-1.126 1.757-2.652 1.757-4.243 0-4.724 0-11.276 0-16z" fill="#982eee"/><g fill="none" stroke="#fff" stroke-width="2"><path d="m9 6v16"/><path d="m9 11s1.844-1.844 3.293-3.293c.286-.286.716-.371 1.09-.217.373.155.617.52.617.924v13.586"/><path d="m14 11s1.844-1.844 3.293-3.293c.286-.286.716-.371 1.09-.217.373.155.617.52.617.924v13.586l4 4"/><path d="m19 14s1.205-1.205 2.293-2.293c.286-.286.716-.371 1.09-.217.373.155.617.52.617.924v5.758c0 .53-.211 1.039-.586 1.414-1.683 1.683-6.414 6.414-6.414 6.414"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB