diff --git a/custom-icons.js b/custom-icons.js index 394587d..dd76f4f 100644 --- a/custom-icons.js +++ b/custom-icons.js @@ -210,7 +210,15 @@ const CUSTOM_ICONS_MAP = { "cooker-hood":{ path:"M0.57,11.59h22.86v3.02H0.57V11.59z M15.07,3.16h-0.36V1.83H9.14v1.33H8.76L0.57,6.78V9.6h22.86V6.77L15.07,3.16z M8.63,17.41l-1.34-1.2l-2.45,2.74l1.63,1.63l-1.05,1.05l0.64,0.64l0,0l0,0l0.64,0.64l2.33-2.33l-1.7-1.7L8.63,17.41z M18.63,17.41 l-1.34-1.2l-2.45,2.74l1.63,1.63l-1.05,1.05l0.64,0.64l0,0l0,0l0.64,0.64l2.33-2.33l-1.7-1.7L18.63,17.41z M13.63,17.41l-1.34-1.2 l-2.45,2.74l1.63,1.63l-1.05,1.05l0.64,0.64l0,0l0,0l0.64,0.64l2.33-2.33l-1.7-1.7L13.63,17.41z", keywords: ["range","oven","extractor","fan"] - } + }, + "google-home":{ + path:"M8.06,7.78C7.5,7.78 7.17,7.73 7.08,7.64L6.66,13.73C7.19,14.05 7.88,14.3 8.72,14.5C9.56,14.71 10.78,14.77 12.38,14.67C13.97,14.58 15.63,14.23 17.34,13.64L16.55,4.22C15.67,5.09 14.38,5.91 12.66,6.66C11.13,7.31 9.81,7.69 8.72,7.78H8.06M7.97,5.34C7.28,5.94 7,6.34 7.13,6.56C7.22,6.78 7.7,6.84 8.58,6.75C9.67,6.66 10.91,6.31 12.28,5.72C13.22,5.31 14.03,4.88 14.72,4.41C15.41,3.94 15.88,3.55 16.13,3.23C16.38,2.92 16.47,2.7 16.41,2.58C16.34,2.42 16.03,2.34 15.47,2.34C14.34,2.34 12.94,2.7 11.25,3.42C9.81,4.05 8.72,4.69 7.97,5.34M17.34,2.2C17.41,2.33 17.44,2.47 17.44,2.63L18.61,17C18.61,18.73 18,20.09 16.83,21.07C15.64,22.05 14.03,22.55 12,22.55C10,22.55 8.4,22.04 7.2,21C6,20 5.39,18.64 5.39,16.92L6.09,6.47C6.09,6.22 6.2,5.94 6.42,5.63C6.64,5.31 6.84,5.06 7.03,4.88L7.36,4.59C8.33,3.78 9.5,3.08 10.88,2.5C11.81,2.08 12.73,1.77 13.62,1.57C14.5,1.37 15.3,1.3 16,1.38C16.71,1.46 17.16,1.73 17.34,2.2Z", + keywords: ["home","computer","music"] + }, + "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"] + } }; async function getIcon(name) { @@ -242,8 +250,8 @@ window.customIconsets = window.customIconsets || {}; window.customIconsets["cil"] = getIcon; const Name = "Custom-icons"; -const Version = "0.2.0"; -const Description = "22020516"; +const Version = "0.3.1"; +const Description = "22020722"; const Url = "https://github.com/Mariusthvdb/custom-icons"; console.info( `%c ${Name} \n%c Version ${Version} ${Description}`,