From e5005cd565965b16adee089261a63fb2665041c7 Mon Sep 17 00:00:00 2001 From: Robin Date: Mon, 21 Oct 2019 15:54:15 -0700 Subject: [PATCH] Add tags to the icons resources --- resources/icons.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/icons.json b/resources/icons.json index 72510a6..c3e49d5 100644 --- a/resources/icons.json +++ b/resources/icons.json @@ -6,25 +6,25 @@ "title": "Font awesome", "desc": "CSS and LESS based font and icon toolkit.", "url": "https://fontawesome.com/", - "tags": [] + "tags": ["icons", "logos", "vector"] }, { "title": "Icomoon", "desc": "IcoMoon provides a package of vector icons, along with a free HTML5 app for making custom icon fonts or SVG sprites.", "url": "https://icomoon.io/", - "tags": [] + "tags": ["packs", "svg", "png"] }, { "title": "Icons8", "desc": "Get free icons designed to combine perfectly and fit into the style of your design.", "url": "https://icons8.com/", - "tags": [] + "tags": ["packs", "fonts", "editable", "offline"] }, { "title": "Material Icons", "desc": "Material icons are delightful, beautifully crafted symbols for common actions and items. Download on desktop to use them in your digital products for Android, iOS, and web.", "url": "https://material.io/resources/icons", - "tags": [] + "tags": ["animated", "fonts", "free", "themes"] } ] }