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:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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 |
BIN
Binary file not shown.
|
After Width: | Height: | Size: 7.3 KiB |
Reference in New Issue
Block a user