Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

Commit 9b0ee51

Browse files
authored
Update custom-icons.js
1 parent 41a3c70 commit 9b0ee51

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

custom-icons.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,11 +225,11 @@ const CUSTOM_ICONS_MAP = {
225225
},
226226
"android-messages":{
227227
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",
228-
keywords: ["computer","apple"]
228+
keywords: ["computer"]
229229
},
230230
"tablet-android":{
231231
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",
232-
keywords: ["computer","apple"]
232+
keywords: ["computer"]
233233
}
234234
};
235235

@@ -262,7 +262,7 @@ window.customIconsets = window.customIconsets || {};
262262
window.customIconsets["cil"] = getIcon;
263263

264264
const Name = "Custom-icons";
265-
const Version = "0.3.1";
265+
const Version = "0.3.3";
266266
const Description = "22020722";
267267
const Url = "https://github.com/Mariusthvdb/custom-icons";
268268
console.info(

0 commit comments

Comments
 (0)