refactor: use de gruyter ci
@@ -8,16 +8,19 @@
|
||||
const isAdmin = $derived(page.data.user?.groups.some((g: { permissions: string[] }) => g.permissions.includes('ADMIN')));
|
||||
</script>
|
||||
|
||||
<div class="min-h-screen bg-brand-sand">
|
||||
<div class="min-h-screen bg-white">
|
||||
|
||||
{#if !page.url.pathname.startsWith('/login')}
|
||||
<header class="bg-white shadow-sm border-b border-gray-200 sticky top-0 z-50">
|
||||
<header class="bg-white border-b border-gray-100 sticky top-0 z-50">
|
||||
<!-- De Gruyter Brill purple accent strip -->
|
||||
<div class="h-1 bg-brand-purple"></div>
|
||||
|
||||
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||
<div class="flex justify-between h-20">
|
||||
<div class="flex justify-between h-16">
|
||||
|
||||
<!-- Logo & Nav -->
|
||||
<div class="flex">
|
||||
<div class="flex-shrink-0 flex items-center mr-8">
|
||||
<div class="flex-shrink-0 flex items-center mr-10">
|
||||
<a href="/" class="flex items-center gap-2" aria-label="Familienarchiv">
|
||||
<svg
|
||||
width="250"
|
||||
@@ -38,7 +41,7 @@
|
||||
<text
|
||||
x="35"
|
||||
y="20"
|
||||
fill="#002850"
|
||||
fill="#012851"
|
||||
font-family="Montserrat"
|
||||
font-weight="bold"
|
||||
font-size="20">FAMILIENARCHIV</text
|
||||
@@ -47,48 +50,48 @@
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="hidden sm:ml-6 sm:flex sm:space-x-8 items-center">
|
||||
<nav class="hidden sm:flex sm:space-x-1 items-center">
|
||||
<a
|
||||
href="/"
|
||||
class="inline-flex items-center px-1 pt-1 border-b-2 text-sm font-bold uppercase tracking-wide font-sans
|
||||
class="inline-flex items-center px-3 py-1.5 text-xs font-bold uppercase tracking-widest font-sans transition-colors
|
||||
{page.url.pathname === '/' || page.url.pathname.startsWith('/documents')
|
||||
? 'border-brand-navy text-brand-navy'
|
||||
: 'border-transparent text-gray-500 hover:border-brand-light hover:text-brand-navy'}"
|
||||
? 'text-brand-navy bg-brand-purple/15 rounded'
|
||||
: 'text-gray-500 hover:text-brand-navy hover:bg-brand-sand/60 rounded'}"
|
||||
>
|
||||
Dokumente
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="/persons"
|
||||
class="inline-flex items-center px-1 pt-1 border-b-2 text-sm font-bold uppercase tracking-wide font-sans
|
||||
class="inline-flex items-center px-3 py-1.5 text-xs font-bold uppercase tracking-widest font-sans transition-colors
|
||||
{page.url.pathname.startsWith('/persons')
|
||||
? 'border-brand-navy text-brand-navy'
|
||||
: 'border-transparent text-gray-500 hover:border-brand-light hover:text-brand-navy'}"
|
||||
? 'text-brand-navy bg-brand-purple/15 rounded'
|
||||
: 'text-gray-500 hover:text-brand-navy hover:bg-brand-sand/60 rounded'}"
|
||||
>
|
||||
Personen
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="/conversations"
|
||||
class="inline-flex items-center px-1 pt-1 border-b-2 text-sm font-bold uppercase tracking-wide font-sans
|
||||
class="inline-flex items-center px-3 py-1.5 text-xs font-bold uppercase tracking-widest font-sans transition-colors
|
||||
{page.url.pathname.startsWith('/conversations')
|
||||
? 'border-brand-navy text-brand-navy'
|
||||
: 'border-transparent text-gray-500 hover:border-brand-light hover:text-brand-navy'}"
|
||||
? 'text-brand-navy bg-brand-purple/15 rounded'
|
||||
: 'text-gray-500 hover:text-brand-navy hover:bg-brand-sand/60 rounded'}"
|
||||
>
|
||||
Konversationen
|
||||
</a>
|
||||
{#if isAdmin}
|
||||
<a
|
||||
href="/admin"
|
||||
class="inline-flex items-center px-1 pt-1 border-b-2 text-sm font-bold uppercase tracking-wide font-sans
|
||||
class="inline-flex items-center px-3 py-1.5 text-xs font-bold uppercase tracking-widest font-sans transition-colors
|
||||
{page.url.pathname.startsWith('/admin')
|
||||
? 'border-brand-navy text-brand-navy'
|
||||
: 'border-transparent text-gray-500 hover:border-brand-light hover:text-brand-navy'}"
|
||||
? 'text-brand-navy bg-brand-purple/15 rounded'
|
||||
: 'text-gray-500 hover:text-brand-navy hover:bg-brand-sand/60 rounded'}"
|
||||
>
|
||||
Admin
|
||||
</a>
|
||||
{/if}
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<!-- Right Side -->
|
||||
@@ -96,8 +99,9 @@
|
||||
<form action="/logout" method="POST" use:enhance>
|
||||
<button
|
||||
type="submit"
|
||||
class="text-sm text-gray-500 hover:text-brand-navy font-bold uppercase font-sans tracking-wide px-3 py-2 transition"
|
||||
class="inline-flex items-center gap-1.5 text-xs text-gray-400 hover:text-brand-navy font-bold uppercase font-sans tracking-widest px-3 py-2 transition-colors"
|
||||
>
|
||||
<img src="/degruyter-icons/Simple/Small-16px/SVG/Action/Account-SM.svg" alt="" aria-hidden="true" class="w-4 h-4 opacity-50" />
|
||||
Abmelden
|
||||
</button>
|
||||
</form>
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
<div class="pointer-events-none absolute inset-y-0 right-0 flex items-center pr-3">
|
||||
<svg class="h-4 w-4 text-gray-400" fill="none" stroke="currentColor" viewBox="0 0 24 24"
|
||||
><path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"
|
||||
/></svg
|
||||
>
|
||||
<img src="/degruyter-icons/Simple/Medium-24px/SVG/Action/Mag-Glass-MD.svg" alt="" aria-hidden="true" class="h-4 w-4 opacity-40" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
>
|
||||
<svg
|
||||
class="h-4 w-4 transform transition-transform duration-200 {showAdvanced
|
||||
? 'rotate-180'
|
||||
: ''}"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
viewBox="0 0 24 24"
|
||||
>
|
||||
<path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M19 9l-7 7-7-7"
|
||||
/>
|
||||
</svg>
|
||||
<img src="/degruyter-icons/Simple/Small-16px/SVG/Action/Chevron/Chevron-Down-SM.svg" alt="" aria-hidden="true" class="h-4 w-4 transform transition-transform duration-200 {showAdvanced ? 'rotate-180' : ''}" />
|
||||
Filter
|
||||
</button>
|
||||
|
||||
@@ -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"
|
||||
>
|
||||
<svg class="h-5 w-5" fill="none" stroke="currentColor" viewBox="0 0 24 24"
|
||||
><path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M6 18L18 6M6 6l12 12"
|
||||
/></svg
|
||||
>
|
||||
<img src="/degruyter-icons/Simple/Medium-24px/SVG/Action/Close-MD.svg" alt="" aria-hidden="true" class="h-5 w-5 opacity-40" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
>
|
||||
<svg class="h-4 w-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 4v16m8-8H4" />
|
||||
</svg>
|
||||
<img src="/degruyter-icons/Simple/Medium-24px/SVG/Action/Add/Add-General-MD.svg" alt="" aria-hidden="true" class="h-4 w-4" />
|
||||
Neues Dokument
|
||||
</a>
|
||||
</div>
|
||||
@@ -256,39 +226,12 @@ $effect(() => {
|
||||
<!-- Metadata Row -->
|
||||
<div class="mb-4 flex flex-wrap gap-6 font-sans text-sm text-gray-500">
|
||||
<div class="flex items-center">
|
||||
<svg
|
||||
class="mr-1.5 h-4 w-4 text-brand-mint"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
viewBox="0 0 24 24"
|
||||
><path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"
|
||||
/></svg
|
||||
>
|
||||
<img src="/degruyter-icons/Simple/Medium-24px/SVG/Action/Calendar/Calendar-Add-MD.svg" alt="" aria-hidden="true" class="mr-1.5 h-4 w-4" />
|
||||
{doc.documentDate ? new Intl.DateTimeFormat('de-DE', { day: 'numeric', month: 'long', year: 'numeric' }).format(new Date(doc.documentDate + 'T12:00:00')) : '—'}
|
||||
</div>
|
||||
{#if doc.location}
|
||||
<div class="flex items-center">
|
||||
<svg
|
||||
class="mr-1.5 h-4 w-4 text-brand-mint"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
viewBox="0 0 24 24"
|
||||
><path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z"
|
||||
/><path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M15 11a3 3 0 11-6 0 3 3 0 016 0z"
|
||||
/></svg
|
||||
>
|
||||
<img src="/degruyter-icons/Simple/Medium-24px/SVG/Action/Location-MD.svg" alt="" aria-hidden="true" class="mr-1.5 h-4 w-4" />
|
||||
{doc.location}
|
||||
</div>
|
||||
{/if}
|
||||
@@ -344,14 +287,7 @@ $effect(() => {
|
||||
<div
|
||||
class="hidden items-center text-gray-300 transition-colors group-hover:text-brand-mint sm:flex"
|
||||
>
|
||||
<svg class="h-6 w-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M9 5l7 7-7 7"
|
||||
/>
|
||||
</svg>
|
||||
<img src="/degruyter-icons/Simple/Medium-24px/SVG/Action/Arrow/Arrow-Right-MD.svg" alt="" aria-hidden="true" class="h-6 w-6" />
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
@@ -364,14 +300,7 @@ $effect(() => {
|
||||
<div
|
||||
class="mx-auto mb-4 flex h-12 w-12 items-center justify-center rounded-full bg-brand-sand/30"
|
||||
>
|
||||
<svg class="h-6 w-6 text-brand-navy" fill="none" stroke="currentColor" viewBox="0 0 24 24"
|
||||
><path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"
|
||||
/></svg
|
||||
>
|
||||
<img src="/degruyter-icons/Simple/Medium-24px/SVG/Action/Mag-Glass-MD.svg" alt="" aria-hidden="true" class="h-6 w-6" />
|
||||
</div>
|
||||
<h3 class="font-serif text-lg font-medium text-brand-navy">Keine Dokumente gefunden</h3>
|
||||
<p class="mt-1 font-sans text-sm text-gray-500">
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<div class="h-screen flex flex-col bg-brand-sand">
|
||||
<div class="h-screen flex flex-col bg-white">
|
||||
<!-- Top Bar -->
|
||||
<div
|
||||
class="bg-white border-b border-brand-sand px-6 py-4 flex items-center justify-between z-10 shadow-sm"
|
||||
@@ -51,19 +51,7 @@
|
||||
<div
|
||||
class="w-8 h-8 rounded-full bg-brand-sand group-hover:bg-brand-mint flex items-center justify-center transition-colors"
|
||||
>
|
||||
<svg
|
||||
class="w-4 h-4 text-brand-navy"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
viewBox="0 0 24 24"
|
||||
>
|
||||
<path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M10 19l-7-7m0 0l7-7m-7 7h18"
|
||||
/>
|
||||
</svg>
|
||||
<img src="/degruyter-icons/Simple/Medium-24px/SVG/Action/Arrow/Arrow-Left-MD.svg" alt="" aria-hidden="true" class="w-4 h-4" />
|
||||
</div>
|
||||
<span>Zurück</span>
|
||||
</a>
|
||||
@@ -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"
|
||||
>
|
||||
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M15.232 5.232l3.536 3.536m-2.036-5.036a2.5 2.5 0 113.536 3.536L6.5 21.036H3v-3.572L16.732 3.732z"
|
||||
/>
|
||||
</svg>
|
||||
<img src="/degruyter-icons/Simple/Medium-24px/SVG/Action/Edit-Content-MD.svg" alt="" aria-hidden="true" class="w-4 h-4" />
|
||||
Bearbeiten
|
||||
</a>
|
||||
|
||||
@@ -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"
|
||||
>
|
||||
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-4l-4 4m0 0l-4-4m4 4V4"
|
||||
/>
|
||||
</svg>
|
||||
<img src="/degruyter-icons/Simple/Medium-24px/SVG/Action/Download-MD.svg" alt="" aria-hidden="true" class="w-5 h-5" />
|
||||
</a>
|
||||
{/if}
|
||||
</div>
|
||||
@@ -137,14 +111,7 @@
|
||||
<!-- Date -->
|
||||
<div class="flex items-start group">
|
||||
<span class="text-brand-mint w-8 mt-0.5">
|
||||
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24"
|
||||
><path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"
|
||||
/></svg
|
||||
>
|
||||
<img src="/degruyter-icons/Simple/Medium-24px/SVG/Action/Calendar/Calendar-Add-MD.svg" alt="" aria-hidden="true" class="w-5 h-5" />
|
||||
</span>
|
||||
<div>
|
||||
<span class="block font-serif text-lg text-brand-navy">
|
||||
@@ -157,19 +124,7 @@
|
||||
<!-- Creation Location -->
|
||||
<div class="flex items-start group">
|
||||
<span class="text-brand-mint w-8 mt-0.5">
|
||||
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24"
|
||||
><path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z"
|
||||
/><path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M15 11a3 3 0 11-6 0 3 3 0 016 0z"
|
||||
/></svg
|
||||
>
|
||||
<img src="/degruyter-icons/Simple/Medium-24px/SVG/Action/Location-MD.svg" alt="" aria-hidden="true" class="w-5 h-5" />
|
||||
</span>
|
||||
<div>
|
||||
<span class="block font-serif text-lg text-brand-navy">
|
||||
@@ -183,14 +138,7 @@
|
||||
{#if doc.documentLocation}
|
||||
<div class="flex items-start group">
|
||||
<span class="text-brand-mint w-8 mt-0.5">
|
||||
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M5 8h14M5 8a2 2 0 110-4h14a2 2 0 110 4M5 8v10a2 2 0 002 2h10a2 2 0 002-2V8m-9 4h4"
|
||||
/>
|
||||
</svg>
|
||||
<img src="/degruyter-icons/Simple/Medium-24px/SVG/Action/Folder-MD.svg" alt="" aria-hidden="true" class="w-5 h-5" />
|
||||
</span>
|
||||
<div>
|
||||
<span class="block font-serif text-lg text-brand-navy">
|
||||
@@ -205,14 +153,7 @@
|
||||
{#if doc.tags && doc.tags.length > 0}
|
||||
<div class="flex items-start group">
|
||||
<span class="text-brand-mint w-8 mt-0.5">
|
||||
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M7 7h.01M7 3h5c.512 0 1.024.195 1.414.586l7 7a2 2 0 010 2.828l-7 7a2 2 0 01-2.828 0l-7-7A1.994 1.994 0 013 8V3c0-1.105.895-2 2-2z"
|
||||
/>
|
||||
</svg>
|
||||
<img src="/degruyter-icons/Simple/Medium-24px/SVG/Action/Bookmark/Bookmark-Outline-MD.svg" alt="" aria-hidden="true" class="w-5 h-5" />
|
||||
</span>
|
||||
<div class="flex-1">
|
||||
<div class="flex flex-wrap gap-2 mb-1">
|
||||
@@ -300,14 +241,7 @@
|
||||
class="text-gray-300 hover:text-brand-mint transition"
|
||||
title="Konversation anzeigen"
|
||||
>
|
||||
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z"
|
||||
/>
|
||||
</svg>
|
||||
<img src="/degruyter-icons/Simple/Medium-24px/SVG/Action/Chat-MD.svg" alt="" aria-hidden="true" class="w-5 h-5" />
|
||||
</a>
|
||||
{/if}
|
||||
</div>
|
||||
@@ -398,14 +332,7 @@
|
||||
{:else if !doc.filePath}
|
||||
<div class="flex flex-col items-center text-gray-400">
|
||||
<div class="bg-white/5 p-8 rounded-full mb-6">
|
||||
<svg class="w-12 h-12 opacity-50" fill="none" stroke="currentColor" viewBox="0 0 24 24"
|
||||
><path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="1.5"
|
||||
d="M9 13h6m-3-3v6m5 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"
|
||||
/></svg
|
||||
>
|
||||
<img src="/degruyter-icons/Simple/Medium-24px/SVG/Action/PDF-Document-MD.svg" alt="" aria-hidden="true" class="w-12 h-12 opacity-50 invert" />
|
||||
</div>
|
||||
<p class="font-sans text-sm tracking-wide uppercase">Kein Scan vorhanden</p>
|
||||
</div>
|
||||
|
||||
@@ -42,9 +42,7 @@
|
||||
<!-- Heading -->
|
||||
<div class="mb-6">
|
||||
<a href="/documents/{doc.id}" class="inline-flex items-center text-xs font-bold uppercase tracking-widest text-gray-500 hover:text-brand-navy transition-colors group mb-4">
|
||||
<svg class="w-4 h-4 mr-2 transform group-hover:-translate-x-1 transition-transform" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 19l-7-7m0 0l7-7m-7 7h18"/>
|
||||
</svg>
|
||||
<img src="/degruyter-icons/Simple/Medium-24px/SVG/Action/Arrow/Arrow-Left-MD.svg" alt="" aria-hidden="true" class="w-4 h-4 mr-2 transform group-hover:-translate-x-1 transition-transform" />
|
||||
Zurück zum Dokument
|
||||
</a>
|
||||
<h1 class="text-3xl font-serif text-brand-navy">
|
||||
@@ -189,9 +187,7 @@
|
||||
<h2 class="text-xs font-bold uppercase tracking-widest text-gray-400 mb-5">Datei</h2>
|
||||
|
||||
<div class="flex items-center gap-3 mb-4 text-sm text-gray-600 bg-brand-sand/20 rounded px-3 py-2">
|
||||
<svg class="w-4 h-4 text-brand-navy flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"/>
|
||||
</svg>
|
||||
<img src="/degruyter-icons/Simple/Medium-24px/SVG/Action/PDF-Document-MD.svg" alt="" aria-hidden="true" class="w-4 h-4 flex-shrink-0" />
|
||||
<span>Aktuelle Datei: <strong class="text-brand-navy font-medium">{doc.originalFilename}</strong></span>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,31 +2,55 @@
|
||||
let { form }: { form?: { error?: string; success?: boolean } } = $props();
|
||||
</script>
|
||||
|
||||
<div class="min-h-screen flex items-center justify-center">
|
||||
<div class="bg-white p-8 rounded shadow-md w-96">
|
||||
<h1 class="text-2xl font-bold mb-6 text-center">Familienarchiv</h1>
|
||||
<div class="min-h-screen bg-white flex flex-col">
|
||||
<!-- DGB purple accent strip -->
|
||||
<div class="h-1 bg-brand-purple"></div>
|
||||
|
||||
<form method="POST" action="?/login" class="space-y-4">
|
||||
<div>
|
||||
<label for="username" class="block text-sm font-medium text-gray-700">Benutzername</label>
|
||||
<input type="text" name="username" id="username" required
|
||||
class="mt-1 block w-full rounded border-gray-300 shadow-sm p-2 border" />
|
||||
<div class="flex-1 flex items-center justify-center px-4">
|
||||
<div class="w-full max-w-sm">
|
||||
<!-- Logo -->
|
||||
<div class="mb-10 text-center">
|
||||
<a href="/" class="inline-flex items-center gap-2" aria-label="Familienarchiv">
|
||||
<svg width="220" height="22" viewBox="0 0 250 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M0.156128 1.01562C5.375 1.43431 9.621 4.65591 9.621 11.6669V19.8779H0.156128V10.4467H5.76852C5.76852 5.6736 3.70661 3.72129 0.156128 2.8334V1.01562Z" fill="#B4B9FF"></path>
|
||||
<path d="M10.5892 19.8779C15.8076 19.4592 20.0541 16.2371 20.0541 9.22655V1.01562H10.5892V10.4467H16.2012C16.2012 15.2199 14.1397 17.1722 10.5892 18.0601V19.8779Z" fill="#B4B9FF"></path>
|
||||
<text x="35" y="20" fill="#012851" font-family="Montserrat" font-weight="bold" font-size="20">FAMILIENARCHIV</text>
|
||||
</svg>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<label for="password" class="block text-sm font-medium text-gray-700">Passwort</label>
|
||||
<input type="password" name="password" id="password" required
|
||||
class="mt-1 block w-full rounded border-gray-300 shadow-sm p-2 border" />
|
||||
<!-- Card -->
|
||||
<div class="bg-white border border-brand-sand rounded-sm shadow-sm p-8">
|
||||
<h1 class="font-sans text-sm font-bold uppercase tracking-widest text-brand-navy mb-6">Anmelden</h1>
|
||||
|
||||
<form method="POST" action="?/login" class="space-y-5">
|
||||
<div>
|
||||
<label for="username" class="block text-xs font-bold font-sans uppercase tracking-widest text-gray-500 mb-1.5">Benutzername</label>
|
||||
<input type="text" name="username" id="username" required autocomplete="username"
|
||||
class="block w-full border border-gray-300 py-2.5 px-3 text-sm font-serif text-brand-navy placeholder-gray-400 focus:border-brand-navy focus:ring-1 focus:ring-brand-navy focus:outline-none" />
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<label for="password" class="block text-xs font-bold font-sans uppercase tracking-widest text-gray-500 mb-1.5">Passwort</label>
|
||||
<input type="password" name="password" id="password" required autocomplete="current-password"
|
||||
class="block w-full border border-gray-300 py-2.5 px-3 text-sm font-serif text-brand-navy placeholder-gray-400 focus:border-brand-navy focus:ring-1 focus:ring-brand-navy focus:outline-none" />
|
||||
</div>
|
||||
|
||||
{#if form?.error}
|
||||
<div class="text-red-600 text-xs font-sans font-medium text-center">{form.error}</div>
|
||||
{/if}
|
||||
|
||||
<button type="submit"
|
||||
class="w-full bg-brand-navy text-white py-2.5 text-xs font-bold uppercase tracking-widest font-sans hover:bg-brand-navy/90 transition-colors mt-2">
|
||||
Anmelden
|
||||
</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{#if form?.error}
|
||||
<div class="text-red-600 text-sm text-center">{form.error}</div>
|
||||
{/if}
|
||||
|
||||
<button type="submit"
|
||||
class="bg-brand-navy text-white h-[42px] rounded text-sm font-bold uppercase hover:bg-brand-mint hover:text-brand-navy w-full">
|
||||
Anmelden
|
||||
</button>
|
||||
</form>
|
||||
<!-- Footer -->
|
||||
<div class="py-4 text-center">
|
||||
<p class="text-xs font-sans text-gray-300 uppercase tracking-widest">De Gruyter Familienarchiv</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
>
|
||||
<svg class="h-4 w-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M12 4v16m8-8H4"
|
||||
/>
|
||||
</svg>
|
||||
<img src="/degruyter-icons/Simple/Medium-24px/SVG/Action/Add/Add-General-MD.svg" alt="" aria-hidden="true" class="h-4 w-4" />
|
||||
Neue Person
|
||||
</a>
|
||||
</div>
|
||||
@@ -55,14 +48,7 @@ function handleSearch(e: Event) {
|
||||
<div
|
||||
class="pointer-events-none absolute inset-y-0 right-0 flex items-center pr-3 text-gray-400"
|
||||
>
|
||||
<svg class="h-4 w-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"
|
||||
><path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"
|
||||
/></svg
|
||||
>
|
||||
<img src="/degruyter-icons/Simple/Medium-24px/SVG/Action/Mag-Glass-MD.svg" alt="" aria-hidden="true" class="h-4 w-4 opacity-40" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -75,14 +61,7 @@ function handleSearch(e: Event) {
|
||||
<div
|
||||
class="mb-3 flex h-12 w-12 items-center justify-center rounded-full bg-brand-sand/30 text-brand-navy"
|
||||
>
|
||||
<svg class="h-6 w-6" fill="none" stroke="currentColor" viewBox="0 0 24 24"
|
||||
><path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z"
|
||||
/></svg
|
||||
>
|
||||
<img src="/degruyter-icons/Simple/Medium-24px/SVG/Action/Account-MD.svg" alt="" aria-hidden="true" class="h-6 w-6" />
|
||||
</div>
|
||||
<p class="font-serif text-lg text-brand-navy">Keine Personen gefunden.</p>
|
||||
<p class="mt-1 font-sans text-sm text-gray-500">Versuchen Sie einen anderen Suchbegriff.</p>
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
<!-- Back Link -->
|
||||
<div class="mb-6">
|
||||
<a href="/persons" class="inline-flex items-center text-xs font-bold uppercase tracking-widest text-gray-500 hover:text-brand-navy transition-colors group">
|
||||
<svg class="w-4 h-4 mr-2 transform group-hover:-translate-x-1 transition-transform" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 19l-7-7m0 0l7-7m-7 7h18"/></svg>
|
||||
<img src="/degruyter-icons/Simple/Medium-24px/SVG/Action/Arrow/Arrow-Left-MD.svg" alt="" aria-hidden="true" class="w-4 h-4 mr-2 transform group-hover:-translate-x-1 transition-transform" />
|
||||
Zurück zur Übersicht
|
||||
</a>
|
||||
</div>
|
||||
@@ -108,7 +108,7 @@
|
||||
{person.firstName} {person.lastName}
|
||||
</h1>
|
||||
<button onclick={() => (editMode = true)} class="ml-4 flex-shrink-0 inline-flex items-center gap-1.5 px-3 py-1.5 text-xs font-bold uppercase tracking-widest border border-gray-300 text-gray-500 rounded hover:border-brand-navy hover:text-brand-navy transition-colors">
|
||||
<svg class="w-3.5 h-3.5" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11 5H6a2 2 0 00-2 2v11a2 2 0 002 2h11a2 2 0 002-2v-5m-1.414-9.414a2 2 0 112.828 2.828L11.828 15H9v-2.828l8.586-8.586z"/></svg>
|
||||
<img src="/degruyter-icons/Simple/Small-16px/SVG/Action/Edit-Content-SM.svg" alt="" aria-hidden="true" class="w-3.5 h-3.5" />
|
||||
Bearbeiten
|
||||
</button>
|
||||
</div>
|
||||
@@ -217,7 +217,7 @@
|
||||
<div class="flex items-center justify-between">
|
||||
<div class="flex items-center gap-4 overflow-hidden">
|
||||
<div class="flex-shrink-0 h-10 w-10 bg-brand-sand/20 text-brand-navy rounded flex items-center justify-center group-hover:bg-brand-mint group-hover:text-brand-navy transition-colors">
|
||||
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"></path></svg>
|
||||
<img src="/degruyter-icons/Simple/Medium-24px/SVG/Action/PDF-Document-MD.svg" alt="" aria-hidden="true" class="w-5 h-5" />
|
||||
</div>
|
||||
<div class="min-w-0">
|
||||
<div class="font-serif text-base font-medium text-brand-navy truncate group-hover:underline decoration-brand-mint decoration-2 underline-offset-2">
|
||||
@@ -239,9 +239,7 @@
|
||||
: 'bg-yellow-50 text-yellow-800 border-yellow-200'}">
|
||||
{doc.status}
|
||||
</span>
|
||||
<svg class="h-5 w-5 text-gray-300 ml-4 group-hover:text-brand-navy transition-colors" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" />
|
||||
</svg>
|
||||
<img src="/degruyter-icons/Simple/Medium-24px/SVG/Action/Arrow/Arrow-Right-MD.svg" alt="" aria-hidden="true" class="h-5 w-5 ml-4 opacity-40 group-hover:opacity-100 transition-opacity" />
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Access/32px/Access-Authorized-LG</title>
|
||||
<g id="🧩-Icons/Simple/Access/32px/Access-Authorized-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M20,14 L20,8 C20,5.790861 18.209139,4 16,4 C13.8578046,4 12.1089211,5.68396847 12.0048953,7.80035966 L12,8 L12,9 L10,9 L10,8 C10,4.6862915 12.6862915,2 16,2 C19.3137085,2 22,4.6862915 22,8 L22,14 L24,14 C25.1045695,14 26,14.8954305 26,16 L26,28 C26,29.1045695 25.1045695,30 24,30 L8,30 C6.8954305,30 6,29.1045695 6,28 L6,16 C6,14.8954305 6.8954305,14 8,14 L20,14 Z M23.5,16 L8.5,16 C8.22385763,16 8,16.2238576 8,16.5 L8,28 L24,28 L24,16.5 C24,16.2238576 23.7761424,16 23.5,16 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 928 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Access/32px/No-Access-Authorized-LG</title>
|
||||
<g id="🧩-Icons/Simple/Access/32px/No-Access-Authorized-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M16,2 C19.3137085,2 22,4.6862915 22,8 L22,14 L24,14 C25.1045695,14 26,14.8954305 26,16 L26,28 C26,29.1045695 25.1045695,30 24,30 L8,30 C6.8954305,30 6,29.1045695 6,28 L6,16 C6,14.8954305 6.8954305,14 8,14 L10,14 L10,14 L10,8 C10,4.6862915 12.6862915,2 16,2 Z M23.5,16 L8.5,16 C8.22385763,16 8,16.2238576 8,16.5 L8,28 L24,28 L24,16.5 C24,16.2238576 23.7761424,16 23.5,16 Z M16,4 C13.8578046,4 12.1089211,5.68396847 12.0048953,7.80035966 L12,8 L12,14 L20,14 L20,8 C20,5.790861 18.209139,4 16,4 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 950 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Access/32px/Open-Access-LG</title>
|
||||
<g id="🧩-Icons/Simple/Access/32px/Open-Access-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M16,2 C19.7869013,2 22.8691591,5.02321885 22.9959429,8.79773981 L23,9.03966513 L23.0006976,16.677807 C23.94627,18.0479491 24.5,19.7093093 24.5,21.5 C24.5,26.1944204 20.6944204,30 16,30 C11.3055796,30 7.5,26.1944204 7.5,21.5 C7.5,16.8055796 11.3055796,13 16,13 C17.8693655,13 19.5977864,13.6034556 21.0010862,14.6261902 L21,9.03966513 C21,6.25486531 18.7599434,4 16,4 C13.3126867,4 11.1182577,6.13774973 11.0046225,8.82094492 L11,9.03966513 L11,10.071045 L9,10.071045 L9,9.03966513 C9,5.15323506 12.1325264,2 16,2 Z M16,15 C12.4101491,15 9.5,17.9101491 9.5,21.5 C9.5,25.0898509 12.4101491,28 16,28 C19.5898509,28 22.5,25.0898509 22.5,21.5 C22.5,17.9101491 19.5898509,15 16,15 Z M16,19 C17.3807119,19 18.5,20.1192881 18.5,21.5 C18.5,22.8807119 17.3807119,24 16,24 C14.6192881,24 13.5,22.8807119 13.5,21.5 C13.5,20.1192881 14.6192881,19 16,19 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Account-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Account-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M16,8 C19.3137085,8 22,10.6862915 22,14 C22,15.4431577 21.4904907,16.7673131 20.6415423,17.802396 L25.283499,23.6042869 L25.283499,23.6042869 L26.556492,25.1959866 C26.4626019,25.303677 26.3670909,25.4099173 26.2699969,25.5146695 L26.556492,25.1959866 C26.4261133,25.3455288 26.2926089,25.4922749 26.1560807,25.636123 C26.0662076,25.7308134 25.9750894,25.8241831 25.8826917,25.9162698 C25.8646291,25.9342752 25.8455754,25.9531601 25.8264678,25.9719906 C25.7330039,26.0640931 25.6385824,26.1545831 25.5429104,26.2437487 C25.5269383,26.2586359 25.510474,26.2739086 25.4939729,26.289142 C25.3884547,26.3865439 25.2819816,26.4818686 25.1740601,26.5755688 C25.1596015,26.5881223 25.1450518,26.6007027 25.130476,26.6132535 C22.6788412,28.724135 19.4884177,30 16,30 C12.5115823,30 9.32115875,28.724135 6.86991258,26.6135881 L6.86991258,26.6135881 L6.8259399,26.5755688 C6.71801838,26.4818686 6.61154527,26.3865439 6.50655862,26.2896326 L6.86991258,26.6135881 C6.72980118,26.4929508 6.5921048,26.3695865 6.45690585,26.2435775 C6.36141758,26.1545831 6.26699612,26.0640931 6.17385438,25.9723081 C6.15461272,25.9533462 6.1355538,25.9344568 6.11654902,25.9155131 C6.0249106,25.8241831 5.93379239,25.7308134 5.84398261,25.6361897 C5.80593646,25.5961046 5.76808459,25.5557507 5.73047026,25.5151735 C5.6332084,25.4102401 5.53798688,25.3043318 5.44437621,25.1969823 L5.44350801,25.1959866 L11.3584577,17.802396 C10.5095093,16.7673131 10,15.4431577 10,14 C10,10.6862915 12.6862915,8 16,8 Z M16,20 C14.8518143,20 13.7789558,19.6774858 12.8670738,19.1181067 L8.11984964,25.0502729 C10.2280053,26.8874071 12.9840726,28 16,28 C19.0159274,28 21.7719947,26.8874071 23.8801504,25.0502729 L19.1329262,19.1181067 C18.2210442,19.6774858 17.1481857,20 16,20 Z M16,2 C23.7319865,2 30,8.2680135 30,16 C30,18.7778066 29.190994,21.3666598 27.795743,23.5437983 L26.4638028,21.8787692 C27.4419906,20.141397 28,18.1358636 28,16 C28,9.372583 22.627417,4 16,4 C9.372583,4 4,9.372583 4,16 C4,18.1358636 4.55800945,20.141397 5.53619715,21.8787692 L4.204257,23.5437983 C2.80900604,21.3666598 2,18.7778066 2,16 C2,8.2680135 8.2680135,2 16,2 Z M16,10 C13.790861,10 12,11.790861 12,14 C12,14.8033233 12.2368081,15.5513371 12.6444247,16.1780419 L12.6504314,16.1872494 L12.7802828,16.3739206 C12.7952565,16.3941955 12.8104172,16.414324 12.8257623,16.4343035 C12.8529362,16.4696787 12.8805031,16.5043617 12.9086267,16.5385697 L12.8257623,16.4343035 C12.8714282,16.4937608 12.9187271,16.5518985 12.9675919,16.6086494 L12.9086267,16.5385697 C12.9738931,16.6179563 13.0421579,16.6947846 13.1132477,16.7688815 L12.9675919,16.6086494 C13.0288574,16.6798023 13.0925844,16.7487752 13.1586408,16.815436 L13.1132477,16.7688815 C13.1653323,16.8231692 13.2189334,16.8759908 13.2739829,16.927278 L13.1586408,16.815436 C13.2166525,16.8739786 13.2764608,16.9307378 13.3379761,16.9856243 L13.2739829,16.927278 C13.3262561,16.9759788 13.3798353,17.023296 13.4346621,17.0691716 L13.3379761,16.9856243 C13.3967899,17.0381004 13.4571641,17.0888645 13.5190204,17.1378385 L13.6990559,17.272359 C13.7576403,17.3136281 13.8173827,17.3533638 13.8782246,17.3915078 C13.9002117,17.4052935 13.9224758,17.4189513 13.9448823,17.4323959 L13.8782246,17.3915078 C13.942647,17.4318964 14.0083022,17.4705004 14.0751208,17.5072505 L13.9448823,17.4323959 C14.5455121,17.7927919 15.248558,18 16,18 C16.7794746,18 17.506875,17.7770437 18.121907,17.3914253 C18.1826173,17.3533638 18.2423597,17.3136281 18.3009441,17.272359 L18.4809796,17.1378385 C18.5093897,17.1153452 18.5374871,17.0924742 18.5652642,17.0692332 C18.5980003,17.0418418 18.63022,17.0140003 18.6619845,16.9856594 L18.5652642,17.0692332 C18.6202103,17.0232601 18.6739033,16.9758391 18.7262846,16.9270288 L18.6619845,16.9856594 C18.7234872,16.9307857 18.7832836,16.8740399 18.8412844,16.8155116 L18.7262846,16.9270288 C18.7812013,16.8758559 18.8346762,16.823156 18.8866417,16.7689967 L18.8412844,16.8155116 C18.9072984,16.748897 18.9709862,16.6799734 19.0322159,16.6088726 L18.8866417,16.7689967 C18.9578279,16.6948053 19.0261817,16.6178751 19.0915292,16.5383801 L19.0322159,16.6088726 C19.0810856,16.5521245 19.1283893,16.4939894 19.1740602,16.4345345 L19.0915292,16.5383801 C19.1356466,16.4847115 19.1783938,16.4298738 19.2197172,16.3739206 L19.1740602,16.4345345 C19.2355806,16.3544464 19.2941381,16.2719633 19.3495686,16.1872494 L19.3555753,16.1780419 C19.7631919,15.5513371 20,14.8033233 20,14 C20,11.790861 18.209139,10 16,10 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.7 KiB |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Add-Note-Article-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Add-Note-Article-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M23.462649,2.59300982 C24.2219299,1.83827005 25.4315239,1.8039637 26.2317423,2.49009076 L26.3431815,2.59300982 L29.4034222,5.63494788 C30.160605,6.38760215 30.1973115,7.58593578 29.511874,8.38178208 L29.4090416,8.49264482 L7.94079515,30 L2.03274405,29.9674518 L2,24.0947354 L23.462649,2.59300982 Z M20.5986796,8.33608319 L4,25 L4,28 L7.05,28 L23.6585252,11.3776286 L20.5986796,8.33608319 Z M24.9029153,4.02466216 L22.0339049,6.89942006 L25.0937505,9.94096546 L27.9631559,7.06660022 L24.9029153,4.02466216 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 955 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Add/Add-Container-Fill-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Add/Add-Container-Fill-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M30,2 L30,30 L2,30 L2,2 L30,2 Z M17,8 L15,8 L15,15 L8,15 L8,17 L15,17 L15,24 L17,24 L17,17 L24,17 L24,15 L17,14.999 L17,8 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 584 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Add/Add-Container-Outline-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Add/Add-Container-Outline-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M30,2 L30,30 L2,30 L2,2 L30,2 Z M28,4 L4,4 L4,28 L28,28 L28,4 Z M17,8 L17,14.999 L24,15 L24,17 L17,17 L17,24 L15,24 L15,17 L8,17 L8,15 L15,15 L15,8 L17,8 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 622 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Add/Add-General-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Add/Add-General-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M17,2 L17,15 L30,15 L30,17 L17,17 L17,30 L15,30 L15,17 L2,17 L2,15 L15,15 L15,2 L17,2 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 534 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Adobe-Icon-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Adobe-Icon-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M14.5899181,2 C16.8474593,2 17.6564116,4.24456092 17.6564116,6.33432454 C17.5811603,8.63693445 17.0920263,10.9782437 16.3395126,13.1841053 C16.8098337,14.0548401 18.2019841,16.415499 20.1961455,18.4085143 C21.5506703,18.1763184 27.3262134,17.2475345 29.414439,19.5307948 C29.9788244,20.1886833 30.14814,21.1174672 29.8659473,21.930153 C29.6025675,22.6460905 28.8876794,23.4974757 26.9687693,23.4974757 C25.5578061,23.4974757 22.7735052,23.0717831 19.6505731,20.266082 C16.9603364,20.7691732 14.2889126,21.5625094 12.6145695,22.162349 C10.620408,25.780736 7.66679153,29.9989625 4.71317504,29.9989625 C3.97947413,30.0183122 3.26458607,29.7667666 2.71901359,29.2636753 C2.15462828,28.7412344 1.89124846,27.9672479 2.04175121,27.212611 C2.51207231,24.6391058 7.42222456,22.3171463 9.73620436,21.3690128 C11.4481731,18.311766 12.7462594,14.5385817 13.6492759,11.9263772 C12.1066227,8.36603916 11.7303658,4.84440048 12.6898208,3.14163012 C13.0848906,2.46439191 13.7997786,2.01934966 14.5899181,2 Z M8.496,23.752 L8.48541135,23.7578001 C8.29084334,23.8520476 8.10086317,23.9467163 7.91570511,24.0416158 L7.3749315,24.3268173 C5.18393677,25.5164594 3.78300174,26.7124869 3.62969745,27.5436482 C3.58843478,27.741702 3.65594802,27.9384478 3.81072954,28.06877 C3.89812221,28.1458155 4.03557501,28.1929405 4.16760257,28.1929405 C5.05744135,28.1929405 6.63452531,26.6207655 8.30931814,24.0433379 L8.496,23.752 Z M21.961212,19.7955205 L21.671,19.834 L21.9230773,20.0243957 C22.8491529,20.6974996 23.8854444,21.2118448 24.9735331,21.5369183 L25.3380675,21.6382242 C26.3869492,21.8727483 27.0930143,21.5194558 27.1860305,20.9647628 C27.2984624,20.3608646 26.9770487,20.0102108 26.3540717,19.8543607 L26.215326,19.8237916 C25.0595594,19.5967278 23.3680381,19.6248594 21.961212,19.7955205 Z M15.6058116,15.3512675 C15.2859933,16.299401 14.3829768,18.6600599 13.7433401,19.9564874 C15.2418804,19.4573995 17.0219199,19.0362625 17.785725,18.8704817 L17.9678645,18.8317332 C18.0970259,18.8049408 18.167602,18.7921714 18.1643584,18.7955076 C17.5247217,18.0989197 16.3206997,16.5702963 15.6058116,15.3512675 Z M14.5711052,3.65122473 C14.3755852,3.65122473 14.1931008,3.77244223 14.0864765,3.97584324 C13.5998025,4.83096843 13.6406889,6.86672625 14.3850172,9.28748235 L14.475,9.574 L14.6202723,9.01411674 C14.9076219,7.8474029 15.1060896,6.70243956 15.1989461,5.61522479 L15.2364961,5.07659644 C15.2364961,4.18361552 15.0214844,3.65122473 14.5711052,3.65122473 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.8 KiB |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Attach-More-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Attach-More-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M21.5360308,4.93966438 C23.4722705,3.02011187 26.6079797,3.02011187 28.5442194,4.93966438 C30.4264408,6.80566403 30.4834778,9.79931365 28.7153305,11.7336557 L28.5442194,11.9118301 L13.8439339,26.4854232 C11.1344805,29.1715256 6.7451442,29.1715256 4.03569081,26.4854232 C1.383124,23.8557172 1.32283839,19.6258026 3.85483398,16.9233599 L4.03569081,16.737335 L11.0358268,9.79752875 L12.4439067,11.2178495 L5.44377071,18.1576557 C3.5187431,20.0660928 3.5187431,23.1566655 5.44377071,25.0651025 C7.31511967,26.9203235 10.3172857,26.9765423 12.257169,25.233759 L12.435854,25.0651025 L27.1361395,10.4915094 C28.2879535,9.3496222 28.2879535,7.5018723 27.1361395,6.35998512 C26.0257892,5.25920417 24.249874,5.21517293 23.0862785,6.2278914 L22.9441107,6.35998512 L8.9438387,20.2395976 C8.56523843,20.614935 8.56523843,21.219862 8.9438387,21.5951994 C9.29774757,21.9460581 9.85766221,21.9730473 10.2432643,21.6761668 L10.3358132,21.5951994 L22.936058,9.10354813 L24.3441379,10.5238689 L11.7438931,23.0155201 C10.580867,24.1685228 8.69878485,24.1685228 7.5357588,23.0155201 C6.41464481,21.9040683 6.36980025,20.12634 7.40122512,18.961586 L7.5357588,18.8192769 L21.5360308,4.93966438 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Banned-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Banned-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M16,2 C23.7319865,2 30,8.2680135 30,16 C30,19.4608714 28.7442053,22.6284361 26.6634297,25.0718804 L26.6633241,25.0720044 L26.605826,25.1390948 C26.537947,25.2177968 26.4692068,25.2957352 26.3996201,25.3728953 L26.6633241,25.0720044 C26.5593745,25.194069 26.4533661,25.3143264 26.3453526,25.432723 C26.2583917,25.5280439 26.1700901,25.6222013 26.0805156,25.7151234 C26.0610041,25.7353635 26.0415573,25.7554169 26.022051,25.7754122 C25.9409021,25.8585977 25.8585977,25.9409021 25.7752836,26.0221764 C25.7554169,26.0415573 25.7353635,26.0610041 25.7152522,26.0803914 C25.6222013,26.1700901 25.5280439,26.2583917 25.4326792,26.3453925 C25.4128067,26.3635222 25.3928378,26.3816351 25.3728165,26.399691 C25.2957352,26.4692068 25.2177968,26.537947 25.1390948,26.605826 C25.1166177,26.6252112 25.0943413,26.6443021 25.0720044,26.6633241 C22.6284361,28.7442053 19.4608714,30 16,30 C8.2680135,30 2,23.7319865 2,16 C2,12.3932876 3.3638631,9.10512246 5.60398454,6.6231094 L5.33657027,6.92811964 C5.44053349,6.80603616 5.54655615,6.68576036 5.65458454,6.56734596 C5.74160825,6.47195613 5.82990993,6.37779871 5.91948442,6.28487664 C5.9389727,6.26466045 5.95842235,6.24460408 5.97793136,6.22460589 C6.05909787,6.14140232 6.14140232,6.05909787 6.22471636,5.9778236 C6.24460408,5.95842235 6.26466045,5.9389727 6.2847747,5.91958269 C6.37779871,5.82990993 6.47195613,5.74160825 6.56732084,5.65460746 C6.58591901,5.63764052 6.60453785,5.62074584 6.62320227,5.60390071 C9.10512246,3.3638631 12.3932876,2 16,2 Z M4.25,16 C4.25,22.4893458 9.51065419,27.75 16,27.75 C18.8397303,27.75 21.444175,26.7426228 23.4754678,25.0657349 L6.93343866,8.52553342 C5.25704619,10.5566808 4.25,13.1607363 4.25,16 Z M16,4.25 C13.1607363,4.25 10.5566808,5.25704619 8.52553342,6.93343866 L25.0657349,23.4754678 C26.7426228,21.444175 27.75,18.8397303 27.75,16 C27.75,9.51065419 22.4893458,4.25 16,4.25 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.2 KiB |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Bookmark/Bookmark-Fill-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Bookmark/Bookmark-Fill-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M23,2 L9,2 C8.44771525,2 8,2.44771525 8,3 L8,30 L8,30 L16,23 L24,30 L24,3 C24,2.44771525 23.5522847,2 23,2 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 569 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Bookmark/Bookmark-Outline-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Bookmark/Bookmark-Outline-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M23,2 C23.5128358,2 23.9355072,2.38604019 23.9932723,2.88337887 L24,3 L24,30 L16,23 L8,30 L8,3 C8,2.48716416 8.38604019,2.06449284 8.88337887,2.00672773 L9,2 L23,2 Z M22,4 L10,4 L10,25.591 L16,20.3424635 L22,25.592 L22,4 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 689 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Bookmarks-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Bookmarks-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M29.0896506,3.93213446 L29.5487909,4.21801149 L30,4.52360419 L30,26 C28.6205009,25.0266256 27.1201753,24.33483 25.5689288,23.924613 L26.0007546,24.0464914 L26.0007546,24.0464914 L26,30 C24.3333333,28.5 22.25,27.75 19.75,27.75 C18.2916667,27.75 17.0418838,28.2444256 16.0006515,29.2332767 C14.9585505,28.2444256 13.7083333,27.75 12.25,27.75 C9.75,27.75 7.66666667,28.5 6,30 L5.99968005,24.046334 C4.76832193,24.4159556 3.57360972,24.9653054 2.45120906,25.6944073 L2,26 L2,4.52360419 C6.20434305,1.55702029 11.5310036,1.20592778 16.0009972,3.47032666 L16.0388553,3.45021895 C20.1833925,1.36745769 25.0576816,1.52809619 29.0896506,3.93213446 Z M17.0732497,24.4591125 L17,24.489 L17.0003752,26.2542847 C17.7575601,25.9570634 18.5683743,25.7900703 19.4239844,25.7563799 L19.75,25.75 C21.1752572,25.75 22.5049567,25.9609913 23.728267,26.3825487 L24,26.481 L24.000748,23.6078963 C21.6769434,23.2805742 19.2932839,23.564313 17.0732497,24.4591125 Z M8.0007329,23.6075964 L8,26.48 L8.27173299,26.3825487 C9.38383323,25.9993147 10.5838585,25.7901023 11.8636708,25.7552309 L12.25,25.75 C13.2263006,25.75 14.1472661,25.9196075 15.0002947,26.2544215 L15,24.492 L14.7600841,24.3924706 C12.5882524,23.5503325 10.2660999,23.2886617 8.0007329,23.6075964 Z M4.35202584,5.41248693 L4,5.611 L4,22.636 L4.15922042,22.5712285 C7.61208093,21.203729 11.435675,21.1109111 15.0010344,22.3518271 L15,5.207 L14.7747772,5.09722064 C11.4272417,3.52703698 7.59837534,3.65029792 4.35202584,5.41248693 Z M17.2975619,5.06163007 L17,5.206 L17.0001807,22.3500543 C20.5508158,21.1052528 24.3840977,21.1993368 27.8468459,22.5734601 L28,22.636 L28,5.612 L27.7514325,5.46913752 C24.4874167,3.65466953 20.6274828,3.51531175 17.2975619,5.06163007 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.1 KiB |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Calendar/Calendar-Add-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Calendar/Calendar-Add-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M12,2 L12,4 L20,4 L20,2 L26,2 L26,4 L30,4 L30,28 L21.290196,28.001282 C19.8801103,29.2452454 18.0281963,30 16,30 C13.9718037,30 12.1198897,29.2452454 10.709804,28.001282 L2,28 L2,4 L6,4 L6,2 L12,2 Z M16,16 C12.6862915,16 10,18.6862915 10,22 C10,25.3137085 12.6862915,28 16,28 C19.3137085,28 22,25.3137085 22,22 C22,18.6862915 19.3137085,16 16,16 Z M6,6 L4,6 L4,26 L9.07092854,26.0011597 C8.71258488,25.3819299 8.43486585,24.7102108 8.25212715,24.0003581 L6,24 L6,22 L8,22 L8,22 C8,21.3096328 8.08744724,20.63969 8.25186923,20.000644 L6,20 L6,18 L9,18 L9.00048842,18.1231128 C9.44597218,17.320532 10.0254861,16.602619 10.708799,15.9996048 L6,16 L6,14 L26,14 L26,16 L21.291201,15.9996048 C21.9750792,16.6031179 22.5549867,17.3217201 23.0006171,18.1251051 L23,18 L26,18 L26,20 L23.7481308,20.000644 C23.9125528,20.63969 24,21.3096328 24,22 C24,23.4576273 23.6101668,24.8242042 22.9290715,26.0011597 L28,26 L28,6 L26,6 L26,8 L20,8 L20,6 L12,6 L12,8 L6,8 L6,6 Z M17,18 L17,21 L20,21 L20,23 L17,23 L17,26 L15,26 L15,23 L12,23 L12,21 L15,21 L15,18 L17,18 Z M26,10 L26,12 L10,12 L10,10 L26,10 Z M24,4 L22,4 L22,6 L24,6 L24,4 Z M10,4 L8,4 L8,6 L10,6 L10,4 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Chat-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Chat-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M30,2 L30,24 L26,24 L26,30 L14,24 L2,24 L2,2 L30,2 Z M28,4 L4,4 L4,22 L14.472136,22 L24,26.764 L24,22 L28,22 L28,4 Z M16,16 L16,18 L8,18 L8,16 L16,16 Z M20,12 L20,14 L8,14 L8,12 L20,12 Z M24,8 L24,10 L8,10 L8,8 L24,8 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 643 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Check/Check-Container-Fill-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Check/Check-Container-Fill-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M30.0006994,2 L30.0006994,30 L2.0006994,30 L2.0006994,2 L30.0006994,2 Z M23.9018692,8 L11.2943925,20.7640449 L8.09813084,17.5280899 L6.5,19.1460674 L11.2943925,24 L25.5,9.61797753 L23.9018692,8 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 664 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Check/Check-Container-Open-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Check/Check-Container-Open-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M29.9990144,10.6491473 L30,30 L10.5130144,29.9991473 L12.5270144,27.9991473 L28,28 L27.9990144,12.6351473 L29.9990144,10.6491473 Z M28.5732484,5 L30,6.408 L9.13375796,27 L2,19.96 L3.42675159,18.552 L9.13375796,24.184 L28.5732484,5 Z M27.3430144,1.99914731 L25.3160144,3.99914731 L4,4 L3.99901436,14.7861473 L1.99901436,12.7671473 L2,2 L27.3430144,1.99914731 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 828 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Check/Check-Container-Outline-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Check/Check-Container-Outline-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M30.0006994,2 L30.0006994,30 L2.0006994,30 L2.0006994,2 L30.0006994,2 Z M28,4 L4,4 L4,28 L28,28 L28,4 Z M23.9018692,8 L25.5,9.61797753 L11.2943925,24 L6.5,19.1460674 L8.09813084,17.5280899 L11.2943925,20.7640449 L23.9018692,8 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 702 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Check/Check-Double-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Check/Check-Double-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M16,20.7727273 L28.6,8.5 L30,9.86363636 L16,23.5 L10.4,18.0454545 L11.8,16.6818182 L16,20.7727273 Z M3.4,16.6818182 L7.6,20.7727273 L9,19.4090909 L10.4,20.7727273 L7.6,23.5 L2,18.0454545 L3.4,16.6818182 Z M20.2,8.5 L21.6,9.86363636 L14.6,16.6818182 L13.2,15.3181818 L20.2,8.5 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 730 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Check/Check-Isolation-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Check/Check-Isolation-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<polygon id="Primary" fill="#000000" points="3.42675159 18.552 9.13375796 24.184 28.5732484 5 30 6.408 9.13375796 27 2 19.96"></polygon>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 549 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Check/Check-Shield-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Check/Check-Shield-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M28,11.399 L28,13.0106431 C28,20.0208183 23.5895747,26.4447571 16.5603471,29.7459162 L16,30 C14.4790214,29.3345719 13.0739012,28.5254489 11.8017716,27.5968866 L13.2349896,26.1641701 C14.0212173,26.7186781 14.8625807,27.2245091 15.7545627,27.6748965 L15.999,27.795 L16.0546856,27.7699625 C22.0789233,24.8052036 25.834841,19.3378096 25.9946857,13.4052467 L28,11.399 Z M26.7530483,5.5753788 L28.1672619,6.98959236 L10.4895924,24.6672619 L4.83273811,19.0104076 L6.24695167,17.5961941 L10.4895924,21.8388348 L26.7530483,5.5753788 Z M26.23,2 L24.213,3.999 L6,4 L6,13.062 L4,11.041 L4,2 L26.23,2 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.0 KiB |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Close-Knock-Out-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Close-Knock-Out-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M16,2 C23.7319865,2 30,8.2680135 30,16 C30,23.7319865 23.7319865,30 16,30 C8.2680135,30 2,23.7319865 2,16 C2,8.2680135 8.2680135,2 16,2 Z M20.5882353,10 L16,14.5882353 L11.4117647,10 L10,11.4117647 L14.5882353,16 L10,20.5882353 L11.4117647,22 L16,17.4117647 L20.5882353,22 L22,20.5882353 L17.4117647,16 L22,11.4117647 L20.5882353,10 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 781 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Close-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Close-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<polygon id="Primary" fill="#000000" points="1.42222222 0 16 14.5777778 30.5777778 3.57283262e-15 32 1.42222222 17.4222222 16 32 30.5777778 30.5777778 32 16 17.4222222 1.42222222 32 0 30.5777778 14.5777778 16 3.57283262e-15 1.42222222"></polygon>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 627 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Cloud/Cloud-Download-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Cloud/Cloud-Download-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M17,16 L17,26 L20,26 L16,30 L12,26 L15,26 L15,16 L17,16 Z M17.75,2 C22.5824916,2 26.5,6.02943725 26.5,11 C26.5,11.6184221 26.4393587,12.2222759 26.3238586,12.8056137 L26.5,12.8 C28.4329966,12.8 30,14.4117749 30,16.4 C30,18.3219509 28.5357224,19.8921301 26.6920352,19.9946732 L26.5,20 L19,20 L19,18 L26.446083,18 L26.5840459,17.9969013 C27.3751478,17.9525416 28,17.270754 28,16.4437744 C28,15.6352442 27.4051119,14.9707958 26.6961001,14.8945937 L26.5619403,14.8873078 L23.8597483,14.9741316 L24.3640871,12.4061213 C24.4541638,11.9474658 24.5,11.4772292 24.5,10.9996231 C24.5,7.13383801 21.4779221,4 17.75,4 C14.6119803,4 11.9161398,6.23843555 11.1908296,9.3392819 L11.1363691,9.59256458 L10.8059702,11.2756179 L8.90771263,11.2502199 L7.25,11.2588684 C5.45507456,11.2588684 4,12.7677534 4,14.6290573 C4,16.4261784 5.35645477,17.8947661 7.06557609,17.9939112 L7.25,17.9992462 L13,17.999 L13,20 L7.25,20 C4.35050506,20 2,17.5823376 2,14.6 C2,11.6176624 4.35050506,9.2 7.25,9.2 L8.77332672,9.19105218 C8.9069053,9.19126314 9.04148277,9.19213883 9.17656432,9.19399842 C9.98897213,5.08915094 13.5187521,2 17.75,2 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Cloud/Cloud-General-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Cloud/Cloud-General-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M17.75,7 C22.5824916,7 26.5,11.0294373 26.5,16 C26.5,16.6184221 26.4393587,17.2222759 26.3238586,17.8056137 L26.5,17.8 C28.4329966,17.8 30,19.4117749 30,21.4 C30,23.3219509 28.5357224,24.8921301 26.6920352,24.9946732 L26.5,25 L7.25,25 C4.35050506,25 2,22.5823376 2,19.6 C2,16.6176624 4.35050506,14.2 7.25,14.2 L8.77332672,14.1910522 C8.9069053,14.1912631 9.04148277,14.1921388 9.17656432,14.1939984 C9.98897213,10.0891509 13.5187521,7 17.75,7 Z M17.75,9 C14.6119803,9 11.9161398,11.2384356 11.1908296,14.3392819 L11.1363691,14.5925646 L10.8059702,16.2756179 L8.90771263,16.2502199 L7.25,16.2588684 C5.45507456,16.2588684 4,17.7677534 4,19.6290573 C4,21.4261784 5.35645477,22.8947661 7.06557609,22.9939112 L7.25,22.9992462 L26.446083,23 L26.5840459,22.9969013 C27.3751478,22.9525416 28,22.270754 28,21.4437744 C28,20.6352442 27.4051119,19.9707958 26.6961001,19.8945937 L26.5619403,19.8873078 L23.8597483,19.9741316 L24.3640871,17.4061213 C24.4541638,16.9474658 24.5,16.4772292 24.5,15.9996231 C24.5,12.133838 21.4779221,9 17.75,9 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Cloud/Cloud-Upload-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Cloud/Cloud-Upload-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M16,18 L20,22 L17,22 L17,30 L15,30 L15,22 L12,22 L16,18 Z M17.75,2 C22.5824916,2 26.5,6.02943725 26.5,11 C26.5,11.6184221 26.4393587,12.2222759 26.3238586,12.8056137 L26.5,12.8 C28.4329966,12.8 30,14.4117749 30,16.4 C30,18.3219509 28.5357224,19.8921301 26.6920352,19.9946732 L26.5,20 L21,20 L19,18 L26.446083,18 L26.5840459,17.9969013 L26.721833,17.9825564 C27.4464977,17.8718289 28,17.2221082 28,16.4437744 C28,15.6857773 27.4771491,15.0544147 26.827585,14.9156667 L26.6961001,14.8945937 L26.5619403,14.8873078 L23.8597483,14.9741316 L24.3640871,12.4061213 L24.4233246,12.060024 C24.4742171,11.7118869 24.5,11.3578277 24.5,10.9996231 C24.5,7.13383801 21.4779221,4 17.75,4 C14.6967917,4 12.0621839,6.11907412 11.2539266,9.08977897 L11.1908296,9.3392819 L11.1363691,9.59256458 L10.8059702,11.2756179 L8.90771263,11.2502199 L7.25,11.2588684 L7.06557609,11.2642035 C5.35645477,11.3633485 4,12.8319363 4,14.6290573 C4,16.3619955 5.26129531,17.789448 6.88385117,17.9780957 L7.06557609,17.9939112 L7.25,17.9992462 L13.001,17.999 L11,20 L7.25,20 C4.35050506,20 2,17.5823376 2,14.6 C2,11.6176624 4.35050506,9.2 7.25,9.2 L8.77332672,9.19105218 C8.9069053,9.19126314 9.04148277,9.19213883 9.17656432,9.19399842 C9.98897213,5.08915094 13.5187521,2 17.75,2 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Content-Display/Display-Pages-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Content-Display/Display-Pages-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M14,18 L14,30 L2,30 L2,18 L14,18 Z M30,18 L30,30 L18,30 L18,18 L30,18 Z M12,20 L4,20 L4,28 L12,28 L12,20 Z M28,20 L20,20 L20,28 L28,28 L28,20 Z M14,2 L14,14 L2,14 L2,2 L14,2 Z M30,2 L30,14 L18,14 L18,2 L30,2 Z M12,4 L4,4 L4,12 L12,12 L12,4 Z M28,4 L20,4 L20,12 L28,12 L28,4 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 750 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Content-Display/Display-Scroll-Horizontal-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Content-Display/Display-Scroll-Horizontal-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M26,2 L26,30 L6,30 L6,2 L26,2 Z M24,4 L8,4 L8,28 L24,28 L24,4 Z M30,2 L30,30 L28,30 L28,2 L30,2 Z M4,2 L4,30 L2,30 L2,2 L4,2 Z M17,19 L17,21 L11,21 L11,19 L17,19 Z M21,15 L21,17 L11,17 L11,15 L21,15 Z M21,11 L21,13 L11,13 L11,11 L21,11 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 736 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Content-Display/Display-Scroll-Vertical-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Content-Display/Display-Scroll-Vertical-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M30,28 L30,30 L2,30 L2,28 L30,28 Z M30,6 L30,26 L2,26 L2,6 L30,6 Z M28,8 L4,8 L4,24 L28,24 L28,8 Z M20,17 L20,19 L8,19 L8,17 L20,17 Z M24,13 L24,15 L8,15 L8,13 L24,13 Z M30,2 L30,4 L2,4 L2,2 L30,2 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 693 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Content/Add-Content-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Content/Add-Content-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M30,27 L30,29 L2,29 L2,27 L30,27 Z M30,23 L30,25 L2,25 L2,23 L30,23 Z M30,19 L30,21 L2,21 L2,19 L30,19 Z M30,15 L30,17 L18,17 L18,15 L30,15 Z M9,3 L9,8 L14,8 L14,10 L9,10 L9,15 L7,15 L7,10 L2,10 L2,8 L7,8 L7,3 L9,3 Z M30,11 L30,13 L18,13 L18,11 L30,11 Z M30,7 L30,9 L18,9 L18,7 L30,7 Z M30,3 L30,5 L18,5 L18,3 L30,3 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 772 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Copy-Item-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Copy-Item-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M16,2 L22,8 L22,10 L26,10 L26,30 L12,30 L12,26 L6,26 L6,2 L16,2 Z M24,12 L22,12 L22,26 L14,26 L14,28 L24,28 L24,12 Z M14,4 L8,4 L8,24 L20,24 L20,10 L14,10 L14,4 Z M16,18 L16,20 L10,20 L10,18 L16,18 Z M18,14 L18,16 L10,16 L10,14 L18,14 Z M16,4.83 L16,8 L19.171,8 L16,4.83 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 707 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Currency/Currency-Dollar-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Currency/Currency-Dollar-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M16.6,2 L16.5991649,4.383 L16.8602567,4.4147233 C18.8277861,4.6812961 20.4889751,5.35636784 22.2178351,6.54747852 L22.5646202,6.79261304 L23.0488595,7.1512175 L21.3843598,9.45406278 L21.2201761,9.32117282 C19.8154183,8.18416463 18.4335517,7.46428427 16.9918404,7.12763745 L16.6580378,7.05673725 L16.5991649,7.046 L16.5991649,14.769 L16.7217115,14.7972425 C21.3699296,15.8897398 23.5025934,17.7226284 23.6868681,20.8364032 L23.6967247,21.0610013 L23.7,21.29 C23.7,24.7333252 21.0243491,27.2024508 17.006855,27.651297 L16.7308713,27.6787572 L16.5991649,27.687 L16.6,30 L14.2,30 L14.1991649,27.622 L13.8835551,27.5899265 C11.3813924,27.2925761 9.12879809,26.3481551 7.03717476,24.7415379 L6.69004615,24.4676343 L6.22516488,24.0818112 L7.96256423,21.78494 L8.12439005,21.9293471 C9.9920544,23.5959786 11.7217759,24.5441366 13.722256,24.9233789 L14.0781758,24.9844287 L14.1991649,24.999 L14.1991649,17.137 L14.0395101,17.0998455 C9.52494367,15.984945 7.45628154,14.2828278 7.19100571,11.2942261 L7.17448133,11.0676579 L7.16481584,10.8417681 L7.16159844,10.5785714 C7.16159844,7.16199059 9.99903667,4.61537415 14.0398485,4.31679336 L14.1991649,4.307 L14.2,2 L16.6,2 Z M16.5991649,17.688 L16.5991649,25.111 L16.8278192,25.087514 C19.0913985,24.8123106 20.5485897,23.5857956 20.7291469,21.8612943 L20.7435858,21.6746414 L20.7483431,21.4542857 C20.7483431,19.6109186 19.7922417,18.6109265 16.8639411,17.7636074 L16.5991649,17.688 Z M14.1991649,6.915 L14.1852203,6.9165569 C11.6913448,7.11436337 10.1132554,8.52068278 10.1132554,10.4142857 C10.1132554,12.2559014 11.041109,13.2666533 13.8926853,14.1022262 L14.1991649,14.187 L14.1991649,6.915 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.0 KiB |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Currency/Currency-Euro-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Currency/Currency-Euro-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M18.4705882,2 C23.0980392,2 25.8431373,4.24309392 27.9215686,7.29834254 L27.9215686,7.29834254 L25.5686275,8.96132597 C23.6078431,6.25414365 21.6862745,4.74585635 18.3529412,4.74585635 C14.8235294,4.74585635 12.0784314,7.45303867 10.8627451,11.359116 L10.8627451,11.359116 L19,11.359 L19,13.756 L10.3137255,13.7569061 C10.254902,14.308011 10.2181373,14.859116 10.2034314,15.410221 L10.1960784,15.961326 C10.1960784,16.6574586 10.1960784,17.3149171 10.2745098,17.9337017 L10.2745098,17.9337017 L19,17.933 L19,20.37 L10.745098,20.3701657 C11.8942088,24.4498265 14.7643135,27.1274334 18.5149267,27.2497668 L18.7843137,27.2541436 C21.8823529,27.2541436 23.8823529,25.5138122 25.7647059,22.8066298 L25.7647059,22.8066298 L28,24.3535912 C25.8431373,27.5635359 23.0980392,30 18.6666667,30 C13.0980392,30 8.94117647,26.1325967 7.56862745,20.3701657 L7.56862745,20.3701657 L4,20.3701657 L4,17.9337017 L7.17647059,17.9337017 C7.09803922,17.3535912 7.09803922,16.6961326 7.09803922,16.038674 C7.09803922,15.2651934 7.1372549,14.4917127 7.21568627,13.7569061 L7.21568627,13.7569061 L4,13.7569061 L4,11.359116 L7.68627451,11.359116 C9.1372549,5.94475138 13.1764706,2 18.4705882,2 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Currency/Currency-Pound-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Currency/Currency-Pound-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M25.9614644,30 L25.9614644,27.2394366 L12.2813102,27.2394366 L12.2813102,18.3661972 L23.0327553,18.3661972 L23.0327553,15.6450704 L12.2813102,15.6450704 L12.2813102,11.3859155 C12.2813102,9.21690141 12.8593449,7.48169014 13.938343,6.33802817 C14.9017341,5.3915493 16.1348748,4.87887324 17.7148362,4.87887324 C20.5279383,4.87887324 22.1464355,6.21971831 23.6493256,8.15211268 L26,6.25915493 C24.1888247,3.85352113 21.8381503,2 17.7533719,2 C15.2100193,2 13.1290944,2.86760563 11.6647399,4.36619718 C10.0847784,5.98309859 9.23699422,8.46760563 9.23699422,11.3859155 L9.23699422,15.6450704 L6,15.6450704 L6,18.3661972 L9.23699422,18.3661972 L9.23699422,27.3577465 L6,28.1859155 L6,30 L25.9614644,30 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Currency/Currency-Yuan-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Currency/Currency-Yuan-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<polygon id="¥" fill="#000000" points="17.5031646 30 17.5031646 25.36 25.6123418 25.36 25.6123418 22.88 17.5031646 22.88 17.5031646 19.36 25.6123418 19.36 25.6123418 16.88 18.4129747 16.88 28.5 2 24.9398734 2 16.039557 15.68 7.21835443 2 3.5 2 13.5079114 16.88 6.38765823 16.88 6.38765823 19.36 14.4968354 19.36 14.4968354 22.88 6.38765823 22.88 6.38765823 25.36 14.4968354 25.36 14.4968354 30"></polygon>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 821 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Display-Panels-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Display-Panels-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M10,17 L10,29 L2,29 L2,17 L10,17 Z M20,17 L20,29 L12,29 L12,17 L20,17 Z M30,17 L30,29 L22,29 L22,17 L30,17 Z M8,19 L4,19 L4,27 L8,27 L8,19 Z M18,19 L14,19 L14,27 L18,27 L18,19 Z M28,19 L24,19 L24,27 L28,27 L28,19 Z M10,3 L10,15 L2,15 L2,3 L10,3 Z M20,3 L20,15 L12,15 L12,3 L20,3 Z M30,3 L30,15 L22,15 L22,3 L30,3 Z M8,5 L4,5 L4,13 L8,13 L8,5 Z M18,5 L14,5 L14,13 L18,13 L18,5 Z M28,5 L24,5 L24,13 L28,13 L28,5 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 856 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Download-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Download-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M30,28 L30,30 L2,30 L2,28 L30,28 Z M18.2857143,2 L18.2857143,16.5 L24,16.5 L16.0178971,24 L8,16.5 L13.7142857,16.5 L13.7142857,2 L18.2857143,2 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 577 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Edit-Content-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Edit-Content-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M20,2 L26,20 L21,26 L22,30 L10,30 L11,26 L6,20 L12,2 L20,2 Z M15,4 L13.441,4 L8.249,19.575 L13.1865983,25.4998181 L12.561,28 L19.438,28 L18.8134017,25.4998181 L23.75,19.575 L18.558,4 L17,4 L17.0010775,16.2681881 C17.5577563,16.5906726 17.9445763,17.1738636 17.9945143,17.8507377 L18,18 C18,19.1045695 17.1045695,20 16,20 C14.8954305,20 14,19.1045695 14,18 C14,17.2597476 14.4021661,16.6134261 14.9999275,16.2676063 L15,4 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 863 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Filter/Filter-Outline-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Filter/Filter-Outline-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M30,2 L30,8 L20,16 L20,24 L12,30 L12,16 L2,8 L2,2 L30,2 Z M26.798,8 L5.201,8 L14,15.0387503 L14,26 L18,23 L18,15.0387503 L26.798,8 Z M28,4 L4,4 L4,6 L28,6 L28,4 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 621 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Flag-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Flag-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M24,2 L20.4444444,8 L24,14 L10,14 L10,30 L8,30 L8,2 L24,2 Z M20.489,4 L10,4 L10,12 L20.49,12 L18.1196511,8 L20.489,4 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 543 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Folder-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Folder-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M3.90124992,25 L2.00024992,23.098 L2.00024992,7 L10,7 L14.0005312,10 L24.0002499,10 L24.0002499,13 L30.0002499,13 L24,25 L3.90124992,25 Z M3.99925631,22.112 L4.88725631,23 L21.999,23 L22,12 L13.3339354,12 L9.333,9 L4,9 L3.99925631,22.112 Z M23.9992499,20.529 L26.764,15 L23.9992499,15 L23.9992499,20.529 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 734 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Font-Size-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Font-Size-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M20,6 L20,8 L12,8 L12,26 L10,26 L10,8 L2,8 L2,6 L20,6 Z M30,12 L30,14 L25,14 L25,26 L23,26 L23,14 L18,14 L18,12 L30,12 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 555 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Globe-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Globe-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M16,2 L16.5889105,2.01216211 L16.9354134,2.03075465 C17.1315805,2.04377368 17.3264859,2.06078236 17.5200772,2.08170136 L17.7763959,2.11164805 L18.3050352,2.18886803 L18.6487594,2.25030172 L18.7708497,2.27562819 L18.769,2.276 L19.161062,2.35837358 L19.7293129,2.50217886 C25.6507443,4.13440748 30,9.55929218 30,16 C30,22.3091189 25.8266465,27.6434989 20.0899336,29.3931457 L19.6140488,29.5286769 L19.3867765,29.5875255 L18.8908308,29.7011698 L18.5068054,29.7761345 L18.0220124,29.8550357 L17.7741698,29.8886498 L17.4183927,29.9290347 L16.8821456,29.9726583 L16.391401,29.9946343 L16,30 L15.3735596,29.9862351 L15.0771978,29.9700716 C14.8767461,29.9570344 14.677432,29.9397743 14.4793459,29.9183796 L13.9290907,29.8479032 L13.3642468,29.7522695 L13.2291503,29.7243718 L13.23,29.724 L12.8112206,29.6352299 L12.2592416,29.4946649 L11.7999341,29.3590561 C6.12013098,27.5752117 2,22.2687599 2,16 C2,9.86701275 5.94359105,4.65510055 11.433323,2.76171353 L11.8254218,2.63296546 L12.1050104,2.54898458 L12.5902587,2.4181565 L12.9130639,2.34146278 L13.4397496,2.23357359 L13.9979324,2.14207551 L14.2522465,2.10803534 L14.7897196,2.05158523 L15.4968978,2.00887138 C15.6631714,2.00298609 15.831237,2 16,2 Z M10.0246813,22.0009796 L5.60510172,22.0008048 C7.00075391,24.4207833 9.22115566,26.3245892 11.9246465,27.2925628 L12.3684356,27.4416406 L12.7480425,27.5552428 L13.1967421,27.6723026 L13.3226929,27.701092 C11.8969363,26.0366313 10.7699882,24.1089323 10.0246813,22.0009796 Z M26.3921747,22.0006545 L21.975416,22.0009894 C21.2305146,24.1081154 20.1043979,26.0351433 18.6799377,27.6992016 L18.8728956,27.6544296 L19.0441547,27.6110911 L19.5063795,27.4800531 C22.469928,26.5761969 24.9016169,24.5812472 26.3921747,22.0006545 Z M19.8363565,22.0012705 L12.1634678,22.0010714 C13.0307545,24.1431844 14.3484921,26.0547351 15.999216,27.6182588 C17.6506371,26.0551382 18.9688278,24.143587 19.8363565,22.0012705 Z M9.44600909,12.0001047 L4.68453913,12.0003411 C4.23984225,13.2583138 4,14.6063959 4,16.0002003 C4,17.3950028 4.24017666,18.7433677 4.68448237,20.0010179 L9.44626267,20.0008903 C9.15419421,18.7141741 9,17.375094 9,16 C9,14.6252614 9.15411452,13.2865181 9.44600909,12.0001047 Z M20.496007,12.000299 L11.504079,11.9999646 C11.1750152,13.278455 11,14.618789 11,16 C11,17.3814489 11.1750755,18.7220066 11.504249,20.0006958 L20.4958848,20.000089 C20.8249775,18.7216007 21,17.3812397 21,16 C21,14.6189094 20.8250153,13.2786887 20.496007,12.000299 Z M27.3151884,12.0000122 L22.5539638,12.0001075 C22.8458855,13.2865181 23,14.6252614 23,16 C23,17.375094 22.8458058,18.7141741 22.5537645,20.000893 L27.3139784,20.0009853 C27.7587638,18.7433686 27.9989681,17.3951086 27.9989681,16.0002003 C27.9989681,14.6048025 27.758637,13.256757 27.3151884,12.0000122 Z M13.320912,4.29980587 L13.1332937,4.34363836 L12.6928563,4.46097672 L12.4677423,4.52745747 L12.0848785,4.65278295 C9.3007166,5.61302945 7.02553594,7.5422351 5.60602885,10.0005679 L10.0242313,10.0000082 C10.769278,7.89207391 11.895825,5.96435303 13.320912,4.29980587 Z M16.000784,4.38174116 L15.8949772,4.48136282 C14.2927066,6.02645065 13.0119821,7.90274089 12.1630319,10.0000053 L19.8369384,9.99993193 C18.969657,7.85741247 17.6517656,5.94550896 16.000784,4.38174116 Z M21.9756714,10.0000181 L26.3958722,10.0000391 C24.93619,7.46448849 22.5768499,5.49930788 19.7252559,4.58563274 L19.2666152,4.44897391 L18.7739623,4.32153357 L18.6781572,4.29990044 C20.1037366,5.96439757 21.2305155,7.89209489 21.9756714,10.0000181 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.8 KiB |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Hamburger-Menu-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Hamburger-Menu-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M32,24 L32,26 L0,26 L0,24 L32,24 Z M32,18 L32,20 L0,20 L0,18 L32,18 Z M32,12 L32,14 L0,14 L0,12 L32,12 Z M32,6 L32,8 L0,8 L0,6 L32,6 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 579 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Horizontal-Link-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Horizontal-Link-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M17.829001,11.9985067 C17.9396055,12.3119683 18,12.6491452 18,13 C18,13.3508689 17.9397656,13.6876693 17.8290734,14.0006248 L17,14 C14.4715344,14 12.3814209,15.8768081 12.0467649,18.3133187 C12.0434574,18.3373917 12.0402952,18.3617324 12.0373087,18.3861274 L12.0467649,18.3133187 C12.0378447,18.3782638 12.0301717,18.4436066 12.0237709,18.509322 L12.0373087,18.3861274 C12.0272951,18.4679214 12.0192568,18.5503258 12.0132428,18.6332916 L12.0237709,18.509322 C12.0159115,18.5900115 12.0099702,18.6712629 12.005993,18.7530301 L12.0132428,18.6332916 C12.0044652,18.7543829 12,18.87667 12,19 L12.0061879,19.2509458 C12.0065675,19.2586245 12.0069643,19.2662987 12.0073785,19.2739683 C12.0110396,19.3418326 12.0160789,19.4095987 12.0224551,19.4769753 L12.0073785,19.2739683 C12.0123103,19.3652965 12.0196929,19.4559731 12.0294617,19.5459335 L12.0224551,19.4769753 C12.0286422,19.5423526 12.0360881,19.6073632 12.0447683,19.6719827 L12.0294617,19.5459335 C12.0391387,19.6350483 12.0511573,19.7234603 12.0654547,19.8111067 L12.0447683,19.6719827 C12.056718,19.7609413 12.0710069,19.8491586 12.0875712,19.9365708 L12.0654547,19.8111067 C12.4416589,22.117329 14.3956063,23.8934825 16.7831104,23.9953805 L17,24 L23,24 C25.7614237,24 28,21.7614237 28,19 C28,16.5578554 26.2491516,14.5246433 23.9342168,14.0871257 C23.9778618,13.7316887 24,13.3684297 24,13 C24,12.7369032 23.9887108,12.4764432 23.9665903,12.2190779 L23.9498585,12.0639017 C27.3665638,12.5274177 30,15.4561729 30,19 C30,22.8659932 26.8659932,26 23,26 L17,26 C13.365393,26 10.3777734,23.2299178 10.0331652,19.6857773 L10.0710496,20.0011232 C10.0495544,19.8510215 10.0328212,19.6993831 10.0210079,19.546366 C10.0168266,19.4921302 10.0133045,19.4384804 10.0103901,19.3846689 C10.0084177,19.3482997 10.0067023,19.3113253 10.0052748,19.2742771 C10.0017618,19.1829132 10,19.0916623 10,19 C10,18.9083377 10.0017618,18.8170868 10.0052534,18.7262795 L10,19 C10,18.8478048 10.0048571,18.696744 10.0144248,18.5469641 C10.0178272,18.4936261 10.0218808,18.4398312 10.0265389,18.3862094 C10.0300158,18.3461998 10.0338062,18.306509 10.0379265,18.2669163 C10.0464778,18.1847133 10.0564912,18.1026516 10.0679118,18.0210408 C10.0688551,18.0142985 10.0698381,18.0073489 10.0708313,18.0004027 C10.5561232,14.6077016 13.4735309,12 17,12 L17.829001,11.9985067 Z M15,6 C18.6243687,6 21.6053898,8.75449812 21.9638598,12.2842907 L21.9289053,11.9985621 C21.948497,12.1353271 21.9641353,12.2733679 21.9757007,12.4125652 C21.9799911,12.4641751 21.9837406,12.516255 21.9869172,12.5684896 C21.9895899,12.6124414 21.991856,12.6564767 21.9937133,12.7006177 C21.9978853,12.7996456 22,12.8995758 22,13 C22,13.1007612 21.9978711,13.2010251 21.9936557,13.3007492 L22,13 C22,13.1291616 21.9965018,13.2575062 21.989595,13.3849441 C21.9858567,13.4539698 21.9810954,13.5230026 21.9753406,13.5917529 C21.9720392,13.631188 21.9684196,13.6704428 21.9644773,13.7096023 C21.9554785,13.7989728 21.9448158,13.887725 21.9325085,13.9759505 C21.931398,13.9839144 21.930228,13.9921955 21.9290436,14.0004719 C21.4433024,17.3928118 18.5261219,20 15,20 L14.1709714,20.0014151 C14.0603844,19.6879757 14,19.3508256 14,19 C14,18.6493978 14.0601428,18.3128427 14.1706743,18.0000889 L15,18 C17.5392442,18 19.6363911,16.1071564 19.9574191,13.6554909 C19.9605248,13.6317969 19.9635401,13.6074021 19.966379,13.5829535 L19.9574191,13.6554909 C19.9659638,13.5902356 19.9732502,13.5245843 19.9792532,13.4585623 L19.966379,13.5829535 C19.9769501,13.4919157 19.9850758,13.4001321 19.9906886,13.3076701 L19.9792532,13.4585623 C19.9861994,13.3821664 19.9914272,13.3052741 19.9948975,13.2279244 L19.9906886,13.3076701 C19.9968663,13.2059053 20,13.1033186 20,13 C20,12.9128805 19.9977719,12.8262814 19.9933695,12.7402565 C19.9920083,12.7136796 19.9904539,12.687371 19.9886969,12.6611179 L19.9933695,12.7402565 C19.989601,12.6666166 19.9842392,12.5933974 19.9773179,12.520633 L19.9886969,12.6611179 C19.9824882,12.5683507 19.9737493,12.4762764 19.9625487,12.3849633 L19.9773179,12.520633 C19.969762,12.4411962 19.9603475,12.3623012 19.9491184,12.283992 L19.9625487,12.3849633 C19.9539875,12.3151684 19.9439881,12.2458183 19.9325811,12.1769435 L19.9491184,12.283992 C19.9362031,12.1939236 19.9208874,12.1046301 19.903238,12.0161784 L19.9325811,12.1769435 C19.5515875,9.8765381 17.6002684,8.10634147 15.2168896,8.00461951 L15,8 L9,8 C6.23857625,8 4,10.2385763 4,13 C4,15.4421446 5.75084835,17.4753567 8.06578317,17.9128743 C8.02215983,18.2679566 8,18.6313905 8,19 C8,19.2749431 8.01232875,19.5470067 8.03646357,19.8156681 L8.05014146,19.9360983 C4.63343623,19.4725823 2,16.5438271 2,13 C2,9.13400675 5.13400675,6 9,6 L15,6 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.9 KiB |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Info/Block/Info-Block-Border-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Info/Block/Info-Block-Border-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M30,2 L30,30 L2,30 L2,2 L30,2 Z M28,4 L4,4 L4,28 L28,28 L28,4 Z M17,13 L17,23 L15,23 L15,13 L17,13 Z M17,9 L17,11 L15,11 L15,9 L17,9 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 607 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Info/Block/Info-Block-Fill-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Info/Block/Info-Block-Fill-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M30,2 L30,30 L2,30 L2,2 L30,2 Z M17,13 L15,13 L15,23 L17,23 L17,13 Z M17,9 L15,9 L15,11 L17,11 L17,9 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 571 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Inline-Warning-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Inline-Warning-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M21.404,12.807 L30,30 L21,30 L21,28 L26.764,28 L21.07,16.612 L21.404,12.807 Z M10.61,12.781 L10.95,16.569 L5.235,28 L11,28 L11,30 L2,30 L10.61,12.781 Z M18,26 L18,30 L14,30 L14,26 L18,26 Z M19,8 L17.5,24 L14.5,24 L13,8 L19,8 Z M16,2 L18,6 L14,6 L16,2 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 697 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Language-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Language-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M22.5,10 L30,30 L27.5,30 L24.969,23.25 L17.031,23.25 L14.5,30 L12,30 L19.5,10 L22.5,10 Z M21,12.667 L17.875,21 L24.125,21 L21,12.667 Z M12,2 L12,4 L14.788,4 L14.7889142,3.99995452 L15.9999142,3.99995452 L16.011,4 L20,4 L20,6 L16.7372181,6.00101702 C16.12381,9.26480067 14.6665766,12.2554344 12.5750547,14.7125908 C13.1784274,15.2894064 13.8128851,15.8340131 14.4760545,16.3443896 L14.9787779,16.7207223 L14.9266208,16.8604443 L14.2020933,18.7932245 C13.8770298,18.5715913 13.5584653,18.3434758 13.2456304,18.1084413 C13.1215511,18.0152186 12.9985107,17.9210147 12.8763824,17.825739 C12.6797968,17.6723798 12.4853962,17.5160957 12.2934172,17.357089 C11.9751302,17.0934801 11.663055,16.8219817 11.357901,16.5432497 L11.0755638,16.2814369 L11.0755638,16.2814369 L11.0570951,16.2985705 C9.11048427,18.1083354 6.76747033,19.5178346 4.14439903,20.3825204 L3.99991415,20.4279545 L4.00005587,18.2397449 C6.10643762,17.4428213 7.99306619,16.2460402 9.57940927,14.7494547 C9.38956794,14.5387079 9.20348333,14.3245172 9.02098379,14.1072613 C8.7261808,13.7563031 8.44097101,13.3976622 8.16543605,13.0314077 C8.07931753,12.9169326 7.99428212,12.8019037 7.91019896,12.6861447 C7.79438099,12.5266993 7.6802138,12.3656435 7.56788502,12.2032284 C7.4688317,12.0600043 7.3713864,11.9159927 7.27538366,11.7709482 C7.18323065,11.6317212 7.09235109,11.4914546 7.00281852,11.350253 C6.44567609,10.4715535 5.94081528,9.55691084 5.49200096,8.61043028 L5.22946807,8.03875423 L5.21249252,7.99986153 L5.21314504,7.99986153 L7.66421121,8.00063824 C8.57529924,9.86569313 9.72383832,11.5929921 11.0740954,13.1430009 C12.7441472,11.0944523 13.931498,8.65391772 14.4921111,6.00015208 L2,6 L2,4 L10,4 L10,2 L12,2 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.1 KiB |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Library-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Library-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M16,2 L30,10 L30,14 L26,14 L26,24 L28,24 L28,28 L30,28 L30,30 L2,30 L2,28 L4,28 L4,24 L6,24 L6,14 L2,14 L2,10 L16,2 Z M26,26 L6,26 L6,28 L26,28 L26,26 Z M10,14 L8,14 L8,24 L10,24 L10,14 Z M15,14 L12,14 L12,24 L15,24 L15,14 Z M20,14 L17,14 L17,24 L20,24 L20,14 Z M24,14 L22,14 L22,24 L24,24 L24,14 Z M16,4.303 L4,11.16 L4,12 L28,12 L28,11.161 L16,4.303 Z M16,6.375 C16.9664983,6.375 17.75,7.15850169 17.75,8.125 C17.75,9.09149831 16.9664983,9.875 16,9.875 C15.0335017,9.875 14.25,9.09149831 14.25,8.125 C14.25,7.15850169 15.0335017,6.375 16,6.375 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 978 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Link-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Link-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M20.2324815,14.065897 C20.4244943,14.2603707 20.5993139,14.4662086 20.7570297,14.6816896 C20.7762833,14.7080916 20.795483,14.7348345 20.8144226,14.7617227 C20.9186472,14.909493 21.0149385,15.0616415 21.1033878,15.2175947 L21.1051528,15.2212204 L21.2077338,15.4103417 C21.2608936,15.5133301 21.3107668,15.6178233 21.3573609,15.723675 C21.3828534,15.7815934 21.4072947,15.8397452 21.4307613,15.8982775 C21.4393494,15.9196963 21.4478855,15.9413687 21.4562885,15.9630919 C21.478128,16.0195552 21.4990114,16.0761955 21.5190031,16.1331558 C21.5303473,16.1654784 21.5413936,16.1978713 21.5521535,16.2303633 C21.5654576,16.2705299 21.5784294,16.3111906 21.5909564,16.3519978 C21.6037592,16.3937052 21.616077,16.4354933 21.6279322,16.4774261 C22.246656,18.6659536 21.6055145,21.2487144 19.7622057,23.1156463 L15.0594486,27.8786722 C12.4621875,30.5092188 8.4617449,30.7224667 6.12420994,28.3549748 C3.78667498,25.9874829 3.99722459,21.9357721 6.59448565,19.3052255 L8.80315081,17.0670293 C9.07711383,17.6925723 9.43709255,18.2856267 9.88455783,18.8294981 L8.00531281,20.7341333 C6.15602507,22.6071208 6.01176084,25.383269 7.53503709,26.926067 C9.0135111,28.4234886 11.6391506,28.3298858 13.4831885,26.6105475 L13.6486214,26.4497644 L18.3513786,21.6867385 C19.3522476,20.6730428 19.8536852,19.3947953 19.8616336,18.1907026 C19.861839,18.1605173 19.8617218,18.1294952 19.861276,18.0985282 C19.8608907,18.0716666 19.8602512,18.0446349 19.8593608,18.0176491 L19.861276,18.0985282 C19.8602845,18.0296431 19.8576675,17.9610309 19.8534263,17.8927556 L19.8593608,18.0176491 C19.8567954,17.9399072 19.8521468,17.8625472 19.8454166,17.7856623 L19.8534263,17.8927556 C19.849275,17.8259298 19.8435677,17.7594267 19.8363053,17.6933064 L19.8454166,17.7856623 C19.8384169,17.7056982 19.8291655,17.626248 19.8176642,17.5474161 L19.8363053,17.6933064 C19.8287852,17.6248394 19.8195977,17.5567829 19.808744,17.4892035 L19.8176642,17.5474161 C19.7974387,17.4087863 19.7702555,17.2720689 19.7361246,17.1378326 C19.731373,17.1191396 19.7264196,17.100246 19.7213278,17.0814034 L19.7361246,17.1378326 C19.7238532,17.0895694 19.7106837,17.041627 19.6966166,16.9940317 L19.7213278,17.0814034 C19.6848334,16.9463526 19.6412334,16.8139217 19.590538,16.6846993 C19.5779898,16.6527125 19.5649878,16.6208775 19.5515499,16.5892487 L19.590538,16.6846993 C19.5197585,16.5042821 19.4351481,16.3301191 19.3367348,16.1638122 C19.1940544,15.922691 19.0223238,15.698046 18.8216543,15.4948048 C17.7160718,14.3750536 15.9690125,14.1449781 14.3869908,14.8190928 C14.0525765,14.2617076 14.0455503,13.4506985 14.4021409,12.6773234 C16.4866285,12.0776173 18.7115526,12.5254765 20.2324815,14.065897 Z M25.8757901,3.6450252 C28.213325,6.01251712 28.0027754,10.0642279 25.4055143,12.6947745 L23.1965759,14.9323467 C22.9225688,14.3068554 22.5625539,13.7138551 22.1150603,13.1700378 L23.9946872,11.2658667 C25.8439749,9.39287916 25.9882392,6.61673095 24.4649629,5.07393297 C22.9864889,3.5765114 20.3608494,3.67011416 18.5168115,5.3894525 L18.3513786,5.55023556 L13.6486214,10.3132615 C11.7993337,12.186249 11.6550694,14.9623972 13.1783457,16.5051952 C14.2839282,17.6249464 16.0309875,17.8550219 17.6130092,17.1809072 C17.9472797,17.7380515 17.9544436,18.5486029 17.5983197,19.3216771 C15.5133715,19.9223827 13.2884474,19.4745235 11.7675185,17.934103 C9.42998358,15.566611 9.64053319,11.5149003 12.2377943,8.88435371 L16.9405514,4.12132779 C19.5378125,1.49078121 23.5382551,1.27753327 25.8757901,3.6450252 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.8 KiB |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Location-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Location-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M30,2 L16,30 L12.3173913,19.6826087 L2,16 L30,2 Z M25.528,6.471 L7.087,15.692 L13.8823792,18.1176208 L16.307,24.912 L25.528,6.471 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 564 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Long-Arrow/Long-Arrow-Down-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Long-Arrow/Long-Arrow-Down-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<polygon id="Primary" fill="#000000" points="6 19.5 16 30 26 19.5 24.5714286 18 16.999 25.951 17 2 15 2 14.999 25.949 7.42857143 18"></polygon>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 566 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Long-Arrow/Long-Arrow-Left-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Long-Arrow/Long-Arrow-Left-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<polygon id="Primary" fill="#000000" points="12.5 6 2 16 12.5 26 14 24.5714286 6.049 16.999 30 17 30 15 6.051 14.999 14 7.42857143"></polygon>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 565 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Long-Arrow/Long-Arrow-Right-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Long-Arrow/Long-Arrow-Right-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M19.5,6 L30,16 L19.5,26 L18,24.5714286 L25.951,16.999 L2,17 L2,15 L25.949,14.999 L18,7.42857143 L19.5,6 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 576 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Long-Arrow/Long-Arrow-Up-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Long-Arrow/Long-Arrow-Up-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<polygon id="Primary" fill="#000000" points="6 12.5 16 2 26 12.5 24.5714286 14 16.999 6.049 17 30 15 30 14.999 6.051 7.42857143 14"></polygon>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 561 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Mag-Glass-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Mag-Glass-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M12,2 C17.5228475,2 22,6.4771525 22,12 C22,14.5749361 21.0267852,16.9225657 19.428123,18.6951214 L22.4372636,21.0681505 L30.0029331,28.5911013 L28.5848757,30.0011788 L21.0192063,22.478228 L18.63783,19.4793983 C16.8721289,21.0475708 14.5472903,22 12,22 C6.4771525,22 2,17.5228475 2,12 C2,6.4771525 6.4771525,2 12,2 Z M12.0020508,4 C7.58377283,4 4.00205083,7.581722 4.00205083,12 C4.00205083,16.418278 7.58377283,20 12.0020508,20 C16.4203288,20 20.0020508,16.418278 20.0020508,12 C20.0020508,7.581722 16.4203288,4 12.0020508,4 Z M12,6 C15.2383969,6 17.8775718,8.56557489 17.9958615,11.7750617 L18,12 L16,12 C16,9.790861 14.209139,8 12,8 C10.8954305,8 9.8954305,8.44771525 9.17157288,9.17157288 L7.75735931,7.75735931 C8.84314575,6.67157288 10.3431458,6 12,6 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Mail-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Mail-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M16,2 L30,12 L30,30 L2,30 L2,12 L16,2 Z M28,13.999 L16,23 L4,13.999 L4,28 L28,28 L28,13.999 Z M16,9.457 L8.42,14.869 L16,20.5 L23.579,14.869 L16,9.457 Z M16,4.457 L4.99,12.321 L6.735,13.617 L16,7 L25.264,13.617 L27.009,12.321 L16,4.457 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 662 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Menu-List-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Menu-List-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M30,7 L30,9 L6,9 L6,7 L30,7 Z M4,7 L4,9 L2,9 L2,7 L4,7 Z M30,15 L30,17 L6,17 L6,15 L30,15 Z M4,15 L4,17 L2,17 L2,15 L4,15 Z M30,23 L30,25 L6,25 L6,23 L30,23 Z M4,23 L4,25 L2,25 L2,23 L4,23 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 625 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Microphone-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Microphone-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M16,2 C18.209139,2 20,3.790861 20,6 L20,10 L26,10 L26,12 L24,12 L24,16 C24,20.0792885 20.9468043,23.445465 17.0009551,23.9379871 L17,28 L20,28 L20,30 L12,30 L12,28 L15,28 L15.0000487,23.9381123 C11.0537136,23.4460359 8,20.0796344 8,16 L8,12 L6,12 L6,10 L12,10 L12,6 C12,3.790861 13.790861,2 16,2 Z M20,16 C20,18.209139 18.209139,20 16,20 C13.790861,20 12,18.209139 12,16 L12,12 L10,12 L10,16 C10,19.2383969 12.5655749,21.8775718 15.7750617,21.9958615 L16,22 C19.2383969,22 21.8775718,19.4344251 21.9958615,16.2249383 L22,16 L22,12 L20,12 L20,16 Z M14,16 C14,17.1045695 14.8954305,18 16,18 C17.0543618,18 17.9181651,17.1841222 17.9945143,16.1492623 L18,16 L18,6 C18,4.8954305 17.1045695,4 16,4 C14.9456382,4 14.0818349,4.81587779 14.0054857,5.85073766 L14,6 L14,16 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/New-Page-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/New-Page-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M30,30 L2,30 L2,2 L16,2 L16,4 L4,4 L4,28 L28,28 L28,16 L30,16 L30,30 Z M30,2 L30,12 L28,12 L28,5.428 L9.843,23.586 L8.414,22.157 L26.571,4 L20,4 L20,2 L30,2 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 591 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Note/Note-Add-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Note/Note-Add-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M30,2 L30,19 L19,30 L2,30 L2,16 L4,16 L4,28 L17,28 L17,17 L28,17 L28,4 L16,4 L16,2 L30,2 Z M27.17,19 L19,19 L19,27.17 L27.17,19 Z M9,2 L9,7 L14,7 L14,9 L9,9 L9,14 L7,14 L7,9 L2,9 L2,7 L7,7 L7,2 L9,2 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 643 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Note/Note-General-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Note/Note-General-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M2,30 L2,2 L30,2 L30,19 L19,30 L2,30 Z M28,4 L4,4 L4,28 L17,28 L17,17 L28,17 L28,4 Z M27.17,19 L19,19 L19,27.17 L27.17,19 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 574 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/PDF-Document-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/PDF-Document-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M26,23 L26,30 L6,30 L6,28 L24,28 L24,23 L26,23 Z M14.1214488,8 C15.5579281,8 16.3057653,9.26951468 16.3056198,10.9835642 C16.2595932,12.3919267 15.9690537,13.8705127 15.4702313,15.3327228 L15.508,15.216 L15.6453867,15.4602468 C16.052078,16.1619235 16.5769331,16.9246789 17.1805859,17.6286347 L17.4887966,17.9751576 L17.7124754,18.2087686 L18.0258166,18.1593891 C18.6313193,18.068932 19.2309783,18.0085967 19.8516454,17.9933078 L19.8516454,17.9933078 L20.3215042,17.9905204 C21.7901856,18.0094739 22.9207242,18.3136456 23.5697421,19.0234838 C23.9833958,19.5056687 24.1102903,20.1859306 23.9001645,20.7909321 C23.6390733,21.5006484 22.9731925,21.9465349 21.8381665,21.9465349 C20.3917212,21.9465349 18.753825,21.3536193 17.0938872,19.8622998 L17.197,19.952 L16.828633,20.0258971 C15.8249987,20.2346702 14.7804714,20.5123178 13.8579114,20.8039731 L13.4075493,20.9507141 L13.0771839,21.0636893 L12.952118,21.2895638 C11.3601255,24.0990515 9.74615144,25.8696896 8.1490657,25.9924981 L8.1490657,25.9924981 L7.9716832,25.9993314 C7.43720706,26.0134269 6.92456019,25.8266837 6.53610697,25.4684769 C6.11269207,25.0765296 5.91984732,24.4973549 6.03089831,23.940714 C6.27402928,22.6103487 8.03493421,21.3827149 10.4107901,20.3410009 L10.4107901,20.3410009 L10.9008115,20.1309582 L11.0813727,19.8009552 C11.3035828,19.3772851 11.5218616,18.9208448 11.7380322,18.4312459 L11.7380322,18.4312459 L11.9535676,17.9305799 L12.2207028,17.2787493 L12.475233,16.6220494 L12.7414786,15.8979518 L13.2430028,14.4691171 L13.1599519,14.2712356 C12.3155008,12.1880319 12.0957618,10.1503333 12.6212418,9.0045045 L12.6212418,9.0045045 L12.7013929,8.84697321 C12.9979221,8.33865551 13.5324198,8.01434292 14.1214488,8 Z M10.6500985,21.5411225 C8.64469012,22.457848 7.29602365,23.4710708 7.16702077,24.170677 C7.13183816,24.3395475 7.19047584,24.508418 7.31947872,24.6169776 C7.40157146,24.6893506 7.5188468,24.7255371 7.62439462,24.7255371 C8.30459162,24.7255371 9.46561755,23.4951951 10.6500985,21.5411225 Z M21.3925202,19.2613712 C20.3487696,19.0563142 18.8711003,19.2010603 18.2378134,19.3096199 C18.9766481,19.9368531 19.8562132,20.3952158 20.794416,20.6364593 C21.6036158,20.817392 22.0375346,20.4675888 22.0961723,20.1177857 C22.2017201,19.5508634 21.7678013,19.3337442 21.3925202,19.2613712 Z M20,2 L26,8 L26,17 L24,17 L24,10 L18,10 L18,4 L8,4 L8,20 L6,20 L6,2 L20,2 Z M14.7547356,16.5956302 C14.5553676,17.1866768 13.9924459,18.6582624 13.5937097,19.4664282 C14.8251009,19.0563142 16.3614079,18.7306354 16.3496804,18.7426976 C15.9509442,18.3084592 15.200382,17.3555473 14.7547356,16.5956302 Z M14.1097212,9.17739162 C13.9338082,9.17739162 13.7813503,9.2859512 13.6992575,9.4427595 C13.4177967,9.93730874 13.3122489,11.3606456 14.0628111,13.4112156 C14.3559995,12.4100549 14.5905502,11.2882725 14.6491878,10.1906144 C14.6491878,9.73225174 14.5553676,9.17739162 14.1097212,9.17739162 Z M20,4.829 L20,8 L23.171,8 L20,4.829 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.3 KiB |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Phone-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Phone-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M13.0074691,1.99872664 C13.0025014,2.16521 13,2.33231288 13,2.5 C13,4.94457068 13.5316148,7.26497607 14.485542,9.35191387 L14.6819259,9.76615614 L12.2261275,11.5563673 C14.0662745,15.058996 16.9405336,17.9333396 20.4430984,19.7735917 L22.2338439,17.3180741 C24.4261884,18.3951405 26.8924579,19 29.5,19 C29.6675128,19 29.8344426,18.9975038 30.0008431,18.9925464 L30.0008431,29.9955307 L29.5,30 C14.3121694,30 2,17.6878306 2,2.5 L2.00445318,2.00005877 L13.0074691,1.99872664 Z M11.06,3.998 L4.044,4 L4.05423919,4.17663202 C4.88160458,16.924096 15.0752462,27.1183709 27.8075787,27.9458301 L28,27.956 L28,20.939 C26.3331343,20.8055111 24.712718,20.450225 23.1676575,19.8873531 L22.907,19.788 L21.0415407,22.3472587 L19.5128736,21.544095 C15.7894355,19.5877958 12.7113516,16.5727342 10.677286,12.8975833 L10.4555954,12.4865371 L9.65234482,10.9575894 L12.211,9.091 L12.1068297,8.8162732 C11.6088499,7.44538987 11.2743935,6.01592535 11.1126586,4.55165613 L11.06,3.998 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Print-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Print-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M22,2 L22,6 L28,6 C29.1045695,6 30,6.84830258 30,7.89473684 L30,22.1052632 C30,23.1516974 29.1045695,24 28,24 L22,24 L22,30 L10,30 L10,24 L4,24 C2.8954305,24 2,23.1516974 2,22.1052632 L2,7.89473684 C2,6.84830258 2.8954305,6 4,6 L10,6 L10,2 L22,2 Z M20,18 L12,18 L12,28 L20,28 L20,18 Z M18,24 L18,26 L14,26 L14,24 L18,24 Z M28,8 L4,8 L4,22 L10,22 L10,18 L8,18 L8,16 L24,16 L24,18 L22,18 L22,22 L28,22 L28,8 Z M18,20 L18,22 L14,22 L14,20 L18,20 Z M22,10 C23.1045695,10 24,10.8954305 24,12 C24,13.1045695 23.1045695,14 22,14 C20.8954305,14 20,13.1045695 20,12 C20,10.8954305 20.8954305,10 22,10 Z M20,4 L12,4 L12,6 L20,6 L20,4 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.0 KiB |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Quotes-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Quotes-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M30,6 L30,18 L26,26 L24,26 L28,18 L18,18 L18,6 L30,6 Z M14,6 L14,18 L10,26 L8,26 L12,18 L2,18 L2,6 L14,6 Z M28,8 L20,8 L20,16 L28,16 L28,8 Z M12,8 L4,8 L4,16 L12,16 L12,8 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 601 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/RSS-Feed-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/RSS-Feed-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M1.99997619,29.9992978 L1.99997619,29.9983185 L5.418,29.998 L5.21177671,29.992455 C4.33804995,29.9417769 3.59809506,29.6123698 2.99191204,29.0042336 C2.33062147,28.3408123 1.99997619,27.5176785 1.99997619,26.5348321 C1.99997619,25.6011281 2.33062147,24.8025654 2.99191204,24.1391441 C3.65320261,23.4757228 4.47369276,23.1440122 5.45338249,23.1440122 C6.43307222,23.1440122 7.24131624,23.4634372 7.87811457,24.1022874 C8.51491289,24.7411375 8.83331206,25.5519858 8.83331206,26.5348321 C8.83331206,27.5176785 8.50266677,28.3408123 7.8413762,29.0042336 C7.18799237,29.6597227 6.40310321,29.991386 5.48670871,29.9992233 L12.243,29.998 L12.2493832,29.9732701 C12.4687147,28.8658754 12.470975,27.7227382 12.2523114,26.6086072 L12.1800808,26.2753028 C11.1147459,21.7864792 6.74846209,18.9515643 2.27741104,19.7437765 L1.999,19.7975778 L1.9988851,17.8042569 C7.45924593,16.8684944 12.7780715,20.3385919 14.0793651,25.8216352 C14.4057315,27.1967905 14.453861,28.6165536 14.2286589,29.9984871 L17.448158,29.9983185 L17.471377,29.8164399 C17.6244121,28.3958357 17.5588256,26.9574128 17.2746176,25.5520819 L17.1827965,25.1315263 C15.5706834,18.2579696 9.13840256,13.7835066 2.32044699,14.4621447 L1.99997619,14.4974233 L1.998716,12.526213 C9.82441644,11.6810887 17.2340179,16.798254 19.0832736,24.6829144 C19.4926384,26.4283206 19.6033398,28.2258898 19.4153776,29.999508 L1.99997619,29.9992978 Z M24.45231,24.0174212 C24.833034,25.9908336 24.9272674,28.0055838 24.7350102,29.9994593 L22.7713135,29.9992978 L22.816234,29.5355152 C22.9425618,27.9902973 22.8793979,26.4333614 22.6267424,24.8998614 L22.5355057,24.3896109 C20.6827593,14.7862441 11.8996809,8.29303161 2.39696111,9.119907 L1.999,9.15907486 L1.99922976,7.1896357 C12.573395,6.15063413 22.392884,13.3427695 24.45231,24.0174212 Z M29.7555851,22.8641165 C30.0932227,25.2351949 30.0790319,27.6396442 29.7166246,29.9996914 L27.737184,29.9992978 L27.7639044,29.8486762 C28.0898189,27.8164624 28.1344779,25.7469548 27.8951461,23.6990527 L27.8228306,23.1411139 C26.101081,11.050033 15.0294928,2.61163063 2.9958254,4.13699574 L2.63088298,4.18627525 L1.99997619,4.27611661 L1.999,2.298 L2.35477519,2.24729328 C15.5961935,0.349567111 27.8639539,9.58003326 29.7555851,22.8641165 Z M5.45338249,25.1026797 C4.98489931,25.1026797 4.66271231,25.2329346 4.37245095,25.5241312 C4.07680711,25.8207277 3.95235304,26.1213047 3.95235304,26.5348321 C3.95235304,27.0048248 4.08218959,27.3280499 4.37245095,27.6192465 C4.66271231,27.9104431 4.98489931,28.040698 5.45338249,28.040698 C5.86558181,28.040698 6.16519345,27.915843 6.46083729,27.6192465 C6.75109865,27.3280499 6.8809352,27.0048248 6.8809352,26.5348321 C6.8809352,26.0597189 6.75922506,25.7497669 6.49757566,25.4872745 C6.23592625,25.224782 5.92696974,25.1026797 5.45338249,25.1026797 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.1 KiB |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Read-This-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Read-This-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M17.0029444,12 C19.7500574,9.57565718 25.6873479,9.36088271 28.7922821,11.7914013 C29.1205096,12.0483353 29.4305997,12.3294169 29.7202258,12.6324339 L29.7202258,12.6324339 L30.0029444,12.9426807 L30.0029444,26.8211807 L29.780851,26.6616079 C25.9045663,23.9653686 20.665978,24.8890069 17.8546525,28.8116204 L17.8546525,28.8116204 L17.0029444,30 L16.0029444,30 L16.002,29 L16,29 L16,30 L15,30 L14.1482919,28.8116204 C11.3369664,24.8890069 6.09837814,23.9653686 2.22209343,26.6616079 L2,26.8211807 L2,12.9426807 L2.28271863,12.6324339 C2.57234474,12.3294169 2.88243476,12.0483353 3.21066228,11.7914013 C6.31559647,9.36088271 12.252887,9.57565718 15,12 C15.3878152,12.3422491 15.7218705,12.6930756 16.0021659,13.0524795 C16.2810773,12.693072 16.6151312,12.3422473 17.0029444,12 Z M27.5594863,13.3662709 C25.2550234,11.5623551 20.3897681,11.6785542 18.3263164,13.4995621 C17.6803785,14.069606 17.2711367,14.625224 17.0670062,15.1619726 C17.0466403,15.2155235 17.02852,15.2929464 17.0137122,15.3929763 L17.0137122,15.3929763 L17,15.512 L17.0011026,26.6849213 C19.7084964,23.6697014 23.7538703,22.4907247 27.4909419,23.4443156 L27.7774612,23.5217908 L28.0029444,23.589 L28.0029444,13.745 L27.9237359,13.6723557 C27.8085612,13.5686265 27.6857138,13.4650809 27.5594863,13.3662709 Z M4.44345811,13.3662709 C4.31723056,13.4650809 4.19438323,13.5686265 4.07920848,13.6723557 L4,13.745 L4,23.589 L4.22548319,23.5217908 C8.04056193,22.4316508 12.224214,23.5922256 15.0009565,26.6839354 L15,15.493 L14.9892322,15.3929763 C14.9744244,15.2929464 14.9563041,15.2155235 14.9359382,15.1619726 C14.7318077,14.625224 14.3225659,14.069606 13.6766279,13.4995621 C11.6131763,11.6785542 6.74792103,11.5623551 4.44345811,13.3662709 Z M16,2 C17.0833333,2 18.0208333,2.39583333 18.8125,3.1875 C19.6041667,3.97916667 20,4.91666667 20,6 C20,7.08333333 19.6041667,8.02083333 18.8125,8.8125 C18.0208333,9.60416667 17.0833333,10 16,10 C14.9166667,10 13.9791667,9.60416667 13.1875,8.8125 C12.3958333,8.02083333 12,7.08333333 12,6 C12,4.91666667 12.3958333,3.97916667 13.1875,3.1875 C13.9791667,2.39583333 14.9166667,2 16,2 Z M16,4 C15.4520835,4 15.0217167,4.18171041 14.6017136,4.60171356 C14.1817104,5.02171672 14,5.45208347 14,6 C14,6.54791653 14.1817104,6.97828328 14.6017136,7.39828644 C15.0217167,7.81828959 15.4520835,8 16,8 C16.5479165,8 16.9782833,7.81828959 17.3982864,7.39828644 C17.8182896,6.97828328 18,6.54791653 18,6 C18,5.45208347 17.8182896,5.02171672 17.3982864,4.60171356 C16.9782833,4.18171041 16.5479165,4 16,4 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.9 KiB |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Refresh-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Refresh-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M4,16 C4,11.8803716 6.0759201,8.24560024 9.2387493,6.08469704 L11.0017088,7.62690976 C8.15555313,9.32957366 6.25,12.4422539 6.25,16 C6.25,21.3847763 10.6152237,25.75 16,25.75 L16,24 L20,27 L16,30 L16,28 L16,28 C9.372583,28 4,22.627417 4,16 Z M16,2 L16,4 L16,4 C22.627417,4 28,9.372583 28,16 C28,20.1196284 25.9240799,23.7543998 22.7612507,25.915303 L20.9982912,24.3730902 C23.8444469,22.6704263 25.75,19.5577461 25.75,16 C25.75,10.6152237 21.3847763,6.25 16,6.25 L16,8 L12,5 L16,2 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 913 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Reminder/Reminder-Fill-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Reminder/Reminder-Fill-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M21,26.0011864 C20.5415705,28.2115341 18.595151,29.892126 16.2301426,29.9950044 L16,30 C13.5319728,30 11.4732175,28.2828356 11,26.0011864 L21,26.0011864 Z M16,2 C18.1421954,2 19.8910789,3.68396847 19.9951047,5.80035966 L20.0011597,6.07092854 C22.3917256,7.45433121 24,10.0393493 24,13 L24,17 L28,22 L28,24 L4,24 L4,22 L8,17 L8,13 C8,10.0389366 9.60872276,7.45361056 11.99984,6.07035011 L12,6 C12,3.85780461 13.6839685,2.10892112 15.8003597,2.00489531 L16,2 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 919 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Reminder/Reminder-Outline-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Reminder/Reminder-Outline-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M16,2 C18.1421954,2 19.8910789,3.68396847 19.9951047,5.80035966 L20.0011597,6.07092854 C22.3917256,7.45433121 24,10.0393493 24,13 L24,17 L28,22 L28,24 L4,24 L4,22 L8,17 L8,13 C8,10.0389366 9.60872276,7.45361056 11.99984,6.07035011 L12,6 C12,3.85780461 13.6839685,2.10892112 15.8003597,2.00489531 L16,2 Z M13.1713525,26.001828 C13.5837046,27.1660654 14.6944644,28 16,28 C17.3055356,28 18.4162954,27.1660654 18.8286475,26.001828 L21,26.0011864 C20.5415705,28.2115341 18.595151,29.892126 16.2301426,29.9950044 L16,30 C13.5319728,30 11.4732175,28.2828356 11,26.0011864 L13.1713525,26.001828 Z M16,4 C17.1045695,4 18,4.8954305 18,6 L18,6 L18.0199277,7.23514889 L18.9994176,7.80197236 L19.2172817,7.93423322 C20.9333754,9.02606033 22,10.9191318 22,13 L22,13 L22,17.7015621 L25.439,22 L6.56,22 L10,17.7015621 L10,13 L10.0055267,12.7408773 C10.093713,10.6764338 11.2314398,8.82542068 13.001332,7.80153868 L13.001332,7.80153868 L13.9972185,7.22541866 L13.9999948,6.00454802 L14.0054812,5.85469325 C14.0818349,4.81587779 14.9456382,4 16,4 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Remove/Remove-Container-Fill-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Remove/Remove-Container-Fill-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M30,2 L30,30 L2,30 L2,2 L30,2 Z M24,15 L8,15 L8,17 L24,17 L24,15 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 539 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Remove/Remove-Container-Outline-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Remove/Remove-Container-Outline-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M30,2 L30,30 L2,30 L2,2 L30,2 Z M28,4 L4,4 L4,28 L28,28 L28,4 Z M24,15 L24,17 L8,17 L8,15 L24,15 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 577 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Remove/Remove-General-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Remove/Remove-General-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<polygon id="Primary" fill="#000000" points="15 2 17 2 17 30 15 30"></polygon>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 491 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Search-Page-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Search-Page-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M22,2 L22,8 L20,8 L20,4 L4,4 L4,28 L16.75,28 L16.75,30 L2,30 L2,2 L22,2 Z M18,10 C22.418278,10 26,13.581722 26,18 C26,19.9104953 25.3303039,21.6645747 24.2128579,23.0402921 L25.0242439,23.6596946 L30,28.6354507 L28.6354507,30 L23.6596946,25.0242439 L23.0402921,24.2128579 C21.6645747,25.3303039 19.9104953,26 18,26 C13.581722,26 10,22.418278 10,18 C10,17.9469807 10.0005158,17.8940818 10.0015426,17.8413081 C9.96921238,15.8253228 10.7225111,13.7992075 12.2608593,12.2608593 C13.7992075,10.7225111 15.8253228,9.96921238 17.8413709,10.0009631 L18,10 Z M18,12 C14.6862915,12 12,14.6862915 12,18 C12,21.3137085 14.6862915,24 18,24 C21.3137085,24 24,21.3137085 24,18 C24,14.6862915 21.3137085,12 18,12 Z M9,11 L9,13 L6,13 L6,11 L9,11 Z M12,7 L12,9 L6,9 L6,7 L12,7 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Settings-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Settings-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M18.4904336,1.99981689 C19.6954257,2.21963317 20.8469054,2.59611122 21.9237218,3.10776091 L22.345511,5.64964719 C22.7759847,5.92266896 23.1881936,6.22264343 23.5798499,6.54724597 L26.1168072,6.1674024 C26.9183564,7.01855267 27.61689,7.97067614 28.1920626,9.00310099 L27.0861407,11.3247407 C27.3131373,11.8797848 27.5009321,12.4555462 27.6460143,13.0484577 L29.8979777,14.2738937 C29.9653339,14.839667 30,15.4156745 30,15.9999084 C30,16.5843131 29.9653137,17.1604864 29.8979187,17.726419 L27.6457762,18.9523321 C27.5006599,19.5451733 27.3128403,20.1208655 27.0858273,20.6758424 L28.1920626,22.9967159 C27.61689,24.0291407 26.9183564,24.9812642 26.1168072,25.8324145 L23.5798499,25.4525709 C23.1881936,25.7771735 22.7759847,26.0771479 22.345511,26.3501697 L21.9237218,28.892056 C20.8469054,29.4037057 19.6954257,29.7801837 18.4904336,30 L16.6800185,28.1730744 C16.4549457,28.1858493 16.2282168,28.1923222 16,28.1923222 C15.7714451,28.1923222 15.5443825,28.1858301 15.3189812,28.1730175 L13.5085629,30 C12.303935,29.7799747 11.1527956,29.4035636 10.0762782,28.892056 L9.65448902,26.3501697 C9.22401531,26.0771479 8.81180635,25.7771735 8.42015009,25.4525709 L5.88319276,25.8324145 C5.08164359,24.9812642 4.38310995,24.0291407 3.80793743,22.9967159 L4.91417268,20.6758424 C4.68715973,20.1208655 4.49934008,19.5451733 4.35422376,18.9523321 L2.10208129,17.726419 C2.03468631,17.1604864 2,16.5843131 2,15.9999084 C2,15.4156745 2.03466606,14.839667 2.10202226,14.2738937 L4.35398568,13.0484577 C4.49906787,12.4555462 4.68686273,11.8797848 4.91385929,11.3247407 L3.80793743,9.00310099 C4.38310995,7.97067614 5.08164359,7.01855267 5.88319276,6.1674024 L8.42015009,6.54724597 C8.81180635,6.22264343 9.22401531,5.92266896 9.65448902,5.64964719 L10.0762782,3.10776091 C11.1527956,2.59625326 12.303935,2.21984221 13.5085629,1.99981689 L15.3189812,3.82679936 C15.5443825,3.81398679 15.7714451,3.8074947 16,3.8074947 C16.2282168,3.8074947 16.4549457,3.81396759 16.6800185,3.82674254 L18.4904336,1.99981689 Z M19.129,4.196 L17.4663504,5.87459312 L16.5666825,5.8235287 C16.3786132,5.81285404 16.1896775,5.8074947 16,5.8074947 L15.7156374,5.81152055 L15.4324848,5.823576 L14.5327629,5.87471924 L12.869,4.196 L12.5788118,4.27889037 C12.4380323,4.32146039 12.2981174,4.36666023 12.1591243,4.41446252 L11.869,4.52 L11.48108,6.85949495 L10.7256806,7.33859613 C10.4869855,7.48998508 10.2546179,7.65158502 10.0292077,7.82290699 L9.69638944,8.08712035 L9.00810159,8.65756952 L6.674,8.308 L6.50184301,8.52785852 C6.41468532,8.64263483 6.32953315,8.75897212 6.24643154,8.87681349 L6.079,9.121 L7.09984172,11.2631487 L6.76503142,12.0818152 C6.62172734,12.4322173 6.49779042,12.7908058 6.39388087,13.1562045 L6.29667156,13.5238223 L6.08653094,14.3826098 L4.009,15.512 L4,15.9999084 L4.009,16.487 L6.08672024,17.6182842 L6.29687083,18.4768088 C6.38737679,18.8465513 6.49812594,19.2099421 6.62845812,19.5656057 L6.76529353,19.9186425 L7.10029776,20.7376249 L6.08,22.878 L6.24643154,23.1230034 C6.32953315,23.2408448 6.41468532,23.3571821 6.50184301,23.4719584 L6.674,23.691 L9.00810159,23.3422474 L9.69638944,23.9126965 C9.91468454,24.0936183 10.1402522,24.2650625 10.3724623,24.4265402 L10.7256806,24.6612208 L11.48108,25.1403219 L11.869,27.479 L12.1591243,27.5853544 C12.2981174,27.6331567 12.4380323,27.6783565 12.5788118,27.7209265 L12.869,27.802 L14.5327629,26.1250977 L15.4324848,26.1762409 C15.620829,26.186947 15.8100425,26.1923222 16,26.1923222 L16.2839443,26.1883082 L16.5666825,26.1762882 L17.4663504,26.1252238 L19.129,27.803 L19.4207135,27.7210701 C19.5615344,27.678494 19.7014903,27.6332866 19.8405241,27.5854753 L20.13,27.479 L20.51892,25.1403219 L21.2743194,24.6612208 C21.5130145,24.5098318 21.7453821,24.3482319 21.9707923,24.1769099 L22.3036106,23.9126965 L22.9918984,23.3422474 L25.325,23.691 L25.498157,23.4719584 C25.5853147,23.3571821 25.6704669,23.2408448 25.7535685,23.1230034 L25.919,22.878 L24.8997022,20.7376249 L25.2347065,19.9186425 C25.3780207,19.5682834 25.5019719,19.2097383 25.6058999,18.8443831 L25.7031292,18.4768088 L25.9132798,17.6182842 L27.99,16.487 L28,15.9999084 L27.99,15.512 L25.9134691,14.3826098 L25.7033284,13.5238223 C25.6128438,13.1540363 25.5021118,12.7906019 25.3717925,12.4348951 L25.2349686,12.0818152 L24.9001583,11.2631487 L25.92,9.121 L25.7535685,8.87681349 C25.6704669,8.75897212 25.5853147,8.64263483 25.498157,8.52785852 L25.325,8.308 L22.9918984,8.65756952 L22.3036106,8.08712035 C22.0853155,7.90619859 21.8597478,7.73475438 21.6275377,7.57327668 L21.2743194,7.33859613 L20.51892,6.85949495 L20.13,4.52 L19.8405241,4.41434159 C19.7014903,4.36653026 19.5615344,4.32132288 19.4207135,4.27874683 L19.129,4.196 Z M16,11 C18.7614237,11 21,13.2385763 21,16 C21,18.7614237 18.7614237,21 16,21 C13.2385763,21 11,18.7614237 11,16 C11,13.2385763 13.2385763,11 16,11 Z M16,13 C14.3431458,13 13,14.3431458 13,16 C13,17.6568542 14.3431458,19 16,19 C17.6568542,19 19,17.6568542 19,16 C19,14.3431458 17.6568542,13 16,13 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.2 KiB |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Share-This-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Share-This-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M15.9974809,4 L15.9974809,11 C27.0019445,11 31.5201706,16.6666667 29.5521592,28 C26.199251,22.8888889 23.0070029,21.4060357 18.4851761,21.0788498 L17.8877099,21.042524 C17.7868347,21.0374943 17.6853005,21.0329599 17.5830921,21.0288955 L16.9616276,21.0099451 L16.3232456,21.0010542 L15.9974809,21 L15.9974809,28 L2,16 L15.9974809,4 Z M13.9978408,8.347 L5.07244706,16 L13.9978408,23.652 L13.9978408,19 L15.9974809,19 C21.2005519,19 24.684433,19.9178654 27.6995481,22.6383431 L28.0093191,22.926 L28.0090023,22.8612471 C27.8987122,16.1786049 24.1446647,13.087582 16.334679,13.0018365 L13.9978408,13 L13.9978408,8.347 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.0 KiB |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Shopping-Bag/Shopping-Bag-Check-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Shopping-Bag/Shopping-Bag-Check-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M18,2 C21.3137085,2 24,4.6862915 24,8 L24,10 L26,10 L28,30 L4,30 L6,10 L8,10 L8,8 C8,4.6862915 10.6862915,2 14,2 C14.7015272,2 15.3749342,2.1203964 16.0006859,2.34165389 C16.6257887,2.12026719 17.2988494,2 18,2 Z M24.189,12 L7.81,12 L6.21,28 L25.789,28 L24.189,12 Z M20.5706629,15 L22,16.4121937 L13.204034,25 L10,21.8710283 L11.4279078,20.4602468 L13.204034,22.1932038 L20.5706629,15 Z M13.4991299,4.03224945 L13.390257,4.04617804 C11.5347155,4.32997913 10.0988541,5.88878052 10.0048953,7.80035966 L10,8 L10,10 L12,10 L12,8 C12,6.47880311 12.5661029,5.08982663 13.4991299,4.03224945 Z M18.5006718,4.03103071 L18.5283011,4.06355929 C19.4449811,5.11716934 20,6.49376886 20,8 L20,10 L22,10 L22,8 C22,5.96042268 20.4735023,4.27737799 18.5006718,4.03103071 Z M16.0004744,4.53540323 L15.9240812,4.58017152 C14.8237664,5.24952096 14.0720087,6.43494599 14.0048953,7.80035966 L14,8 L14,10 L18,10 L18,8 C18,6.5196311 17.1958155,5.22708956 16.0004744,4.53540323 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Shopping-Bag/Shopping-Bag-Dollar-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Shopping-Bag/Shopping-Bag-Dollar-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M18,2 C21.3137085,2 24,4.6862915 24,8 L24,10 L26,10 L28,30 L4,30 L6,10 L8,10 L8,8 C8,4.6862915 10.6862915,2 14,2 C14.7015272,2 15.3749342,2.1203964 16.0006859,2.34165389 C16.6257887,2.12026719 17.2988494,2 18,2 Z M24.189,12 L7.81,12 L6.21,28 L25.789,28 L24.189,12 Z M16.9,14 L16.899,14.871 L16.9178286,14.8744 C17.7141714,15.0158857 18.4081143,15.3109714 19.0581714,15.7450286 L19.3,15.9142857 L18.5,17.2571429 C17.980662,16.8794425 17.4418201,16.58951 16.8995887,16.4195744 L16.9005669,19.1628793 C18.7485099,19.6873037 19.5877871,20.4863402 19.6530041,21.8265858 L19.6571429,22 L19.6571429,22.0285714 C19.6571429,23.5024018 18.5565201,24.5155064 16.9003687,24.765055 L16.9,26 L15.15,26 L15.149,24.74 L15.0622851,24.7283234 C14.0373181,24.5601687 13.0702216,24.1489583 12.2436673,23.5442956 L12,23.3571429 L12.9142857,22.0428571 C13.6456122,22.6458808 14.3423693,23.053011 15.1494454,23.2435494 L15.149115,20.4096632 C13.3322574,19.8921931 12.4443716,19.1594565 12.3757478,17.7397011 L12.3714286,17.5571429 L12.3714286,17.5285714 C12.3714286,16.0641359 13.4859539,15.0455104 15.1497188,14.8244285 L15.15,14 L16.9,14 Z M16.9000753,20.8707821 L16.8999447,23.2992393 C17.5454955,23.1468153 17.9155831,22.7811418 17.9655901,22.2542725 L17.9714286,22.1285714 L17.9714286,22.1 C17.9714286,21.5423332 17.7240483,21.1758238 16.9000753,20.8707821 Z M15.148021,16.2839025 C14.4751305,16.4212629 14.1135362,16.8044492 14.0632381,17.3050201 L14.0571429,17.4285714 L14.0571429,17.4428571 C14.0571429,17.9881408 14.2813235,18.3564398 15.1478811,18.6764299 L15.148021,16.2839025 Z M13.4991299,4.03224945 L13.390257,4.04617804 C11.5347155,4.32997913 10.0988541,5.88878052 10.0048953,7.80035966 L10,8 L10,10 L12,10 L12,8 C12,6.47880311 12.5661029,5.08982663 13.4991299,4.03224945 Z M18.5006718,4.03103071 L18.5283011,4.06355929 C19.4449811,5.11716934 20,6.49376886 20,8 L20,10 L22,10 L22,8 C22,5.96042268 20.4735023,4.27737799 18.5006718,4.03103071 Z M16.0004744,4.53540323 L15.9240812,4.58017152 C14.8237664,5.24952096 14.0720087,6.43494599 14.0048953,7.80035966 L14,8 L14,10 L18,10 L18,8 C18,6.5196311 17.1958155,5.22708956 16.0004744,4.53540323 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.6 KiB |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Shopping-Bag/Shopping-Bag-Euro-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Shopping-Bag/Shopping-Bag-Euro-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M18,2 C21.3137085,2 24,4.6862915 24,8 L24,10 L26,10 L28,30 L4,30 L6,10 L8,10 L8,8 C8,4.6862915 10.6862915,2 14,2 C14.7015272,2 15.3749342,2.1203964 16.0006859,2.34165389 C16.6257887,2.12026719 17.2988494,2 18,2 Z M24.189,12 L7.81,12 L6.21,28 L25.789,28 L24.189,12 Z M16.9519231,15 C18.7115385,15 19.7067308,15.7734807 20.4711538,16.8232044 L20.4711538,16.8232044 L19.1298077,17.7762431 C18.5096154,16.961326 17.9182692,16.519337 16.9086538,16.519337 C15.8846154,16.519337 15.0913462,17.1685083 14.6875,18.2044199 L14.6875,18.2044199 L17.7884615,18.2044199 L17.7884615,19.378453 L14.4134615,19.378453 C14.3846154,19.5718232 14.3846154,19.7790055 14.3846154,19.9861878 C14.3846154,20.179558 14.3846154,20.359116 14.3990385,20.538674 L14.3990385,20.538674 L17.7884615,20.538674 L17.7884615,21.7265193 L14.6730769,21.7265193 C15.0769231,22.8176796 15.8990385,23.480663 17.0240385,23.480663 C17.9903846,23.480663 18.5673077,22.9972376 19.2307692,22.1546961 L19.2307692,22.1546961 L20.5,23.0524862 C19.6778846,24.198895 18.6538462,25 17.0096154,25 C14.875,25 13.375,23.6878453 12.8125,21.7265193 L12.8125,21.7265193 L11.5,21.7265193 L11.5,20.538674 L12.6105769,20.538674 C12.5961538,20.3729282 12.5961538,20.1933702 12.5961538,20.0138122 C12.5961538,19.8066298 12.5961538,19.5856354 12.625,19.378453 L12.625,19.378453 L11.5,19.378453 L11.5,18.2044199 L12.8557692,18.2044199 C13.4326923,16.339779 14.9038462,15 16.9519231,15 Z M13.4991299,4.03224945 L13.390257,4.04617804 C11.5347155,4.32997913 10.0988541,5.88878052 10.0048953,7.80035966 L10,8 L10,10 L12,10 L12,8 C12,6.47880311 12.5661029,5.08982663 13.4991299,4.03224945 Z M18.5006718,4.03103071 L18.5283011,4.06355929 C19.4449811,5.11716934 20,6.49376886 20,8 L20,10 L22,10 L22,8 C22,5.96042268 20.4735023,4.27737799 18.5006718,4.03103071 Z M16.0004744,4.53540323 L15.9240812,4.58017152 C14.8237664,5.24952096 14.0720087,6.43494599 14.0048953,7.80035966 L14,8 L14,10 L18,10 L18,8 C18,6.5196311 17.1958155,5.22708956 16.0004744,4.53540323 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.4 KiB |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Shopping-Bag/Shopping-Bag-General-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Shopping-Bag/Shopping-Bag-General-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M18,2 C21.3137085,2 24,4.6862915 24,8 L24,10 L26,10 L28,30 L4,30 L6,10 L8,10 L8,8 C8,4.6862915 10.6862915,2 14,2 C14.7015272,2 15.3749342,2.1203964 16.0006859,2.34165389 C16.6257887,2.12026719 17.2988494,2 18,2 Z M24.189,12 L7.81,12 L6.21,28 L25.789,28 L24.189,12 Z M13.4991299,4.03224945 L13.390257,4.04617804 C11.5347155,4.32997913 10.0988541,5.88878052 10.0048953,7.80035966 L10,8 L10,10 L12,10 L12,8 C12,6.47880311 12.5661029,5.08982663 13.4991299,4.03224945 Z M18.5006718,4.03103071 L18.5283011,4.06355929 C19.4449811,5.11716934 20,6.49376886 20,8 L20,10 L22,10 L22,8 C22,5.96042268 20.4735023,4.27737799 18.5006718,4.03103071 Z M16.0004744,4.53540323 L15.9240812,4.58017152 C14.8237664,5.24952096 14.0720087,6.43494599 14.0048953,7.80035966 L14,8 L14,10 L18,10 L18,8 C18,6.5196311 17.1958155,5.22708956 16.0004744,4.53540323 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Shopping-Bag/Shopping-Bag-Pound-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Shopping-Bag/Shopping-Bag-Pound-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M18,2 C21.3137085,2 24,4.6862915 24,8 L24,10 L26,10 L28,30 L4,30 L6,10 L8,10 L8,8 C8,4.6862915 10.6862915,2 14,2 C14.7015272,2 15.3749342,2.1203964 16.0006859,2.34165389 C16.6257887,2.12026719 17.2988494,2 18,2 Z M24.189,12 L7.81,12 L6.21,28 L25.789,28 L24.189,12 Z M16.6226415,15 C18.1933962,15 19.0849057,15.6933962 19.75,16.5849057 L19.75,16.5849057 L18.4198113,17.6462264 C17.9103774,16.995283 17.4292453,16.6132075 16.6509434,16.6132075 C16.1981132,16.6132075 15.8726415,16.754717 15.6037736,17.009434 C15.3066038,17.3207547 15.1367925,17.7877358 15.1367925,18.3820755 L15.1367925,18.3820755 L15.1367925,19.6415094 L18.6603774,19.6415094 L18.6603774,21.1132075 L15.1367925,21.1132075 L15.1367925,23.5330189 L19.7358491,23.5330189 L19.7358491,25.0471698 L12.25,25.0471698 L12.25,23.9433962 L13.3679245,23.6037736 L13.3679245,21.1132075 L12.25,21.1132075 L12.25,19.6415094 L13.3679245,19.6415094 L13.3679245,18.3396226 C13.3679245,17.3066038 13.6792453,16.4433962 14.245283,15.8773585 C14.7971698,15.3113208 15.6037736,15 16.6226415,15 Z M13.4991299,4.03224945 L13.390257,4.04617804 C11.5347155,4.32997913 10.0988541,5.88878052 10.0048953,7.80035966 L10,8 L10,10 L12,10 L12,8 C12,6.47880311 12.5661029,5.08982663 13.4991299,4.03224945 Z M18.5006718,4.03103071 L18.5283011,4.06355929 C19.4449811,5.11716934 20,6.49376886 20,8 L20,10 L22,10 L22,8 C22,5.96042268 20.4735023,4.27737799 18.5006718,4.03103071 Z M16.0004744,4.53540323 L15.9240812,4.58017152 C14.8237664,5.24952096 14.0720087,6.43494599 14.0048953,7.80035966 L14,8 L14,10 L18,10 L18,8 C18,6.5196311 17.1958155,5.22708956 16.0004744,4.53540323 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.0 KiB |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Shopping-Bag/Shopping-Bag-Yuan-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Shopping-Bag/Shopping-Bag-Yuan-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M18,2 C21.3137085,2 24,4.6862915 24,8 L24,10 L26,10 L28,30 L4,30 L6,10 L8,10 L8,8 C8,4.6862915 10.6862915,2 14,2 C14.7015272,2 15.3749342,2.1203964 16.0006859,2.34165389 C16.6257887,2.12026719 17.2988494,2 18,2 Z M24.189,12 L7.81,12 L6.21,28 L25.789,28 L24.189,12 Z M13.4861111,15 L16.0138889,19.1857143 L18.5694444,15 L20.5,15 L17.2777778,19.9571429 L19.5,19.9571429 L19.5,21.2285714 L16.8194444,21.2285714 L16.8194444,22.2714286 L19.5,22.2714286 L19.5,23.5428571 L16.8194444,23.5428571 L16.8194444,25 L15.1805556,25 L15.1805556,23.5428571 L12.5,23.5428571 L12.5,22.2714286 L15.1805556,22.2714286 L15.1805556,21.2285714 L12.5,21.2285714 L12.5,19.9571429 L14.6944444,19.9571429 L11.5,15 L13.4861111,15 Z M13.4991299,4.03224945 L13.390257,4.04617804 C11.5347155,4.32997913 10.0988541,5.88878052 10.0048953,7.80035966 L10,8 L10,10 L12,10 L12,8 C12,6.47880311 12.5661029,5.08982663 13.4991299,4.03224945 Z M18.5006718,4.03103071 L18.5283011,4.06355929 C19.4449811,5.11716934 20,6.49376886 20,8 L20,10 L22,10 L22,8 C22,5.96042268 20.4735023,4.27737799 18.5006718,4.03103071 Z M16.0004744,4.53540323 L15.9240812,4.58017152 C14.8237664,5.24952096 14.0720087,6.43494599 14.0048953,7.80035966 L14,8 L14,10 L18,10 L18,8 C18,6.5196311 17.1958155,5.22708956 16.0004744,4.53540323 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Shopping-Cart-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Shopping-Cart-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M22,24 C23.1045695,24 24,24.8954305 24,26 C24,27.1045695 23.1045695,28 22,28 C20.8954305,28 20,27.1045695 20,26 C20,24.8954305 20.8954305,24 22,24 Z M16,24 C17.1045695,24 18,24.8954305 18,26 C18,27.1045695 17.1045695,28 16,28 C14.8954305,28 14,27.1045695 14,26 C14,24.8954305 14.8954305,24 16,24 Z M8,4 L11.473,15 L26.527,15 L27.474,12 L25,12 L25,10 L30.105,10 L26,23 L12,23 L11.368,21 L6.632,6 L2,6 L2,4 L8,4 Z M25.895,17 L12.105,17 L13.368,21 L24.632,21 L25.895,17 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 911 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Social-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Social-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M9,10 C12.3137085,10 15,12.6862915 15,16 C15,19.3137085 12.3137085,22 9,22 C5.6862915,22 3,19.3137085 3,16 C3,12.6862915 5.6862915,10 9,10 Z M9,12 C6.790861,12 5,13.790861 5,16 C5,18.209139 6.790861,20 9,20 C11.209139,20 13,18.209139 13,16 C13,13.790861 11.209139,12 9,12 Z M23,2 C26.3137085,2 29,4.6862915 29,8 C29,11.3137085 26.3137085,14 23,14 C19.6862915,14 17,11.3137085 17,8 C17,4.6862915 19.6862915,2 23,2 Z M23,4 C20.790861,4 19,5.790861 19,8 C19,10.209139 20.790861,12 23,12 C25.209139,12 27,10.209139 27,8 C27,5.790861 25.209139,4 23,4 Z M23,18 C26.3137085,18 29,20.6862915 29,24 C29,27.3137085 26.3137085,30 23,30 C19.6862915,30 17,27.3137085 17,24 C17,20.6862915 19.6862915,18 23,18 Z M23,20 C20.790861,20 19,21.790861 19,24 C19,26.209139 20.790861,28 23,28 C25.209139,28 27,26.209139 27,24 C27,21.790861 25.209139,20 23,20 Z M14.7287729,17.7889646 L18.3990282,20.1486665 C17.9714636,20.6589118 17.6272022,21.2413328 17.3871689,21.8750044 L13.8153445,19.5800708 C14.2139766,19.0447683 14.5254553,18.4407303 14.7287729,17.7889646 Z M17.2959468,9.86634607 C17.50776,10.5141142 17.8268423,11.1133472 18.232203,11.6430544 L14.6410436,13.9510421 C14.4091766,13.3128265 14.0720856,12.7251049 13.6507438,12.2088505 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Social/Social-Facebook-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Social/Social-Facebook-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M18.1618173,30 L18.1618173,17.2278434 L22.43683,17.2278434 L23.0769525,12.2503074 L18.1618173,12.2503074 L18.1618173,9.07246509 C18.1618173,7.63135355 18.5608729,6.64928358 20.6216182,6.64928358 L23.25,6.64813181 L23.25,2.19618364 C22.7954313,2.13552412 21.2351965,2 19.4199847,2 C15.6304237,2 13.0359877,4.31965081 13.0359877,8.5795105 L13.0359877,12.2503074 L8.75,12.2503074 L8.75,17.2278434 L13.0359877,17.2278434 L13.0359877,30 L18.1618173,30 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 909 B |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Social/Social-Instagram-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Social/Social-Instagram-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M17.2480767,2.00516367 C19.0097993,2.00771917 19.8436549,2.01707083 20.5782385,2.04012365 L20.8078788,2.04786698 C21.1122432,2.05882015 21.4144711,2.0723312 21.776414,2.08891556 C23.2665945,2.15665915 24.2842408,2.39328936 25.1747925,2.73912068 C26.1090263,3.09073013 26.955308,3.64191854 27.6546107,4.35424132 C28.3667886,5.05353306 28.9178562,5.89976054 29.2693851,6.83391249 C29.6154915,7.72441564 29.8521198,8.74207002 29.9201408,10.2322624 C29.934593,10.548965 29.9467048,10.8199503 29.9568187,11.0866529 L29.9650065,11.3151727 C29.9907217,12.079852 30.0009271,12.9062105 30.0036146,14.7606512 L30.0036146,17.2481736 C30.0010615,19.0098668 29.9917234,19.843669 29.9687485,20.5782772 L29.961032,20.8079279 C29.9501175,21.11231 29.9366576,21.4145713 29.9201408,21.776571 C29.8521198,23.2667078 29.6154915,24.2843621 29.2693851,25.1749209 C28.5420763,27.0554443 27.0554677,28.5420647 25.1749592,29.2693792 C24.2844631,29.6154884 23.2668168,29.8521186 21.7766363,29.9201401 C21.4599362,29.9345925 21.188953,29.9467043 20.9222525,29.9568184 L20.6937345,29.9650062 C19.9290613,29.9907216 19.1027094,30.0009271 17.2482834,30.0036146 L14.7607808,30.0036146 C12.9063816,30.0009271 12.0801083,29.9907216 11.3154173,29.9650062 L11.0868909,29.9568184 C10.8201769,29.9467043 10.5491666,29.9345925 10.2324193,29.9201401 C8.7422944,29.8521186 7.7246481,29.6154884 6.83409644,29.2693792 C5.8999519,28.9178476 5.05373114,28.3667756 4.35444496,27.654592 C3.64227121,26.9552969 3.09120424,26.1090704 2.73967057,25.1749209 C2.39356413,24.2844177 2.1569358,23.2667633 2.08891488,21.776571 C2.07440369,21.4598684 2.06224547,21.1888855 2.05209495,20.9221863 L2.04387812,20.6936696 C2.01807393,19.9290012 2.00785365,19.1026573 2.00516367,17.2481978 L2.00516367,14.7606356 C2.00785365,12.9061761 2.01807393,12.0798322 2.04387812,11.3151637 L2.05209495,11.086647 C2.06224547,10.8199478 2.07440369,10.548965 2.08891488,10.2322624 C2.15665794,8.74207002 2.39328627,7.72441564 2.73911485,6.83385692 C3.09077713,5.89966604 3.64199818,5.05343592 4.35433381,4.35418575 C5.05362227,3.64200496 5.89984238,3.0909334 6.83398529,2.73939854 C7.72448138,2.39328936 8.74212768,2.15665915 10.2323082,2.08863769 C10.5490083,2.07418532 10.819989,2.06207345 11.0866861,2.05195943 L11.315201,2.04377154 C12.0798633,2.01805622 12.9062007,2.0078507 14.7606455,2.00516318 Z M16,9 C12.1340068,9 9,12.1340068 9,16 C9,19.8659932 12.1340068,23 16,23 C19.8659932,23 23,19.8659932 23,16 C23,12.1340068 19.8659932,9 16,9 Z M16.0000179,11.5 C18.4852923,11.5 20.5,13.5147256 20.5,16 C20.5,18.48529 18.4852365,20.5 15.9999464,20.5 C13.514672,20.5 11.5,18.4852387 11.5,15.9999643 C11.5,13.5146899 13.5147435,11.5 16.0000179,11.5 Z M23.5,6.75 C22.5335017,6.75 21.75,7.53350169 21.75,8.5 C21.75,9.46649831 22.5335017,10.25 23.5,10.25 C24.4664983,10.25 25.25,9.46649831 25.25,8.5 C25.25,7.53350169 24.4664983,6.75 23.5,6.75 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.3 KiB |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Social/Social-LinkedIn-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Social/Social-LinkedIn-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M27.9308512,2 C29.073597,2 30,2.89830169 30,4.00574567 L30,27.9942543 C30,29.1020724 29.073597,30 27.9308512,30 L4.06914876,30 C2.92636539,30 2,29.1020724 2,27.9942543 L2,4.00574567 C2,2.89830169 2.92636539,2 4.06914876,2 L27.9308512,2 Z M10.813707,12.7502436 L6.74076841,12.7502436 L6.74076841,25.3002766 L10.813707,25.3002766 L10.813707,12.7502436 Z M20.8109626,12.4557483 L20.5531603,12.4616797 C18.6212476,12.5518138 17.7054164,13.6504076 17.1796298,14.4656928 L17.1796298,14.4656928 L17.14,14.5272766 L17.1404047,12.7502436 L13.0673936,12.7502436 L13.0700127,12.8184208 C13.0818157,13.1762114 13.0877984,14.0820695 13.0900756,15.2521092 L13.0908309,15.7689016 L13.0908309,15.7689016 L13.0910499,16.0378767 L13.0910299,17.0840648 L13.0910299,17.0840648 L13.0909291,17.2386569 L13.0903089,17.8661831 C13.0867519,20.7372924 13.0735021,23.9234971 13.0689449,24.9568369 L13.0681321,25.1391031 L13.0681321,25.1391031 L13.06783,25.2056794 L13.0673936,25.3002766 L17.1402959,25.3002766 L17.1402959,18.291807 L17.1427545,18.1047885 C17.1513714,17.7947816 17.1846906,17.4973256 17.274314,17.2738855 C17.5687476,16.5244635 18.2389105,15.7483029 19.3640678,15.7483029 C20.8378678,15.7483029 21.427424,16.8991745 21.427424,18.5863023 L21.427424,18.5863023 L21.427424,25.3002766 L25.5,25.3002766 L25.5,18.1042658 L25.4962534,17.8190157 C25.3991128,14.1608945 23.4236435,12.4557483 20.8109626,12.4557483 L20.8109626,12.4557483 Z M8.80416097,6.70027659 C7.41093134,6.70027659 6.5,7.63723976 6.5,8.86869828 C6.5,10.0462836 7.34499936,10.9937986 8.66027481,11.0353288 L8.66027481,11.0353288 L8.77721956,11.0367486 L8.95940826,11.0313428 C10.2727364,10.9524935 11.0815618,10.0206839 11.0815618,8.86869828 C11.0550918,7.63723976 10.1975356,6.70027659 8.80416097,6.70027659 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.2 KiB |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Social/Social-Twitter-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Social/Social-Twitter-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M30,25.1274077 C28.9698956,24.6484896 27.8701618,24.3241997 26.7028466,24.1781619 C27.8992115,24.9312349 28.7942765,26.1140703 29.2217899,27.5069652 C28.0957523,26.8040948 26.8625925,26.3100669 25.5764899,26.046587 C20.9277084,30.8787207 14.37436,25.8661873 15.7874258,20.5486926 C11.015769,20.7999635 6.77657178,23.190259 3.9504403,26.8412045 C2.32439074,23.9419243 3.38316609,20.3768834 5.72803604,18.8091244 C4.78599222,18.8400501 3.90129019,19.1119381 3.12717592,19.5629373 C3.12635675,19.5375954 3.12635675,19.5124683 3.12635675,19.4873412 C3.12635675,16.5665848 5.1066967,14.1397799 7.73417981,13.5814 C6.83923817,13.3494575 5.98320704,13.3129481 5.13331968,13.4783144 C5.86442761,11.0944618 7.97993037,9.35489362 10.4988736,9.29046517 C7.95945116,7.26741184 5.0104444,6.43413722 2,6.79923177 C14.9633422,-1.18989605 27.1894327,9.26898902 27.1484743,21.2312046 C27.1483466,21.4904412 27.1429526,21.7496456 27.1322957,22.0086412 C28.2545566,22.8590968 29.2211755,23.9200186 29.9993856,25.122683" id="Primary" fill="#000000" transform="translate(16.000000, 16.000000) scale(1, -1) translate(-16.000000, -16.000000) "></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>🧩 Icons/Simple/Action/32px/Social/Social-Youtube-LG</title>
|
||||
<g id="🧩-Icons/Simple/Action/32px/Social/Social-Youtube-LG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<path d="M16.134105,6.00006779 C16.1582356,6.00013657 16.1851646,6.00022254 16.2147831,6.00033 L16.5510249,6.00199352 C18.521128,6.01409809 25.0653912,6.09277777 26.9039563,6.60419573 C28.1117651,6.93753666 29.0552536,7.89982451 29.3820824,9.13169934 C30.3068903,12.9284493 30.0931968,18.9248601 29.4000398,22.868132 C29.0732111,24.1000069 28.1297226,25.0622947 26.9219137,25.3956356 C24.9579919,25.941923 17.6248102,25.9944506 16.2327405,25.9995014 L15.7748456,25.9995014 C15.09362,25.9970297 12.9896474,25.9831886 10.7883882,25.9056781 L10.2128114,25.8839793 C8.10066203,25.798869 6.00495495,25.6513446 5.08567239,25.3956356 C3.87786358,25.0622947 2.93437507,24.1000069 2.60754632,22.868132 C1.67735117,19.0878658 1.93234675,13.087792 2.58958888,9.15001459 C2.91641764,7.91813976 3.85990615,6.9558519 5.06771496,6.62251097 C5.90342637,6.39004826 7.71138946,6.24428494 9.62009237,6.15291713 L10.1948539,6.12710635 L10.1948539,6.12710635 L10.7704308,6.10436548 C12.7802761,6.02991864 14.7090187,6.00831987 15.5477746,6.00217341 L15.8375662,6.00037624 C15.8616968,6.00025745 15.8830289,6.00016158 15.9014536,6.0000846 Z M13,11.5 L13,20.5 L21,16 L13,11.5 Z" id="Primary" fill="#000000"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |