diff --git a/frontend/src/routes/+layout.svelte b/frontend/src/routes/+layout.svelte index d019a23d..2ade83b5 100644 --- a/frontend/src/routes/+layout.svelte +++ b/frontend/src/routes/+layout.svelte @@ -8,16 +8,19 @@ const isAdmin = $derived(page.data.user?.groups.some((g: { permissions: string[] }) => g.permissions.includes('ADMIN'))); -
+
{#if !page.url.pathname.startsWith('/login')} -
+
+ +
+
-
+
- @@ -96,8 +99,9 @@
diff --git a/frontend/src/routes/+page.svelte b/frontend/src/routes/+page.svelte index f1ea2f67..87b7ed68 100644 --- a/frontend/src/routes/+page.svelte +++ b/frontend/src/routes/+page.svelte @@ -76,14 +76,7 @@ $effect(() => { class="block w-full border-gray-300 py-2.5 pr-10 pl-3 placeholder-gray-400 shadow-sm focus:border-brand-navy focus:ring-brand-navy" />
- +
@@ -92,21 +85,7 @@ $effect(() => { onclick={() => (showAdvanced = !showAdvanced)} class="flex items-center gap-2 border border-gray-300 bg-gray-50 px-4 py-2.5 text-sm font-bold tracking-wide text-gray-600 uppercase transition hover:bg-gray-100 hover:text-brand-navy" > - - - + Filter @@ -116,14 +95,7 @@ $effect(() => { class="flex items-center justify-center border border-transparent px-3 py-2.5 text-gray-400 transition hover:text-red-500" title="Filter zurücksetzen" > - +
@@ -212,9 +184,7 @@ $effect(() => { href="/documents/new" class="inline-flex items-center gap-1 text-sm font-medium text-brand-navy/60 transition-colors hover:text-brand-navy" > - - - + Neues Dokument
@@ -256,39 +226,12 @@ $effect(() => {
- + {doc.documentDate ? new Intl.DateTimeFormat('de-DE', { day: 'numeric', month: 'long', year: 'numeric' }).format(new Date(doc.documentDate + 'T12:00:00')) : '—'}
{#if doc.location}
- + {doc.location}
{/if} @@ -344,14 +287,7 @@ $effect(() => {
@@ -364,14 +300,7 @@ $effect(() => {
- +

Keine Dokumente gefunden

diff --git a/frontend/src/routes/documents/[id]/+page.svelte b/frontend/src/routes/documents/[id]/+page.svelte index 6bc569de..e2abb0ff 100644 --- a/frontend/src/routes/documents/[id]/+page.svelte +++ b/frontend/src/routes/documents/[id]/+page.svelte @@ -38,7 +38,7 @@ } -

+
- - - +
Zurück @@ -88,14 +76,7 @@ href="/documents/{doc.id}/edit" class="text-brand-navy bg-transparent border border-brand-navy hover:bg-brand-navy hover:text-white px-4 py-2 rounded text-sm font-medium transition flex items-center gap-2" > - - - + Bearbeiten @@ -106,14 +87,7 @@ class="text-brand-navy bg-brand-sand/50 hover:bg-brand-mint border border-transparent p-2 rounded transition" title="Download" > - - - + {/if}
@@ -137,14 +111,7 @@
- +
@@ -157,19 +124,7 @@
- +
@@ -183,14 +138,7 @@ {#if doc.documentLocation}
- - - +
@@ -205,14 +153,7 @@ {#if doc.tags && doc.tags.length > 0}
- - - +
@@ -300,14 +241,7 @@ class="text-gray-300 hover:text-brand-mint transition" title="Konversation anzeigen" > - - - + {/if}
@@ -398,14 +332,7 @@ {:else if !doc.filePath}
- +

Kein Scan vorhanden

diff --git a/frontend/src/routes/documents/[id]/edit/+page.svelte b/frontend/src/routes/documents/[id]/edit/+page.svelte index 29e4608c..ff17eda8 100644 --- a/frontend/src/routes/documents/[id]/edit/+page.svelte +++ b/frontend/src/routes/documents/[id]/edit/+page.svelte @@ -42,9 +42,7 @@
- - - + Zurück zum Dokument

@@ -189,9 +187,7 @@

Datei

- - - + Aktuelle Datei: {doc.originalFilename}
diff --git a/frontend/src/routes/layout.css b/frontend/src/routes/layout.css index a49457d0..86c81ecf 100644 --- a/frontend/src/routes/layout.css +++ b/frontend/src/routes/layout.css @@ -1,52 +1,39 @@ /* 1. Import Tailwind (replaces @tailwind base/components/utilities) */ -@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;1,400&family=Montserrat:wght@400;500;600;700&display=swap'); +/* Fonts: Montserrat = Gotham substitute | Tinos = Times substitute (De Gruyter Brill CI) */ +@import url('https://fonts.googleapis.com/css2?family=Tinos:ital,wght@0,400;0,700;1,400;1,700&family=Montserrat:wght@400;500;600;700&display=swap'); @import "tailwindcss"; -/* 2. Define Custom Theme Variables */ +/* 2. Define Custom Theme Variables — De Gruyter Brill CI */ @theme { - /* COLORS: - Defining a variable starting with --color-* automatically creates - utilities like bg-brand-navy, text-brand-navy, border-brand-navy, etc. - */ - --color-brand-navy: #002850; - --color-brand-mint: #A6DAD8; - --color-brand-sand: #E4E2D7; + /* COLORS — exact De Gruyter Brill brand palette */ + --color-brand-navy: #012851; /* Prussian Blue */ + --color-brand-mint: #A1DCD8; /* Aqua Island */ + --color-brand-purple: #B4B9FF; /* Melrose */ + --color-brand-sand: #F0EFE9; /* Neutral paper tone */ --color-brand-white: #ffffff; - --color-brand-dark: #1A1A1A; + --color-brand-dark: #0D0D0D; - /* FONTS: - Defining --font-* creates utilities like font-sans, font-serif. - We override the defaults here. - */ + /* FONTS */ --font-sans: "Montserrat", ui-sans-serif, system-ui, sans-serif; - --font-serif: "Merriweather", ui-serif, Georgia, serif; + --font-serif: "Tinos", "Times New Roman", Georgia, serif; - /* SPACING/SIZING (Optional): - You can also define custom sizes if needed, e.g., for that huge number - */ - --text-huge: 4rem; + --text-huge: 4rem; } -/* 3. Custom Utilities & Base Styles */ - -/* Import the fonts from Google */ - -/* Apply base styles directly to HTML elements */ +/* 3. Base Styles */ @layer base { html { overscroll-behavior: none; } body { - /* Use the theme variable directly using standard CSS syntax */ - background-color: var(--color-brand-sand); + background-color: #ffffff; color: var(--color-brand-navy); font-family: var(--font-serif); } - /* Set headings to use the brand sans-serif font */ h1, h2, h3, h4, h5, h6 { font-family: var(--font-sans); - font-weight: 500; /* Medium weight matches the screenshot headers */ + font-weight: 600; } } diff --git a/frontend/src/routes/login/+page.svelte b/frontend/src/routes/login/+page.svelte index 26d111f1..83eee249 100644 --- a/frontend/src/routes/login/+page.svelte +++ b/frontend/src/routes/login/+page.svelte @@ -2,31 +2,55 @@ let { form }: { form?: { error?: string; success?: boolean } } = $props(); -
-
-

Familienarchiv

+
+ +
-
-
- - +
+
+ + -
- - + +
+

Anmelden

+ + +
+ + +
+ +
+ + +
+ + {#if form?.error} +
{form.error}
+ {/if} + + +
+
+
- {#if form?.error} -
{form.error}
- {/if} - - - + +
+

De Gruyter Familienarchiv

diff --git a/frontend/src/routes/persons/+page.svelte b/frontend/src/routes/persons/+page.svelte index e44a8a02..24c43b5c 100644 --- a/frontend/src/routes/persons/+page.svelte +++ b/frontend/src/routes/persons/+page.svelte @@ -28,14 +28,7 @@ function handleSearch(e: Event) { href="/persons/new" class="mt-3 inline-flex items-center gap-1 text-sm font-medium text-brand-navy/60 transition-colors hover:text-brand-navy" > - - - + Neue Person
@@ -55,14 +48,7 @@ function handleSearch(e: Event) {
- +
@@ -75,14 +61,7 @@ function handleSearch(e: Event) {
- +

Keine Personen gefunden.

Versuchen Sie einen anderen Suchbegriff.

diff --git a/frontend/src/routes/persons/[id]/+page.svelte b/frontend/src/routes/persons/[id]/+page.svelte index 45d9550c..0297487c 100644 --- a/frontend/src/routes/persons/[id]/+page.svelte +++ b/frontend/src/routes/persons/[id]/+page.svelte @@ -28,7 +28,7 @@ @@ -108,7 +108,7 @@ {person.firstName} {person.lastName}
@@ -217,7 +217,7 @@
- +
@@ -239,9 +239,7 @@ : 'bg-yellow-50 text-yellow-800 border-yellow-200'}"> {doc.status} - - - +
diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Access/Access-Authorized-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Access/Access-Authorized-LG.svg new file mode 100644 index 00000000..b53ea787 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Access/Access-Authorized-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Access/32px/Access-Authorized-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Access/No-Access-Authorized-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Access/No-Access-Authorized-LG.svg new file mode 100644 index 00000000..c52ade2c --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Access/No-Access-Authorized-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Access/32px/No-Access-Authorized-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Access/Open-Access-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Access/Open-Access-LG.svg new file mode 100644 index 00000000..3f76d385 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Access/Open-Access-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Access/32px/Open-Access-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Account-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Account-LG.svg new file mode 100644 index 00000000..645b7703 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Account-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Account-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Add-Note-Article-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Add-Note-Article-LG.svg new file mode 100644 index 00000000..7f6bc845 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Add-Note-Article-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Add-Note-Article-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Add/Add-Container-Fill-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Add/Add-Container-Fill-LG.svg new file mode 100644 index 00000000..c5d7f9bb --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Add/Add-Container-Fill-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Add/Add-Container-Fill-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Add/Add-Container-Outline-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Add/Add-Container-Outline-LG.svg new file mode 100644 index 00000000..61802743 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Add/Add-Container-Outline-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Add/Add-Container-Outline-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Add/Add-General-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Add/Add-General-LG.svg new file mode 100644 index 00000000..359bd734 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Add/Add-General-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Add/Add-General-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Adobe-Icon-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Adobe-Icon-LG.svg new file mode 100644 index 00000000..3580831a --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Adobe-Icon-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Adobe-Icon-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Attach-More-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Attach-More-LG.svg new file mode 100644 index 00000000..e9630c64 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Attach-More-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Attach-More-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Banned-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Banned-LG.svg new file mode 100644 index 00000000..d8100ee5 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Banned-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Banned-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Bookmark/Bookmark-Fill-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Bookmark/Bookmark-Fill-LG.svg new file mode 100644 index 00000000..d9f3bb85 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Bookmark/Bookmark-Fill-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Bookmark/Bookmark-Fill-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Bookmark/Bookmark-Outline-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Bookmark/Bookmark-Outline-LG.svg new file mode 100644 index 00000000..beadba7e --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Bookmark/Bookmark-Outline-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Bookmark/Bookmark-Outline-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Bookmarks-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Bookmarks-LG.svg new file mode 100644 index 00000000..52cfdfac --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Bookmarks-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Bookmarks-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Calendar/Calendar-Add-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Calendar/Calendar-Add-LG.svg new file mode 100644 index 00000000..422c9cb7 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Calendar/Calendar-Add-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Calendar/Calendar-Add-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Chat-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Chat-LG.svg new file mode 100644 index 00000000..a1a23cce --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Chat-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Chat-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Check/Check-Container-Fill-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Check/Check-Container-Fill-LG.svg new file mode 100644 index 00000000..eb16d9fb --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Check/Check-Container-Fill-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Check/Check-Container-Fill-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Check/Check-Container-Open-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Check/Check-Container-Open-LG.svg new file mode 100644 index 00000000..163e582d --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Check/Check-Container-Open-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Check/Check-Container-Open-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Check/Check-Container-Outline-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Check/Check-Container-Outline-LG.svg new file mode 100644 index 00000000..808d91c3 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Check/Check-Container-Outline-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Check/Check-Container-Outline-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Check/Check-Double-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Check/Check-Double-LG.svg new file mode 100644 index 00000000..6e5d1687 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Check/Check-Double-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Check/Check-Double-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Check/Check-Isolation-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Check/Check-Isolation-LG.svg new file mode 100644 index 00000000..79b32cf9 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Check/Check-Isolation-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Check/Check-Isolation-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Check/Check-Shield-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Check/Check-Shield-LG.svg new file mode 100644 index 00000000..555bad6c --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Check/Check-Shield-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Check/Check-Shield-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Close-Knock-Out-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Close-Knock-Out-LG.svg new file mode 100644 index 00000000..7cd04b2f --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Close-Knock-Out-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Close-Knock-Out-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Close-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Close-LG.svg new file mode 100644 index 00000000..a1bc4903 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Close-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Close-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Cloud/Cloud-Download-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Cloud/Cloud-Download-LG.svg new file mode 100644 index 00000000..a2dd0c20 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Cloud/Cloud-Download-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Cloud/Cloud-Download-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Cloud/Cloud-General-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Cloud/Cloud-General-LG.svg new file mode 100644 index 00000000..22db8774 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Cloud/Cloud-General-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Cloud/Cloud-General-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Cloud/Cloud-Upload-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Cloud/Cloud-Upload-LG.svg new file mode 100644 index 00000000..4dd2aee3 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Cloud/Cloud-Upload-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Cloud/Cloud-Upload-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Content-Display/Display-Pages-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Content-Display/Display-Pages-LG.svg new file mode 100644 index 00000000..db420433 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Content-Display/Display-Pages-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Content-Display/Display-Pages-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Content-Display/Display-Scroll-Horizontal-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Content-Display/Display-Scroll-Horizontal-LG.svg new file mode 100644 index 00000000..1e7bf4c5 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Content-Display/Display-Scroll-Horizontal-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Content-Display/Display-Scroll-Horizontal-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Content-Display/Display-Scroll-Vertical-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Content-Display/Display-Scroll-Vertical-LG.svg new file mode 100644 index 00000000..e005a63a --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Content-Display/Display-Scroll-Vertical-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Content-Display/Display-Scroll-Vertical-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Content/Add-Content-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Content/Add-Content-LG.svg new file mode 100644 index 00000000..7e82cea3 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Content/Add-Content-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Content/Add-Content-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Copy-Item-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Copy-Item-LG.svg new file mode 100644 index 00000000..e1a3910e --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Copy-Item-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Copy-Item-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Currency/Currency-Dollar-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Currency/Currency-Dollar-LG.svg new file mode 100644 index 00000000..c52fbd54 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Currency/Currency-Dollar-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Currency/Currency-Dollar-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Currency/Currency-Euro-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Currency/Currency-Euro-LG.svg new file mode 100644 index 00000000..0fae5557 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Currency/Currency-Euro-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Currency/Currency-Euro-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Currency/Currency-Pound-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Currency/Currency-Pound-LG.svg new file mode 100644 index 00000000..92e83cf8 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Currency/Currency-Pound-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Currency/Currency-Pound-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Currency/Currency-Yuan-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Currency/Currency-Yuan-LG.svg new file mode 100644 index 00000000..3946a8c0 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Currency/Currency-Yuan-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Currency/Currency-Yuan-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Display-Panels-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Display-Panels-LG.svg new file mode 100644 index 00000000..a1144e64 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Display-Panels-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Display-Panels-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Download-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Download-LG.svg new file mode 100644 index 00000000..971bd04e --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Download-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Download-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Edit-Content-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Edit-Content-LG.svg new file mode 100644 index 00000000..7e83eae0 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Edit-Content-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Edit-Content-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Filter/Filter-Outline-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Filter/Filter-Outline-LG.svg new file mode 100644 index 00000000..985ac309 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Filter/Filter-Outline-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Filter/Filter-Outline-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Flag-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Flag-LG.svg new file mode 100644 index 00000000..dd76e059 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Flag-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Flag-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Folder-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Folder-LG.svg new file mode 100644 index 00000000..1eeec92c --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Folder-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Folder-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Font-Size-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Font-Size-LG.svg new file mode 100644 index 00000000..9022e191 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Font-Size-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Font-Size-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Globe-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Globe-LG.svg new file mode 100644 index 00000000..2e4cdab8 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Globe-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Globe-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Hamburger-Menu-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Hamburger-Menu-LG.svg new file mode 100644 index 00000000..c7ce5bc6 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Hamburger-Menu-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Hamburger-Menu-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Horizontal-Link-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Horizontal-Link-LG.svg new file mode 100644 index 00000000..a2ecbcdc --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Horizontal-Link-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Horizontal-Link-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Info/Block/Info-Block-Border-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Info/Block/Info-Block-Border-LG.svg new file mode 100644 index 00000000..998b1988 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Info/Block/Info-Block-Border-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Info/Block/Info-Block-Border-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Info/Block/Info-Block-Fill-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Info/Block/Info-Block-Fill-LG.svg new file mode 100644 index 00000000..2097fdc5 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Info/Block/Info-Block-Fill-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Info/Block/Info-Block-Fill-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Inline-Warning-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Inline-Warning-LG.svg new file mode 100644 index 00000000..97ac55ea --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Inline-Warning-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Inline-Warning-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Language-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Language-LG.svg new file mode 100644 index 00000000..592b7419 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Language-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Language-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Library-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Library-LG.svg new file mode 100644 index 00000000..ed256044 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Library-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Library-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Link-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Link-LG.svg new file mode 100644 index 00000000..d299b1b6 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Link-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Link-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Location-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Location-LG.svg new file mode 100644 index 00000000..1f8d25be --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Location-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Location-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Long-Arrow/Long-Arrow-Down-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Long-Arrow/Long-Arrow-Down-LG.svg new file mode 100644 index 00000000..ce58a5a1 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Long-Arrow/Long-Arrow-Down-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Long-Arrow/Long-Arrow-Down-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Long-Arrow/Long-Arrow-Left-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Long-Arrow/Long-Arrow-Left-LG.svg new file mode 100644 index 00000000..66ba575d --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Long-Arrow/Long-Arrow-Left-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Long-Arrow/Long-Arrow-Left-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Long-Arrow/Long-Arrow-Right-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Long-Arrow/Long-Arrow-Right-LG.svg new file mode 100644 index 00000000..77a37cc6 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Long-Arrow/Long-Arrow-Right-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Long-Arrow/Long-Arrow-Right-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Long-Arrow/Long-Arrow-Up-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Long-Arrow/Long-Arrow-Up-LG.svg new file mode 100644 index 00000000..580c7cd9 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Long-Arrow/Long-Arrow-Up-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Long-Arrow/Long-Arrow-Up-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Mag-Glass-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Mag-Glass-LG.svg new file mode 100644 index 00000000..a9615a0c --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Mag-Glass-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Mag-Glass-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Mail-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Mail-LG.svg new file mode 100644 index 00000000..097735f2 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Mail-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Mail-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Menu-List-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Menu-List-LG.svg new file mode 100644 index 00000000..c013f6e8 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Menu-List-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Menu-List-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Microphone-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Microphone-LG.svg new file mode 100644 index 00000000..a1b5a50a --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Microphone-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Microphone-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/New-Page-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/New-Page-LG.svg new file mode 100644 index 00000000..89ecd65f --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/New-Page-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/New-Page-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Note/Note-Add-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Note/Note-Add-LG.svg new file mode 100644 index 00000000..be5dfbb1 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Note/Note-Add-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Note/Note-Add-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Note/Note-General-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Note/Note-General-LG.svg new file mode 100644 index 00000000..4868ec19 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Note/Note-General-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Note/Note-General-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/PDF-Document-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/PDF-Document-LG.svg new file mode 100644 index 00000000..2ef33aec --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/PDF-Document-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/PDF-Document-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Phone-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Phone-LG.svg new file mode 100644 index 00000000..514e38f7 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Phone-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Phone-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Print-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Print-LG.svg new file mode 100644 index 00000000..37716256 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Print-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Print-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Quotes-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Quotes-LG.svg new file mode 100644 index 00000000..dc8b0398 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Quotes-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Quotes-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/RSS-Feed-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/RSS-Feed-LG.svg new file mode 100644 index 00000000..54eac0b2 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/RSS-Feed-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/RSS-Feed-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Read-This-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Read-This-LG.svg new file mode 100644 index 00000000..537e4463 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Read-This-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Read-This-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Refresh-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Refresh-LG.svg new file mode 100644 index 00000000..98f7e0a6 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Refresh-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Refresh-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Reminder/Reminder-Fill-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Reminder/Reminder-Fill-LG.svg new file mode 100644 index 00000000..255594ad --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Reminder/Reminder-Fill-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Reminder/Reminder-Fill-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Reminder/Reminder-Outline-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Reminder/Reminder-Outline-LG.svg new file mode 100644 index 00000000..10957ace --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Reminder/Reminder-Outline-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Reminder/Reminder-Outline-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Remove/Remove-Container-Fill-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Remove/Remove-Container-Fill-LG.svg new file mode 100644 index 00000000..2d780dc4 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Remove/Remove-Container-Fill-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Remove/Remove-Container-Fill-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Remove/Remove-Container-Outline-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Remove/Remove-Container-Outline-LG.svg new file mode 100644 index 00000000..79afaa50 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Remove/Remove-Container-Outline-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Remove/Remove-Container-Outline-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Remove/Remove-General-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Remove/Remove-General-LG.svg new file mode 100644 index 00000000..e4e440a4 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Remove/Remove-General-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Remove/Remove-General-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Search-Page-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Search-Page-LG.svg new file mode 100644 index 00000000..ef465621 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Search-Page-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Search-Page-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Settings-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Settings-LG.svg new file mode 100644 index 00000000..3a139568 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Settings-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Settings-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Share-This-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Share-This-LG.svg new file mode 100644 index 00000000..6cedcf78 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Share-This-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Share-This-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Shopping-Bag/Shopping-Bag-Check-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Shopping-Bag/Shopping-Bag-Check-LG.svg new file mode 100644 index 00000000..eb91d007 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Shopping-Bag/Shopping-Bag-Check-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Shopping-Bag/Shopping-Bag-Check-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Shopping-Bag/Shopping-Bag-Dollar-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Shopping-Bag/Shopping-Bag-Dollar-LG.svg new file mode 100644 index 00000000..4967e37c --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Shopping-Bag/Shopping-Bag-Dollar-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Shopping-Bag/Shopping-Bag-Dollar-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Shopping-Bag/Shopping-Bag-Euro-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Shopping-Bag/Shopping-Bag-Euro-LG.svg new file mode 100644 index 00000000..2990897b --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Shopping-Bag/Shopping-Bag-Euro-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Shopping-Bag/Shopping-Bag-Euro-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Shopping-Bag/Shopping-Bag-General-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Shopping-Bag/Shopping-Bag-General-LG.svg new file mode 100644 index 00000000..d7d253e6 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Shopping-Bag/Shopping-Bag-General-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Shopping-Bag/Shopping-Bag-General-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Shopping-Bag/Shopping-Bag-Pound-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Shopping-Bag/Shopping-Bag-Pound-LG.svg new file mode 100644 index 00000000..06048991 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Shopping-Bag/Shopping-Bag-Pound-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Shopping-Bag/Shopping-Bag-Pound-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Shopping-Bag/Shopping-Bag-Yuan-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Shopping-Bag/Shopping-Bag-Yuan-LG.svg new file mode 100644 index 00000000..36d858de --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Shopping-Bag/Shopping-Bag-Yuan-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Shopping-Bag/Shopping-Bag-Yuan-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Shopping-Cart-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Shopping-Cart-LG.svg new file mode 100644 index 00000000..e1b227ce --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Shopping-Cart-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Shopping-Cart-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Social-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Social-LG.svg new file mode 100644 index 00000000..c6432eb0 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Social-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Social-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Social/Social-Facebook-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Social/Social-Facebook-LG.svg new file mode 100644 index 00000000..2884017b --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Social/Social-Facebook-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Social/Social-Facebook-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Social/Social-Instagram-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Social/Social-Instagram-LG.svg new file mode 100644 index 00000000..b00eff6b --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Social/Social-Instagram-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Social/Social-Instagram-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Social/Social-LinkedIn-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Social/Social-LinkedIn-LG.svg new file mode 100644 index 00000000..c7033710 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Social/Social-LinkedIn-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Social/Social-LinkedIn-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Social/Social-Twitter-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Social/Social-Twitter-LG.svg new file mode 100644 index 00000000..317ca4a1 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Social/Social-Twitter-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Social/Social-Twitter-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Social/Social-Youtube-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Social/Social-Youtube-LG.svg new file mode 100644 index 00000000..18f87659 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Social/Social-Youtube-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Social/Social-Youtube-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Time/Time-Add-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Time/Time-Add-LG.svg new file mode 100644 index 00000000..27f0c0e7 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Time/Time-Add-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Time/Time-Add-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Time/Time-General-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Time/Time-General-LG.svg new file mode 100644 index 00000000..91983f08 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Time/Time-General-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Time/Time-General-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Transfer-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Transfer-LG.svg new file mode 100644 index 00000000..802bee17 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Transfer-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Transfer-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Upload-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Upload-LG.svg new file mode 100644 index 00000000..a2594fa6 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Upload-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Upload-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Audio/Audio/Video-Audio-Sound-Off-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Audio/Audio/Video-Audio-Sound-Off-LG.svg new file mode 100644 index 00000000..c2f95b10 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Audio/Audio/Video-Audio-Sound-Off-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Video-Audio/Audio/Video-Audio-Sound-Off-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Audio/Audio/Video-Audio-Sound-On-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Audio/Audio/Video-Audio-Sound-On-LG.svg new file mode 100644 index 00000000..e6664d21 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Audio/Audio/Video-Audio-Sound-On-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Video-Audio/Audio/Video-Audio-Sound-On-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Audio/Video-Audio-Back-15-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Audio/Video-Audio-Back-15-LG.svg new file mode 100644 index 00000000..73a8edea --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Audio/Video-Audio-Back-15-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Video-Audio/Video-Audio-Back-15-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Audio/Video-Audio-Collapse-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Audio/Video-Audio-Collapse-LG.svg new file mode 100644 index 00000000..5d75a271 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Audio/Video-Audio-Collapse-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Video-Audio/Video-Audio-Collapse-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Audio/Video-Audio-Enlarge-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Audio/Video-Audio-Enlarge-LG.svg new file mode 100644 index 00000000..8ad3a338 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Audio/Video-Audio-Enlarge-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Video-Audio/Video-Audio-Enlarge-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Audio/Video-Audio-Fast-Forward-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Audio/Video-Audio-Fast-Forward-LG.svg new file mode 100644 index 00000000..269dd6b2 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Audio/Video-Audio-Fast-Forward-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Video-Audio/Video-Audio-Fast-Forward-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Audio/Video-Audio-Forward-15-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Audio/Video-Audio-Forward-15-LG.svg new file mode 100644 index 00000000..bc05b044 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Audio/Video-Audio-Forward-15-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Video-Audio/Video-Audio-Forward-15-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Audio/Video-Audio-Mini-Player-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Audio/Video-Audio-Mini-Player-LG.svg new file mode 100644 index 00000000..85d11ade --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Audio/Video-Audio-Mini-Player-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Video-Audio/Video-Audio-Mini-Player-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Audio/Video-Audio-Pause-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Audio/Video-Audio-Pause-LG.svg new file mode 100644 index 00000000..b19ff876 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Audio/Video-Audio-Pause-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Video-Audio/Video-Audio-Pause-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Audio/Video-Audio-Play-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Audio/Video-Audio-Play-LG.svg new file mode 100644 index 00000000..40db645a --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Audio/Video-Audio-Play-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Video-Audio/Video-Audio-Play-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Audio/Video-Audio-Replay-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Audio/Video-Audio-Replay-LG.svg new file mode 100644 index 00000000..a3f4e33a --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Audio/Video-Audio-Replay-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Video-Audio/Video-Audio-Replay-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Audio/Video-Audio-Rewind-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Audio/Video-Audio-Rewind-LG.svg new file mode 100644 index 00000000..fcd6f30c --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Audio/Video-Audio-Rewind-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Video-Audio/Video-Audio-Rewind-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Audio/Video-Audio-Stop-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Audio/Video-Audio-Stop-LG.svg new file mode 100644 index 00000000..721e5a12 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Audio/Video-Audio-Stop-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Video-Audio/Video-Audio-Stop-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Audio/Video-Audio-To-Beginning-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Audio/Video-Audio-To-Beginning-LG.svg new file mode 100644 index 00000000..a77d5fd5 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Audio/Video-Audio-To-Beginning-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Video-Audio/Video-Audio-To-Beginning-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Audio/Video-Audio-To-End-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Audio/Video-Audio-To-End-LG.svg new file mode 100644 index 00000000..6f6cf439 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Audio/Video-Audio-To-End-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Video-Audio/Video-Audio-To-End-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Play-Link-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Play-Link-LG.svg new file mode 100644 index 00000000..b5f6db5e --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/Video-Play-Link-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/Video-Play-Link-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/View-Edits-History-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/View-Edits-History-LG.svg new file mode 100644 index 00000000..6debfcd7 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/View-Edits-History-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/View-Edits-History-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/View-Images-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/View-Images-LG.svg new file mode 100644 index 00000000..616eb6ca --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/View-Images-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/View-Images-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/View-Modes/View-Modes-Dark-Mode-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/View-Modes/View-Modes-Dark-Mode-LG.svg new file mode 100644 index 00000000..98912a40 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/View-Modes/View-Modes-Dark-Mode-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/View-Modes/View-Modes-Dark-Mode-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/View-Modes/View-Modes-Light-Mode-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/View-Modes/View-Modes-Light-Mode-LG.svg new file mode 100644 index 00000000..8bec7ae7 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/View-Modes/View-Modes-Light-Mode-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/View-Modes/View-Modes-Light-Mode-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/View-More-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/View-More-LG.svg new file mode 100644 index 00000000..81e94381 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/View-More-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/View-More-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/View-Stats-LG.svg b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/View-Stats-LG.svg new file mode 100644 index 00000000..da5c7d8a --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Large-32px/SVG/Action/View-Stats-LG.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/32px/View-Stats-LG + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Access/Access-Authorized-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Access/Access-Authorized-MD.svg new file mode 100644 index 00000000..7eefed80 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Access/Access-Authorized-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Access/24px/Access-Authorized-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Access/No-Access-Authorized-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Access/No-Access-Authorized-MD.svg new file mode 100644 index 00000000..6ba8e336 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Access/No-Access-Authorized-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Access/24px/No-Access-Authorized-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Access/Open-Access-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Access/Open-Access-MD.svg new file mode 100644 index 00000000..56231cc8 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Access/Open-Access-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Access/24px/Open-Access-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Account-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Account-MD.svg new file mode 100644 index 00000000..55302f0c --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Account-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Account-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Add-Note-Article-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Add-Note-Article-MD.svg new file mode 100644 index 00000000..11b62373 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Add-Note-Article-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Add-Note-Article-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Add/Add-Container-Fill-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Add/Add-Container-Fill-MD.svg new file mode 100644 index 00000000..dc246ec4 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Add/Add-Container-Fill-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Add/Add-Container-Fill-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Add/Add-Container-Outline-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Add/Add-Container-Outline-MD.svg new file mode 100644 index 00000000..3df16e1f --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Add/Add-Container-Outline-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Add/Add-Container-Outline-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Add/Add-General-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Add/Add-General-MD.svg new file mode 100644 index 00000000..2cb253a0 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Add/Add-General-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Add/Add-General-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Adobe-Icon-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Adobe-Icon-MD.svg new file mode 100644 index 00000000..ad6dec6f --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Adobe-Icon-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Adobe-Icon-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Arrow/Arrow-Down-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Arrow/Arrow-Down-MD.svg new file mode 100644 index 00000000..c5e0a293 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Arrow/Arrow-Down-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Arrow/Arrow-Down-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Arrow/Arrow-Left-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Arrow/Arrow-Left-MD.svg new file mode 100644 index 00000000..d1b2e23c --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Arrow/Arrow-Left-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Arrow/Arrow-Left-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Arrow/Arrow-Right-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Arrow/Arrow-Right-MD.svg new file mode 100644 index 00000000..bd1d2226 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Arrow/Arrow-Right-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Arrow/Arrow-Right-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Arrow/Arrow-Up-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Arrow/Arrow-Up-MD.svg new file mode 100644 index 00000000..94bf8726 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Arrow/Arrow-Up-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Arrow/Arrow-Up-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Attach-More-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Attach-More-MD.svg new file mode 100644 index 00000000..eecd2333 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Attach-More-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Attach-More-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Banned-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Banned-MD.svg new file mode 100644 index 00000000..aad358ef --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Banned-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Banned-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Bookmark/Bookmark-Fill-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Bookmark/Bookmark-Fill-MD.svg new file mode 100644 index 00000000..59e1b1bd --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Bookmark/Bookmark-Fill-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Bookmark/Bookmark-Fill-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Bookmark/Bookmark-Outline-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Bookmark/Bookmark-Outline-MD.svg new file mode 100644 index 00000000..72c29c65 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Bookmark/Bookmark-Outline-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Bookmark/Bookmark-Outline-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Bookmarks-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Bookmarks-MD.svg new file mode 100644 index 00000000..65a00e25 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Bookmarks-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Bookmarks-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Calendar/Calendar-Add-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Calendar/Calendar-Add-MD.svg new file mode 100644 index 00000000..51aeba9a --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Calendar/Calendar-Add-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Calendar/Calendar-Add-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Chat-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Chat-MD.svg new file mode 100644 index 00000000..19058126 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Chat-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Chat-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Check/Check-Container-Fill-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Check/Check-Container-Fill-MD.svg new file mode 100644 index 00000000..319bc07b --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Check/Check-Container-Fill-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Check/Check-Container-Fill-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Check/Check-Container-Open-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Check/Check-Container-Open-MD.svg new file mode 100644 index 00000000..d25e8645 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Check/Check-Container-Open-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Check/Check-Container-Open-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Check/Check-Container-Outline-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Check/Check-Container-Outline-MD.svg new file mode 100644 index 00000000..a231b3cb --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Check/Check-Container-Outline-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Check/Check-Container-Outline-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Check/Check-Double-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Check/Check-Double-MD.svg new file mode 100644 index 00000000..e26f75ad --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Check/Check-Double-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Check/Check-Double-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Check/Check-Isolation-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Check/Check-Isolation-MD.svg new file mode 100644 index 00000000..aaf38689 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Check/Check-Isolation-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Check/Check-Isolation-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Check/Check-Shield-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Check/Check-Shield-MD.svg new file mode 100644 index 00000000..103f8fcc --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Check/Check-Shield-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Check/Check-Shield-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Close-Knock-Out-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Close-Knock-Out-MD.svg new file mode 100644 index 00000000..b6d0a89d --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Close-Knock-Out-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Close-Knock-Out-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Close-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Close-MD.svg new file mode 100644 index 00000000..7938780f --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Close-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Close-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Cloud/Cloud-Download-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Cloud/Cloud-Download-MD.svg new file mode 100644 index 00000000..3bc50034 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Cloud/Cloud-Download-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Cloud/Cloud-Download-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Cloud/Cloud-General-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Cloud/Cloud-General-MD.svg new file mode 100644 index 00000000..210a854f --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Cloud/Cloud-General-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Cloud/Cloud-General-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Cloud/Cloud-Upload-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Cloud/Cloud-Upload-MD.svg new file mode 100644 index 00000000..0ec636c9 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Cloud/Cloud-Upload-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Cloud/Cloud-Upload-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Content-Display/Display-Pages-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Content-Display/Display-Pages-MD.svg new file mode 100644 index 00000000..1d99fd2a --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Content-Display/Display-Pages-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Content-Display/Display-Pages-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Content-Display/Display-Scroll-Horizontal-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Content-Display/Display-Scroll-Horizontal-MD.svg new file mode 100644 index 00000000..8e2256b6 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Content-Display/Display-Scroll-Horizontal-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Content-Display/Display-Scroll-Horizontal-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Content-Display/Display-Scroll-Vertical-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Content-Display/Display-Scroll-Vertical-MD.svg new file mode 100644 index 00000000..dfbe5203 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Content-Display/Display-Scroll-Vertical-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Content-Display/Display-Scroll-Vertical-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Content/Add-Content-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Content/Add-Content-MD.svg new file mode 100644 index 00000000..7971cdd4 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Content/Add-Content-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Content/Add-Content-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Copy-Item-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Copy-Item-MD.svg new file mode 100644 index 00000000..dbd6b139 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Copy-Item-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Copy-Item-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Currency/Currency-Dollar-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Currency/Currency-Dollar-MD.svg new file mode 100644 index 00000000..4c3fa2aa --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Currency/Currency-Dollar-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Currency/Currency-Dollar-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Currency/Currency-Euro-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Currency/Currency-Euro-MD.svg new file mode 100644 index 00000000..a73dfc52 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Currency/Currency-Euro-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Currency/Currency-Euro-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Currency/Currency-Pound-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Currency/Currency-Pound-MD.svg new file mode 100644 index 00000000..2c14a5df --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Currency/Currency-Pound-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Currency/Currency-Pound-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Currency/Currency-Yuan-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Currency/Currency-Yuan-MD.svg new file mode 100644 index 00000000..0838b311 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Currency/Currency-Yuan-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Currency/Currency-Yuan-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Display-Panels-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Display-Panels-MD.svg new file mode 100644 index 00000000..a60c0ddf --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Display-Panels-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Display-Panels-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Download-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Download-MD.svg new file mode 100644 index 00000000..2c1d1e77 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Download-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Download-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Edit-Content-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Edit-Content-MD.svg new file mode 100644 index 00000000..ab73c9f3 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Edit-Content-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Edit-Content-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Filter/Filter-Outline-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Filter/Filter-Outline-MD.svg new file mode 100644 index 00000000..aee74d39 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Filter/Filter-Outline-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Filter/Filter-Outline-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Flag-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Flag-MD.svg new file mode 100644 index 00000000..f1128727 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Flag-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Flag-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Folder-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Folder-MD.svg new file mode 100644 index 00000000..aba7bc47 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Folder-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Folder-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Font-Size-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Font-Size-MD.svg new file mode 100644 index 00000000..31cb1e10 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Font-Size-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Font-Size-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Globe-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Globe-MD.svg new file mode 100644 index 00000000..edfac1c2 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Globe-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Globe-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Hamburger-Menu-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Hamburger-Menu-MD.svg new file mode 100644 index 00000000..8a893290 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Hamburger-Menu-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Hamburger-Menu-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Horizontal-Link-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Horizontal-Link-MD.svg new file mode 100644 index 00000000..99ee74dd --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Horizontal-Link-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Horizontal-Link-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Info/Block/Info-Block-Border-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Info/Block/Info-Block-Border-MD.svg new file mode 100644 index 00000000..ceec628c --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Info/Block/Info-Block-Border-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Info/Block/Info-Block-Border-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Info/Block/Info-Block-Fill-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Info/Block/Info-Block-Fill-MD.svg new file mode 100644 index 00000000..aaf1648b --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Info/Block/Info-Block-Fill-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Info/Block/Info-Block-Fill-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Inline-Warning-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Inline-Warning-MD.svg new file mode 100644 index 00000000..35c3d8d1 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Inline-Warning-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Inline-Warning-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Language.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Language.svg new file mode 100644 index 00000000..00e79d57 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Language.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Language + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Library-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Library-MD.svg new file mode 100644 index 00000000..0d9f1c1c --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Library-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Library-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Link-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Link-MD.svg new file mode 100644 index 00000000..5acc32a3 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Link-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Link-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Location-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Location-MD.svg new file mode 100644 index 00000000..2ca6daf9 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Location-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Location-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Long-Arrow/Long-Arrow-Down-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Long-Arrow/Long-Arrow-Down-MD.svg new file mode 100644 index 00000000..5f3959e4 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Long-Arrow/Long-Arrow-Down-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Long-Arrow/Long-Arrow-Down-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Long-Arrow/Long-Arrow-Left-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Long-Arrow/Long-Arrow-Left-MD.svg new file mode 100644 index 00000000..8bdec1f7 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Long-Arrow/Long-Arrow-Left-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Long-Arrow/Long-Arrow-Left-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Long-Arrow/Long-Arrow-Right-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Long-Arrow/Long-Arrow-Right-MD.svg new file mode 100644 index 00000000..e55233ba --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Long-Arrow/Long-Arrow-Right-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Long-Arrow/Long-Arrow-Right-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Long-Arrow/Long-Arrow-Up-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Long-Arrow/Long-Arrow-Up-MD.svg new file mode 100644 index 00000000..3e1cdb53 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Long-Arrow/Long-Arrow-Up-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Long-Arrow/Long-Arrow-Up-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Mag-Glass-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Mag-Glass-MD.svg new file mode 100644 index 00000000..647f13b9 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Mag-Glass-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Mag-Glass-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Mail-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Mail-MD.svg new file mode 100644 index 00000000..562301c3 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Mail-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Mail-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Menu-List-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Menu-List-MD.svg new file mode 100644 index 00000000..824f923d --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Menu-List-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Menu-List-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Microphone-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Microphone-MD.svg new file mode 100644 index 00000000..ad6e93cb --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Microphone-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Microphone-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/New-Page-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/New-Page-MD.svg new file mode 100644 index 00000000..13e25588 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/New-Page-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/New-Page-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Note/Note-Add-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Note/Note-Add-MD.svg new file mode 100644 index 00000000..b7aeb92a --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Note/Note-Add-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Note/Note-Add-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Note/Note-General-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Note/Note-General-MD.svg new file mode 100644 index 00000000..4dd8f80a --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Note/Note-General-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Note/Note-General-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/PDF-Document-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/PDF-Document-MD.svg new file mode 100644 index 00000000..a8bb9bcf --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/PDF-Document-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/PDF-Document-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Phone-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Phone-MD.svg new file mode 100644 index 00000000..ff63e64f --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Phone-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Phone-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Print-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Print-MD.svg new file mode 100644 index 00000000..0a68444a --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Print-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Print-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Quotes-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Quotes-MD.svg new file mode 100644 index 00000000..c90f8430 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Quotes-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Quotes-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/RSS-Feed-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/RSS-Feed-MD.svg new file mode 100644 index 00000000..1d66d002 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/RSS-Feed-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/RSS-Feed-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Read-This-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Read-This-MD.svg new file mode 100644 index 00000000..7e26a3b7 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Read-This-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Read-This-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Refresh-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Refresh-MD.svg new file mode 100644 index 00000000..1bd91220 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Refresh-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Refresh-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Reminder/Reminder-Fill-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Reminder/Reminder-Fill-MD.svg new file mode 100644 index 00000000..2cda0bd9 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Reminder/Reminder-Fill-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Reminder/Reminder-Fill-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Reminder/Reminder-Outline-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Reminder/Reminder-Outline-MD.svg new file mode 100644 index 00000000..282382d2 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Reminder/Reminder-Outline-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Reminder/Reminder-Outline-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Remove/Remove-Container-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Remove/Remove-Container-MD.svg new file mode 100644 index 00000000..07778a83 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Remove/Remove-Container-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Remove/Remove-Container-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Remove/Remove-Fill-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Remove/Remove-Fill-MD.svg new file mode 100644 index 00000000..ea850617 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Remove/Remove-Fill-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Remove/Remove-Fill-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Remove/Remove-General-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Remove/Remove-General-MD.svg new file mode 100644 index 00000000..82724257 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Remove/Remove-General-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Remove/Remove-General-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Search-Page-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Search-Page-MD.svg new file mode 100644 index 00000000..bffb69de --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Search-Page-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Search-Page-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Settings-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Settings-MD.svg new file mode 100644 index 00000000..62a6c418 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Settings-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Settings-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Share-This-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Share-This-MD.svg new file mode 100644 index 00000000..6d848494 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Share-This-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Share-This-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Shopping-Bag/Shopping-Bag-Check-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Shopping-Bag/Shopping-Bag-Check-MD.svg new file mode 100644 index 00000000..d425934e --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Shopping-Bag/Shopping-Bag-Check-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Shopping-Bag/Shopping-Bag-Check-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Shopping-Bag/Shopping-Bag-General-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Shopping-Bag/Shopping-Bag-General-MD.svg new file mode 100644 index 00000000..c3972340 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Shopping-Bag/Shopping-Bag-General-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Shopping-Bag/Shopping-Bag-General-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Shopping-Cart-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Shopping-Cart-MD.svg new file mode 100644 index 00000000..a13c5e18 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Shopping-Cart-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Shopping-Cart-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Social-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Social-MD.svg new file mode 100644 index 00000000..17d9587a --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Social-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Social-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Social/Social-Facebook-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Social/Social-Facebook-MD.svg new file mode 100644 index 00000000..b605a63d --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Social/Social-Facebook-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Social/Social-Facebook-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Social/Social-Instagram-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Social/Social-Instagram-MD.svg new file mode 100644 index 00000000..8bdf3cc6 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Social/Social-Instagram-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Social/Social-Instagram-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Social/Social-LinkedIn-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Social/Social-LinkedIn-MD.svg new file mode 100644 index 00000000..5d89b776 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Social/Social-LinkedIn-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Social/Social-LinkedIn-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Social/Social-Twitter-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Social/Social-Twitter-MD.svg new file mode 100644 index 00000000..ac585444 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Social/Social-Twitter-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Social/Social-Twitter-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Social/Social-Youtube-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Social/Social-Youtube-MD.svg new file mode 100644 index 00000000..c839de3a --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Social/Social-Youtube-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Social/Social-Youtube-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Time/Time-Add-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Time/Time-Add-MD.svg new file mode 100644 index 00000000..57413428 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Time/Time-Add-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Time/Time-Add-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Time/Time-General-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Time/Time-General-MD.svg new file mode 100644 index 00000000..af238c48 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Time/Time-General-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Time/Time-General-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Transfer-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Transfer-MD.svg new file mode 100644 index 00000000..d451f584 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Transfer-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Transfer-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Upload-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Upload-MD.svg new file mode 100644 index 00000000..0e09527b --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Upload-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Upload-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Audio/Video-Audio-Backward-15-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Audio/Video-Audio-Backward-15-MD.svg new file mode 100644 index 00000000..5e3261ce --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Audio/Video-Audio-Backward-15-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Video-Audio/Video-Audio-Backward-15-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Audio/Video-Audio-Collapse-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Audio/Video-Audio-Collapse-MD.svg new file mode 100644 index 00000000..9855f99a --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Audio/Video-Audio-Collapse-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Video-Audio/Video-Audio-Collapse-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Audio/Video-Audio-Enlarge-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Audio/Video-Audio-Enlarge-MD.svg new file mode 100644 index 00000000..05ba9d9d --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Audio/Video-Audio-Enlarge-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Video-Audio/Video-Audio-Enlarge-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Audio/Video-Audio-Fast-Foward-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Audio/Video-Audio-Fast-Foward-MD.svg new file mode 100644 index 00000000..95c390c4 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Audio/Video-Audio-Fast-Foward-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Video-Audio/Video-Audio-Fast-Foward-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Audio/Video-Audio-Forward-15-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Audio/Video-Audio-Forward-15-MD.svg new file mode 100644 index 00000000..98eef183 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Audio/Video-Audio-Forward-15-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Video-Audio/Video-Audio-Forward-15-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Audio/Video-Audio-Mini-Player-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Audio/Video-Audio-Mini-Player-MD.svg new file mode 100644 index 00000000..75f295ff --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Audio/Video-Audio-Mini-Player-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Video-Audio/Video-Audio-Mini-Player-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Audio/Video-Audio-Pause-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Audio/Video-Audio-Pause-MD.svg new file mode 100644 index 00000000..eed3d9ce --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Audio/Video-Audio-Pause-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Video-Audio/Video-Audio-Pause-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Audio/Video-Audio-Play-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Audio/Video-Audio-Play-MD.svg new file mode 100644 index 00000000..4abbd439 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Audio/Video-Audio-Play-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Video-Audio/Video-Audio-Play-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Audio/Video-Audio-Replay-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Audio/Video-Audio-Replay-MD.svg new file mode 100644 index 00000000..3e1c56b0 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Audio/Video-Audio-Replay-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Video-Audio/Video-Audio-Replay-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Audio/Video-Audio-Rewind-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Audio/Video-Audio-Rewind-MD.svg new file mode 100644 index 00000000..3e6e8815 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Audio/Video-Audio-Rewind-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Video-Audio/Video-Audio-Rewind-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Audio/Video-Audio-Sound-Off-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Audio/Video-Audio-Sound-Off-MD.svg new file mode 100644 index 00000000..0ab8f1f5 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Audio/Video-Audio-Sound-Off-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Video-Audio/Video-Audio-Sound-Off-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Audio/Video-Audio-Sound-On-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Audio/Video-Audio-Sound-On-MD.svg new file mode 100644 index 00000000..0332b655 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Audio/Video-Audio-Sound-On-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Video-Audio/Video-Audio-Sound-On-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Audio/Video-Audio-Stop-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Audio/Video-Audio-Stop-MD.svg new file mode 100644 index 00000000..e6d8a548 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Audio/Video-Audio-Stop-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Video-Audio/Video-Audio-Stop-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Audio/Video-Audio-To-Beginning-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Audio/Video-Audio-To-Beginning-MD.svg new file mode 100644 index 00000000..80d8525e --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Audio/Video-Audio-To-Beginning-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Video-Audio/Video-Audio-To-Beginning-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Audio/Video-Audio-To-End-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Audio/Video-Audio-To-End-MD.svg new file mode 100644 index 00000000..f98d030a --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Audio/Video-Audio-To-End-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Video-Audio/Video-Audio-To-End-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Play-Link-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Play-Link-MD.svg new file mode 100644 index 00000000..451cb698 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/Video-Play-Link-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/Video-Play-Link-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/View-Edits-History-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/View-Edits-History-MD.svg new file mode 100644 index 00000000..3057716c --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/View-Edits-History-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/View-Edits-History-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/View-Images-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/View-Images-MD.svg new file mode 100644 index 00000000..6cce4e9b --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/View-Images-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/View-Images-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/View-Modes/View-Modes-Dark-Mode-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/View-Modes/View-Modes-Dark-Mode-MD.svg new file mode 100644 index 00000000..9ae128a1 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/View-Modes/View-Modes-Dark-Mode-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/View-Modes/View-Modes-Dark-Mode-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/View-Modes/View-Modes-Light-Mode-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/View-Modes/View-Modes-Light-Mode-MD.svg new file mode 100644 index 00000000..33b6d096 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/View-Modes/View-Modes-Light-Mode-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/View-Modes/View-Modes-Light-Mode-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/View-More-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/View-More-MD.svg new file mode 100644 index 00000000..272f591e --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/View-More-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/View-More-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/View-Stats-MD.svg b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/View-Stats-MD.svg new file mode 100644 index 00000000..4e9ae6da --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Medium-24px/SVG/Action/View-Stats-MD.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/24px/View-Stats-MD + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Access/Access-Authorized-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Access/Access-Authorized-SM.svg new file mode 100644 index 00000000..4b789eb1 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Access/Access-Authorized-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Access/16px/Access-Authorized-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Access/No-Access-Authorized-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Access/No-Access-Authorized-SM.svg new file mode 100644 index 00000000..c057bd9e --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Access/No-Access-Authorized-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Access/16px/No-Access-Authorized-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Access/Open-Access-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Access/Open-Access-SM.svg new file mode 100644 index 00000000..3ac9f321 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Access/Open-Access-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Access/16px/Open-Access-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Account-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Account-SM.svg new file mode 100644 index 00000000..e4c02ec8 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Account-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Account-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Add-Note-Article-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Add-Note-Article-SM.svg new file mode 100644 index 00000000..7c9e82e7 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Add-Note-Article-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Add-Note-Article-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Add/Add-Container-Outline-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Add/Add-Container-Outline-SM.svg new file mode 100644 index 00000000..7b9ffa90 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Add/Add-Container-Outline-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Add/Add-Container-Outline-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Add/Add-General-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Add/Add-General-SM.svg new file mode 100644 index 00000000..a2f61238 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Add/Add-General-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Add/Add-General-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Angled-Arrow/Angled-Arrow-Down-Left-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Angled-Arrow/Angled-Arrow-Down-Left-SM.svg new file mode 100644 index 00000000..f8a0dbaf --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Angled-Arrow/Angled-Arrow-Down-Left-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Angled-Arrow/Angled-Arrow-Down-Left-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Angled-Arrow/Angled-Arrow-Down-Right-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Angled-Arrow/Angled-Arrow-Down-Right-SM.svg new file mode 100644 index 00000000..9ecf95ee --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Angled-Arrow/Angled-Arrow-Down-Right-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Angled-Arrow/Angled-Arrow-Down-Right-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Angled-Arrow/Angled-Arrow-Up-Left-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Angled-Arrow/Angled-Arrow-Up-Left-SM.svg new file mode 100644 index 00000000..05d5f464 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Angled-Arrow/Angled-Arrow-Up-Left-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Angled-Arrow/Angled-Arrow-Up-Left-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Angled-Arrow/Angled-Arrow-Up-Right-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Angled-Arrow/Angled-Arrow-Up-Right-SM.svg new file mode 100644 index 00000000..60432dc9 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Angled-Arrow/Angled-Arrow-Up-Right-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Angled-Arrow/Angled-Arrow-Up-Right-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Attach-More-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Attach-More-SM.svg new file mode 100644 index 00000000..792b9a37 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Attach-More-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Attach-More-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Banned-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Banned-SM.svg new file mode 100644 index 00000000..6d7d8de9 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Banned-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Banned-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Bookmark/Bookmark-Fill-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Bookmark/Bookmark-Fill-SM.svg new file mode 100644 index 00000000..0f565eb0 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Bookmark/Bookmark-Fill-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Bookmark/Bookmark-Fill-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Bookmark/Bookmark-Outline-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Bookmark/Bookmark-Outline-SM.svg new file mode 100644 index 00000000..6c86189b --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Bookmark/Bookmark-Outline-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Bookmark/Bookmark-Outline-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Bookmarks-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Bookmarks-SM.svg new file mode 100644 index 00000000..fcf59973 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Bookmarks-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Bookmarks-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Chat-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Chat-SM.svg new file mode 100644 index 00000000..9afebbcb --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Chat-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Chat-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Check/Check-Container-Open-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Check/Check-Container-Open-SM.svg new file mode 100644 index 00000000..bd5ccc24 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Check/Check-Container-Open-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Check/Check-Container-Open-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Check/Check-Isolation-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Check/Check-Isolation-SM.svg new file mode 100644 index 00000000..69dadcc8 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Check/Check-Isolation-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Check/Check-Isolation-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Check/Check-Shield-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Check/Check-Shield-SM.svg new file mode 100644 index 00000000..8a5dbc16 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Check/Check-Shield-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Check/Check-Shield-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Chevron/Chevron-Down-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Chevron/Chevron-Down-SM.svg new file mode 100644 index 00000000..0230f2ba --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Chevron/Chevron-Down-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Chevron/Chevron-Down-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Chevron/Chevron-Left-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Chevron/Chevron-Left-SM.svg new file mode 100644 index 00000000..4764ef43 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Chevron/Chevron-Left-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Chevron/Chevron-Left-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Chevron/Chevron-Right-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Chevron/Chevron-Right-SM.svg new file mode 100644 index 00000000..bb6783ff --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Chevron/Chevron-Right-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Chevron/Chevron-Right-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Chevron/Chevron-Up-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Chevron/Chevron-Up-SM.svg new file mode 100644 index 00000000..1875e660 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Chevron/Chevron-Up-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Chevron/Chevron-Up-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Close-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Close-SM.svg new file mode 100644 index 00000000..60509243 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Close-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Close-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Cloud/Cloud-Download-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Cloud/Cloud-Download-SM.svg new file mode 100644 index 00000000..19008c0d --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Cloud/Cloud-Download-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Cloud/Cloud-Download-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Cloud/Cloud-General-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Cloud/Cloud-General-SM.svg new file mode 100644 index 00000000..7ca5bde1 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Cloud/Cloud-General-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Cloud/Cloud-General-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Cloud/Cloud-Upload-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Cloud/Cloud-Upload-SM.svg new file mode 100644 index 00000000..c1508e08 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Cloud/Cloud-Upload-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Cloud/Cloud-Upload-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Content-Display/Display-Pages-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Content-Display/Display-Pages-SM.svg new file mode 100644 index 00000000..181017dd --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Content-Display/Display-Pages-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Content-Display/Display-Pages-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Content-Display/Display-Scroll-Horizontal-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Content-Display/Display-Scroll-Horizontal-SM.svg new file mode 100644 index 00000000..7935eee6 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Content-Display/Display-Scroll-Horizontal-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Content-Display/Display-Scroll-Horizontal-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Content-Display/Display-Scroll-Vertical-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Content-Display/Display-Scroll-Vertical-SM.svg new file mode 100644 index 00000000..8e7fa87f --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Content-Display/Display-Scroll-Vertical-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Content-Display/Display-Scroll-Vertical-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Content/Add-Content-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Content/Add-Content-SM.svg new file mode 100644 index 00000000..2ba5f50e --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Content/Add-Content-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Content/Add-Content-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Currency/Currency-Dollar-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Currency/Currency-Dollar-SM.svg new file mode 100644 index 00000000..77185927 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Currency/Currency-Dollar-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Currency/Currency-Dollar-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Currency/Currency-Euro-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Currency/Currency-Euro-SM.svg new file mode 100644 index 00000000..e24c6ba4 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Currency/Currency-Euro-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Currency/Currency-Euro-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Currency/Currency-Pound-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Currency/Currency-Pound-SM.svg new file mode 100644 index 00000000..785366c3 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Currency/Currency-Pound-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Currency/Currency-Pound-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Currency/Currency-Yuan-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Currency/Currency-Yuan-SM.svg new file mode 100644 index 00000000..1032812e --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Currency/Currency-Yuan-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Currency/Currency-Yuan-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Display-Panels-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Display-Panels-SM.svg new file mode 100644 index 00000000..1568210f --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Display-Panels-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Display-Panels-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Download-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Download-SM.svg new file mode 100644 index 00000000..b246c9ba --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Download-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Download-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Download/Download-DOC-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Download/Download-DOC-SM.svg new file mode 100644 index 00000000..4124f862 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Download/Download-DOC-SM.svg @@ -0,0 +1,12 @@ + + + 🧩 Icons/Simple/Action/16px/Download/Download-DOC-SM + + + + + + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Download/Download-EPUB-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Download/Download-EPUB-SM.svg new file mode 100644 index 00000000..6e1e55a9 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Download/Download-EPUB-SM.svg @@ -0,0 +1,12 @@ + + + 🧩 Icons/Simple/Action/16px/Download/Download-EPUB-SM + + + + + + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Download/Download-IMG-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Download/Download-IMG-SM.svg new file mode 100644 index 00000000..1a56ee56 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Download/Download-IMG-SM.svg @@ -0,0 +1,12 @@ + + + 🧩 Icons/Simple/Action/16px/Download/Download-IMG-SM + + + + + + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Download/Download-PDF-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Download/Download-PDF-SM.svg new file mode 100644 index 00000000..71aaaf52 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Download/Download-PDF-SM.svg @@ -0,0 +1,12 @@ + + + 🧩 Icons/Simple/Action/16px/Download/Download-PDF-SM + + + + + + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Download/Download-ZIP-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Download/Download-ZIP-SM.svg new file mode 100644 index 00000000..41bd4a9d --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Download/Download-ZIP-SM.svg @@ -0,0 +1,12 @@ + + + 🧩 Icons/Simple/Action/16px/Download/Download-ZIP-SM + + + + + + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Edit-Content-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Edit-Content-SM.svg new file mode 100644 index 00000000..a7ac58d2 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Edit-Content-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Edit-Content-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Filter/Filter-Outline-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Filter/Filter-Outline-SM.svg new file mode 100644 index 00000000..8db968a2 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Filter/Filter-Outline-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Filter/Filter-Outline-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Flag-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Flag-SM.svg new file mode 100644 index 00000000..1c40111c --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Flag-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Flag-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Folder-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Folder-SM.svg new file mode 100644 index 00000000..a3e48ad2 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Folder-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Folder-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Font-Size-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Font-Size-SM.svg new file mode 100644 index 00000000..733040c9 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Font-Size-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Font-Size-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Globe-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Globe-SM.svg new file mode 100644 index 00000000..16079d2b --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Globe-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Globe-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Hamburger-Menu-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Hamburger-Menu-SM.svg new file mode 100644 index 00000000..0412ac9b --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Hamburger-Menu-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Hamburger-Menu-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Important-Inline/Important-Fill-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Important-Inline/Important-Fill-SM.svg new file mode 100644 index 00000000..6ac8720b --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Important-Inline/Important-Fill-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Important-Inline/Important-Fill-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Important-Inline/Important-Outline-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Important-Inline/Important-Outline-SM.svg new file mode 100644 index 00000000..63abd299 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Important-Inline/Important-Outline-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Important-Inline/Important-Outline-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Info/Block/Info-Block-Border-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Info/Block/Info-Block-Border-SM.svg new file mode 100644 index 00000000..bd7711ed --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Info/Block/Info-Block-Border-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Info/Block/Info-Block-Border-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Info/Block/Info-Block-Fill-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Info/Block/Info-Block-Fill-SM.svg new file mode 100644 index 00000000..eee6927b --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Info/Block/Info-Block-Fill-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Info/Block/Info-Block-Fill-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Inline-Warning-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Inline-Warning-SM.svg new file mode 100644 index 00000000..efe6a5d0 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Inline-Warning-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Inline-Warning-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Language-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Language-SM.svg new file mode 100644 index 00000000..b878673f --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Language-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Language-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Library-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Library-SM.svg new file mode 100644 index 00000000..e6421d0e --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Library-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Library-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Link-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Link-SM.svg new file mode 100644 index 00000000..04fd457d --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Link-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Link-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Location-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Location-SM.svg new file mode 100644 index 00000000..97a83ddb --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Location-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Location-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Long-Arrow/Long-Arrow-Down-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Long-Arrow/Long-Arrow-Down-SM.svg new file mode 100644 index 00000000..682b4397 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Long-Arrow/Long-Arrow-Down-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Long-Arrow/Long-Arrow-Down-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Long-Arrow/Long-Arrow-Left-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Long-Arrow/Long-Arrow-Left-SM.svg new file mode 100644 index 00000000..e4d8ac4b --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Long-Arrow/Long-Arrow-Left-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Long-Arrow/Long-Arrow-Left-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Long-Arrow/Long-Arrow-Right-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Long-Arrow/Long-Arrow-Right-SM.svg new file mode 100644 index 00000000..d9544b72 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Long-Arrow/Long-Arrow-Right-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Long-Arrow/Long-Arrow-Right-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Long-Arrow/Long-Arrow-Up-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Long-Arrow/Long-Arrow-Up-SM.svg new file mode 100644 index 00000000..5d14415d --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Long-Arrow/Long-Arrow-Up-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Long-Arrow/Long-Arrow-Up-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Mag-Glass-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Mag-Glass-SM.svg new file mode 100644 index 00000000..79e891b8 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Mag-Glass-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Mag-Glass-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Mail-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Mail-SM.svg new file mode 100644 index 00000000..408c9aed --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Mail-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Mail-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Menu-List-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Menu-List-SM.svg new file mode 100644 index 00000000..5f040cc5 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Menu-List-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Menu-List-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Microphone-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Microphone-SM.svg new file mode 100644 index 00000000..b638aeaa --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Microphone-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Microphone-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Note/Note-Add-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Note/Note-Add-SM.svg new file mode 100644 index 00000000..32d7ee7c --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Note/Note-Add-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Note/Note-Add-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Note/Note-General-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Note/Note-General-SM.svg new file mode 100644 index 00000000..0a518e8d --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Note/Note-General-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Note/Note-General-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/PDF-Document-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/PDF-Document-SM.svg new file mode 100644 index 00000000..0d142ce3 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/PDF-Document-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/PDF-Document-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Phone-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Phone-SM.svg new file mode 100644 index 00000000..3e01c198 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Phone-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Phone-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Print-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Print-SM.svg new file mode 100644 index 00000000..5d8615cb --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Print-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Print-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Quotes-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Quotes-SM.svg new file mode 100644 index 00000000..f8d4c4fc --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Quotes-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Quotes-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/RSS-Feed-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/RSS-Feed-SM.svg new file mode 100644 index 00000000..69682647 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/RSS-Feed-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/RSS-Feed-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Read-This-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Read-This-SM.svg new file mode 100644 index 00000000..fe935113 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Read-This-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Read-This-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Refresh-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Refresh-SM.svg new file mode 100644 index 00000000..02840c5f --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Refresh-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Refresh-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Reminder/Reminder-Fill-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Reminder/Reminder-Fill-SM.svg new file mode 100644 index 00000000..bcf81813 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Reminder/Reminder-Fill-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Reminder/Reminder-Fill-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Reminder/Reminder-Outline-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Reminder/Reminder-Outline-SM.svg new file mode 100644 index 00000000..ddbb6742 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Reminder/Reminder-Outline-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Reminder/Reminder-Outline-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Search-Page-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Search-Page-SM.svg new file mode 100644 index 00000000..4c485790 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Search-Page-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Search-Page-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Services/Services-Dropbox-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Services/Services-Dropbox-SM.svg new file mode 100644 index 00000000..626bd6b6 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Services/Services-Dropbox-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Services/Services-Dropbox-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Services/Services-Google-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Services/Services-Google-SM.svg new file mode 100644 index 00000000..718d48d5 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Services/Services-Google-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Services/Services-Google-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Settings-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Settings-SM.svg new file mode 100644 index 00000000..a1dff432 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Settings-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Settings-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Share-This-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Share-This-SM.svg new file mode 100644 index 00000000..090f0d3a --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Share-This-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Share-This-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Shopping-Bag-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Shopping-Bag-SM.svg new file mode 100644 index 00000000..73e52978 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Shopping-Bag-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Shopping-Bag-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Shopping-Cart-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Shopping-Cart-SM.svg new file mode 100644 index 00000000..e7c863e3 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Shopping-Cart-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Shopping-Cart-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Social-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Social-SM.svg new file mode 100644 index 00000000..2ecc3f9e --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Social-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Social-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Social/Social-Facebook-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Social/Social-Facebook-SM.svg new file mode 100644 index 00000000..7a1e06b0 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Social/Social-Facebook-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Social/Social-Facebook-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Social/Social-Instagram-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Social/Social-Instagram-SM.svg new file mode 100644 index 00000000..6263619b --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Social/Social-Instagram-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Social/Social-Instagram-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Social/Social-LinkedIn-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Social/Social-LinkedIn-SM.svg new file mode 100644 index 00000000..f2d5a862 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Social/Social-LinkedIn-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Social/Social-LinkedIn-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Social/Social-Twitter-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Social/Social-Twitter-SM.svg new file mode 100644 index 00000000..ae00e715 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Social/Social-Twitter-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Social/Social-Twitter-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Social/Social-Youtube-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Social/Social-Youtube-SM.svg new file mode 100644 index 00000000..76dc75b9 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Social/Social-Youtube-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Social/Social-Youtube-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Sorting/Sorting-0-9-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Sorting/Sorting-0-9-SM.svg new file mode 100644 index 00000000..2c72f661 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Sorting/Sorting-0-9-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Sorting/Sorting-0-9-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Sorting/Sorting-9-0-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Sorting/Sorting-9-0-SM.svg new file mode 100644 index 00000000..23ced357 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Sorting/Sorting-9-0-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Sorting/Sorting-9-0-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Sorting/Sorting-A-Z-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Sorting/Sorting-A-Z-SM.svg new file mode 100644 index 00000000..29592f5d --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Sorting/Sorting-A-Z-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Sorting/Sorting-A-Z-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Sorting/Sorting-Z-A-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Sorting/Sorting-Z-A-SM.svg new file mode 100644 index 00000000..69c0ced4 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Sorting/Sorting-Z-A-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Sorting/Sorting-Z-A-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Time/Time-General-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Time/Time-General-SM.svg new file mode 100644 index 00000000..75e679c9 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Time/Time-General-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Time/Time-General-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Transfer-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Transfer-SM.svg new file mode 100644 index 00000000..36cd689e --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Transfer-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Transfer-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Upload-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Upload-SM.svg new file mode 100644 index 00000000..20b52550 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Upload-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Upload-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Audio/Audio/Video-Audio-Sound-Off-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Audio/Audio/Video-Audio-Sound-Off-SM.svg new file mode 100644 index 00000000..587b575d --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Audio/Audio/Video-Audio-Sound-Off-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Video-Audio/Audio/Video-Audio-Sound-Off-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Audio/Audio/Video-Audio-Sound-On-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Audio/Audio/Video-Audio-Sound-On-SM.svg new file mode 100644 index 00000000..5a42cdcc --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Audio/Audio/Video-Audio-Sound-On-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Video-Audio/Audio/Video-Audio-Sound-On-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Audio/Play-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Audio/Play-SM.svg new file mode 100644 index 00000000..eef31a1f --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Audio/Play-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Video-Audio/Play-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Audio/Video-Audio-Back-15-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Audio/Video-Audio-Back-15-SM.svg new file mode 100644 index 00000000..f3717317 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Audio/Video-Audio-Back-15-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Video-Audio/Video-Audio-Back-15-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Audio/Video-Audio-Collapse-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Audio/Video-Audio-Collapse-SM.svg new file mode 100644 index 00000000..13435a78 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Audio/Video-Audio-Collapse-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Video-Audio/Video-Audio-Collapse-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Audio/Video-Audio-Enlarge-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Audio/Video-Audio-Enlarge-SM.svg new file mode 100644 index 00000000..c830ddbd --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Audio/Video-Audio-Enlarge-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Video-Audio/Video-Audio-Enlarge-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Audio/Video-Audio-Fast-Foward-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Audio/Video-Audio-Fast-Foward-SM.svg new file mode 100644 index 00000000..5880e5cc --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Audio/Video-Audio-Fast-Foward-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Video-Audio/Video-Audio-Fast-Foward-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Audio/Video-Audio-Forward-15-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Audio/Video-Audio-Forward-15-SM.svg new file mode 100644 index 00000000..e27c729f --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Audio/Video-Audio-Forward-15-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Video-Audio/Video-Audio-Forward-15-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Audio/Video-Audio-Mini-Player-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Audio/Video-Audio-Mini-Player-SM.svg new file mode 100644 index 00000000..77bf6753 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Audio/Video-Audio-Mini-Player-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Video-Audio/Video-Audio-Mini-Player-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Audio/Video-Audio-Pause-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Audio/Video-Audio-Pause-SM.svg new file mode 100644 index 00000000..efbde032 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Audio/Video-Audio-Pause-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Video-Audio/Video-Audio-Pause-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Audio/Video-Audio-Replay-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Audio/Video-Audio-Replay-SM.svg new file mode 100644 index 00000000..cb7f429c --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Audio/Video-Audio-Replay-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Video-Audio/Video-Audio-Replay-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Audio/Video-Audio-Rewind-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Audio/Video-Audio-Rewind-SM.svg new file mode 100644 index 00000000..37beabd5 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Audio/Video-Audio-Rewind-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Video-Audio/Video-Audio-Rewind-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Audio/Video-Audio-Stop-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Audio/Video-Audio-Stop-SM.svg new file mode 100644 index 00000000..1a3ed207 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Audio/Video-Audio-Stop-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Video-Audio/Video-Audio-Stop-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Audio/Video-Audio-To-Beginning-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Audio/Video-Audio-To-Beginning-SM.svg new file mode 100644 index 00000000..e8534a4e --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Audio/Video-Audio-To-Beginning-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Video-Audio/Video-Audio-To-Beginning-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Audio/Video-Audio-To-End-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Audio/Video-Audio-To-End-SM.svg new file mode 100644 index 00000000..19fec809 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Audio/Video-Audio-To-End-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Video-Audio/Video-Audio-To-End-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Play-Link-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Play-Link-SM.svg new file mode 100644 index 00000000..23af46ac --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/Video-Play-Link-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/Video-Play-Link-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/View-Images-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/View-Images-SM.svg new file mode 100644 index 00000000..a6e69fca --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/View-Images-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/View-Images-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/View-Modes/View-Modes-Dark-Mode-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/View-Modes/View-Modes-Dark-Mode-SM.svg new file mode 100644 index 00000000..e72b8886 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/View-Modes/View-Modes-Dark-Mode-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/View-Modes/View-Modes-Dark-Mode-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/View-Modes/View-Modes-Light-Mode-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/View-Modes/View-Modes-Light-Mode-SM.svg new file mode 100644 index 00000000..b0fc1740 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/View-Modes/View-Modes-Light-Mode-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/View-Modes/View-Modes-Light-Mode-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/View-More-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/View-More-SM.svg new file mode 100644 index 00000000..0fa3afb1 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/View-More-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/View-More-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/View-Stats-SM.svg b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/View-Stats-SM.svg new file mode 100644 index 00000000..a1dc703b --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/Small-16px/SVG/Action/View-Stats-SM.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/16px/View-Stats-SM + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/X-Small-12px/SVG/Chevron-Fill/Chevron-Fill-Down-XS.svg b/frontend/static/degruyter-icons/Simple/X-Small-12px/SVG/Chevron-Fill/Chevron-Fill-Down-XS.svg new file mode 100644 index 00000000..1eb22475 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/X-Small-12px/SVG/Chevron-Fill/Chevron-Fill-Down-XS.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/12px/Chevron-Fill/Chevron-Fill-Down-XS + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/X-Small-12px/SVG/Chevron-Fill/Chevron-Fill-Up-XS.svg b/frontend/static/degruyter-icons/Simple/X-Small-12px/SVG/Chevron-Fill/Chevron-Fill-Up-XS.svg new file mode 100644 index 00000000..cf4226c4 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/X-Small-12px/SVG/Chevron-Fill/Chevron-Fill-Up-XS.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/12px/Chevron-Fill/Chevron-Fill-Up-XS + + + + \ No newline at end of file diff --git a/frontend/static/degruyter-icons/Simple/X-Small-12px/SVG/Close-XS.svg b/frontend/static/degruyter-icons/Simple/X-Small-12px/SVG/Close-XS.svg new file mode 100644 index 00000000..0804dd60 --- /dev/null +++ b/frontend/static/degruyter-icons/Simple/X-Small-12px/SVG/Close-XS.svg @@ -0,0 +1,7 @@ + + + 🧩 Icons/Simple/Action/12px/Close-XS + + + + \ No newline at end of file