From 2751719b73b428e047462595c437c5962d65423c Mon Sep 17 00:00:00 2001 From: George Fincher Date: Sat, 28 Jan 2023 10:06:29 +0000 Subject: [PATCH] Feat: add DaisyUI icon (#8265) Added the DaisyUI svg: - Made the icon monochromatic - Compounded paths - Centered the icon - Made the viewbox 24 by 24 - Icon width is 24px - Icon was optimized using the SVGOMG Online tool - Annotated the icon to the correct paramenters Added the JSON data for DaisyUI icon. --- _data/simple-icons.json | 5 +++++ icons/daisyui.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/daisyui.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index a35655ec..f54a2bfd 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2760,6 +2760,11 @@ "source": "https://designnavigator.daimler.com/Daimler_Corporate_Logotype_Black_DTP", "guidelines": "https://designnavigator.daimler.com/Daimler_Corporate_Logotype" }, + { + "title": "DaisyUI", + "hex": "5A0EF8", + "source": "https://raw.githubusercontent.com/saadeghi/files/main/daisyui/logo-4.svg" + }, { "title": "Dapr", "hex": "0D2192", diff --git a/icons/daisyui.svg b/icons/daisyui.svg new file mode 100644 index 00000000..d5b5c8d7 --- /dev/null +++ b/icons/daisyui.svg @@ -0,0 +1 @@ +DaisyUI \ No newline at end of file