Add icons for P4V, Adobe Creative Cloud (#33281)

#33124
#30817 
#28356 
## Testing

- [x] QA'd all new/changed functionality manually
This commit is contained in:
Jonathan Katz 2025-09-23 11:14:39 -04:00 committed by GitHub
parent bc14761854
commit 11fa6ff313
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 32 additions and 0 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -5,6 +5,7 @@ import { HOST_LINUX_PLATFORMS } from "interfaces/platform";
import { ISoftware } from "interfaces/software";
import AcrobatReader from "./AcrobatReader";
import CreativeCloud from "./AdobeCreativeCloud";
import ChromeApp from "./ChromeApp";
import Excel from "./Excel";
import Extension from "./Extension";
@ -36,6 +37,7 @@ import Figma from "./Figma";
import Notion from "./Notion";
import WindowsDefender from "./WindowsDefender";
import WhatsApp from "./WhatsApp";
import P4V from "./P4V";
import Postman from "./Postman";
import OnePassword from "./OnePassword";
import OmnissaHorizonClient from "./OmnissaHorizonClient";
@ -54,6 +56,7 @@ import WindowsAppRemote from "./WindowsAppRemote";
export const SOFTWARE_NAME_TO_ICON_MAP = {
appStore: AppStore,
"adobe acrobat reader": AcrobatReader,
"adobe creative cloud": CreativeCloud,
"microsoft excel": Excel,
falcon: Falcon,
firefox: Firefox,
@ -77,6 +80,7 @@ export const SOFTWARE_NAME_TO_ICON_MAP = {
teamviewer: TeamViewer,
"windows defender": WindowsDefender,
postman: Postman,
p4v: P4V,
"1password": OnePassword,
"amazon dcv": AmazonDCV,
"company portal": IntuneCompanyPortal,

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB