From 6e443ac298c39ff55aaec68b552cb4e970cb5adb Mon Sep 17 00:00:00 2001 From: Pyae Sone Aung <44226349+PyaeSoneAungRgn@users.noreply.github.com> Date: Wed, 31 Jan 2024 23:44:28 +0630 Subject: [PATCH] Add PHP file type icon (#7159) Add PHP file type icon from [file-icons/icons](https://github.com/file-icons/icons) [https://github.com/file-icons/icons/blob/master/svg/PHP.svg](https://github.com/file-icons/icons/blob/master/svg/PHP.svg) Screenshot 2024-01-31 at 23 14 55 Release Notes: - Added PHP file type icon. --- assets/icons/file_icons/file_types.json | 5 ++++- assets/icons/file_icons/php.svg | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 assets/icons/file_icons/php.svg diff --git a/assets/icons/file_icons/file_types.json b/assets/icons/file_icons/file_types.json index e5510d85994ba9647a8f8a545d3bba6f49f209cd..ce6c257fe684c207e1923cc1f1cfd83c5f572d3a 100644 --- a/assets/icons/file_icons/file_types.json +++ b/assets/icons/file_icons/file_types.json @@ -74,7 +74,7 @@ "ogg": "video", "pdb": "storage", "pdf": "document", - "php": "code", + "php": "php", "png": "image", "ppt": "document", "pptx": "document", @@ -171,6 +171,9 @@ "phoenix": { "icon": "icons/file_icons/phoenix.svg" }, + "php": { + "icon": "icons/file_icons/php.svg" + }, "prettier": { "icon": "icons/file_icons/prettier.svg" }, diff --git a/assets/icons/file_icons/php.svg b/assets/icons/file_icons/php.svg new file mode 100644 index 0000000000000000000000000000000000000000..f1b0887f7972fff454be0464dfe1cdba5c9f9e94 --- /dev/null +++ b/assets/icons/file_icons/php.svg @@ -0,0 +1 @@ + \ No newline at end of file