Skip to content

Commit

Permalink
Added 4 new icons to the logos category (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdimchevski committed Mar 15, 2021
1 parent aadb26a commit f272bcf
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 0 deletions.
28 changes: 28 additions & 0 deletions src/logos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,12 @@ export const mastercard: IMXIcon = {
categories: ["logos", "finance"],
};

export const microsoft: IMXIcon = {
name: "microsoft",
value: require("./svgs/microsoft.svg"),
categories: ["logos"],
};

export const msEdge: IMXIcon = {
name: "ms-edge",
value: require("./svgs/ms-edge.svg"),
Expand All @@ -180,12 +186,24 @@ export const msExcel: IMXIcon = {
categories: ["logos"],
};

export const msOffice: IMXIcon = {
name: "ms-office",
value: require("./svgs/ms-office.svg"),
categories: ["logos"],
};

export const msPowerpoint: IMXIcon = {
name: "ms-powerpoint",
value: require("./svgs/ms-powerpoint.svg"),
categories: ["logos"],
};

export const msTeams: IMXIcon = {
name: "ms-teams",
value: require("./svgs/ms-teams.svg"),
categories: ["logos"],
};

export const msOutlook: IMXIcon = {
name: "ms-outlook",
value: require("./svgs/ms-outlook.svg"),
Expand Down Expand Up @@ -306,6 +324,12 @@ export const visa: IMXIcon = {
categories: ["logos", "finance"],
};

export const vsCode: IMXIcon = {
name: "vs-code",
value: require("./svgs/vs-code.svg"),
categories: ["logos"],
};

export const logos = [
amazon,
amex,
Expand Down Expand Up @@ -335,10 +359,13 @@ export const logos = [
jsFiddle,
maestro,
mastercard,
microsoft,
msEdge,
msExcel,
msOffice,
msOutlook,
msPowerpoint,
msTeams,
msWord,
onedrive,
opera,
Expand All @@ -358,4 +385,5 @@ export const logos = [
usb,
vimeo,
visa,
vsCode,
];
1 change: 1 addition & 0 deletions src/svgs/microsoft.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/svgs/ms-office.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/svgs/ms-teams.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/svgs/vs-code.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f272bcf

Please sign in to comment.