Skip to content

Commit

Permalink
Merge pull request #34 from Mariusthvdb/add-deleted-MDI-icons
Browse files Browse the repository at this point in the history
add deleted MDI icons
  • Loading branch information
Mariusthvdb authored Jul 22, 2022
2 parents d2611ad + 6720972 commit 41a3c70
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions custom-icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,18 @@ const CUSTOM_ICONS_MAP = {
"desktop-mac":{
path:"M21,14H3V4H21M21,2H3C1.89,2 1,2.89 1,4V16A2,2 0 0,0 3,18H10L8,21V22H16V21L14,18H21A2,2 0 0,0 23,16V4C23,2.89 22.1,2 21,2Z",
keywords: ["computer","apple"]
},
"desktop-mac-dashboard":{
path:"M21,14V4H3V14H21M21,2A2,2 0 0,1 23,4V16A2,2 0 0,1 21,18H14L16,21V22H8V21L10,18H3C1.89,18 1,17.1 1,16V4C1,2.89 1.89,2 3,2H21M4,5H15V10H4V5M16,5H20V7H16V5M20,8V13H16V8H20M4,11H9V13H4V11M10,11H15V13H10V11Z",
keywords: ["computer","apple"]
},
"android-messages":{
path:"M20,20H7A2,2 0 0,1 5,18V8.94L2.23,5.64C2.09,5.47 2,5.24 2,5A1,1 0 0,1 3,4H20A2,2 0 0,1 22,6V18A2,2 0 0,1 20,20M8.5,7A0.5,0.5 0 0,0 8,7.5V8.5A0.5,0.5 0 0,0 8.5,9H18.5A0.5,0.5 0 0,0 19,8.5V7.5A0.5,0.5 0 0,0 18.5,7H8.5M8.5,11A0.5,0.5 0 0,0 8,11.5V12.5A0.5,0.5 0 0,0 8.5,13H18.5A0.5,0.5 0 0,0 19,12.5V11.5A0.5,0.5 0 0,0 18.5,11H8.5M8.5,15A0.5,0.5 0 0,0 8,15.5V16.5A0.5,0.5 0 0,0 8.5,17H13.5A0.5,0.5 0 0,0 14,16.5V15.5A0.5,0.5 0 0,0 13.5,15H8.5Z",
keywords: ["computer","apple"]
},
"tablet-android":{
path:"M19.25,19H4.75V3H19.25M14,22H10V21H14M18,0H6A3,3 0 0,0 3,3V21A3,3 0 0,0 6,24H18A3,3 0 0,0 21,21V3A3,3 0 0,0 18,0Z",
keywords: ["computer","apple"]
}
};

Expand Down

0 comments on commit 41a3c70

Please sign in to comment.