chapter on present verb form

This commit is contained in:
lingdocs 2021-07-09 15:52:37 +03:00
parent 04ad1831f0
commit 7bd2e22979
14 changed files with 1252 additions and 63 deletions

View File

@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"@lingdocs/pashto-inflector": "^0.6.9",
"@lingdocs/pashto-inflector": "^0.7.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
@ -35,7 +35,10 @@
"get-words": "node scripts/get-words.js"
},
"eslintConfig": {
"extends": "react-app"
"extends": "react-app",
"rules": {
"jsx-a11y/accessible-emoji": "off"
}
},
"browserslist": {
"production": [

View File

@ -41,26 +41,28 @@ export default function(props) {
}
return (
<div className="mb-3" {...swipeHandlers}>
<div className="d-flex flex-row justify-content-between align-items-center">
<img
src={leftChevron}
className="clickable ml-lg-3"
style={chevStyle}
alt={"previous"}
onClick={back}
/>
{title ?
<div className="h5">{title}</div>
:
<div>{body}</div>
}
<img
src={rightChevron}
className="clickable mr-lg-3"
style={chevStyle}
onClick={forward}
alt={"next"}
/>
<div className={props.stickyTitle ? "position-sticky" : ""} style={props.stickyTitle ? { top: 0, background: "white", zIndex: 1000 } : {}}>
<div className="d-flex flex-row justify-content-between align-items-center">
<img
src={leftChevron}
className="clickable ml-lg-3"
style={chevStyle}
alt={"previous"}
onClick={back}
/>
{title ?
<div className="h5">{title}</div>
:
<div>{body}</div>
}
<img
src={rightChevron}
className="clickable mr-lg-3"
style={chevStyle}
onClick={forward}
alt={"next"}
/>
</div>
</div>
{title && <div className="text-center">
{body}

View File

@ -1,18 +0,0 @@
/**
* Copyright (c) 2021 lingdocs.com
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*/
import React from "react";
export default function(props) {
return (
<samp>
<span>Formula: </span>
{props.children}
</samp>
);
}

View File

@ -1,18 +1,25 @@
import React from "react";
import "./formula.css";
import teacher from "./teacher-small.png";
// import "./formula.css";
// import teacher from "./teacher-small.png";
function Formula(props) {
console.log(props);
return (
<div className="formula-wrapper">
<div className="formula-title">{props.title}</div>
<div className="formula-box">{props.children}</div>
<div className="formula-teacher">
<img src={teacher} alt="teacher" />
</div>
<div className="text-center my-4" style={{ fontSize: "larger" }}>
<div className="mb-2"><span role="img" aria-label="">🧪</span> Formula:</div>
<pre>
<code>{props.children}</code>
</pre>
</div>
)
// return (
// <div className="formula-wrapper">
// <div className="formula-title">{props.title}</div>
// <div className="formula-box">{props.children}</div>
// <div className="formula-teacher">
// <img src={teacher} alt="" className="img-fluid" />
// </div>
// </div>
// )
}
export default Formula;

View File

@ -25,7 +25,7 @@ import {
} from "@lingdocs/pashto-inflector";
import psmd from "../../lib/psmd";
import EquativeFormChoice from "../../components/EquativeFormChoice";
import Formula from "../../components/Formula";
import Formula from "../../components/formula/Formula";
import Link from "../../components/Link";
## Future / Presumptive Equative

View File

@ -20,6 +20,7 @@ import * as bundledPlurals from "!babel-loader!mdx-loader!./nouns/bundled-plural
import * as verbAspect from "!babel-loader!mdx-loader!./verbs/verb-aspect.mdx";
import * as verbsIntro from "!babel-loader!mdx-loader!./verbs/verbs-intro.mdx";
import * as presentVerbs from "!babel-loader!mdx-loader!./verbs/present-verbs.mdx";
import * as verbEndings from "!babel-loader!mdx-loader!./verbs/verb-endings.mdx";
import * as rootsAndStems from "!babel-loader!mdx-loader!./verbs/roots-and-stems.mdx";
import * as sentenceStructure from "!babel-loader!mdx-loader!./verbs/sentence-structure.mdx";
@ -88,6 +89,10 @@ const contentTree = [
import: verbAspect,
slug: "verb-aspect",
},
{
import: presentVerbs,
slug: "present-verbs",
},
{
import: verbEndings,
slug: "verb-endings",

View File

@ -25,7 +25,7 @@ import {
import Carousel from "../../components/Carousel";
import Table from "../../components/Table";
import InlineInflectionButton from "../../components/InlineInflectionButton";
import Formula from "../../components/Formula.js";
import Formula from "../../components/formula/Formula.js";
import catInflectionGif from "../../images/cat-inflection.gif";
export const singleInflectionHeadRow = [

View File

@ -0,0 +1,437 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="531.7431"
height="250.06194"
viewBox="0 0 140.69031 66.162224"
version="1.1"
id="svg8"
inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
sodipodi:docname="present.svg">
<defs
id="defs2">
<rect
x="121.9088"
y="7.8961401"
width="56.433346"
height="18.811117"
id="rect6050" />
<rect
x="107.62167"
y="38.37397"
width="41.756546"
height="15.296953"
id="rect5964" />
<marker
inkscape:stockid="Arrow1Mend"
orient="auto"
refY="0"
refX="0"
id="Arrow1Mend"
style="overflow:visible"
inkscape:isstock="true">
<path
id="path1352"
d="M 0,0 5,-5 -12.5,0 5,5 Z"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
transform="matrix(-0.4,0,0,-0.4,-4,0)" />
</marker>
<rect
x="37.338371"
y="5.0927606"
width="52.299042"
height="14.883522"
id="rect5876" />
<marker
inkscape:stockid="Arrow1Mstart"
orient="auto"
refY="0"
refX="0"
id="Arrow1Mstart"
style="overflow:visible"
inkscape:isstock="true">
<path
id="path1349"
d="M 0,0 5,-5 -12.5,0 5,5 Z"
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
transform="matrix(0.4,0,0,0.4,4,0)" />
</marker>
<marker
inkscape:stockid="Arrow1Lend"
orient="auto"
refY="0"
refX="0"
id="Arrow1Lend"
style="overflow:visible"
inkscape:isstock="true">
<path
id="path1346"
d="M 0,0 5,-5 -12.5,0 5,5 Z"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
transform="matrix(-0.8,0,0,-0.8,-10,0)" />
</marker>
<marker
inkscape:stockid="Arrow1Lstart"
orient="auto"
refY="0"
refX="0"
id="marker1631"
style="overflow:visible"
inkscape:isstock="true">
<path
id="path1629"
d="M 0,0 5,-5 -12.5,0 5,5 Z"
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
transform="matrix(0.8,0,0,0.8,10,0)" />
</marker>
<marker
inkscape:stockid="Arrow1Lstart"
orient="auto"
refY="0"
refX="0"
id="marker1615"
style="overflow:visible"
inkscape:isstock="true">
<path
id="path1613"
d="M 0,0 5,-5 -12.5,0 5,5 Z"
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
transform="matrix(0.8,0,0,0.8,10,0)" />
</marker>
<marker
inkscape:stockid="Arrow1Lstart"
orient="auto"
refY="0"
refX="0"
id="Arrow1Lstart"
style="overflow:visible"
inkscape:isstock="true">
<path
id="path1343"
d="M 0,0 5,-5 -12.5,0 5,5 Z"
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
transform="matrix(0.8,0,0,0.8,10,0)" />
</marker>
<rect
x="62.350956"
y="47.882885"
width="66.975845"
height="16.33053"
id="rect1054" />
<rect
id="rect1910"
height="26.602938"
width="109.33515"
y="-7.9594593"
x="78.980247" />
<rect
id="rect1904"
height="12.862959"
width="71.915634"
y="2.4186096"
x="38.637333" />
<rect
id="rect1742"
height="22.867559"
width="43.65625"
y="33.489403"
x="49.46875" />
<rect
x="26.647322"
y="26.647322"
width="34.962795"
height="14.552084"
id="rect837" />
<rect
id="rect837-8"
height="14.552084"
width="34.962795"
y="26.647322"
x="26.647322" />
<rect
id="rect852"
height="14.552084"
width="34.962795"
y="26.647322"
x="26.647322" />
<rect
x="49.46875"
y="33.489403"
width="43.65625"
height="22.867559"
id="rect1742-2" />
<rect
x="49.46875"
y="33.489403"
width="43.65625"
height="22.867559"
id="rect1755" />
<rect
x="49.46875"
y="33.489403"
width="43.65625"
height="22.867559"
id="rect1742-5" />
<rect
x="49.46875"
y="33.489403"
width="43.65625"
height="22.867559"
id="rect1784" />
<rect
id="rect1742-2-1"
height="22.867559"
width="43.65625"
y="33.489403"
x="49.46875" />
<rect
id="rect1787"
height="22.867559"
width="43.65625"
y="33.489403"
x="49.46875" />
<rect
x="78.980247"
y="-7.9594593"
width="116.05897"
height="23.679539"
id="rect1910-4" />
<rect
x="78.980247"
y="-7.9594593"
width="109.33515"
height="26.602938"
id="rect1927" />
<rect
id="rect1910-4-1"
height="15.49402"
width="47.651417"
y="-7.9594593"
x="78.980247" />
<rect
id="rect1956"
height="23.679539"
width="116.05897"
y="-7.9594593"
x="78.980247" />
<rect
id="rect1054-5"
height="16.33053"
width="66.975845"
y="47.882885"
x="62.350956" />
<rect
id="rect1067"
height="16.33053"
width="66.975845"
y="47.882885"
x="62.350956" />
<rect
id="rect5876-9"
height="13.849944"
width="16.123816"
y="5.0927606"
x="37.338371" />
<rect
id="rect5977"
height="14.883522"
width="52.299042"
y="5.0927606"
x="37.338371" />
<rect
x="37.338371"
y="5.0927606"
width="29.973761"
height="14.263375"
id="rect5876-9-4" />
<rect
x="37.338371"
y="5.0927606"
width="16.123816"
height="13.849944"
id="rect6006" />
<rect
x="37.338371"
y="5.0927606"
width="31.8342"
height="13.436513"
id="rect5876-9-8" />
<rect
x="37.338371"
y="5.0927606"
width="16.123816"
height="13.849944"
id="rect6006-1" />
<marker
inkscape:isstock="true"
style="overflow:visible"
id="Arrow1Mend-3"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow1Mend">
<path
transform="matrix(-0.4,0,0,-0.4,-4,0)"
style="fill:#666666;fill-opacity:1;fill-rule:evenodd;stroke:#666666;stroke-width:1pt;stroke-opacity:1"
d="M 0,0 5,-5 -12.5,0 5,5 Z"
id="path1352-7" />
</marker>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.279939"
inkscape:cx="272.14963"
inkscape:cy="136.1832"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
inkscape:document-rotation="0"
showgrid="false"
fit-margin-top="10"
fit-margin-left="10"
fit-margin-right="10"
fit-margin-bottom="10"
units="px"
inkscape:window-width="1920"
inkscape:window-height="1001"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-maximized="1"
inkscape:snap-global="true"
inkscape:snap-to-guides="true" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-46.189009,-12.369274)">
<text
transform="translate(0.37797619,0.37797619)"
style="font-style:normal;font-weight:normal;font-size:10.5833px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1904);fill:#000000;fill-opacity:1;stroke:none;"
id="text1902"
xml:space="preserve" />
<text
id="text1916"
y="10.543595"
x="64.887398"
style="font-style:normal;font-weight:normal;font-size:10.5833px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264583"
xml:space="preserve"><tspan
style="stroke-width:0.264583"
y="10.543595"
x="64.887398"
id="tspan1914"
sodipodi:role="line" /></text>
<g
transform="translate(0,0.18449876)"
id="g2100">
<g
style="font-style:normal;font-weight:normal;font-size:10.5833px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1910-4);fill:#000000;fill-opacity:1;stroke:none"
id="text1908-0-1"
transform="translate(-20.320974,53.966148)"
aria-label="...was eating supper." />
</g>
<g
transform="translate(0.7472605)"
id="g190">
<path
id="path5870"
d="M 48.087582,22.870299 H 183.48628"
style="fill:none;stroke:#000000;stroke-width:0.765;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
id="path5872"
d="M 115.78693,15.015107 V 30.725491"
style="fill:none;stroke:#000000;stroke-width:0.765;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
<text
xml:space="preserve"
id="text5962"
style="font-style:normal;font-weight:normal;font-size:10.5833px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5964);fill:#000000;fill-opacity:1;stroke:none;" />
<rect
style="fill:#ffffff;stroke:#000000;stroke-width:0.864259"
id="rect123-9"
width="20.64142"
height="8.8811474"
x="58.25547"
y="18.429726" />
<g
transform="translate(0.6201485,-15.758469)"
id="g194">
<path
style="fill:none;stroke:#000000;stroke-width:0.765;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 48.214696,61.208853 H 183.61339"
id="path5870-2" />
<path
style="fill:none;stroke:#000000;stroke-width:0.765;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 115.91404,53.353661 V 69.064044"
id="path5872-7" />
</g>
<g
transform="translate(0,-33.69464)"
id="g198">
<path
style="fill:none;stroke:#000000;stroke-width:0.765;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 48.834843,101.72511 H 184.23354"
id="path5870-7" />
<path
style="fill:none;stroke:#000000;stroke-width:0.765;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 116.53419,93.869915 V 109.5803"
id="path5872-0" />
</g>
<rect
y="18.429726"
x="89.88295"
height="8.8811474"
width="20.64142"
id="rect123-9-4"
style="fill:#ffffff;stroke:#000000;stroke-width:0.864259" />
<rect
y="18.429726"
x="122.75072"
height="8.8811474"
width="20.64142"
id="rect123-9-1"
style="fill:#ffffff;stroke:#000000;stroke-width:0.864259" />
<rect
y="18.429726"
x="153.34464"
height="8.8811474"
width="20.64142"
id="rect123-9-3"
style="fill:#ffffff;stroke:#000000;stroke-width:0.864259" />
<rect
y="41.009811"
x="99.169724"
height="8.8811474"
width="35.111511"
id="rect123"
style="fill:#ffffff;stroke:#000000;stroke-width:0.864258" />
<rect
style="fill:#ffffff;stroke:#000000;stroke-width:0.864259"
id="rect123-3"
width="35.111511"
height="8.8811474"
x="119.02985"
y="63.589893" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,142 @@
---
title: Present
---
import {
defaultTextOptions as opts,
Examples,
InlinePs,
removeFVariants,
ConjugationViewer,
} from "@lingdocs/pashto-inflector";
import psmd from "../../lib/psmd";
import Carousel from "../../components/Carousel";
import Link from "../../components/Link";
import Formula from "../../components/formula/Formula";
import verbs from "../../words/verbs";
import shuffleArray from "../../lib/shuffle-array";
import realityGraph from "./reality-graph.svg";
import presentTime from "./present-time.svg";
export const basicVerbs = verbs.filter((v) => !v.entry.c?.includes("gramm. trans."));
The first verb form we'll learn is the **present**. This will be the first tool in our toolbox of verb forms. 🧰 With each verb form we'll learn two things:
1. 🧪 How to make it
2. 🔨 When to use it
## How to make it
As with all verb forms, the **present form** is made by following a very simple formula which is the same for every single verb.
<Formula>
Imperfective Stem + <Link to="/verbs/verb-endings/">Present Ending</Link>
</Formula>
The <Link to="/verbs/verb-endings/">present ending</Link> will change according to what the subject is. Have a look through the verbs below and see how the present form follows the same formula for all of them. 👇
<Carousel stickyTitle items={shuffleArray(basicVerbs)} render={(item) => {
return {
title: <InlinePs opts={opts} ps={{
...removeFVariants(item.entry),
e: item.def,
}} />,
body: <ConjugationViewer
entry={item.entry}
textOptions={opts}
highlightInRootsAndStems={["imperfective stem"]}
showOnly="Present"
hidePastParticiple
sentenceLevel="easy"
/>,
};
}}/>
**Notes:**
- To make the verb negative, you just add a <InlinePs opts={opts} ps={{ p: "نه", f: "nú" }} /> in front of the verb.
- To make the verb into a question, you just have to change the tone of voice. The word order doesn't change.
## When to use it
You use this form to talk about something that:
- happens generally
- is currently happening
- or is definitely about to happen
So if we think of a graph of reality like this,
<div className="text-center">
<img src={realityGraph} alt="" className="img-fluid" />
</div>
The **present form** would look something like this:
<div className="text-center">
<img src={presentTime} alt="" className="img-fluid" />
</div>
Here are some examples of how the present form is used in different situations:
### Happens generally
<Examples opts={opts}>{psmd([
{
p: "مونږ هره ورځ چای **سکو**.",
f: "moonG hăra wradz chaay **skoo**.",
e: "We **drink** tea every day.",
},
{
p: "زما پلار پتلون **اغوندي**.",
f: "zmaa plaar patloon **aghondee**.",
e: "My dad **wears** pants."
},
{
p: "زه په عربي **نه پوهېږم**.",
f: "zu pu arabee **nú poheGum**.",
e: "I **don't understand** Arabic.",
},
{
p: "ته له مرګه **وېرېږې**؟",
f: "tu la marga **weréGe**?",
e: "**Are** you **afraid** of death?"
},
])}</Examples>
### Is currently happening
<Examples opts={opts}>{psmd([
{
p: "نن شپه ستوري **ځلېږي**.",
f: "nun shpa storee **dzaléGee**.",
e: "The stars **are shining** tonight.",
},
{
p: "زه بازار ته **ځم**.",
f: "zu baazaar ta **dzum**.",
e: "I'm **going** to the bazaar."
},
{
p: "هغوي اوس ډوډۍ **خوري**",
f: "haghwee oos DoDuy **khoree**.",
e: "They are **eating** food now.",
},
{
p: "ته څه **کوې**؟",
f: "tu tsu **kawe**?",
e: "What **are** you **doing**?"
},
])}</Examples>
### Is definately about to happen
<Examples opts={opts}>{psmd([
{
p: "**هغه نن **راځي.",
f: "haghá nun **raadzée**.",
e: "**He's coming** today.",
},
])}</Examples>

View File

@ -0,0 +1,611 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
sodipodi:docname="reality-graph.svg"
inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
id="svg8"
version="1.1"
viewBox="0 0 157.2522 40.611053"
height="153.49059"
width="594.33923">
<defs
id="defs2">
<rect
id="rect6050"
height="18.811117"
width="56.433346"
y="7.8961401"
x="121.9088" />
<rect
id="rect5964"
height="15.296953"
width="41.756546"
y="38.37397"
x="107.62167" />
<marker
inkscape:isstock="true"
style="overflow:visible"
id="Arrow1Mend"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow1Mend">
<path
transform="matrix(-0.4,0,0,-0.4,-4,0)"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
d="M 0,0 5,-5 -12.5,0 5,5 Z"
id="path1352" />
</marker>
<rect
id="rect5876"
height="14.883522"
width="52.299042"
y="5.0927606"
x="37.338371" />
<marker
inkscape:isstock="true"
style="overflow:visible"
id="Arrow1Mstart"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow1Mstart">
<path
transform="matrix(0.4,0,0,0.4,4,0)"
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
d="M 0,0 5,-5 -12.5,0 5,5 Z"
id="path1349" />
</marker>
<marker
inkscape:isstock="true"
style="overflow:visible"
id="Arrow1Lend"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow1Lend">
<path
transform="matrix(-0.8,0,0,-0.8,-10,0)"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
d="M 0,0 5,-5 -12.5,0 5,5 Z"
id="path1346" />
</marker>
<marker
inkscape:isstock="true"
style="overflow:visible"
id="marker1631"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow1Lstart">
<path
transform="matrix(0.8,0,0,0.8,10,0)"
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
d="M 0,0 5,-5 -12.5,0 5,5 Z"
id="path1629" />
</marker>
<marker
inkscape:isstock="true"
style="overflow:visible"
id="marker1615"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow1Lstart">
<path
transform="matrix(0.8,0,0,0.8,10,0)"
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
d="M 0,0 5,-5 -12.5,0 5,5 Z"
id="path1613" />
</marker>
<marker
inkscape:isstock="true"
style="overflow:visible"
id="Arrow1Lstart"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow1Lstart">
<path
transform="matrix(0.8,0,0,0.8,10,0)"
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
d="M 0,0 5,-5 -12.5,0 5,5 Z"
id="path1343" />
</marker>
<rect
id="rect1054"
height="16.33053"
width="66.975845"
y="47.882885"
x="62.350956" />
<rect
x="78.980247"
y="-7.9594593"
width="109.33515"
height="26.602938"
id="rect1910" />
<rect
x="38.637333"
y="2.4186096"
width="71.915634"
height="12.862959"
id="rect1904" />
<rect
x="49.46875"
y="33.489403"
width="43.65625"
height="22.867559"
id="rect1742" />
<rect
id="rect837"
height="14.552084"
width="34.962795"
y="26.647322"
x="26.647322" />
<rect
x="26.647322"
y="26.647322"
width="34.962795"
height="14.552084"
id="rect837-8" />
<rect
x="26.647322"
y="26.647322"
width="34.962795"
height="14.552084"
id="rect852" />
<rect
id="rect1742-2"
height="22.867559"
width="43.65625"
y="33.489403"
x="49.46875" />
<rect
id="rect1755"
height="22.867559"
width="43.65625"
y="33.489403"
x="49.46875" />
<rect
id="rect1742-5"
height="22.867559"
width="43.65625"
y="33.489403"
x="49.46875" />
<rect
id="rect1784"
height="22.867559"
width="43.65625"
y="33.489403"
x="49.46875" />
<rect
x="49.46875"
y="33.489403"
width="43.65625"
height="22.867559"
id="rect1742-2-1" />
<rect
x="49.46875"
y="33.489403"
width="43.65625"
height="22.867559"
id="rect1787" />
<rect
id="rect1910-4"
height="23.679539"
width="116.05897"
y="-7.9594593"
x="78.980247" />
<rect
id="rect1927"
height="26.602938"
width="109.33515"
y="-7.9594593"
x="78.980247" />
<rect
x="78.980247"
y="-7.9594593"
width="47.651417"
height="15.49402"
id="rect1910-4-1" />
<rect
x="78.980247"
y="-7.9594593"
width="116.05897"
height="23.679539"
id="rect1956" />
<rect
x="62.350956"
y="47.882885"
width="66.975845"
height="16.33053"
id="rect1054-5" />
<rect
x="62.350956"
y="47.882885"
width="66.975845"
height="16.33053"
id="rect1067" />
<rect
x="37.338371"
y="5.0927606"
width="16.123816"
height="13.849944"
id="rect5876-9" />
<rect
x="37.338371"
y="5.0927606"
width="52.299042"
height="14.883522"
id="rect5977" />
<rect
id="rect5876-9-4"
height="14.263375"
width="29.973761"
y="5.0927606"
x="37.338371" />
<rect
id="rect6006"
height="13.849944"
width="16.123816"
y="5.0927606"
x="37.338371" />
<rect
id="rect5876-9-8"
height="13.436513"
width="31.8342"
y="5.0927606"
x="37.338371" />
<rect
id="rect6006-1"
height="13.849944"
width="16.123816"
y="5.0927606"
x="37.338371" />
<marker
inkscape:stockid="Arrow1Mend"
orient="auto"
refY="0"
refX="0"
id="Arrow1Mend-3"
style="overflow:visible"
inkscape:isstock="true">
<path
id="path1352-7"
d="M 0,0 5,-5 -12.5,0 5,5 Z"
style="fill:#666666;fill-opacity:1;fill-rule:evenodd;stroke:#666666;stroke-width:1pt;stroke-opacity:1"
transform="matrix(-0.4,0,0,-0.4,-4,0)" />
</marker>
</defs>
<sodipodi:namedview
inkscape:snap-to-guides="true"
inkscape:snap-global="true"
inkscape:window-maximized="1"
inkscape:window-y="-9"
inkscape:window-x="-9"
inkscape:window-height="1001"
inkscape:window-width="1920"
units="px"
fit-margin-bottom="10"
fit-margin-right="10"
fit-margin-left="10"
fit-margin-top="10"
showgrid="false"
inkscape:document-rotation="0"
inkscape:current-layer="layer1"
inkscape:document-units="mm"
inkscape:cy="178.16596"
inkscape:cx="332.85614"
inkscape:zoom="1.279939"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="1.0"
bordercolor="#666666"
pagecolor="#ffffff"
id="base" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
transform="translate(-34.261391,-1.2613343)"
id="layer1"
inkscape:groupmode="layer"
inkscape:label="Layer 1">
<text
xml:space="preserve"
id="text1902"
style="font-style:normal;font-weight:normal;font-size:10.5833px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1904);fill:#000000;fill-opacity:1;stroke:none;"
transform="translate(0.37797619,0.37797619)" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:10.5833px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264583"
x="64.887398"
y="10.543595"
id="text1916"><tspan
sodipodi:role="line"
id="tspan1914"
x="64.887398"
y="10.543595"
style="stroke-width:0.264583" /></text>
<g
id="g2100"
transform="translate(0,0.18449876)">
<g
aria-label="...was eating supper."
transform="translate(-20.320974,53.966148)"
id="text1908-0-1"
style="font-style:normal;font-weight:normal;font-size:10.5833px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1910-4);fill:#000000;fill-opacity:1;stroke:none" />
</g>
<path
id="path5870"
d="M 48.087582,22.870299 H 183.48628"
style="fill:none;stroke:#000000;stroke-width:0.765;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
id="path5872"
d="M 115.78693,15.015107 V 30.725491"
style="fill:none;stroke:#000000;stroke-width:0.765;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<g
style="font-style:normal;font-weight:normal;font-size:10.5833px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5876);fill:#000000;fill-opacity:1;stroke:none"
id="text5874"
transform="translate(-0.62014669,-2.4805869)"
aria-label="time / reality">
<path
id="path6299"
style="font-size:7.05556px"
d="m 38.629802,9.5014861 v 1.0955409 h 1.305692 v 0.492649 h -1.305692 v 2.09462 q 0,0.471978 0.127469,0.606337 0.130914,0.134359 0.5271,0.134359 h 0.651123 v 0.530545 h -0.651123 q -0.733806,0 -1.012859,-0.272163 -0.279053,-0.275608 -0.279053,-0.999078 v -2.09462 h -0.465088 v -0.492649 h 0.465088 V 9.5014861 Z" />
<path
id="path6301"
style="font-size:7.05556px"
d="m 40.772653,10.597027 h 0.633898 v 3.85851 h -0.633898 z m 0,-1.5020624 h 0.633898 v 0.8027077 h -0.633898 z" />
<path
id="path6303"
style="font-size:7.05556px"
d="m 45.733594,11.337723 q 0.237712,-0.427192 0.568441,-0.630453 0.330729,-0.20326 0.778592,-0.20326 0.602892,0 0.930176,0.423747 0.327285,0.420301 0.327285,1.198894 v 2.328886 h -0.637343 v -2.308216 q 0,-0.554661 -0.196371,-0.823378 -0.196371,-0.268718 -0.599447,-0.268718 -0.492649,0 -0.778592,0.327284 -0.285943,0.327285 -0.285943,0.892281 v 2.180747 h -0.637343 v -2.308216 q 0,-0.558106 -0.196371,-0.823378 -0.19637,-0.268718 -0.606337,-0.268718 -0.485759,0 -0.771702,0.33073 -0.285943,0.327284 -0.285943,0.888835 v 2.180747 h -0.637343 v -3.85851 h 0.637343 v 0.599447 q 0.217041,-0.354845 0.52021,-0.523655 0.303168,-0.168809 0.720025,-0.168809 0.420302,0 0.713135,0.213596 0.296279,0.213596 0.437528,0.620117 z" />
<path
id="path6305"
style="font-size:7.05556px"
d="m 52.906287,12.367807 v 0.310059 h -2.914552 q 0.04134,0.654569 0.392741,0.999079 0.354845,0.341064 0.985298,0.341064 0.36518,0 0.706245,-0.08957 0.34451,-0.08957 0.682129,-0.268718 v 0.599447 q -0.341064,0.144694 -0.699355,0.220486 -0.35829,0.07579 -0.726915,0.07579 -0.923286,0 -1.464167,-0.537435 -0.537435,-0.537435 -0.537435,-1.453831 0,-0.947402 0.509874,-1.502063 0.51332,-0.558105 1.381485,-0.558105 0.778592,0 1.2299,0.502984 0.454752,0.499539 0.454752,1.360813 z m -0.633898,-0.186035 q -0.0069,-0.52021 -0.292833,-0.830268 -0.282498,-0.310059 -0.751031,-0.310059 -0.530545,0 -0.850939,0.299723 -0.316949,0.299724 -0.365181,0.844049 z" />
<path
id="path6307"
style="font-size:7.05556px"
d="m 57.319458,9.3120057 h 0.585667 l -1.791451,5.7980993 h -0.585666 z" />
<path
id="path6309"
style="font-size:7.05556px"
d="m 63.058991,11.189584 q -0.106798,-0.06201 -0.234267,-0.08957 -0.124024,-0.03101 -0.275608,-0.03101 -0.537435,0 -0.826823,0.3514 -0.285943,0.347954 -0.285943,1.002523 v 2.032608 h -0.637343 v -3.85851 h 0.637343 v 0.599447 q 0.199815,-0.3514 0.520209,-0.52021 0.320394,-0.172254 0.778592,-0.172254 0.06546,0 0.144695,0.01034 0.07924,0.0069 0.1757,0.02412 z" />
<path
id="path6311"
style="font-size:7.05556px"
d="m 66.879605,12.367807 v 0.310059 h -2.914553 q 0.04134,0.654569 0.392741,0.999079 0.354845,0.341064 0.985298,0.341064 0.36518,0 0.706245,-0.08957 0.34451,-0.08957 0.682129,-0.268718 v 0.599447 q -0.341064,0.144694 -0.699354,0.220486 -0.358291,0.07579 -0.726916,0.07579 -0.923286,0 -1.464167,-0.537435 -0.537435,-0.537435 -0.537435,-1.453831 0,-0.947402 0.509875,-1.502063 0.513319,-0.558105 1.381484,-0.558105 0.778592,0 1.2299,0.502984 0.454753,0.499539 0.454753,1.360813 z m -0.633898,-0.186035 q -0.0069,-0.52021 -0.292834,-0.830268 -0.282498,-0.310059 -0.751031,-0.310059 -0.530545,0 -0.850939,0.299723 -0.316949,0.299724 -0.365181,0.844049 z" />
<path
id="path6313"
style="font-size:7.05556px"
d="m 69.673578,12.515947 q -0.768257,0 -1.064535,0.1757 -0.296279,0.1757 -0.296279,0.599447 0,0.337619 0.220487,0.537435 0.223931,0.19637 0.606337,0.19637 0.5271,0 0.844049,-0.37207 0.320394,-0.375516 0.320394,-0.995633 v -0.141249 z m 1.264351,-0.261828 v 2.201418 H 70.304031 V 13.86987 q -0.217041,0.3514 -0.540881,0.52021 -0.323839,0.165364 -0.792372,0.165364 -0.592557,0 -0.943957,-0.330729 -0.347955,-0.334174 -0.347955,-0.89228 0,-0.651124 0.434083,-0.981853 0.437527,-0.330729 1.302247,-0.330729 h 0.888835 v -0.06201 q 0,-0.437528 -0.289388,-0.675239 -0.285944,-0.241157 -0.806153,-0.241157 -0.33073,0 -0.644234,0.07924 -0.313503,0.07924 -0.602892,0.237712 v -0.585667 q 0.347955,-0.134359 0.67524,-0.199816 0.327284,-0.0689 0.637343,-0.0689 0.837158,0 1.25057,0.434082 0.413412,0.434082 0.413412,1.316027 z" />
<path
id="path6315"
style="font-size:7.05556px"
d="m 72.247065,9.0949646 h 0.633898 v 5.3605724 h -0.633898 z" />
<path
id="path6317"
style="font-size:7.05556px"
d="m 74.203882,10.597027 h 0.633898 v 3.85851 h -0.633898 z m 0,-1.5020624 h 0.633898 v 0.8027077 h -0.633898 z" />
<path
id="path6319"
style="font-size:7.05556px"
d="m 76.787704,9.5014861 v 1.0955409 h 1.305692 v 0.492649 h -1.305692 v 2.09462 q 0,0.471978 0.127469,0.606337 0.130913,0.134359 0.5271,0.134359 h 0.651123 v 0.530545 h -0.651123 q -0.733806,0 -1.012859,-0.272163 -0.279053,-0.275608 -0.279053,-0.999078 v -2.09462 h -0.465088 v -0.492649 h 0.465088 V 9.5014861 Z" />
<path
id="path6321"
style="font-size:7.05556px"
d="m 80.535971,14.813827 q -0.268718,0.689019 -0.523655,0.89917 -0.254937,0.210151 -0.682129,0.210151 h -0.506429 v -0.530545 h 0.37207 q 0.261828,0 0.406522,-0.124023 0.144694,-0.124024 0.320394,-0.585667 l 0.113688,-0.289388 -1.560629,-3.796498 h 0.671794 l 1.205784,3.017906 1.205784,-3.017906 h 0.671794 z" />
</g>
<path
sodipodi:nodetypes="cc"
id="path5880"
d="m 55.115912,14.808392 3.514166,6.821614"
style="fill:none;stroke:#000000;stroke-width:0.565;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker-end:url(#Arrow1Mend)" />
<text
style="font-style:normal;font-weight:normal;font-size:10.5833px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5964);fill:#000000;fill-opacity:1;stroke:none;"
id="text5962"
xml:space="preserve" />
<g
style="font-style:normal;font-weight:normal;font-size:10.5833px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5876-9);fill:#000000;fill-opacity:1;stroke:none"
id="text5874-5"
transform="translate(71.514795,23.485995)"
aria-label="now">
<path
id="path6324"
style="font-size:7.05556px"
d="m 41.21018,12.126651 v 2.328886 h -0.633898 v -2.308216 q 0,-0.54777 -0.213596,-0.819933 -0.213596,-0.272163 -0.640788,-0.272163 -0.513319,0 -0.809598,0.327284 -0.296278,0.327285 -0.296278,0.892281 v 2.180747 h -0.637343 v -3.85851 h 0.637343 v 0.599447 q 0.227376,-0.347955 0.53399,-0.52021 0.310059,-0.172254 0.713135,-0.172254 0.664904,0 1.005969,0.413411 0.341064,0.409967 0.341064,1.20923 z" />
<path
id="path6326"
style="font-size:7.05556px"
d="m 43.976594,11.041445 q -0.509874,0 -0.806153,0.399631 -0.296278,0.396186 -0.296278,1.088651 0,0.692465 0.292833,1.092096 0.296279,0.396186 0.809598,0.396186 0.506429,0 0.802708,-0.399631 0.296278,-0.399631 0.296278,-1.088651 0,-0.685574 -0.296278,-1.085206 -0.296279,-0.403076 -0.802708,-0.403076 z m 0,-0.537435 q 0.826824,0 1.298802,0.537435 0.471978,0.537435 0.471978,1.488282 0,0.947402 -0.471978,1.488282 -0.471978,0.537435 -1.298802,0.537435 -0.830268,0 -1.302247,-0.537435 -0.468533,-0.54088 -0.468533,-1.488282 0,-0.950847 0.468533,-1.488282 0.471979,-0.537435 1.302247,-0.537435 z" />
<path
id="path6328"
style="font-size:7.05556px"
d="m 46.426058,10.597027 h 0.633898 l 0.792373,3.011016 0.788927,-3.011016 h 0.747586 l 0.792373,3.011016 0.788927,-3.011016 h 0.633898 l -1.009414,3.85851 H 49.84704 l -0.830268,-3.1626 -0.833714,3.1626 h -0.747586 z" />
</g>
<g
style="font-style:normal;font-weight:normal;font-size:10.5833px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5876-9-4);fill:#000000;fill-opacity:1;stroke:none"
id="text5874-5-1"
transform="translate(109.75475,24.190517)"
aria-label="future">
<path
id="path6331"
style="font-size:7.05556px"
d="m 39.956165,9.0949646 v 0.5270999 h -0.606337 q -0.341065,0 -0.475424,0.1378039 -0.130914,0.1378039 -0.130914,0.4960936 v 0.341065 h 1.043865 v 0.492649 H 38.74349 v 3.365861 H 38.106147 V 11.089676 H 37.49981 v -0.492649 h 0.606337 V 10.32831 q 0,-0.6442337 0.299724,-0.937067 0.299723,-0.2962784 0.950847,-0.2962784 z" />
<path
id="path6333"
style="font-size:7.05556px"
d="m 40.417808,12.932803 v -2.335776 h 0.633898 v 2.311661 q 0,0.54777 0.213596,0.823378 0.213596,0.272163 0.640788,0.272163 0.51332,0 0.809598,-0.327284 0.299724,-0.327285 0.299724,-0.892281 v -2.187637 h 0.633898 v 3.85851 H 43.015412 V 13.86298 q -0.230822,0.3514 -0.537436,0.523655 -0.303168,0.168809 -0.706245,0.168809 -0.664903,0 -1.009413,-0.413411 -0.34451,-0.413412 -0.34451,-1.20923 z m 1.59508,-2.428793 z" />
<path
id="path6335"
style="font-size:7.05556px"
d="m 45.5889,9.5014861 v 1.0955409 h 1.305692 v 0.492649 H 45.5889 v 2.09462 q 0,0.471978 0.127469,0.606337 0.130913,0.134359 0.5271,0.134359 h 0.651123 v 0.530545 h -0.651123 q -0.733806,0 -1.012859,-0.272163 -0.279053,-0.275608 -0.279053,-0.999078 v -2.09462 h -0.465088 v -0.492649 h 0.465088 V 9.5014861 Z" />
<path
id="path6337"
style="font-size:7.05556px"
d="m 47.666294,12.932803 v -2.335776 h 0.633898 v 2.311661 q 0,0.54777 0.213596,0.823378 0.213596,0.272163 0.640788,0.272163 0.51332,0 0.809598,-0.327284 0.299724,-0.327285 0.299724,-0.892281 v -2.187637 h 0.633898 v 3.85851 H 50.263898 V 13.86298 q -0.230822,0.3514 -0.537436,0.523655 -0.303168,0.168809 -0.706245,0.168809 -0.664904,0 -1.009413,-0.413411 -0.34451,-0.413412 -0.34451,-1.20923 z m 1.59508,-2.428793 z" />
<path
id="path6339"
style="font-size:7.05556px"
d="m 54.446246,11.189584 q -0.106798,-0.06201 -0.234266,-0.08957 -0.124024,-0.03101 -0.275608,-0.03101 -0.537435,0 -0.826824,0.3514 -0.285943,0.347954 -0.285943,1.002523 v 2.032608 h -0.637343 v -3.85851 h 0.637343 v 0.599447 q 0.199816,-0.3514 0.52021,-0.52021 0.320394,-0.172254 0.778592,-0.172254 0.06546,0 0.144694,0.01034 0.07924,0.0069 0.1757,0.02412 z" />
<path
id="path6341"
style="font-size:7.05556px"
d="m 58.266859,12.367807 v 0.310059 h -2.914552 q 0.04134,0.654569 0.392741,0.999079 0.354845,0.341064 0.985298,0.341064 0.36518,0 0.706245,-0.08957 0.34451,-0.08957 0.682129,-0.268718 v 0.599447 q -0.341065,0.144694 -0.699355,0.220486 -0.35829,0.07579 -0.726915,0.07579 -0.923287,0 -1.464167,-0.537435 -0.537435,-0.537435 -0.537435,-1.453831 0,-0.947402 0.509874,-1.502063 0.51332,-0.558105 1.381485,-0.558105 0.778592,0 1.229899,0.502984 0.454753,0.499539 0.454753,1.360813 z m -0.633898,-0.186035 q -0.0069,-0.52021 -0.292833,-0.830268 -0.282498,-0.310059 -0.751031,-0.310059 -0.530545,0 -0.850939,0.299723 -0.316949,0.299724 -0.365181,0.844049 z" />
</g>
<g
style="font-style:normal;font-weight:normal;font-size:10.5833px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5876-9-8);fill:#000000;fill-opacity:1;stroke:none"
id="text5874-5-7"
transform="translate(28.102092,23.303404)"
aria-label="past">
<path
id="path6344"
style="font-size:7.05556px"
d="m 38.616022,13.87676 v 2.046388 h -0.637343 v -5.326121 h 0.637343 v 0.585667 q 0.199816,-0.34451 0.502984,-0.509875 0.306614,-0.168809 0.730361,-0.168809 0.7028,0 1.140327,0.558105 0.440973,0.558106 0.440973,1.467612 0,0.909506 -0.440973,1.467612 -0.437527,0.558105 -1.140327,0.558105 -0.423747,0 -0.730361,-0.165364 -0.303168,-0.16881 -0.502984,-0.51332 z m 2.156631,-1.347033 q 0,-0.699355 -0.289388,-1.095541 -0.285943,-0.399631 -0.788928,-0.399631 -0.502984,0 -0.792372,0.399631 -0.285943,0.396186 -0.285943,1.095541 0,0.699355 0.285943,1.098986 0.289388,0.396186 0.792372,0.396186 0.502985,0 0.788928,-0.396186 0.289388,-0.399631 0.289388,-1.098986 z" />
<path
id="path6346"
style="font-size:7.05556px"
d="m 44.234976,12.515947 q -0.768256,0 -1.064535,0.1757 -0.296278,0.1757 -0.296278,0.599447 0,0.337619 0.220486,0.537435 0.223931,0.19637 0.606337,0.19637 0.5271,0 0.844049,-0.37207 0.320394,-0.375516 0.320394,-0.995633 v -0.141249 z m 1.264351,-0.261828 v 2.201418 H 44.865429 V 13.86987 q -0.217041,0.3514 -0.54088,0.52021 -0.323839,0.165364 -0.792373,0.165364 -0.592556,0 -0.943956,-0.330729 -0.347955,-0.334174 -0.347955,-0.89228 0,-0.651124 0.434082,-0.981853 0.437528,-0.330729 1.302247,-0.330729 h 0.888835 v -0.06201 q 0,-0.437528 -0.289388,-0.675239 -0.285943,-0.241157 -0.806153,-0.241157 -0.330729,0 -0.644233,0.07924 -0.313504,0.07924 -0.602892,0.237712 v -0.585667 q 0.347955,-0.134359 0.675239,-0.199816 0.327284,-0.0689 0.637343,-0.0689 0.837159,0 1.250571,0.434082 0.413411,0.434082 0.413411,1.316027 z" />
<path
id="path6348"
style="font-size:7.05556px"
d="m 49.268264,10.710715 v 0.599447 q -0.268718,-0.137804 -0.558106,-0.206705 -0.289388,-0.0689 -0.599447,-0.0689 -0.471978,0 -0.70969,0.144694 -0.234267,0.144694 -0.234267,0.434082 0,0.220486 0.16881,0.347955 0.16881,0.124023 0.678684,0.237712 l 0.217042,0.04823 q 0.675239,0.144694 0.957737,0.409967 0.285943,0.261827 0.285943,0.733805 0,0.537436 -0.427192,0.85094 -0.423747,0.313503 -1.167888,0.313503 -0.310059,0 -0.647679,-0.06201 -0.334174,-0.05857 -0.706245,-0.179145 v -0.654569 q 0.3514,0.18259 0.692465,0.275608 0.341065,0.08957 0.675239,0.08957 0.447863,0 0.68902,-0.151584 0.241156,-0.155029 0.241156,-0.434082 0,-0.258383 -0.1757,-0.396186 -0.172254,-0.137804 -0.761366,-0.265273 l -0.220486,-0.05168 q -0.589112,-0.124024 -0.85094,-0.378961 -0.261827,-0.258383 -0.261827,-0.706245 0,-0.544326 0.385851,-0.840604 0.385851,-0.296278 1.095541,-0.296278 0.3514,0 0.661459,0.05168 0.310059,0.05168 0.571886,0.155029 z" />
<path
id="path6350"
style="font-size:7.05556px"
d="m 51.114836,9.5014861 v 1.0955409 h 1.305692 v 0.492649 h -1.305692 v 2.09462 q 0,0.471978 0.127469,0.606337 0.130914,0.134359 0.5271,0.134359 h 0.651123 v 0.530545 h -0.651123 q -0.733806,0 -1.012859,-0.272163 -0.279053,-0.275608 -0.279053,-0.999078 v -2.09462 h -0.465088 v -0.492649 h 0.465088 V 9.5014861 Z" />
</g>
<g
style="font-style:normal;font-weight:normal;font-size:10.5833px;line-height:0;font-family:sans-serif;white-space:pre;shape-inside:url(#rect6050);fill:#666666;fill-opacity:1;stroke:none"
id="text6048"
transform="translate(13.849945,-3.5141648)"
aria-label="unreality / hypothetical stuff">
<path
id="path6353"
style="font-size:5.64444px;line-height:1.15;text-align:center;text-anchor:middle;fill:#666666"
d="M 136.25643,11.390084 V 9.5214657 h 0.50712 v 1.8493263 q 0,0.438215 0.17088,0.658701 0.17087,0.21773 0.51263,0.21773 0.41065,0 0.64768,-0.261827 0.23977,-0.261827 0.23977,-0.713823 V 9.5214657 h 0.50712 v 3.0868033 h -0.50712 v -0.474045 q -0.18465,0.28112 -0.42994,0.418923 -0.24254,0.135048 -0.565,0.135048 -0.53192,0 -0.80753,-0.330729 -0.27561,-0.330729 -0.27561,-0.967382 z m 1.27607,-1.9430323 z" />
<path
id="path6355"
style="font-size:5.64444px;line-height:1.15;text-align:center;text-anchor:middle;fill:#666666"
d="m 142.4576,10.745163 v 1.863106 h -0.50712 v -1.84657 q 0,-0.438216 -0.17087,-0.655946 -0.17088,-0.2177294 -0.51263,-0.2177294 -0.41066,0 -0.64768,0.2618274 -0.23702,0.261827 -0.23702,0.713823 v 1.744595 H 139.8724 V 9.5214657 h 0.50988 v 0.4795573 q 0.1819,-0.2783639 0.42719,-0.4161676 0.24805,-0.1378037 0.57051,-0.1378037 0.53192,0 0.80477,0.3307289 0.27285,0.3279724 0.27285,0.9673824 z" />
<path
id="path6357"
style="font-size:5.64444px;line-height:1.15;text-align:center;text-anchor:middle;fill:#666666"
d="m 145.26329,9.9955105 q -0.0854,-0.049609 -0.18742,-0.071658 -0.0992,-0.024805 -0.22048,-0.024805 -0.42995,0 -0.66146,0.2811191 -0.22876,0.278364 -0.22876,0.802018 v 1.626084 H 143.4553 V 9.5214657 h 0.50987 v 0.4795573 q 0.15986,-0.2811199 0.41617,-0.4161676 0.25632,-0.1378037 0.62287,-0.1378037 0.0524,0 0.11576,0.00827 0.0634,0.00551 0.14056,0.019293 z" />
<path
id="path6359"
style="font-size:5.64444px;line-height:1.15;text-align:center;text-anchor:middle;fill:#666666"
d="m 148.31977,10.938088 v 0.248047 h -2.33164 q 0.0331,0.523654 0.3142,0.799261 0.28387,0.272852 0.78823,0.272852 0.29215,0 0.565,-0.07166 0.27561,-0.07166 0.5457,-0.214974 v 0.479557 q -0.27285,0.115755 -0.55948,0.176388 -0.28663,0.06063 -0.58153,0.06063 -0.73863,0 -1.17134,-0.429947 -0.42994,-0.429948 -0.42994,-1.163064 0,-0.75792 0.4079,-1.2016483 0.41065,-0.446484 1.10518,-0.446484 0.62287,0 0.98392,0.4023869 0.3638,0.3996304 0.3638,1.0886494 z m -0.50712,-0.148828 q -0.006,-0.416167 -0.23426,-0.664214 -0.226,-0.2480467 -0.60083,-0.2480467 -0.42443,0 -0.68075,0.2397787 -0.25356,0.239778 -0.29214,0.675238 z" />
<path
id="path6361"
style="font-size:5.64444px;line-height:1.15;text-align:center;text-anchor:middle;fill:#666666"
d="m 150.55495,11.056599 q -0.61461,0 -0.85163,0.14056 -0.23702,0.14056 -0.23702,0.479557 0,0.270095 0.17639,0.429947 0.17914,0.157097 0.48507,0.157097 0.42168,0 0.67523,-0.297656 0.25632,-0.300412 0.25632,-0.796506 v -0.112999 z m 1.01148,-0.209462 v 1.761132 h -0.50712 v -0.468533 q -0.17363,0.28112 -0.4327,0.416168 -0.25908,0.132291 -0.6339,0.132291 -0.47405,0 -0.75517,-0.264583 -0.27836,-0.267339 -0.27836,-0.713823 0,-0.520898 0.34727,-0.785481 0.35002,-0.264584 1.04179,-0.264584 h 0.71107 v -0.04961 q 0,-0.350021 -0.23151,-0.54019 -0.22875,-0.1929257 -0.64492,-0.1929257 -0.26459,0 -0.51539,0.06339 -0.2508,0.06339 -0.48231,0.190169 V 9.6620255 q 0.27836,-0.1074869 0.54019,-0.1598523 0.26183,-0.055122 0.50987,-0.055122 0.66973,0 1.00046,0.3472654 0.33073,0.3472649 0.33073,1.0528199 z" />
<path
id="path6363"
style="font-size:5.64444px;line-height:1.15;text-align:center;text-anchor:middle;fill:#666666"
d="m 152.61373,8.3198173 h 0.50712 v 4.2884517 h -0.50712 z" />
<path
id="path6365"
style="font-size:5.64444px;line-height:1.15;text-align:center;text-anchor:middle;fill:#666666"
d="m 154.17919,9.5214657 h 0.50711 v 3.0868033 h -0.50711 z m 0,-1.2016484 h 0.50711 v 0.6421653 h -0.50711 z" />
<path
id="path6367"
style="font-size:5.64444px;line-height:1.15;text-align:center;text-anchor:middle;fill:#666666"
d="m 156.24624,8.6450341 v 0.8764316 h 1.04455 v 0.3941186 h -1.04455 v 1.6756937 q 0,0.377582 0.10198,0.485069 0.10473,0.107486 0.42168,0.107486 h 0.52089 v 0.424436 h -0.52089 q -0.58705,0 -0.81029,-0.21773 -0.22324,-0.220486 -0.22324,-0.799261 V 9.9155843 H 155.3643 V 9.5214657 h 0.37207 V 8.6450341 Z" />
<path
id="path6369"
style="font-size:5.64444px;line-height:1.15;text-align:center;text-anchor:middle;fill:#666666"
d="m 159.24485,12.894901 q -0.21497,0.551215 -0.41892,0.719335 -0.20395,0.168121 -0.54571,0.168121 h -0.40514 v -0.424436 h 0.29766 q 0.20946,0 0.32521,-0.09922 0.11576,-0.09922 0.25632,-0.468532 l 0.091,-0.23151 -1.2485,-3.0371943 h 0.53743 l 0.96463,2.4143213 0.96462,-2.4143213 h 0.53744 z" />
<path
id="path6371"
style="font-size:5.64444px;line-height:1.15;text-align:center;text-anchor:middle;fill:#666666"
d="m 163.99908,8.49345 h 0.46853 l -1.43316,4.638473 h -0.46853 z" />
<path
id="path6373"
style="font-size:5.64444px;line-height:1.15;text-align:center;text-anchor:middle;fill:#666666"
d="m 128.4347,17.236269 v 1.863106 h -0.50712 v -1.84657 q 0,-0.438216 -0.17088,-0.655945 -0.17088,-0.21773 -0.51263,-0.21773 -0.41065,0 -0.64768,0.261827 -0.23702,0.261827 -0.23702,0.713823 v 1.744595 h -0.50987 v -4.288452 h 0.50987 v 1.681206 q 0.1819,-0.278364 0.42719,-0.416168 0.24805,-0.137803 0.57051,-0.137803 0.53192,0 0.80477,0.330729 0.27286,0.327973 0.27286,0.967382 z" />
<path
id="path6375"
style="font-size:5.64444px;line-height:1.15;text-align:center;text-anchor:middle;fill:#666666"
d="m 130.73602,19.386007 q -0.21498,0.551215 -0.41893,0.719335 -0.20395,0.168121 -0.5457,0.168121 h -0.40514 v -0.424436 h 0.29765 q 0.20947,0 0.32522,-0.09922 0.11576,-0.09922 0.25632,-0.468533 l 0.0909,-0.23151 -1.24851,-3.037194 h 0.53744 l 0.96463,2.414321 0.96462,-2.414321 h 0.53744 z" />
<path
id="path6377"
style="font-size:5.64444px;line-height:1.15;text-align:center;text-anchor:middle;fill:#666666"
d="m 133.28263,18.636354 v 1.637109 h -0.50987 v -4.260891 h 0.50987 v 0.468532 q 0.15985,-0.275607 0.40239,-0.407899 0.24529,-0.135047 0.58428,-0.135047 0.56224,0 0.91227,0.446484 0.35277,0.446484 0.35277,1.174087 0,0.727604 -0.35277,1.174088 -0.35003,0.446484 -0.91227,0.446484 -0.33899,0 -0.58428,-0.132291 -0.24254,-0.135048 -0.40239,-0.410656 z m 1.7253,-1.077625 q 0,-0.559483 -0.23151,-0.876431 -0.22875,-0.319705 -0.63114,-0.319705 -0.40239,0 -0.6339,0.319705 -0.22875,0.316948 -0.22875,0.876431 0,0.559484 0.22875,0.879188 0.23151,0.316949 0.6339,0.316949 0.40239,0 0.63114,-0.316949 0.23151,-0.319704 0.23151,-0.879188 z" />
<path
id="path6379"
style="font-size:5.64444px;line-height:1.15;text-align:center;text-anchor:middle;fill:#666666"
d="m 137.57108,16.368105 q -0.4079,0 -0.64492,0.319705 -0.23702,0.316948 -0.23702,0.870919 0,0.553971 0.23426,0.873676 0.23703,0.316949 0.64768,0.316949 0.40514,0 0.64217,-0.319705 0.23702,-0.319705 0.23702,-0.87092 0,-0.548458 -0.23702,-0.868163 -0.23703,-0.322461 -0.64217,-0.322461 z m 0,-0.429947 q 0.66146,0 1.03904,0.429947 0.37758,0.429948 0.37758,1.190624 0,0.757921 -0.37758,1.190625 -0.37758,0.429947 -1.03904,0.429947 -0.66421,0 -1.04179,-0.429947 -0.37483,-0.432704 -0.37483,-1.190625 0,-0.760676 0.37483,-1.190624 0.37758,-0.429947 1.04179,-0.429947 z" />
<path
id="path6381"
style="font-size:5.64444px;line-height:1.15;text-align:center;text-anchor:middle;fill:#666666"
d="m 140.32716,15.13614 v 0.876432 h 1.04455 v 0.394118 h -1.04455 v 1.675694 q 0,0.377582 0.10197,0.485069 0.10473,0.107487 0.42168,0.107487 h 0.5209 v 0.424435 h -0.5209 q -0.58704,0 -0.81029,-0.21773 -0.22324,-0.220486 -0.22324,-0.799261 V 16.40669 h -0.37207 v -0.394118 h 0.37207 V 15.13614 Z" />
<path
id="path6383"
style="font-size:5.64444px;line-height:1.15;text-align:center;text-anchor:middle;fill:#666666"
d="m 144.60734,17.236269 v 1.863106 h -0.50712 v -1.84657 q 0,-0.438216 -0.17088,-0.655945 -0.17087,-0.21773 -0.51263,-0.21773 -0.41065,0 -0.64767,0.261827 -0.23703,0.261827 -0.23703,0.713823 v 1.744595 h -0.50987 v -4.288452 h 0.50987 v 1.681206 q 0.18191,-0.278364 0.4272,-0.416168 0.24804,-0.137803 0.5705,-0.137803 0.53193,0 0.80478,0.330729 0.27285,0.327973 0.27285,0.967382 z" />
<path
id="path6385"
style="font-size:5.64444px;line-height:1.15;text-align:center;text-anchor:middle;fill:#666666"
d="m 148.26465,17.429194 v 0.248047 h -2.33164 q 0.0331,0.523654 0.31419,0.799261 0.28388,0.272852 0.78824,0.272852 0.29214,0 0.565,-0.07166 0.2756,-0.07166 0.5457,-0.214974 v 0.479557 q -0.27285,0.115755 -0.55948,0.176388 -0.28664,0.06063 -0.58154,0.06063 -0.73862,0 -1.17133,-0.429947 -0.42995,-0.429948 -0.42995,-1.163064 0,-0.75792 0.4079,-1.201648 0.41066,-0.446484 1.10519,-0.446484 0.62287,0 0.98392,0.402387 0.3638,0.39963 0.3638,1.088649 z m -0.50712,-0.148828 q -0.006,-0.416167 -0.23426,-0.664214 -0.226,-0.248047 -0.60083,-0.248047 -0.42443,0 -0.68075,0.239779 -0.25356,0.239778 -0.29214,0.675238 z" />
<path
id="path6387"
style="font-size:5.64444px;line-height:1.15;text-align:center;text-anchor:middle;fill:#666666"
d="m 149.59859,15.13614 v 0.876432 h 1.04455 v 0.394118 h -1.04455 v 1.675694 q 0,0.377582 0.10198,0.485069 0.10473,0.107487 0.42167,0.107487 h 0.5209 v 0.424435 h -0.5209 q -0.58704,0 -0.81028,-0.21773 -0.22324,-0.220486 -0.22324,-0.799261 V 16.40669 h -0.37207 v -0.394118 h 0.37207 V 15.13614 Z" />
<path
id="path6389"
style="font-size:5.64444px;line-height:1.15;text-align:center;text-anchor:middle;fill:#666666"
d="m 151.31287,16.012572 h 0.50712 v 3.086803 h -0.50712 z m 0,-1.201649 h 0.50712 v 0.642166 h -0.50712 z" />
<path
id="path6391"
style="font-size:5.64444px;line-height:1.15;text-align:center;text-anchor:middle;fill:#666666"
d="m 155.09972,16.131083 v 0.474045 q -0.21498,-0.118511 -0.43271,-0.176389 -0.21497,-0.06063 -0.43546,-0.06063 -0.49334,0 -0.76619,0.314193 -0.27285,0.311436 -0.27285,0.876431 0,0.564996 0.27285,0.879188 0.27285,0.311437 0.76619,0.311437 0.22049,0 0.43546,-0.05788 0.21773,-0.06063 0.43271,-0.179145 v 0.468533 q -0.21222,0.09922 -0.44098,0.148828 -0.22599,0.04961 -0.48231,0.04961 -0.69729,0 -1.10794,-0.438216 -0.41066,-0.438216 -0.41066,-1.182356 0,-0.755164 0.41341,-1.187868 0.41617,-0.432703 1.13826,-0.432703 0.23427,0 0.45751,0.04961 0.22324,0.04685 0.43271,0.143316 z" />
<path
id="path6393"
style="font-size:5.64444px;line-height:1.15;text-align:center;text-anchor:middle;fill:#666666"
d="m 157.39001,17.547705 q -0.6146,0 -0.85163,0.14056 -0.23702,0.14056 -0.23702,0.479557 0,0.270095 0.17639,0.429947 0.17915,0.157097 0.48507,0.157097 0.42168,0 0.67524,-0.297656 0.25631,-0.300412 0.25631,-0.796506 v -0.112999 z m 1.01148,-0.209462 v 1.761132 h -0.50712 v -0.468533 q -0.17363,0.28112 -0.4327,0.416168 -0.25907,0.132291 -0.6339,0.132291 -0.47404,0 -0.75516,-0.264583 -0.27837,-0.267339 -0.27837,-0.713823 0,-0.520898 0.34727,-0.785481 0.35002,-0.264584 1.0418,-0.264584 h 0.71106 v -0.04961 q 0,-0.350021 -0.23151,-0.54019 -0.22875,-0.192926 -0.64492,-0.192926 -0.26458,0 -0.51538,0.06339 -0.25081,0.06339 -0.48232,0.190169 v -0.468532 q 0.27837,-0.107487 0.54019,-0.159853 0.26183,-0.05512 0.50988,-0.05512 0.66972,0 1.00045,0.347265 0.33073,0.347265 0.33073,1.05282 z" />
<path
id="path6395"
style="font-size:5.64444px;line-height:1.15;text-align:center;text-anchor:middle;fill:#666666"
d="m 159.4488,14.810923 h 0.50712 v 4.288452 h -0.50712 z" />
<path
id="path6397"
style="font-size:5.64444px;line-height:1.15;text-align:center;text-anchor:middle;fill:#666666"
d="m 164.77905,16.103522 v 0.479557 q -0.21498,-0.110243 -0.44649,-0.165364 -0.23151,-0.05512 -0.47955,-0.05512 -0.37759,0 -0.56775,0.115755 -0.18742,0.115755 -0.18742,0.347266 0,0.176388 0.13505,0.278363 0.13505,0.09922 0.54295,0.190169 l 0.17363,0.03858 q 0.54019,0.115755 0.76619,0.327973 0.22875,0.209462 0.22875,0.587044 0,0.429948 -0.34175,0.68075 -0.339,0.250803 -0.93431,0.250803 -0.24805,0 -0.51814,-0.04961 -0.26734,-0.04685 -0.565,-0.143316 v -0.523654 q 0.28112,0.146072 0.55397,0.220486 0.27286,0.07166 0.54019,0.07166 0.35829,0 0.55122,-0.121268 0.19292,-0.124023 0.19292,-0.347265 0,-0.206706 -0.14056,-0.316948 -0.1378,-0.110243 -0.60909,-0.212218 l -0.17639,-0.04134 q -0.47129,-0.09922 -0.68075,-0.303169 -0.20946,-0.206705 -0.20946,-0.564995 0,-0.435459 0.30868,-0.672482 0.30868,-0.237022 0.87643,-0.237022 0.28112,0 0.52917,0.04134 0.24805,0.04134 0.45751,0.124023 z" />
<path
id="path6399"
style="font-size:5.64444px;line-height:1.15;text-align:center;text-anchor:middle;fill:#666666"
d="m 166.2563,15.13614 v 0.876432 h 1.04455 v 0.394118 h -1.04455 v 1.675694 q 0,0.377582 0.10198,0.485069 0.10473,0.107487 0.42168,0.107487 h 0.52089 v 0.424435 h -0.52089 q -0.58705,0 -0.81029,-0.21773 -0.22324,-0.220486 -0.22324,-0.799261 V 16.40669 h -0.37207 v -0.394118 h 0.37207 V 15.13614 Z" />
<path
id="path6401"
style="font-size:5.64444px;line-height:1.15;text-align:center;text-anchor:middle;fill:#666666"
d="m 167.91822,17.88119 v -1.868618 h 0.50711 v 1.849326 q 0,0.438215 0.17088,0.658701 0.17088,0.21773 0.51263,0.21773 0.41066,0 0.64768,-0.261827 0.23978,-0.261827 0.23978,-0.713823 v -1.750107 h 0.50711 v 3.086803 H 169.9963 V 18.62533 q -0.18466,0.28112 -0.42995,0.418923 -0.24254,0.135048 -0.565,0.135048 -0.53192,0 -0.80753,-0.330729 -0.2756,-0.330729 -0.2756,-0.967382 z m 1.27606,-1.943032 z" />
<path
id="path6403"
style="font-size:5.64444px;line-height:1.15;text-align:center;text-anchor:middle;fill:#666666"
d="m 175.01786,14.810923 v 0.42168 h -0.48507 q -0.27285,0 -0.38033,0.110243 -0.10473,0.110243 -0.10473,0.396874 v 0.272852 h 0.83509 v 0.394118 h -0.83509 v 2.692685 h -0.50988 V 16.40669 h -1.39182 v 2.692685 h -0.50987 V 16.40669 h -0.48507 v -0.394118 h 0.48507 v -0.214974 q 0,-0.515386 0.23978,-0.749652 0.23978,-0.237023 0.76068,-0.237023 h 0.47955 v 0.42168 h -0.48507 q -0.27285,0 -0.38033,0.110243 -0.10474,0.110243 -0.10474,0.396874 v 0.272852 h 1.39182 v -0.214974 q 0,-0.515386 0.23978,-0.749652 0.23978,-0.237023 0.76068,-0.237023 z" />
</g>
<path
sodipodi:nodetypes="cc"
style="fill:#666666;stroke:#666666;stroke-width:0.564999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker-end:url(#Arrow1Mend-3)"
d="M 145.40063,8.4305084 139.19917,4.5029127"
id="path5880-0" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 39 KiB

View File

@ -7,12 +7,12 @@
*/
module.exports = [
{ ts: 1577383674332, e: "to howl" },// انګولل - to howl, wail
{ ts: 1527818962, e: "to sneeze" },// پرنجل - to sneeze
{ ts: 1527821425, e: "to cough" },// ټوخل - to cough
{ ts: 1527812767, e: "to laugh" },// خندل - to laugh
{ ts: 1605360223155, e: "to jump" },// دنګل - to jump, leap, run, race
{ ts: 1605360127430, e: "to swing" },// زنګل - to swing, rock (back and forth)
{ ts: 1527812717, e: "to swing" },// ژړل - to cry
{ ts: 1591899573844, e: "to dance" },// نڅل - to dance
{ ts: 1577383674332, e: "to howl" },// انګولل - to howl, wail
{ ts: 1527818962, e: "to sneeze" },// پرنجل - to sneeze
{ ts: 1527821425, e: "to cough" },// ټوخل - to cough
{ ts: 1527812767, e: "to laugh" },// خندل - to laugh
{ ts: 1605360223155, e: "to jump" },// دنګل - to jump, leap, run, race
{ ts: 1605360127430, e: "to swing" },// زنګل - to swing, rock (back and forth)
{ ts: 1527812717, e: "to swing" },// ژړل - to cry
{ ts: 1591899573844, e: "to dance" },// نڅل - to dance
]

View File

@ -1554,10 +1554,10 @@
"@types/yargs" "^15.0.0"
chalk "^4.0.0"
"@lingdocs/pashto-inflector@^0.6.9":
version "0.6.9"
resolved "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-0.6.9.tgz#924bfc8f35cd9947196ce6ceb4ac346f6c91a8d5"
integrity sha512-EfFkxC1SQS+zXhIbiS5HqQfKUV31TDIY0f6QUGN60pMcILDerHUghUlicsgEdbfb88asiplXb434eCU62z9Prg==
"@lingdocs/pashto-inflector@^0.7.0":
version "0.7.1"
resolved "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-0.7.1.tgz#0790a4987455bb4c39bfda3efdb89edca7d7c020"
integrity sha512-F0j644Zduxudr/V1r97U2wYA80B9SwDm8Xk1nOwOVz53EoF9y25673iTSHwbefB4XgpUSfPYM7yipEqUE/0zlA==
dependencies:
classnames "^2.2.6"
pbf "^3.2.1"