aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/icons/mtmt.ts
blob: 7dc3cc4eaad62040e4f7d38cc622135d194867d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * SPDX-FileCopyrightText: 2023 Kristóf Marussy <kristof@marussy.com>
 *
 * SPDX-License-Identifier: CC0-1.0
 *
 * Icon for MTMT (Hungarian Science Bibliography) was obtained by tracing
 * the logo of MTMT (https://m2.mtmt.hu/frontend/resources/loadingscreen/m2logo.png).
 * The font of the logo was replaced with Noto Sans Medium for a very close
 * non-proprietary match. Standard caveats for using brand logos as icons
 * (e.g., https://github.com/simple-icons/simple-icons/blob/master/DISCLAIMER.md)
 * apply, but the SVG data itself is release under CC0-1.0.
 */

export default {
  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',
  title: 'MTMT',
};