Skip to content

Commit

Permalink
feat(icon): add Front-Commerce icon
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-vd committed Apr 19, 2024
1 parent 673d2e0 commit 05c1047
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions icons/file_type_frontcommerce.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions icons/folder_type_frontcommerce.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions icons/folder_type_frontcommerce_opened.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/iconsManifest/supportedExtensions.ts
Expand Up @@ -1862,6 +1862,13 @@ export const extensions: IFileCollection = {
languages: [languages.freemarker],
format: FileFormat.svg,
},
{
icon: 'frontcommerce',
extensions: ['.front-commerce.js', 'front-commerce.config.ts'],
filename: true,
light: true,
format: FileFormat.svg,
},
{
icon: 'fthtml',
extensions: [],
Expand Down
5 changes: 5 additions & 0 deletions src/iconsManifest/supportedFolders.ts
Expand Up @@ -248,6 +248,11 @@ export const extensions: IFolderCollection = {
extensions: ['favicon', 'favicons'],
format: FileFormat.svg,
},
{
icon: 'frontcommerce',
extensions: ['.front-commerce'],
format: FileFormat.svg,
},
{
icon: 'flow',
extensions: ['flow', 'flow-typed'],
Expand Down

0 comments on commit 05c1047

Please sign in to comment.