Skip to content

Commit

Permalink
Update custom-icons.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariusthvdb authored Jul 22, 2022
1 parent 41a3c70 commit 9b0ee51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions custom-icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,11 +225,11 @@ const CUSTOM_ICONS_MAP = {
},
"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"]
keywords: ["computer"]
},
"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"]
keywords: ["computer"]
}
};

Expand Down Expand Up @@ -262,7 +262,7 @@ window.customIconsets = window.customIconsets || {};
window.customIconsets["cil"] = getIcon;

const Name = "Custom-icons";
const Version = "0.3.1";
const Version = "0.3.3";
const Description = "22020722";
const Url = "https://github.com/Mariusthvdb/custom-icons";
console.info(
Expand Down

0 comments on commit 9b0ee51

Please sign in to comment.