mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-06 06:58:04 +08:00
Merge pull request #121 from ridemountainpig/monkeytype-logo
Add MonkeyType logo
This commit is contained in:
commit
d6bad4ed48
@ -1893,5 +1893,11 @@ export const svgs: iSVG[] = [
|
||||
category: 'Software',
|
||||
route: '/library/pycharm.svg',
|
||||
url: 'https://www.jetbrains.com/pycharm/'
|
||||
}
|
||||
},
|
||||
{
|
||||
title: 'MonkeyType',
|
||||
category: 'Typing',
|
||||
route: '/library/monkeytype.svg',
|
||||
url: 'https://monkeytype.com/'
|
||||
},
|
||||
];
|
@ -14,4 +14,5 @@ export type tCategory =
|
||||
| 'Browser'
|
||||
| 'Language'
|
||||
| 'Education'
|
||||
| 'Design';
|
||||
| 'Design'
|
||||
| 'Typing';
|
||||
|
6
static/library/monkeytype.svg
Normal file
6
static/library/monkeytype.svg
Normal file
@ -0,0 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
||||
<g>
|
||||
<path fill="#323437" d="M0 16Q0 0 16 0h32q16 0 16 16v32q0 16-16 16H16Q0 64 0 48"/>
|
||||
<path fill="#e2b714" d="M9.09 24.1v21.2h5.12V33.1q.256-4.61 4.48-4.61 3.46.384 3.46 3.84v12.9h5.12v-11.5q-.128-5.25 4.48-5.25 3.46.384 3.46 3.84v12.9h5.12v-12.2q0-9.47-7.04-9.47-4.22 0-7.04 3.46-2.18-3.46-6.02-3.46-3.46 0-6.02 2.43v-2.05M47 18.9v5.12h-4.61v5.12H47v16.1h5.12v-16.1h4.61v-5.12h-4.61V18.9"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 477 B |
Loading…
x
Reference in New Issue
Block a user