From 7aa1c30d66ec6a4a18ea3c587ebf986d41e51051 Mon Sep 17 00:00:00 2001 From: Sean Date: Tue, 25 Jan 2022 14:09:45 +0000 Subject: [PATCH] Add OpenSea icon (#7053) * feat(icons): add OpenSea icon * fix(opensea): correct source url * fix(opensea): improved icon precision Co-authored-by: Engin Diri --- _data/simple-icons.json | 5 +++++ icons/opensea.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/opensea.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index e3e46291..f8339ee8 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -7068,6 +7068,11 @@ "hex": "0097C2", "source": "https://opennebula.io/docs/" }, + { + "title": "OpenSea", + "hex": "2081E2", + "source": "https://docs.opensea.io" + }, { "title": "OpenSSL", "hex": "721412", diff --git a/icons/opensea.svg b/icons/opensea.svg new file mode 100644 index 00000000..a26d986b --- /dev/null +++ b/icons/opensea.svg @@ -0,0 +1 @@ +OpenSea \ No newline at end of file