From 58463b2e974fefde4d39fef83babdc0241164ac6 Mon Sep 17 00:00:00 2001 From: Ivan Buryak <11bit@users.noreply.github.com> Date: Sat, 24 Feb 2024 08:03:02 +0500 Subject: [PATCH] Add icon for GraphQL files (#8213) Add an icon from https://graphql.org/brand/ for `.graphql` ![Examples@2x](https://github.com/zed-industries/zed/assets/4057095/9751a509-0dca-4611-b98f-277307c4bfe7) --- assets/icons/file_icons/file_types.json | 4 ++++ assets/icons/file_icons/graphql.svg | 1 + 2 files changed, 5 insertions(+) create mode 100644 assets/icons/file_icons/graphql.svg diff --git a/assets/icons/file_icons/file_types.json b/assets/icons/file_icons/file_types.json index 5a8881ff9f377f5abab84ec1b226e583df2221b2..3e0b57463302aad30ec2b4507398fe5410f55241 100644 --- a/assets/icons/file_icons/file_types.json +++ b/assets/icons/file_icons/file_types.json @@ -49,6 +49,7 @@ "gitkeep": "vcs", "gitmodules": "vcs", "go": "go", + "graphql": "graphql", "h": "code", "handlebars": "code", "hbs": "template", @@ -202,6 +203,9 @@ "go": { "icon": "icons/file_icons/go.svg" }, + "graphql": { + "icon": "icons/file_icons/graphql.svg" + }, "image": { "icon": "icons/file_icons/image.svg" }, diff --git a/assets/icons/file_icons/graphql.svg b/assets/icons/file_icons/graphql.svg new file mode 100644 index 0000000000000000000000000000000000000000..51903a6ffcc49cf365dbb2c25b93adee607c9b20 --- /dev/null +++ b/assets/icons/file_icons/graphql.svg @@ -0,0 +1 @@ +