From dbdc68da89c189b2da14fde4c12642f947bc1344 Mon Sep 17 00:00:00 2001 From: Anh Thang Date: Sat, 8 Jun 2024 03:05:45 +0700 Subject: [PATCH] Add Eraser icon (#11056) --- _data/simple-icons.json | 5 +++++ icons/eraser.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/eraser.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 7049bad8..f684f11b 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4868,6 +4868,11 @@ "hex": "ED2224", "source": "https://metal.equinix.com" }, + { + "title": "Eraser", + "hex": "EC2C40", + "source": "https://www.eraser.io" + }, { "title": "Ericsson", "hex": "0082F0", diff --git a/icons/eraser.svg b/icons/eraser.svg new file mode 100644 index 00000000..83334e34 --- /dev/null +++ b/icons/eraser.svg @@ -0,0 +1 @@ +Eraser \ No newline at end of file