Skip to content

Commit eed1757

Browse files
mattqdevlucas-labsPKief
authored
feat: input folder icon and simulations folder icon (#3162)
Signed-off-by: MattQ <115874885+mattqdev@users.noreply.github.com> Co-authored-by: Lucas Colombo <lucasncolombo@gmail.com> Co-authored-by: Philipp Kief <philipp.kief@gmx.de>
1 parent 2d43dab commit eed1757

File tree

5 files changed

+28
-0
lines changed

5 files changed

+28
-0
lines changed

icons/folder-input-open.svg

Lines changed: 5 additions & 0 deletions
Loading

icons/folder-input.svg

Lines changed: 5 additions & 0 deletions
Loading

icons/folder-simulations-open.svg

Lines changed: 5 additions & 0 deletions
Loading

icons/folder-simulations.svg

Lines changed: 5 additions & 0 deletions
Loading

src/core/icons/folderIcons.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1285,6 +1285,14 @@ export const folderIcons: FolderTheme[] = [
12851285
folderNames: ['.cursor'],
12861286
light: true,
12871287
},
1288+
{
1289+
name: 'folder-input',
1290+
folderNames: ['input', 'inputs', 'io', 'in'],
1291+
},
1292+
{
1293+
name: 'folder-simulations',
1294+
folderNames: ['simulations', 'simulation', 'sim', 'sims'],
1295+
},
12881296
{
12891297
name: 'folder-metro',
12901298
folderNames: ['metro'],

0 commit comments

Comments
 (0)