feat: add Marko icon (#7386)

This commit is contained in:
Prashant Ashok 2022-05-07 11:11:20 -07:00 committed by GitHub
parent 5c221a5b4f
commit 4da04655ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View file

@ -17,6 +17,7 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
yarn.lock
# Dependency directories
node_modules/

View file

@ -6158,6 +6158,11 @@
"hex": "5C4C9F",
"source": "https://www.marketo.com/"
},
{
"title": "Marko",
"hex": "2596BE",
"source": "https://github.com/marko-js/website/blob/c03b8229e8fe8e01fde6c0772bc1cb0ceae9be05/src/logos/marko.svg"
},
{
"title": "Marriott",
"hex": "A70023",

1
icons/marko.svg Normal file
View file

@ -0,0 +1 @@
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Marko</title><path d="M15.4 5.46h-3.39l-2.3 3.77L7.4 5.46H4l-4 6.55 4 6.53h3.39l-4-6.54L5.7 8.23 8.01 12h3.39l2.31-3.78L16.03 12l-4.01 6.54h3.39l4-6.54zm4.6 0h-3.39l4 6.54-4.01 6.54h3.39L24 12z"/></svg>

After

Width:  |  Height:  |  Size: 281 B