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

Commit f19773c

Browse files
authored
Merge pull request #35 from Mariusthvdb/add-several-removed-files
add several removed files
2 parents 1961500 + 1ad57ef commit f19773c

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

custom-icons.js

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,18 @@ const CUSTOM_ICONS_MAP = {
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",
232232
keywords: ["computer"]
233+
},
234+
"tablet-ipad-legacy":{
235+
path:"M19,19H4V3H19M11.5,23A1.5,1.5 0 0,1 10,21.5A1.5,1.5 0 0,1 11.5,20A1.5,1.5 0 0,1 13,21.5A1.5,1.5 0 0,1 11.5,23M18.5,0H4.5A2.5,2.5 0 0,0 2,2.5V21.5A2.5,2.5 0 0,0 4.5,24H18.5A2.5,2.5 0 0,0 21,21.5V2.5A2.5,2.5 0 0,0 18.5,0Z",
236+
keywords: ["computer","apple"]
237+
},
238+
"laptop-chromebook":{
239+
path:"M20,15H4V5H20M14,18H10V17H14M22,18V3H2V18H0V20H24V18H22Z",
240+
keywords: ["computer"]
241+
},
242+
"laptop-windows":{
243+
path:"M3,4H21A1,1 0 0,1 22,5V16A1,1 0 0,1 21,17H22L24,20V21H0V20L2,17H3A1,1 0 0,1 2,16V5A1,1 0 0,1 3,4M4,6V15H20V6H4Z",
244+
keywords: ["computer"]
233245
}
234246
};
235247

@@ -262,7 +274,7 @@ window.customIconsets = window.customIconsets || {};
262274
window.customIconsets["cil"] = getIcon;
263275

264276
const Name = "Custom-icons";
265-
const Version = "0.3.3";
277+
const Version = "0.3.4";
266278
const Description = "22020722";
267279
const Url = "https://github.com/Mariusthvdb/custom-icons";
268280
console.info(

0 commit comments

Comments
 (0)