aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/icons/mtmt.ts
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2024-03-15 18:01:48 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2024-03-15 19:19:33 +0100
commit0a16f36b8afc23f335c1146d6ea53329f9e27df7 (patch)
tree91a204a8f44f605042a8498a96f68dd02a5f1705 /src/components/icons/mtmt.ts
parentchore(deps): bump dependencies (diff)
downloadblog-0a16f36b8afc23f335c1146d6ea53329f9e27df7.tar.gz
blog-0a16f36b8afc23f335c1146d6ea53329f9e27df7.tar.zst
blog-0a16f36b8afc23f335c1146d6ea53329f9e27df7.zip
Add landing page sections and update resume
Diffstat (limited to 'src/components/icons/mtmt.ts')
-rw-r--r--src/components/icons/mtmt.ts17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/components/icons/mtmt.ts b/src/components/icons/mtmt.ts
new file mode 100644
index 0000000..7dc3cc4
--- /dev/null
+++ b/src/components/icons/mtmt.ts
@@ -0,0 +1,17 @@
1/*
2 * SPDX-FileCopyrightText: 2023 Kristóf Marussy <kristof@marussy.com>
3 *
4 * SPDX-License-Identifier: CC0-1.0
5 *
6 * Icon for MTMT (Hungarian Science Bibliography) was obtained by tracing
7 * the logo of MTMT (https://m2.mtmt.hu/frontend/resources/loadingscreen/m2logo.png).
8 * The font of the logo was replaced with Noto Sans Medium for a very close
9 * non-proprietary match. Standard caveats for using brand logos as icons
10 * (e.g., https://github.com/simple-icons/simple-icons/blob/master/DISCLAIMER.md)
11 * apply, but the SVG data itself is release under CC0-1.0.
12 */
13
14export default {
15 path: 'M0 0v24h24V0Zm.5.5h23v23H.5Zm16.106 2.921-.44 1.353-.937.475v.57h.89v3.538c0 .522.083.93.25 1.222.174.293.407.499.7.618.293.118.613.178.962.178.229 0 .455-.024.676-.072.23-.04.416-.09.558-.154v-.95a2.644 2.644 0 0 1-.451.12 3.769 3.769 0 0 1-.51.035c-.278 0-.503-.083-.677-.25-.166-.166-.25-.423-.25-.771V5.819h1.829v-.961h-1.828V3.42ZM7.857 4.74c-.38 0-.74.079-1.08.237-.34.159-.606.404-.796.736h-.07l-.179-.854h-.997v6.398h1.258V8.027c0-.728.111-1.286.333-1.674.23-.387.645-.581 1.246-.581.807 0 1.211.494 1.211 1.484v4h1.247V7.814c0-.657.122-1.16.367-1.508.246-.356.653-.534 1.223-.534.8 0 1.2.494 1.2 1.484v4h1.257V7.09c0-.823-.182-1.42-.546-1.792-.364-.372-.906-.558-1.626-.558a2.74 2.74 0 0 0-1.151.25 1.86 1.86 0 0 0-.855.783h-.095c-.309-.689-.958-1.033-1.947-1.033Zm8.749 7.886-.44 1.354-.937.474v.57h.89v3.538c0 .522.083.93.25 1.223.174.292.407.498.7.617.293.118.613.178.962.178.229 0 .455-.024.676-.071.23-.04.416-.091.558-.155v-.95a2.637 2.637 0 0 1-.451.12 3.769 3.769 0 0 1-.51.035c-.278 0-.503-.083-.677-.25-.166-.166-.25-.423-.25-.771v-3.514h1.829v-.961h-1.828v-1.437zm-8.749 1.318c-.38 0-.74.08-1.08.237-.34.159-.606.404-.796.736h-.07l-.179-.854h-.997v6.398h1.258v-3.229c0-.728.111-1.286.333-1.674.23-.387.645-.581 1.246-.581.807 0 1.211.494 1.211 1.484v4h1.247v-3.442c0-.657.122-1.16.367-1.508.246-.356.653-.534 1.223-.534.8 0 1.2.494 1.2 1.484v4h1.257v-4.167c0-.823-.182-1.42-.546-1.792-.364-.372-.906-.558-1.626-.558a2.74 2.74 0 0 0-1.151.25 1.86 1.86 0 0 0-.855.783h-.095c-.309-.689-.958-1.033-1.947-1.033z',
16 title: 'MTMT',
17};