Skip to content

Commit

Permalink
feat(ovh-product-icons): added changelog icons (#14723)
Browse files Browse the repository at this point in the history
ref: MANAGER-16431

Signed-off-by: Omar ALKABOUSS MOUSSANA <[email protected]>
  • Loading branch information
oalkabouss authored Jan 2, 2025
1 parent 1acb084 commit 9cee013
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ import { ReactComponent as ServerV2 } from './container/server.svg';
import { ReactComponent as ShieldCheck } from './container/shield-check.svg';
import { ReactComponent as ShoppingCartPlus } from './container/shopping-cart-plus.svg';
import { ReactComponent as Star } from './container/star.svg';
import { ReactComponent as CloudChangelog } from './container/cloud_changelog.svg';
import { ReactComponent as HostingChangelog } from './container/hosting_changelog.svg';

export { Hosting, Office365, Sharepoint, Exchange };
export { TelecomEthernet, Telephony, Headset };
Expand All @@ -68,6 +70,8 @@ export {
ShieldCheck,
ShoppingCartPlus,
Star,
CloudChangelog,
HostingChangelog,
};

export {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ import {
ShieldCheck,
ShoppingCartPlus,
Star,
CloudChangelog,
HostingChangelog,
} from '../assets-icon-svg/icons';

const containerIcons = {
Expand All @@ -48,6 +50,8 @@ const containerIcons = {
ShieldCheck,
ShoppingCartPlus,
Star,
CloudChangelog,
HostingChangelog,
};

export default containerIcons;
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ enum OvhProductName {
SHIELDCHECK = 'ShieldCheck',
SHOPPINGCARTPLUS = 'ShoppingCartPlus',
STAR = 'Star',
CLOUD_CHANGELOG = 'CloudChangelog',
HOSTING_CHANGELOG = 'HostingChangelog',
}

export default OvhProductName;

0 comments on commit 9cee013

Please sign in to comment.