diff options
| -rw-r--r-- | .build/generate.py (renamed from generate.py) | 0 | ||||
| -rw-r--r-- | gulpfile.js | 24 | ||||
| -rw-r--r-- | tags.json | 12639 | 
3 files changed, 9678 insertions, 2985 deletions
diff --git a/generate.py b/.build/generate.py index d763ed16..d763ed16 100644 --- a/generate.py +++ b/.build/generate.py diff --git a/gulpfile.js b/gulpfile.js index 86fc12be..e69c9e1d 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -230,8 +230,8 @@ gulp.task('iconfont-svg-outline', function (cb) {  			}).catch(error => console.log(error));  		}); -		// correct svg outline directions in a child process using fontforge  -		const generate = cp.spawn("fontforge", ["-lang=py", "-script", "generate.py"], { stdio: 'inherit' }); +		// correct svg outline directions in a child process using fontforge +		const generate = cp.spawn("fontforge", ["-lang=py", "-script", ".build/generate.py"], { stdio: 'inherit' });  		generate.on("close", function (code) {  			console.log(`Correcting svg outline directions exited with code ${code}`);  			if (!code) { @@ -314,7 +314,25 @@ gulp.task('iconfont-css', function (cb) {  	});  }); -gulp.task('build-iconfont', gulp.series('iconfont-prepare', 'iconfont-svg-outline', 'iconfont', 'iconfont-css', 'iconfont-clean')); +gulp.task('update-tags-unicode', function(cb) { +	let tags = require('./tags.json'), +		unicodes = require('./iconfont-unicode.json'); + +	for(let i in tags) { +		tags[i] = { +			...tags[i], +			unicode: unicodes[i], +		} +	} + +	console.log('tags', tags); + +	fs.writeFileSync(`tags.json`, JSON.stringify(tags, null, 2)); + +	cb(); +}); + +gulp.task('build-iconfont', gulp.series('iconfont-prepare', 'iconfont-svg-outline', 'iconfont', 'iconfont-css', 'iconfont-clean', 'update-tags-unicode'));  gulp.task('build-zip', function () {  	const version = p.version; @@ -1,4972 +1,11647 @@ -{  +{    "2fa": {      "category": "", -    "tags": ["2fa"], -    "version": "1.17" -  },  +    "tags": [ +      "2fa" +    ], +    "version": "1.17", +    "unicode": "eca0" +  },    "3d-cube-sphere": {      "category": "", -    "tags": ["3d", "cube", "sphere"], -    "version": "1.2" -  },  +    "tags": [ +      "3d", +      "cube", +      "sphere" +    ], +    "version": "1.2", +    "unicode": "ecd7" +  },    "a-b": {      "category": "", -    "tags": ["a", "b"], -    "version": "1.11" -  },  +    "tags": [ +      "a", +      "b" +    ], +    "version": "1.11", +    "unicode": "ec36" +  },    "access-point-off": {      "category": "Devices", -    "tags": ["access", "point", "off"], -    "version": "1.25" -  },  +    "tags": [ +      "access", +      "point", +      "off" +    ], +    "version": "1.25", +    "unicode": "ed1a" +  },    "access-point": {      "category": "Devices", -    "tags": ["access", "point"], -    "version": "1.25" -  },  +    "tags": [ +      "access", +      "point" +    ], +    "version": "1.25", +    "unicode": "ed1b" +  },    "accessible": {      "category": "", -    "tags": ["accessible", "low-vision", "blind", "disability", "handicapped"], -    "version": "1.4" -  },  +    "tags": [ +      "accessible", +      "low-vision", +      "blind", +      "disability", +      "handicapped" +    ], +    "version": "1.4", +    "unicode": "eba9" +  },    "activity": {      "category": "", -    "tags": ["activity", "pulse", "motion", "health", "action"], -    "version": "1.0" -  },  +    "tags": [ +      "activity", +      "pulse", +      "motion", +      "health", +      "action" +    ], +    "version": "1.0", +    "unicode": "ed23" +  },    "ad": {      "category": "", -    "tags": ["ad", "advert", "advertisement", "marketing", "commercial", "traffic"], -    "version": "1.1" -  },  +    "tags": [ +      "ad", +      "advert", +      "advertisement", +      "marketing", +      "commercial", +      "traffic" +    ], +    "version": "1.1", +    "unicode": "ea02" +  },    "adjustments-alt": {      "category": "", -    "tags": ["adjustments", "alt", "equalizer", "sliders", "controls", "settings", "filter"], -    "version": "1.11" -  },  +    "tags": [ +      "adjustments", +      "alt", +      "equalizer", +      "sliders", +      "controls", +      "settings", +      "filter" +    ], +    "version": "1.11", +    "unicode": "ec37" +  },    "adjustments-horizontal": {      "category": "", -    "tags": ["adjustments", "horizontal", "equalizer", "sliders", "controls", "settings", "filter"], -    "version": "1.11" -  },  +    "tags": [ +      "adjustments", +      "horizontal", +      "equalizer", +      "sliders", +      "controls", +      "settings", +      "filter" +    ], +    "version": "1.11", +    "unicode": "ec38" +  },    "adjustments": {      "category": "", -    "tags": ["adjustments", "equalizer", "sliders", "controls", "settings", "filter"], -    "version": "1.0" -  },  +    "tags": [ +      "adjustments", +      "equalizer", +      "sliders", +      "controls", +      "settings", +      "filter" +    ], +    "version": "1.0", +    "unicode": "ea03" +  },    "alarm": {      "category": "", -    "tags": ["alarm", "time", "watch", "clock", "ring"], -    "version": "1.1" -  },  +    "tags": [ +      "alarm", +      "time", +      "watch", +      "clock", +      "ring" +    ], +    "version": "1.1", +    "unicode": "ea04" +  },    "alert-circle": {      "category": "", -    "tags": ["alert", "circle", "warning", "danger", "caution", "risk"], -    "version": "1.0" -  },  +    "tags": [ +      "alert", +      "circle", +      "warning", +      "danger", +      "caution", +      "risk" +    ], +    "version": "1.0", +    "unicode": "ea05" +  },    "alert-octagon": {      "category": "", -    "tags": ["alert", "octagon"], -    "version": "1.19" -  },  +    "tags": [ +      "alert", +      "octagon" +    ], +    "version": "1.19", +    "unicode": "ecc6" +  },    "alert-triangle": {      "category": "", -    "tags": ["alert", "triangle", "warning", "danger", "caution", "risk"], -    "version": "1.0" -  },  +    "tags": [ +      "alert", +      "triangle", +      "warning", +      "danger", +      "caution", +      "risk" +    ], +    "version": "1.0", +    "unicode": "ea06" +  },    "alien": {      "category": "", -    "tags": ["alien"], -    "version": "1.7" -  },  +    "tags": [ +      "alien" +    ], +    "version": "1.7", +    "unicode": "ebde" +  },    "align-center": {      "category": "Text", -    "tags": ["align", "center", "text", "alignment", "position"], -    "version": "1.0" -  },  +    "tags": [ +      "align", +      "center", +      "text", +      "alignment", +      "position" +    ], +    "version": "1.0", +    "unicode": "ea07" +  },    "align-justified": {      "category": "Text", -    "tags": ["align", "justified", "text", "alignment", "position"], -    "version": "1.0" -  },  +    "tags": [ +      "align", +      "justified", +      "text", +      "alignment", +      "position" +    ], +    "version": "1.0", +    "unicode": "ea08" +  },    "align-left": {      "category": "Text", -    "tags": ["align", "left", "text", "alignment", "position"], -    "version": "1.0" -  },  +    "tags": [ +      "align", +      "left", +      "text", +      "alignment", +      "position" +    ], +    "version": "1.0", +    "unicode": "ea09" +  },    "align-right": {      "category": "Text", -    "tags": ["align", "right", "text", "alignment", "position"], -    "version": "1.0" -  },  +    "tags": [ +      "align", +      "right", +      "text", +      "alignment", +      "position" +    ], +    "version": "1.0", +    "unicode": "ea0a" +  },    "ambulance": {      "category": "Vehicles", -    "tags": ["ambulance"], -    "version": "1.8" -  },  +    "tags": [ +      "ambulance" +    ], +    "version": "1.8", +    "unicode": "ebf5" +  },    "anchor": {      "category": "Map", -    "tags": ["anchor", "hold", "ship", "harbor", "docks"], -    "version": "1.3" -  },  +    "tags": [ +      "anchor", +      "hold", +      "ship", +      "harbor", +      "docks" +    ], +    "version": "1.3", +    "unicode": "eb76" +  },    "antenna-bars-1": {      "category": "Devices", -    "tags": ["antenna", "bars", "1"], -    "version": "1.19" -  },  +    "tags": [ +      "antenna", +      "bars", +      "1" +    ], +    "version": "1.19", +    "unicode": "ecc7" +  },    "antenna-bars-2": {      "category": "Devices", -    "tags": ["antenna", "bars", "2"], -    "version": "1.19" -  },  +    "tags": [ +      "antenna", +      "bars", +      "2" +    ], +    "version": "1.19", +    "unicode": "ecc8" +  },    "antenna-bars-3": {      "category": "Devices", -    "tags": ["antenna", "bars", "3"], -    "version": "1.19" -  },  +    "tags": [ +      "antenna", +      "bars", +      "3" +    ], +    "version": "1.19", +    "unicode": "ecc9" +  },    "antenna-bars-4": {      "category": "Devices", -    "tags": ["antenna", "bars", "4"], -    "version": "1.19" -  },  +    "tags": [ +      "antenna", +      "bars", +      "4" +    ], +    "version": "1.19", +    "unicode": "ecca" +  },    "antenna-bars-5": {      "category": "Devices", -    "tags": ["antenna", "bars", "5"], -    "version": "1.19" -  },  +    "tags": [ +      "antenna", +      "bars", +      "5" +    ], +    "version": "1.19", +    "unicode": "eccb" +  },    "aperture": {      "category": "Photos", -    "tags": ["aperture", "hole", "opening", "vent"], -    "version": "1.2" -  },  +    "tags": [ +      "aperture", +      "hole", +      "opening", +      "vent" +    ], +    "version": "1.2", +    "unicode": "eb58" +  },    "apps": {      "category": "", -    "tags": ["apps", "application", "add-on", "user", "download", "mobile"], -    "version": "1.5" -  },  +    "tags": [ +      "apps", +      "application", +      "add-on", +      "user", +      "download", +      "mobile" +    ], +    "version": "1.5", +    "unicode": "ebb6" +  },    "archive": {      "category": "", -    "tags": ["archive", "box", "index", "records", "old", "collect"], -    "version": "1.0" -  },  +    "tags": [ +      "archive", +      "box", +      "index", +      "records", +      "old", +      "collect" +    ], +    "version": "1.0", +    "unicode": "ea0b" +  },    "arrow-back-up": {      "category": "Arrows", -    "tags": ["arrow", "back", "up", "pointer", "return", "revert", "reverse"], -    "version": "1.3" -  },  +    "tags": [ +      "arrow", +      "back", +      "up", +      "pointer", +      "return", +      "revert", +      "reverse" +    ], +    "version": "1.3", +    "unicode": "eb77" +  },    "arrow-back": {      "category": "Arrows", -    "tags": ["arrow", "back", "pointer", "return", "revert", "reverse"], -    "version": "1.1" -  },  +    "tags": [ +      "arrow", +      "back", +      "pointer", +      "return", +      "revert", +      "reverse" +    ], +    "version": "1.1", +    "unicode": "ea0c" +  },    "arrow-bar-down": {      "category": "Arrows", -    "tags": ["arrow", "bar", "down", "drag", "move"], -    "version": "1.0" -  },  +    "tags": [ +      "arrow", +      "bar", +      "down", +      "drag", +      "move" +    ], +    "version": "1.0", +    "unicode": "ea0d" +  },    "arrow-bar-left": {      "category": "Arrows", -    "tags": ["arrow", "bar", "left", "drag", "move"], -    "version": "1.0" -  },  +    "tags": [ +      "arrow", +      "bar", +      "left", +      "drag", +      "move" +    ], +    "version": "1.0", +    "unicode": "ea0e" +  },    "arrow-bar-right": {      "category": "Arrows", -    "tags": ["arrow", "bar", "right", "drag", "move"], -    "version": "1.0" -  },  +    "tags": [ +      "arrow", +      "bar", +      "right", +      "drag", +      "move" +    ], +    "version": "1.0", +    "unicode": "ea0f" +  },    "arrow-bar-to-down": {      "category": "Arrows", -    "tags": ["arrow", "bar", "to", "down", "drag", "move"], -    "version": "1.15" -  },  +    "tags": [ +      "arrow", +      "bar", +      "to", +      "down", +      "drag", +      "move" +    ], +    "version": "1.15", +    "unicode": "ec88" +  },    "arrow-bar-to-left": {      "category": "Arrows", -    "tags": ["arrow", "bar", "to", "left", "drag", "move"], -    "version": "1.15" -  },  +    "tags": [ +      "arrow", +      "bar", +      "to", +      "left", +      "drag", +      "move" +    ], +    "version": "1.15", +    "unicode": "ec89" +  },    "arrow-bar-to-right": {      "category": "Arrows", -    "tags": ["arrow", "bar", "to", "right", "drag", "move"], -    "version": "1.15" -  },  +    "tags": [ +      "arrow", +      "bar", +      "to", +      "right", +      "drag", +      "move" +    ], +    "version": "1.15", +    "unicode": "ec8a" +  },    "arrow-bar-to-up": {      "category": "Arrows", -    "tags": ["arrow", "bar", "to", "up", "drag", "move"], -    "version": "1.15" -  },  +    "tags": [ +      "arrow", +      "bar", +      "to", +      "up", +      "drag", +      "move" +    ], +    "version": "1.15", +    "unicode": "ec8b" +  },    "arrow-bar-up": {      "category": "Arrows", -    "tags": ["arrow", "bar", "up", "drag", "move"], -    "version": "1.0" -  },  +    "tags": [ +      "arrow", +      "bar", +      "up", +      "drag", +      "move" +    ], +    "version": "1.0", +    "unicode": "ea10" +  },    "arrow-big-down": {      "category": "Arrows", -    "tags": ["arrow", "big", "down"], -    "version": "1.37" -  },  +    "tags": [ +      "arrow", +      "big", +      "down" +    ], +    "version": "1.37", +    "unicode": "edda" +  },    "arrow-big-left": {      "category": "Arrows", -    "tags": ["arrow", "big", "left"], -    "version": "1.37" -  },  +    "tags": [ +      "arrow", +      "big", +      "left" +    ], +    "version": "1.37", +    "unicode": "eddb" +  },    "arrow-big-right": {      "category": "Arrows", -    "tags": ["arrow", "big", "right"], -    "version": "1.37" -  },  +    "tags": [ +      "arrow", +      "big", +      "right" +    ], +    "version": "1.37", +    "unicode": "eddc" +  },    "arrow-big-top": {      "category": "Arrows", -    "tags": ["arrow", "big", "top"], -    "version": "1.37" -  },  +    "tags": [ +      "arrow", +      "big", +      "top" +    ], +    "version": "1.37", +    "unicode": "eddd" +  },    "arrow-bottom-bar": {      "category": "Arrows", -    "tags": ["arrow", "bottom", "bar"], -    "version": "1.35" -  },  +    "tags": [ +      "arrow", +      "bottom", +      "bar" +    ], +    "version": "1.35", +    "unicode": "ed98" +  },    "arrow-bottom-circle": {      "category": "Arrows", -    "tags": ["arrow", "bottom", "circle"], -    "version": "1.35" -  },  +    "tags": [ +      "arrow", +      "bottom", +      "circle" +    ], +    "version": "1.35", +    "unicode": "ed99" +  },    "arrow-bottom-square": {      "category": "Arrows", -    "tags": ["arrow", "bottom", "square"], -    "version": "1.35" -  },  +    "tags": [ +      "arrow", +      "bottom", +      "square" +    ], +    "version": "1.35", +    "unicode": "ed9a" +  },    "arrow-bottom-tail": {      "category": "Arrows", -    "tags": ["arrow", "bottom", "tail"], -    "version": "1.35" -  },  +    "tags": [ +      "arrow", +      "bottom", +      "tail" +    ], +    "version": "1.35", +    "unicode": "ed9b" +  },    "arrow-down-circle": {      "category": "Arrows", -    "tags": ["arrow", "down", "circle", "proceed", "swipe", "below", "bottom"], -    "version": "1.0" -  },  +    "tags": [ +      "arrow", +      "down", +      "circle", +      "proceed", +      "swipe", +      "below", +      "bottom" +    ], +    "version": "1.0", +    "unicode": "ea11" +  },    "arrow-down-left-circle": {      "category": "Arrows", -    "tags": ["arrow", "down", "left", "circle", "corner", "bottom", "point"], -    "version": "1.0" -  },  +    "tags": [ +      "arrow", +      "down", +      "left", +      "circle", +      "corner", +      "bottom", +      "point" +    ], +    "version": "1.0", +    "unicode": "ea12" +  },    "arrow-down-left": {      "category": "Arrows", -    "tags": ["arrow", "down", "left", "corner", "bottom", "point"], -    "version": "1.0" -  },  +    "tags": [ +      "arrow", +      "down", +      "left", +      "corner", +      "bottom", +      "point" +    ], +    "version": "1.0", +    "unicode": "ea13" +  },    "arrow-down-right-circle": {      "category": "Arrows", -    "tags": ["arrow", "down", "right", "circle", "corner", "bottom", "point"], -    "version": "1.0" -  },  +    "tags": [ +      "arrow", +      "down", +      "right", +      "circle", +      "corner", +      "bottom", +      "point" +    ], +    "version": "1.0", +    "unicode": "ea14" +  },    "arrow-down-right": {      "category": "Arrows", -    "tags": ["arrow", "down", "right", "corner", "bottom", "point"], -    "version": "1.0" -  },  +    "tags": [ +      "arrow", +      "down", +      "right", +      "corner", +      "bottom", +      "point" +    ], +    "version": "1.0", +    "unicode": "ea15" +  },    "arrow-down": {      "category": "Arrows", -    "tags": ["arrow", "down", "proceed", "swipe", "below", "bottom"], -    "version": "1.0" -  },  +    "tags": [ +      "arrow", +      "down", +      "proceed", +      "swipe", +      "below", +      "bottom" +    ], +    "version": "1.0", +    "unicode": "ea16" +  },    "arrow-forward-up": {      "category": "Arrows", -    "tags": ["arrow", "forward", "up", "point", "turn", "next"], -    "version": "1.3" -  },  +    "tags": [ +      "arrow", +      "forward", +      "up", +      "point", +      "turn", +      "next" +    ], +    "version": "1.3", +    "unicode": "eb78" +  },    "arrow-forward": {      "category": "Arrows", -    "tags": ["arrow", "forward", "point", "turn", "next"], -    "version": "1.1" -  },  +    "tags": [ +      "arrow", +      "forward", +      "point", +      "turn", +      "next" +    ], +    "version": "1.1", +    "unicode": "ea17" +  },    "arrow-left-bar": {      "category": "Arrows", -    "tags": ["arrow", "left", "bar"], -    "version": "1.35" -  },  +    "tags": [ +      "arrow", +      "left", +      "bar" +    ], +    "version": "1.35", +    "unicode": "ed9c" +  },    "arrow-left-circle": {      "category": "Arrows", -    "tags": ["arrow", "left", "circle"], -    "version": "1.35" -  },  +    "tags": [ +      "arrow", +      "left", +      "circle" +    ], +    "version": "1.35", +    "unicode": "ea18" +  },    "arrow-left-square": {      "category": "Arrows", -    "tags": ["arrow", "left", "square"], -    "version": "1.35" -  },  +    "tags": [ +      "arrow", +      "left", +      "square" +    ], +    "version": "1.35", +    "unicode": "ed9d" +  },    "arrow-left-tail": {      "category": "Arrows", -    "tags": ["arrow", "left", "tail"], -    "version": "1.35" -  },  +    "tags": [ +      "arrow", +      "left", +      "tail" +    ], +    "version": "1.35", +    "unicode": "ed9e" +  },    "arrow-left": {      "category": "Arrows", -    "tags": ["arrow", "left", "back", "swipe", "return"], -    "version": "1.0" -  },  +    "tags": [ +      "arrow", +      "left", +      "back", +      "swipe", +      "return" +    ], +    "version": "1.0", +    "unicode": "ea19" +  },    "arrow-loop-left": {      "category": "Arrows", -    "tags": ["arrow", "loop", "left"], -    "version": "1.35" -  },  +    "tags": [ +      "arrow", +      "loop", +      "left" +    ], +    "version": "1.35", +    "unicode": "ed9f" +  },    "arrow-loop-right": {      "category": "Arrows", -    "tags": ["arrow", "loop", "right"], -    "version": "1.35" -  },  +    "tags": [ +      "arrow", +      "loop", +      "right" +    ], +    "version": "1.35", +    "unicode": "eda0" +  },    "arrow-narrow-down": {      "category": "Arrows", -    "tags": ["arrow", "narrow", "down", "bottom", "proceed", "swipe", "next"], -    "version": "1.0" -  },  +    "tags": [ +      "arrow", +      "narrow", +      "down", +      "bottom", +      "proceed", +      "swipe", +      "next" +    ], +    "version": "1.0", +    "unicode": "ea1a" +  },    "arrow-narrow-left": {      "category": "Arrows", -    "tags": ["arrow", "narrow", "left", "back", "previous", "pointer", "point"], -    "version": "1.0" -  },  +    "tags": [ +      "arrow", +      "narrow", +      "left", +      "back", +      "previous", +      "pointer", +      "point" +    ], +    "version": "1.0", +    "unicode": "ea1b" +  },    "arrow-narrow-right": {      "category": "Arrows", -    "tags": ["arrow", "narrow", "right", "next", "proceed", "point", "pointer"], -    "version": "1.0" -  },  +    "tags": [ +      "arrow", +      "narrow", +      "right", +      "next", +      "proceed", +      "point", +      "pointer" +    ], +    "version": "1.0", +    "unicode": "ea1c" +  },    "arrow-narrow-up": {      "category": "Arrows", -    "tags": ["arrow", "narrow", "up", "top", "point"], -    "version": "1.0" -  },  +    "tags": [ +      "arrow", +      "narrow", +      "up", +      "top", +      "point" +    ], +    "version": "1.0", +    "unicode": "ea1d" +  },    "arrow-ramp-left": {      "category": "Arrows", -    "tags": ["arrow", "ramp", "left"], -    "version": "1.28" -  },  +    "tags": [ +      "arrow", +      "ramp", +      "left" +    ], +    "version": "1.28", +    "unicode": "ed3c" +  },    "arrow-ramp-right": {      "category": "Arrows", -    "tags": ["arrow", "ramp", "right"], -    "version": "1.28" -  },  +    "tags": [ +      "arrow", +      "ramp", +      "right" +    ], +    "version": "1.28", +    "unicode": "ed3d" +  },    "arrow-right-bar": {      "category": "Arrows", -    "tags": ["arrow", "right", "bar"], -    "version": "1.35" -  },  +    "tags": [ +      "arrow", +      "right", +      "bar" +    ], +    "version": "1.35", +    "unicode": "eda1" +  },    "arrow-right-circle": {      "category": "Arrows", -    "tags": ["arrow", "right", "circle"], -    "version": "1.35" -  },  +    "tags": [ +      "arrow", +      "right", +      "circle" +    ], +    "version": "1.35", +    "unicode": "ea1e" +  },    "arrow-right-square": {      "category": "Arrows", -    "tags": ["arrow", "right", "square"], -    "version": "1.35" -  },  +    "tags": [ +      "arrow", +      "right", +      "square" +    ], +    "version": "1.35", +    "unicode": "eda2" +  },    "arrow-right-tail": {      "category": "Arrows", -    "tags": ["arrow", "right", "tail"], -    "version": "1.35" -  },  +    "tags": [ +      "arrow", +      "right", +      "tail" +    ], +    "version": "1.35", +    "unicode": "eda3" +  },    "arrow-right": {      "category": "Arrows", -    "tags": ["arrow", "right", "next", "proceed", "swipe"], -    "version": "1.0" -  },  +    "tags": [ +      "arrow", +      "right", +      "next", +      "proceed", +      "swipe" +    ], +    "version": "1.0", +    "unicode": "ea1f" +  },    "arrow-top-bar": {      "category": "Arrows", -    "tags": ["arrow", "top", "bar"], -    "version": "1.35" -  },  +    "tags": [ +      "arrow", +      "top", +      "bar" +    ], +    "version": "1.35", +    "unicode": "eda4" +  },    "arrow-top-circle": {      "category": "Arrows", -    "tags": ["arrow", "top", "circle"], -    "version": "1.35" -  },  +    "tags": [ +      "arrow", +      "top", +      "circle" +    ], +    "version": "1.35", +    "unicode": "eda5" +  },    "arrow-top-square": {      "category": "Arrows", -    "tags": ["arrow", "top", "square"], -    "version": "1.35" -  },  +    "tags": [ +      "arrow", +      "top", +      "square" +    ], +    "version": "1.35", +    "unicode": "eda6" +  },    "arrow-top-tail": {      "category": "Arrows", -    "tags": ["arrow", "top", "tail"], -    "version": "1.35" -  },  +    "tags": [ +      "arrow", +      "top", +      "tail" +    ], +    "version": "1.35", +    "unicode": "eda7" +  },    "arrow-up-circle": {      "category": "Arrows", -    "tags": ["arrow", "up", "circle", "top", "point"], -    "version": "1.0" -  },  +    "tags": [ +      "arrow", +      "up", +      "circle", +      "top", +      "point" +    ], +    "version": "1.0", +    "unicode": "ea20" +  },    "arrow-up-left-circle": {      "category": "Arrows", -    "tags": ["arrow", "up", "left", "circle", "top", "corner", "point"], -    "version": "1.0" -  },  +    "tags": [ +      "arrow", +      "up", +      "left", +      "circle", +      "top", +      "corner", +      "point" +    ], +    "version": "1.0", +    "unicode": "ea21" +  },    "arrow-up-left": {      "category": "Arrows", -    "tags": ["arrow", "up", "left", "top", "corner", "point"], -    "version": "1.0" -  },  +    "tags": [ +      "arrow", +      "up", +      "left", +      "top", +      "corner", +      "point" +    ], +    "version": "1.0", +    "unicode": "ea22" +  },    "arrow-up-right-circle": {      "category": "Arrows", -    "tags": ["arrow", "up", "right", "circle", "top", "corner", "point"], -    "version": "1.0" -  },  +    "tags": [ +      "arrow", +      "up", +      "right", +      "circle", +      "top", +      "corner", +      "point" +    ], +    "version": "1.0", +    "unicode": "ea23" +  },    "arrow-up-right": {      "category": "Arrows", -    "tags": ["arrow", "up", "right", "top", "corner", "point"], -    "version": "1.0" -  },  +    "tags": [ +      "arrow", +      "up", +      "right", +      "top", +      "corner", +      "point" +    ], +    "version": "1.0", +    "unicode": "ea24" +  },    "arrow-up": {      "category": "Arrows", -    "tags": ["arrow", "up", "top", "point"], -    "version": "1.0" -  },  +    "tags": [ +      "arrow", +      "up", +      "top", +      "point" +    ], +    "version": "1.0", +    "unicode": "ea25" +  },    "arrow-wave-left-down": {      "category": "Arrows", -    "tags": ["arrow", "wave", "left", "down"], -    "version": "1.35" -  },  +    "tags": [ +      "arrow", +      "wave", +      "left", +      "down" +    ], +    "version": "1.35", +    "unicode": "eda8" +  },    "arrow-wave-left-up": {      "category": "Arrows", -    "tags": ["arrow", "wave", "left", "up"], -    "version": "1.35" -  },  +    "tags": [ +      "arrow", +      "wave", +      "left", +      "up" +    ], +    "version": "1.35", +    "unicode": "eda9" +  },    "arrow-wave-right-down": {      "category": "Arrows", -    "tags": ["arrow", "wave", "right", "down"], -    "version": "1.35" -  },  +    "tags": [ +      "arrow", +      "wave", +      "right", +      "down" +    ], +    "version": "1.35", +    "unicode": "edaa" +  },    "arrow-wave-right-up": {      "category": "Arrows", -    "tags": ["arrow", "wave", "right", "up"], -    "version": "1.35" -  },  +    "tags": [ +      "arrow", +      "wave", +      "right", +      "up" +    ], +    "version": "1.35", +    "unicode": "edab" +  },    "arrows-diagonal-2": {      "category": "Arrows", -    "tags": ["arrows", "diagonal", "2", "zoom", "corners", "stretch"], -    "version": "1.0" -  },  +    "tags": [ +      "arrows", +      "diagonal", +      "2", +      "zoom", +      "corners", +      "stretch" +    ], +    "version": "1.0", +    "unicode": "ea26" +  },    "arrows-diagonal": {      "category": "Arrows", -    "tags": ["arrows", "diagonal", "zoom", "corners", "stretch"], -    "version": "1.0" -  },  +    "tags": [ +      "arrows", +      "diagonal", +      "zoom", +      "corners", +      "stretch" +    ], +    "version": "1.0", +    "unicode": "ea27" +  },    "arrows-double-ne-sw": {      "category": "Arrows", -    "tags": ["arrows", "double", "ne", "sw"], -    "version": "1.37" -  },  +    "tags": [ +      "arrows", +      "double", +      "ne", +      "sw" +    ], +    "version": "1.37", +    "unicode": "edde" +  },    "arrows-double-nw-se": {      "category": "Arrows", -    "tags": ["arrows", "double", "nw", "se"], -    "version": "1.37" -  },  +    "tags": [ +      "arrows", +      "double", +      "nw", +      "se" +    ], +    "version": "1.37", +    "unicode": "eddf" +  },    "arrows-double-se-nw": {      "category": "Arrows", -    "tags": ["arrows", "double", "se", "nw"], -    "version": "1.37" -  },  +    "tags": [ +      "arrows", +      "double", +      "se", +      "nw" +    ], +    "version": "1.37", +    "unicode": "ede0" +  },    "arrows-double-sw-ne": {      "category": "Arrows", -    "tags": ["arrows", "double", "sw", "ne"], -    "version": "1.37" -  },  +    "tags": [ +      "arrows", +      "double", +      "sw", +      "ne" +    ], +    "version": "1.37", +    "unicode": "ede1" +  },    "arrows-down-up": {      "category": "Arrows", -    "tags": ["arrows", "down", "up"], -    "version": "1.35" -  },  +    "tags": [ +      "arrows", +      "down", +      "up" +    ], +    "version": "1.35", +    "unicode": "edac" +  },    "arrows-down": {      "category": "Arrows", -    "tags": ["arrows", "down"], -    "version": "1.35" -  },  +    "tags": [ +      "arrows", +      "down" +    ], +    "version": "1.35", +    "unicode": "edad" +  },    "arrows-horizontal": {      "category": "Arrows", -    "tags": ["arrows", "horizontal", "zoom", "stretch", "left", "right"], -    "version": "1.2" -  },  +    "tags": [ +      "arrows", +      "horizontal", +      "zoom", +      "stretch", +      "left", +      "right" +    ], +    "version": "1.2", +    "unicode": "eb59" +  },    "arrows-join-2": {      "category": "Arrows", -    "tags": ["arrows", "join", "2"], -    "version": "1.35" -  },  +    "tags": [ +      "arrows", +      "join", +      "2" +    ], +    "version": "1.35", +    "unicode": "edae" +  },    "arrows-join": {      "category": "Arrows", -    "tags": ["arrows", "join"], -    "version": "1.35" -  },  +    "tags": [ +      "arrows", +      "join" +    ], +    "version": "1.35", +    "unicode": "edaf" +  },    "arrows-left-right": {      "category": "Arrows", -    "tags": ["arrows", "left", "right"], -    "version": "1.35" -  },  +    "tags": [ +      "arrows", +      "left", +      "right" +    ], +    "version": "1.35", +    "unicode": "edb0" +  },    "arrows-left": {      "category": "Arrows", -    "tags": ["arrows", "left"], -    "version": "1.35" -  },  +    "tags": [ +      "arrows", +      "left" +    ], +    "version": "1.35", +    "unicode": "edb1" +  },    "arrows-maximize": {      "category": "Arrows", -    "tags": ["arrows", "maximize", "fullscreen", "expand"], -    "version": "1.0" -  },  +    "tags": [ +      "arrows", +      "maximize", +      "fullscreen", +      "expand" +    ], +    "version": "1.0", +    "unicode": "ea28" +  },    "arrows-minimize": {      "category": "Arrows", -    "tags": ["arrows", "minimize", "fullscreen", "exit", "close"], -    "version": "1.0" -  },  +    "tags": [ +      "arrows", +      "minimize", +      "fullscreen", +      "exit", +      "close" +    ], +    "version": "1.0", +    "unicode": "ea29" +  },    "arrows-right-left": {      "category": "Arrows", -    "tags": ["arrows", "right", "left"], -    "version": "1.35" -  },  +    "tags": [ +      "arrows", +      "right", +      "left" +    ], +    "version": "1.35", +    "unicode": "edb2" +  },    "arrows-right": {      "category": "Arrows", -    "tags": ["arrows", "right"], -    "version": "1.35" -  },  +    "tags": [ +      "arrows", +      "right" +    ], +    "version": "1.35", +    "unicode": "edb3" +  },    "arrows-sort": {      "category": "Arrows", -    "tags": ["arrows", "sort", "top", "bottom", "parallel", "order"], -    "version": "1.2" -  },  +    "tags": [ +      "arrows", +      "sort", +      "top", +      "bottom", +      "parallel", +      "order" +    ], +    "version": "1.2", +    "unicode": "eb5a" +  },    "arrows-split-2": {      "category": "Arrows", -    "tags": ["arrows", "split", "2"], -    "version": "1.35" -  },  +    "tags": [ +      "arrows", +      "split", +      "2" +    ], +    "version": "1.35", +    "unicode": "edb4" +  },    "arrows-split": {      "category": "Arrows", -    "tags": ["arrows", "split"], -    "version": "1.35" -  },  +    "tags": [ +      "arrows", +      "split" +    ], +    "version": "1.35", +    "unicode": "edb5" +  },    "arrows-up-down": {      "category": "Arrows", -    "tags": ["arrows", "up", "down"], -    "version": "1.35" -  },  +    "tags": [ +      "arrows", +      "up", +      "down" +    ], +    "version": "1.35", +    "unicode": "edb6" +  },    "arrows-up": {      "category": "Arrows", -    "tags": ["arrows", "up"], -    "version": "1.35" -  },  +    "tags": [ +      "arrows", +      "up" +    ], +    "version": "1.35", +    "unicode": "edb7" +  },    "arrows-vertical": {      "category": "Arrows", -    "tags": ["arrows", "vertical", "expand", "stretch", "top", "bottom"], -    "version": "1.2" -  },  +    "tags": [ +      "arrows", +      "vertical", +      "expand", +      "stretch", +      "top", +      "bottom" +    ], +    "version": "1.2", +    "unicode": "eb5b" +  },    "artboard": {      "category": "", -    "tags": ["artboard", "graphics", "drawing", "design", "art", "canvas"], -    "version": "1.1" -  },  +    "tags": [ +      "artboard", +      "graphics", +      "drawing", +      "design", +      "art", +      "canvas" +    ], +    "version": "1.1", +    "unicode": "ea2a" +  },    "aspect-ratio": {      "category": "Media", -    "tags": ["aspect", "ratio"], -    "version": "1.27" -  },  +    "tags": [ +      "aspect", +      "ratio" +    ], +    "version": "1.27", +    "unicode": "ed30" +  },    "at": {      "category": "", -    "tags": ["at", "email", "message", "mention", "sign", "@"], -    "version": "1.0" -  },  +    "tags": [ +      "at", +      "email", +      "message", +      "mention", +      "sign", +      "@" +    ], +    "version": "1.0", +    "unicode": "ea2b" +  },    "atom-2": {      "category": "", -    "tags": ["atom", "2"], -    "version": "1.7" -  },  +    "tags": [ +      "atom", +      "2" +    ], +    "version": "1.7", +    "unicode": "ebdf" +  },    "atom": {      "category": "", -    "tags": ["atom", "unit", "element", "part", "electrons"], -    "version": "1.3" -  },  +    "tags": [ +      "atom", +      "unit", +      "element", +      "part", +      "electrons" +    ], +    "version": "1.3", +    "unicode": "eb79" +  },    "award": {      "category": "", -    "tags": ["award", "prize", "reward", "competition", "contest", "win"], -    "version": "1.1" -  },  +    "tags": [ +      "award", +      "prize", +      "reward", +      "competition", +      "contest", +      "win" +    ], +    "version": "1.1", +    "unicode": "ea2c" +  },    "backhoe": {      "category": "Vehicles", -    "tags": ["backhoe"], -    "version": "1.34" -  },  +    "tags": [ +      "backhoe" +    ], +    "version": "1.34", +    "unicode": "ed86" +  },    "backspace": {      "category": "Text", -    "tags": ["backspace", "delete", "remove", "eliminate"], -    "version": "1.0" -  },  +    "tags": [ +      "backspace", +      "delete", +      "remove", +      "eliminate" +    ], +    "version": "1.0", +    "unicode": "ea2d" +  },    "ball-basketball": {      "category": "Sport", -    "tags": ["ball", "basketball"], -    "version": "1.1" -  },  +    "tags": [ +      "ball", +      "basketball" +    ], +    "version": "1.1", +    "unicode": "ec28" +  },    "ball-bowling": {      "category": "Sport", -    "tags": ["ball", "bowling"], -    "version": "1.1" -  },  +    "tags": [ +      "ball", +      "bowling" +    ], +    "version": "1.1", +    "unicode": "ec29" +  },    "ball-tennis": {      "category": "Sport", -    "tags": ["ball", "tennis"], -    "version": "1.1" -  },  +    "tags": [ +      "ball", +      "tennis" +    ], +    "version": "1.1", +    "unicode": "ec2a" +  },    "ball-volleyball": {      "category": "Sport", -    "tags": ["ball", "volleyball"], -    "version": "1.1" -  },  +    "tags": [ +      "ball", +      "volleyball" +    ], +    "version": "1.1", +    "unicode": "ec2b" +  },    "ban": {      "category": "", -    "tags": ["ban", "no", "reject", "restriction", "prohibited"], -    "version": "1.0" -  },  +    "tags": [ +      "ban", +      "no", +      "reject", +      "restriction", +      "prohibited" +    ], +    "version": "1.0", +    "unicode": "ea2e" +  },    "bandage": {      "category": "", -    "tags": ["bandage", "patch", "wound", "cut", "pain"], -    "version": "1.3" -  },  +    "tags": [ +      "bandage", +      "patch", +      "wound", +      "cut", +      "pain" +    ], +    "version": "1.3", +    "unicode": "eb7a" +  },    "barcode": {      "category": "", -    "tags": ["barcode", "product", "shop", "scan", "supermarket"], -    "version": "1.5" -  },  +    "tags": [ +      "barcode", +      "product", +      "shop", +      "scan", +      "supermarket" +    ], +    "version": "1.5", +    "unicode": "ebc6" +  },    "basket": {      "category": "", -    "tags": ["basket"], -    "version": "1.7" -  },  +    "tags": [ +      "basket" +    ], +    "version": "1.7", +    "unicode": "ebe1" +  },    "battery-1": {      "category": "Devices", -    "tags": ["battery", "1", "energy", "power", "electricity"], -    "version": "1.0" -  },  +    "tags": [ +      "battery", +      "1", +      "energy", +      "power", +      "electricity" +    ], +    "version": "1.0", +    "unicode": "ea2f" +  },    "battery-2": {      "category": "Devices", -    "tags": ["battery", "2", "energy", "power", "electricity"], -    "version": "1.0" -  },  +    "tags": [ +      "battery", +      "2", +      "energy", +      "power", +      "electricity" +    ], +    "version": "1.0", +    "unicode": "ea30" +  },    "battery-3": {      "category": "Devices", -    "tags": ["battery", "3", "energy", "power", "electricity"], -    "version": "1.0" -  },  +    "tags": [ +      "battery", +      "3", +      "energy", +      "power", +      "electricity" +    ], +    "version": "1.0", +    "unicode": "ea31" +  },    "battery-4": {      "category": "Devices", -    "tags": ["battery", "4", "energy", "power", "electricity"], -    "version": "1.0" -  },  +    "tags": [ +      "battery", +      "4", +      "energy", +      "power", +      "electricity" +    ], +    "version": "1.0", +    "unicode": "ea32" +  },    "battery-charging": {      "category": "Devices", -    "tags": ["battery", "charging", "charge", "energy", "power", "electricity"], -    "version": "1.0" -  },  +    "tags": [ +      "battery", +      "charging", +      "charge", +      "energy", +      "power", +      "electricity" +    ], +    "version": "1.0", +    "unicode": "ea33" +  },    "battery-off": {      "category": "Devices", -    "tags": ["battery", "off", "energy", "power", "electricity"], -    "version": "1.25" -  },  +    "tags": [ +      "battery", +      "off", +      "energy", +      "power", +      "electricity" +    ], +    "version": "1.25", +    "unicode": "ed1c" +  },    "battery": {      "category": "Devices", -    "tags": ["battery", "energy", "power", "electricity"], -    "version": "1.0" -  },  +    "tags": [ +      "battery", +      "energy", +      "power", +      "electricity" +    ], +    "version": "1.0", +    "unicode": "ea34" +  },    "bed": {      "category": "", -    "tags": ["bed", "sleep", "night", "bedroom", "rest"], -    "version": "1.2" -  },  +    "tags": [ +      "bed", +      "sleep", +      "night", +      "bedroom", +      "rest" +    ], +    "version": "1.2", +    "unicode": "eb5c" +  },    "bell-minus": {      "category": "System", -    "tags": ["bell", "minus"], -    "version": "1.37" -  },  +    "tags": [ +      "bell", +      "minus" +    ], +    "version": "1.37", +    "unicode": "ede2" +  },    "bell-off": {      "category": "System", -    "tags": ["bell", "off"], -    "version": "1.22" -  },  +    "tags": [ +      "bell", +      "off" +    ], +    "version": "1.22", +    "unicode": "ece9" +  },    "bell-plus": {      "category": "System", -    "tags": ["bell", "plus"], -    "version": "1.37" -  },  +    "tags": [ +      "bell", +      "plus" +    ], +    "version": "1.37", +    "unicode": "ede3" +  },    "bell-ringing-2": {      "category": "System", -    "tags": ["bell", "ringing", "2", "alarm", "sound", "notification"], -    "version": "1.37" -  },  +    "tags": [ +      "bell", +      "ringing", +      "2", +      "alarm", +      "sound", +      "notification" +    ], +    "version": "1.37", +    "unicode": "ede4" +  },    "bell-ringing": {      "category": "System", -    "tags": ["bell", "ringing", "alarm", "sound", "notification"], -    "version": "1.24" -  },  +    "tags": [ +      "bell", +      "ringing", +      "alarm", +      "sound", +      "notification" +    ], +    "version": "1.24", +    "unicode": "ed07" +  },    "bell-x": {      "category": "System", -    "tags": ["bell", "x"], -    "version": "1.37" -  },  +    "tags": [ +      "bell", +      "x" +    ], +    "version": "1.37", +    "unicode": "ede5" +  },    "bell": {      "category": "System", -    "tags": ["bell", "alarm", "sound", "notification"], -    "version": "1.0" -  },  +    "tags": [ +      "bell", +      "alarm", +      "sound", +      "notification" +    ], +    "version": "1.0", +    "unicode": "ea35" +  },    "bike": {      "category": "Sport", -    "tags": ["bike", "cycling", "bicycle", "sport", "wheel"], -    "version": "1.0" -  },  +    "tags": [ +      "bike", +      "cycling", +      "bicycle", +      "sport", +      "wheel" +    ], +    "version": "1.0", +    "unicode": "ea36" +  },    "biohazard": {      "category": "Symbols", -    "tags": ["biohazard"], -    "version": "1.18" -  },  +    "tags": [ +      "biohazard" +    ], +    "version": "1.18", +    "unicode": "ecb8" +  },    "bluetooth-connected": {      "category": "Devices", -    "tags": ["bluetooth", "connected", "wireless", "connection", "connect"], -    "version": "1.22" -  },  +    "tags": [ +      "bluetooth", +      "connected", +      "wireless", +      "connection", +      "connect" +    ], +    "version": "1.22", +    "unicode": "ecea" +  },    "bluetooth-off": {      "category": "Devices", -    "tags": ["bluetooth", "off"], -    "version": "1.22" -  },  +    "tags": [ +      "bluetooth", +      "off" +    ], +    "version": "1.22", +    "unicode": "eceb" +  },    "bluetooth": {      "category": "Devices", -    "tags": ["bluetooth", "wireless", "connection", "connect"], -    "version": "1.0" -  },  +    "tags": [ +      "bluetooth", +      "wireless", +      "connection", +      "connect" +    ], +    "version": "1.0", +    "unicode": "ea37" +  },    "bold": {      "category": "Text", -    "tags": ["bold", "font", "style", "boldface"], -    "version": "1.3" -  },  +    "tags": [ +      "bold", +      "font", +      "style", +      "boldface" +    ], +    "version": "1.3", +    "unicode": "eb7b" +  },    "bolt-off": {      "category": "", -    "tags": ["bolt", "off"], -    "version": "1.22" -  },  +    "tags": [ +      "bolt", +      "off" +    ], +    "version": "1.22", +    "unicode": "ecec" +  },    "bolt": {      "category": "", -    "tags": ["bolt", "energy", "power", "electricity", "storm"], -    "version": "1.0" -  },  +    "tags": [ +      "bolt", +      "energy", +      "power", +      "electricity", +      "storm" +    ], +    "version": "1.0", +    "unicode": "ea38" +  },    "bone": {      "category": "", -    "tags": ["bone"], -    "version": "1.35" -  },  +    "tags": [ +      "bone" +    ], +    "version": "1.35", +    "unicode": "edb8" +  },    "book": {      "category": "Document", -    "tags": ["book", "read", "dictionary", "magazine", "library", "booklet", "novel"], -    "version": "1.0" -  },  +    "tags": [ +      "book", +      "read", +      "dictionary", +      "magazine", +      "library", +      "booklet", +      "novel" +    ], +    "version": "1.0", +    "unicode": "ea39" +  },    "bookmark-off": {      "category": "Document", -    "tags": ["bookmark", "off", "read", "clip", "marker", "tag"], -    "version": "1.22" -  },  +    "tags": [ +      "bookmark", +      "off", +      "read", +      "clip", +      "marker", +      "tag" +    ], +    "version": "1.22", +    "unicode": "eced" +  },    "bookmark": {      "category": "Document", -    "tags": ["bookmark", "read", "clip", "marker", "tag"], -    "version": "1.0" -  },  +    "tags": [ +      "bookmark", +      "read", +      "clip", +      "marker", +      "tag" +    ], +    "version": "1.0", +    "unicode": "ea3a" +  },    "bookmarks": {      "category": "Document", -    "tags": ["bookmarks"], -    "version": "1.24" -  },  +    "tags": [ +      "bookmarks" +    ], +    "version": "1.24", +    "unicode": "ed08" +  },    "border-all": {      "category": "Design", -    "tags": ["border", "all", "table", "side", "line"], -    "version": "1.0" -  },  +    "tags": [ +      "border", +      "all", +      "table", +      "side", +      "line" +    ], +    "version": "1.0", +    "unicode": "ea3b" +  },    "border-bottom": {      "category": "Design", -    "tags": ["border", "bottom", "table", "side", "line"], -    "version": "1.0" -  },  +    "tags": [ +      "border", +      "bottom", +      "table", +      "side", +      "line" +    ], +    "version": "1.0", +    "unicode": "ea3c" +  },    "border-horizontal": {      "category": "Design", -    "tags": ["border", "horizontal", "table", "side", "line"], -    "version": "1.0" -  },  +    "tags": [ +      "border", +      "horizontal", +      "table", +      "side", +      "line" +    ], +    "version": "1.0", +    "unicode": "ea3d" +  },    "border-inner": {      "category": "Design", -    "tags": ["border", "inner", "table", "side", "line"], -    "version": "1.0" -  },  +    "tags": [ +      "border", +      "inner", +      "table", +      "side", +      "line" +    ], +    "version": "1.0", +    "unicode": "ea3e" +  },    "border-left": {      "category": "Design", -    "tags": ["border", "left", "table", "side", "line"], -    "version": "1.0" -  },  +    "tags": [ +      "border", +      "left", +      "table", +      "side", +      "line" +    ], +    "version": "1.0", +    "unicode": "ea3f" +  },    "border-none": {      "category": "Design", -    "tags": ["border", "none", "table"], -    "version": "1.0" -  },  +    "tags": [ +      "border", +      "none", +      "table" +    ], +    "version": "1.0", +    "unicode": "ea40" +  },    "border-outer": {      "category": "Design", -    "tags": ["border", "outer", "table", "side", "line"], -    "version": "1.0" -  },  +    "tags": [ +      "border", +      "outer", +      "table", +      "side", +      "line" +    ], +    "version": "1.0", +    "unicode": "ea41" +  },    "border-radius": {      "category": "Design", -    "tags": ["border", "radius", "corner", "rounded", "line"], -    "version": "1.3" -  },  +    "tags": [ +      "border", +      "radius", +      "corner", +      "rounded", +      "line" +    ], +    "version": "1.3", +    "unicode": "eb7c" +  },    "border-right": {      "category": "Design", -    "tags": ["border", "right", "table", "side", "line"], -    "version": "1.0" -  },  +    "tags": [ +      "border", +      "right", +      "table", +      "side", +      "line" +    ], +    "version": "1.0", +    "unicode": "ea42" +  },    "border-top": {      "category": "Design", -    "tags": ["border", "top", "table", "side", "line"], -    "version": "1.0" -  },  +    "tags": [ +      "border", +      "top", +      "table", +      "side", +      "line" +    ], +    "version": "1.0", +    "unicode": "ea43" +  },    "border-vertical": {      "category": "Design", -    "tags": ["border", "vertical", "table", "side", "line"], -    "version": "1.0" -  },  +    "tags": [ +      "border", +      "vertical", +      "table", +      "side", +      "line" +    ], +    "version": "1.0", +    "unicode": "ea44" +  },    "box": {      "category": "", -    "tags": ["box", "cube", "app", "application", "package", "container"], -    "version": "1.0" -  },  +    "tags": [ +      "box", +      "cube", +      "app", +      "application", +      "package", +      "container" +    ], +    "version": "1.0", +    "unicode": "ea45" +  },    "braces": {      "category": "", -    "tags": ["braces", "punctuation", "additional", "information"], -    "version": "1.6" -  },  +    "tags": [ +      "braces", +      "punctuation", +      "additional", +      "information" +    ], +    "version": "1.6", +    "unicode": "ebcc" +  },    "brackets": {      "category": "", -    "tags": ["brackets", "punctuation", "additional", "information"], -    "version": "1.6" -  },  +    "tags": [ +      "brackets", +      "punctuation", +      "additional", +      "information" +    ], +    "version": "1.6", +    "unicode": "ebcd" +  },    "brand-airbnb": {      "category": "Brand", -    "tags": ["brand", "airbnb", "flat", "apartment", "holiday", "vacation", "city", "break", "book"], -    "version": "1.32" -  },  +    "tags": [ +      "brand", +      "airbnb", +      "flat", +      "apartment", +      "holiday", +      "vacation", +      "city", +      "break", +      "book" +    ], +    "version": "1.32", +    "unicode": "ed68" +  },    "brand-android": {      "category": "Brand", -    "tags": ["brand", "android", "OS", "company", "system", "interface", "software", "logo"], -    "version": "1.9" -  },  +    "tags": [ +      "brand", +      "android", +      "OS", +      "company", +      "system", +      "interface", +      "software", +      "logo" +    ], +    "version": "1.9", +    "unicode": "ec16" +  },    "brand-apple-arcade": {      "category": "Brand", -    "tags": ["brand", "apple", "arcade", "technology", "video", "game", "service", "macOS", "device", "play", "online"], -    "version": "1.32" -  },  +    "tags": [ +      "brand", +      "apple", +      "arcade", +      "technology", +      "video", +      "game", +      "service", +      "macOS", +      "device", +      "play", +      "online" +    ], +    "version": "1.32", +    "unicode": "ed69" +  },    "brand-apple": {      "category": "Brand", -    "tags": ["brand", "apple", "OS", "company", "system", "interface", "software", "devices", "logo"], -    "version": "1.9" -  },  +    "tags": [ +      "brand", +      "apple", +      "OS", +      "company", +      "system", +      "interface", +      "software", +      "devices", +      "logo" +    ], +    "version": "1.9", +    "unicode": "ec17" +  },    "brand-appstore": {      "category": "Brand", -    "tags": ["brand", "appstore", "shop", "online", "application", "logo"], -    "version": "1.26" -  },  +    "tags": [ +      "brand", +      "appstore", +      "shop", +      "online", +      "application", +      "logo" +    ], +    "version": "1.26", +    "unicode": "ed24" +  },    "brand-asana": {      "category": "Brand", -    "tags": ["brand", "asana", "task", "management", "project management", "manage", "collaborate", "collaboration", "team", "teamwork", "technology"], -    "version": "1.36" -  },  +    "tags": [ +      "brand", +      "asana", +      "task", +      "management", +      "project management", +      "manage", +      "collaborate", +      "collaboration", +      "team", +      "teamwork", +      "technology" +    ], +    "version": "1.36", +    "unicode": "edc5" +  },    "brand-behance": {      "category": "Brand", -    "tags": ["brand", "behance", "logo", "website", "Adobe", "project", "views", "marks", "platform", "designer"], -    "version": "1.13" -  },  +    "tags": [ +      "brand", +      "behance", +      "logo", +      "website", +      "Adobe", +      "project", +      "views", +      "marks", +      "platform", +      "designer" +    ], +    "version": "1.13", +    "unicode": "ec6e" +  },    "brand-bing": {      "category": "Brand", -    "tags": ["brand", "bing", "search", "result", "find", "search", "engine", "internet", "microsoft", "web", "technology"], -    "version": "1.36" -  },  +    "tags": [ +      "brand", +      "bing", +      "search", +      "result", +      "find", +      "search", +      "engine", +      "internet", +      "microsoft", +      "web", +      "technology" +    ], +    "version": "1.36", +    "unicode": "edc6" +  },    "brand-bitbucket": {      "category": "Brand", -    "tags": ["brand", "bitbucket", "version", "control", "repository", "hosting", "atlassian", "source", "code", "development", "git", "technology"], -    "version": "1.36" -  },  +    "tags": [ +      "brand", +      "bitbucket", +      "version", +      "control", +      "repository", +      "hosting", +      "atlassian", +      "source", +      "code", +      "development", +      "git", +      "technology" +    ], +    "version": "1.36", +    "unicode": "edc7" +  },    "brand-booking": {      "category": "Brand", -    "tags": ["brand", "booking", "flat", "apartment", "holiday", "vacation", "city", "break", "book", "rent"], -    "version": "1.36" -  },  +    "tags": [ +      "brand", +      "booking", +      "flat", +      "apartment", +      "holiday", +      "vacation", +      "city", +      "break", +      "book", +      "rent" +    ], +    "version": "1.36", +    "unicode": "edc8" +  },    "brand-chrome": {      "category": "Brand", -    "tags": ["brand", "chrome", "browser", "internet", "web", "logo"], -    "version": "1.9" -  },  +    "tags": [ +      "brand", +      "chrome", +      "browser", +      "internet", +      "web", +      "logo" +    ], +    "version": "1.9", +    "unicode": "ec18" +  },    "brand-codepen": {      "category": "Brand", -    "tags": ["brand", "codepen"], -    "version": "1.13" -  },  +    "tags": [ +      "brand", +      "codepen" +    ], +    "version": "1.13", +    "unicode": "ec6f" +  },    "brand-codesandbox": {      "category": "Brand", -    "tags": ["brand", "codesandbox", "online", "code", "editor", "prototyping", "prototype", "web", "app", "programming", "integrated", "development", "environment", "technology"], -    "version": "1.32" -  },  +    "tags": [ +      "brand", +      "codesandbox", +      "online", +      "code", +      "editor", +      "prototyping", +      "prototype", +      "web", +      "app", +      "programming", +      "integrated", +      "development", +      "environment", +      "technology" +    ], +    "version": "1.32", +    "unicode": "ed6a" +  },    "brand-css3": {      "category": "Brand", -    "tags": ["brand", "css3", "cascading", "style", "sheet", "programming", "development", "web", "website", "technology"], -    "version": "1.32" -  },  +    "tags": [ +      "brand", +      "css3", +      "cascading", +      "style", +      "sheet", +      "programming", +      "development", +      "web", +      "website", +      "technology" +    ], +    "version": "1.32", +    "unicode": "ed6b" +  },    "brand-deviantart": {      "category": "Brand", -    "tags": ["brand", "deviantart", "logo", "community", "internet", "works", "designer", "project", "presenting", "artist", "discussion", "website", "platform"], -    "version": "1.23" -  },  +    "tags": [ +      "brand", +      "deviantart", +      "logo", +      "community", +      "internet", +      "works", +      "designer", +      "project", +      "presenting", +      "artist", +      "discussion", +      "website", +      "platform" +    ], +    "version": "1.23", +    "unicode": "ecfb" +  },    "brand-discord": {      "category": "Brand", -    "tags": ["brand", "discord", "app", "application", "logo", "communication", "talks", "gamers", "freeware", "platform"], -    "version": "1.21" -  },  +    "tags": [ +      "brand", +      "discord", +      "app", +      "application", +      "logo", +      "communication", +      "talks", +      "gamers", +      "freeware", +      "platform" +    ], +    "version": "1.21", +    "unicode": "ece3" +  },    "brand-disqus": {      "category": "Brand", -    "tags": ["brand", "disqus", "comment", "blog", "service", "website", "online", "platform", "social", "networking", "technology"], -    "version": "1.36" -  },  +    "tags": [ +      "brand", +      "disqus", +      "comment", +      "blog", +      "service", +      "website", +      "online", +      "platform", +      "social", +      "networking", +      "technology" +    ], +    "version": "1.36", +    "unicode": "edc9" +  },    "brand-docker": {      "category": "Brand", -    "tags": ["brand", "docker", "app", "development", "hub", "platform", "software", "developer", "programming", "programmer", "virtualization", "technology"], -    "version": "1.36" -  },  +    "tags": [ +      "brand", +      "docker", +      "app", +      "development", +      "hub", +      "platform", +      "software", +      "developer", +      "programming", +      "programmer", +      "virtualization", +      "technology" +    ], +    "version": "1.36", +    "unicode": "edca" +  },    "brand-dribbble": {      "category": "Brand", -    "tags": ["brand", "dribbble", "logo", "website", "community", "project", "platform", "self-promotion", "designer", "portfolio"], -    "version": "1.18" -  },  +    "tags": [ +      "brand", +      "dribbble", +      "logo", +      "website", +      "community", +      "project", +      "platform", +      "self-promotion", +      "designer", +      "portfolio" +    ], +    "version": "1.18", +    "unicode": "ec19" +  },    "brand-edge": {      "category": "Brand", -    "tags": ["brand", "edge", "browser", "internet", "web", "logo", "explorer"], -    "version": "1.23" -  },  +    "tags": [ +      "brand", +      "edge", +      "browser", +      "internet", +      "web", +      "logo", +      "explorer" +    ], +    "version": "1.23", +    "unicode": "ecfc" +  },    "brand-facebook": {      "category": "Brand", -    "tags": ["brand", "facebook", "logo", "app", "application", "community", "social", "communication", "website", "user", "post", "images", "photos", "comment", "feedback"], -    "version": "1.18" -  },  +    "tags": [ +      "brand", +      "facebook", +      "logo", +      "app", +      "application", +      "community", +      "social", +      "communication", +      "website", +      "user", +      "post", +      "images", +      "photos", +      "comment", +      "feedback" +    ], +    "version": "1.18", +    "unicode": "ec1a" +  },    "brand-figma": {      "category": "Brand", -    "tags": ["brand", "figma", "logo", "editor", "graphic", "image", "implement", "prototyping"], -    "version": "1.16" -  },  +    "tags": [ +      "brand", +      "figma", +      "logo", +      "editor", +      "graphic", +      "image", +      "implement", +      "prototyping" +    ], +    "version": "1.16", +    "unicode": "ec93" +  },    "brand-firefox": {      "category": "Brand", -    "tags": ["brand", "firefox", "browser", "internet", "web", "logo"], -    "version": "1.23" -  },  +    "tags": [ +      "brand", +      "firefox", +      "browser", +      "internet", +      "web", +      "logo" +    ], +    "version": "1.23", +    "unicode": "ecfd" +  },    "brand-flickr": {      "category": "Brand", -    "tags": ["brand", "flickr", "logo", "website", "house", "facilitate", "sharing", "digital", "photos", "images"], -    "version": "1.23" -  },  +    "tags": [ +      "brand", +      "flickr", +      "logo", +      "website", +      "house", +      "facilitate", +      "sharing", +      "digital", +      "photos", +      "images" +    ], +    "version": "1.23", +    "unicode": "ecfe" +  },    "brand-foursquare": {      "category": "Brand", -    "tags": ["brand", "foursquare", "logo", "website", "community", "social", "network"], -    "version": "1.23" -  },  +    "tags": [ +      "brand", +      "foursquare", +      "logo", +      "website", +      "community", +      "social", +      "network" +    ], +    "version": "1.23", +    "unicode": "ecff" +  },    "brand-framer": {      "category": "Brand", -    "tags": ["brand", "framer"], -    "version": "1.9" -  },  +    "tags": [ +      "brand", +      "framer" +    ], +    "version": "1.9", +    "unicode": "ec1b" +  },    "brand-github": {      "category": "Brand", -    "tags": ["brand", "github"], -    "version": "1.18" -  },  +    "tags": [ +      "brand", +      "github" +    ], +    "version": "1.18", +    "unicode": "ec1c" +  },    "brand-gitlab": {      "category": "Brand", -    "tags": ["brand", "gitlab", "logo", "website", "software", "code", "programming", "programmers"], -    "version": "1.9" -  },  +    "tags": [ +      "brand", +      "gitlab", +      "logo", +      "website", +      "software", +      "code", +      "programming", +      "programmers" +    ], +    "version": "1.9", +    "unicode": "ec1d" +  },    "brand-google-analytics": {      "category": "Brand", -    "tags": ["brand", "google", "analytics", "advertising", "track", "website", "traffic", "e-commerce", "online", "technology"], -    "version": "1.36" -  },  +    "tags": [ +      "brand", +      "google", +      "analytics", +      "advertising", +      "track", +      "website", +      "traffic", +      "e-commerce", +      "online", +      "technology" +    ], +    "version": "1.36", +    "unicode": "edcb" +  },    "brand-google-drive": {      "category": "Brand", -    "tags": ["brand", "google", "drive", "logo", "cloud", "disc", "documents", "sheet", "presentation", "file", "edit"], -    "version": "1.9" -  },  +    "tags": [ +      "brand", +      "google", +      "drive", +      "logo", +      "cloud", +      "disc", +      "documents", +      "sheet", +      "presentation", +      "file", +      "edit" +    ], +    "version": "1.9", +    "unicode": "ec1e" +  },    "brand-google-play": {      "category": "Brand", -    "tags": ["brand", "google", "play", "logo", "application", "app", "shop", "store", "online"], -    "version": "1.26" -  },  +    "tags": [ +      "brand", +      "google", +      "play", +      "logo", +      "application", +      "app", +      "shop", +      "store", +      "online" +    ], +    "version": "1.26", +    "unicode": "ed25" +  },    "brand-google": {      "category": "Brand", -    "tags": ["brand", "google", "logo", "enterprise", "browser", "internet", "web", "discover"], -    "version": "1.18" -  },  +    "tags": [ +      "brand", +      "google", +      "logo", +      "enterprise", +      "browser", +      "internet", +      "web", +      "discover" +    ], +    "version": "1.18", +    "unicode": "ec1f" +  },    "brand-gravatar": {      "category": "Brand", -    "tags": ["brand", "gravatar", "avatar", "image", "face", "blog", "comment", "represent", "online", "technology"], -    "version": "1.36" -  },  +    "tags": [ +      "brand", +      "gravatar", +      "avatar", +      "image", +      "face", +      "blog", +      "comment", +      "represent", +      "online", +      "technology" +    ], +    "version": "1.36", +    "unicode": "edcc" +  },    "brand-hipchat": {      "category": "Brand", -    "tags": ["brand", "hipchat", "chat", "communicate", "communication", "talk", "discuss", "app", "collaborate", "collaboration", "technology"], -    "version": "1.36" -  },  +    "tags": [ +      "brand", +      "hipchat", +      "chat", +      "communicate", +      "communication", +      "talk", +      "discuss", +      "app", +      "collaborate", +      "collaboration", +      "technology" +    ], +    "version": "1.36", +    "unicode": "edcd" +  },    "brand-html5": {      "category": "Brand", -    "tags": ["brand", "html5", "programming", "development", "web", "website", "technology", "markup", "language", "technology"], -    "version": "1.32" -  },  +    "tags": [ +      "brand", +      "html5", +      "programming", +      "development", +      "web", +      "website", +      "technology", +      "markup", +      "language", +      "technology" +    ], +    "version": "1.32", +    "unicode": "ed6c" +  },    "brand-instagram": {      "category": "Brand", -    "tags": ["brand", "instagram", "logo", "app", "application", "images", "photos", "videos", "post", "stories", "online", "community"], -    "version": "1.9" -  },  +    "tags": [ +      "brand", +      "instagram", +      "logo", +      "app", +      "application", +      "images", +      "photos", +      "videos", +      "post", +      "stories", +      "online", +      "community" +    ], +    "version": "1.9", +    "unicode": "ec20" +  },    "brand-kickstarter": {      "category": "Brand", -    "tags": ["brand", "kickstarter", "crowdfunding", "platform", "project", "creative", "idea", "business", "launch", "technology"], -    "version": "1.36" -  },  +    "tags": [ +      "brand", +      "kickstarter", +      "crowdfunding", +      "platform", +      "project", +      "creative", +      "idea", +      "business", +      "launch", +      "technology" +    ], +    "version": "1.36", +    "unicode": "edce" +  },    "brand-kotlin": {      "category": "Brand", -    "tags": ["brand", "kotlin", "programming", "language", "programmer", "development", "developer", "technology"], -    "version": "1.32" -  },  +    "tags": [ +      "brand", +      "kotlin", +      "programming", +      "language", +      "programmer", +      "development", +      "developer", +      "technology" +    ], +    "version": "1.32", +    "unicode": "ed6d" +  },    "brand-linkedin": {      "category": "Brand", -    "tags": ["brand", "linkedin", "logo", "website", "corporation", "work", "business", "internet"], -    "version": "1.15" -  },  +    "tags": [ +      "brand", +      "linkedin", +      "logo", +      "website", +      "corporation", +      "work", +      "business", +      "internet" +    ], +    "version": "1.15", +    "unicode": "ec8c" +  },    "brand-medium": {      "category": "Brand", -    "tags": ["brand", "medium", "logo", "website", "brand", "wordmark", "design"], -    "version": "1.13" -  },  +    "tags": [ +      "brand", +      "medium", +      "logo", +      "website", +      "brand", +      "wordmark", +      "design" +    ], +    "version": "1.13", +    "unicode": "ec70" +  },    "brand-messenger": {      "category": "Brand", -    "tags": ["brand", "messenger"], -    "version": "1.13" -  },  +    "tags": [ +      "brand", +      "messenger" +    ], +    "version": "1.13", +    "unicode": "ec71" +  },    "brand-netflix": {      "category": "Brand", -    "tags": ["brand", "netflix", "series", "tv", "episode", "movie", "film", "media", "watch", "app", "technology"], -    "version": "1.36" -  },  +    "tags": [ +      "brand", +      "netflix", +      "series", +      "tv", +      "episode", +      "movie", +      "film", +      "media", +      "watch", +      "app", +      "technology" +    ], +    "version": "1.36", +    "unicode": "edcf" +  },    "brand-open-source": {      "category": "Brand", -    "tags": ["brand", "open", "source", "software", "code", "developer", "public", "licence", "technology"], -    "version": "1.36" -  },  +    "tags": [ +      "brand", +      "open", +      "source", +      "software", +      "code", +      "developer", +      "public", +      "licence", +      "technology" +    ], +    "version": "1.36", +    "unicode": "edd0" +  },    "brand-opera": {      "category": "Brand", -    "tags": ["brand", "opera", "logo", "browser", "internet", "free", "program"], -    "version": "1.9" -  },  +    "tags": [ +      "brand", +      "opera", +      "logo", +      "browser", +      "internet", +      "free", +      "program" +    ], +    "version": "1.9", +    "unicode": "ec21" +  },    "brand-pagekit": {      "category": "Brand", -    "tags": ["brand", "pagekit", "content", "management", "system", "website", "component", "modular", "technology"], -    "version": "1.36" -  },  +    "tags": [ +      "brand", +      "pagekit", +      "content", +      "management", +      "system", +      "website", +      "component", +      "modular", +      "technology" +    ], +    "version": "1.36", +    "unicode": "edd1" +  },    "brand-patreon": {      "category": "Brand", -    "tags": ["brand", "patreon", "artist", "software", "creator", "patron", "art", "subscription", "income", "earn"], -    "version": "1.36" -  },  +    "tags": [ +      "brand", +      "patreon", +      "artist", +      "software", +      "creator", +      "patron", +      "art", +      "subscription", +      "income", +      "earn" +    ], +    "version": "1.36", +    "unicode": "edd2" +  },    "brand-paypal": {      "category": "Brand", -    "tags": ["brand", "paypal", "logo", "enterprise", "service", "payment", "internet", "businessman", "consumer"], -    "version": "1.9" -  },  +    "tags": [ +      "brand", +      "paypal", +      "logo", +      "enterprise", +      "service", +      "payment", +      "internet", +      "businessman", +      "consumer" +    ], +    "version": "1.9", +    "unicode": "ec22" +  },    "brand-pinterest": {      "category": "Brand", -    "tags": ["brand", "pinterest", "logo", "website", "images", "materials"], -    "version": "1.15" -  },  +    "tags": [ +      "brand", +      "pinterest", +      "logo", +      "website", +      "images", +      "materials" +    ], +    "version": "1.15", +    "unicode": "ec8d" +  },    "brand-pocket": {      "category": "Brand", -    "tags": ["brand", "pocket", "logo", "software", "application", "app", "mobile", "device", "gathering", "storage"], -    "version": "1.23" -  },  +    "tags": [ +      "brand", +      "pocket", +      "logo", +      "software", +      "application", +      "app", +      "mobile", +      "device", +      "gathering", +      "storage" +    ], +    "version": "1.23", +    "unicode": "ed00" +  },    "brand-producthunt": {      "category": "Brand", -    "tags": ["brand", "producthunt", "technology", "product", "share", "discover", "new", "novelty", "web", "geek"], -    "version": "1.36" -  },  +    "tags": [ +      "brand", +      "producthunt", +      "technology", +      "product", +      "share", +      "discover", +      "new", +      "novelty", +      "web", +      "geek" +    ], +    "version": "1.36", +    "unicode": "edd3" +  },    "brand-python": {      "category": "Brand", -    "tags": ["brand", "python", "logo", "language", "programming", "source"], -    "version": "1.23" -  },  +    "tags": [ +      "brand", +      "python", +      "logo", +      "language", +      "programming", +      "source" +    ], +    "version": "1.23", +    "unicode": "ed01" +  },    "brand-reddit": {      "category": "Brand", -    "tags": ["brand", "reddit", "logo", "website", "information", "link", "internet"], -    "version": "1.15" -  },  +    "tags": [ +      "brand", +      "reddit", +      "logo", +      "website", +      "information", +      "link", +      "internet" +    ], +    "version": "1.15", +    "unicode": "ec8e" +  },    "brand-safari": {      "category": "Brand", -    "tags": ["brand", "safari", "logo", "browser", "internet", "iPhone", "iPad", "MacBook", "compass", "apple", "discover"], -    "version": "1.9" -  },  +    "tags": [ +      "brand", +      "safari", +      "logo", +      "browser", +      "internet", +      "iPhone", +      "iPad", +      "MacBook", +      "compass", +      "apple", +      "discover" +    ], +    "version": "1.9", +    "unicode": "ec23" +  },    "brand-sass": {      "category": "Brand", -    "tags": ["brand", "sass", "technology", "preprocessor", "script", "language", "programming", "css", "syntax", "compile"], -    "version": "1.36" -  },  +    "tags": [ +      "brand", +      "sass", +      "technology", +      "preprocessor", +      "script", +      "language", +      "programming", +      "css", +      "syntax", +      "compile" +    ], +    "version": "1.36", +    "unicode": "edd4" +  },    "brand-sentry": {      "category": "Brand", -    "tags": ["brand", "sentry", "technology", "application", "monitoring", "error", "tracking", "software", "cloud", "development", "app"], -    "version": "1.36" -  },  +    "tags": [ +      "brand", +      "sentry", +      "technology", +      "application", +      "monitoring", +      "error", +      "tracking", +      "software", +      "cloud", +      "development", +      "app" +    ], +    "version": "1.36", +    "unicode": "edd5" +  },    "brand-shazam": {      "category": "Brand", -    "tags": ["brand", "shazam", "app", "technology", "device", "music", "sound", "play", "discover", "artist", "recognize"], -    "version": "1.36" -  },  +    "tags": [ +      "brand", +      "shazam", +      "app", +      "technology", +      "device", +      "music", +      "sound", +      "play", +      "discover", +      "artist", +      "recognize" +    ], +    "version": "1.36", +    "unicode": "edd6" +  },    "brand-sketch": {      "category": "Brand", -    "tags": ["brand", "sketch"], -    "version": "1.9" -  },  +    "tags": [ +      "brand", +      "sketch" +    ], +    "version": "1.9", +    "unicode": "ec24" +  },    "brand-skype": {      "category": "Brand", -    "tags": ["brand", "skype", "logo", "application", "app", "communication", "talks", "call", "video", "internet", "camera"], -    "version": "1.23" -  },  +    "tags": [ +      "brand", +      "skype", +      "logo", +      "application", +      "app", +      "communication", +      "talks", +      "call", +      "video", +      "internet", +      "camera" +    ], +    "version": "1.23", +    "unicode": "ed02" +  },    "brand-slack": {      "category": "Brand", -    "tags": ["brand", "slack", "logo", "free", "internet", "service", "stuff", "Electron", "app", "application", "communicator", "textual", "audio", "multimedia"], -    "version": "1.13" -  },  +    "tags": [ +      "brand", +      "slack", +      "logo", +      "free", +      "internet", +      "service", +      "stuff", +      "Electron", +      "app", +      "application", +      "communicator", +      "textual", +      "audio", +      "multimedia" +    ], +    "version": "1.13", +    "unicode": "ec72" +  },    "brand-snapchat": {      "category": "Brand", -    "tags": ["brand", "snapchat", "logo", "app", "application", "photos", "sending", "images", "mobile", "video"], -    "version": "1.9" -  },  +    "tags": [ +      "brand", +      "snapchat", +      "logo", +      "app", +      "application", +      "photos", +      "sending", +      "images", +      "mobile", +      "video" +    ], +    "version": "1.9", +    "unicode": "ec25" +  },    "brand-soundcloud": {      "category": "Brand", -    "tags": ["brand", "soundcloud", "technology", "audio", "distribution", "platform", "music", "upload", "promote", "streaming"], -    "version": "1.32" -  },  +    "tags": [ +      "brand", +      "soundcloud", +      "technology", +      "audio", +      "distribution", +      "platform", +      "music", +      "upload", +      "promote", +      "streaming" +    ], +    "version": "1.32", +    "unicode": "ed6e" +  },    "brand-spotify": {      "category": "Brand", -    "tags": ["brand", "spotify", "logo", "app", "application", "platform", "music", "listening", "streaming", "podcast"], -    "version": "1.23" -  },  +    "tags": [ +      "brand", +      "spotify", +      "logo", +      "app", +      "application", +      "platform", +      "music", +      "listening", +      "streaming", +      "podcast" +    ], +    "version": "1.23", +    "unicode": "ed03" +  },    "brand-steam": {      "category": "Brand", -    "tags": ["brand", "steam", "technology", "video", "game", "digital", "distribution", "software", "player", "pc"], -    "version": "1.32" -  },  +    "tags": [ +      "brand", +      "steam", +      "technology", +      "video", +      "game", +      "digital", +      "distribution", +      "software", +      "player", +      "pc" +    ], +    "version": "1.32", +    "unicode": "ed6f" +  },    "brand-stripe": {      "category": "Brand", -    "tags": ["brand", "stripe", "technology", "payment", "processing", "money", "subscription", "finance", "financial", "software", "e-commerce"], -    "version": "1.36" -  },  +    "tags": [ +      "brand", +      "stripe", +      "technology", +      "payment", +      "processing", +      "money", +      "subscription", +      "finance", +      "financial", +      "software", +      "e-commerce" +    ], +    "version": "1.36", +    "unicode": "edd7" +  },    "brand-tabler": {      "category": "Brand", -    "tags": ["brand", "tabler", "logo", "website", "dashboard", "download", "open-source", "UI"], -    "version": "1.15" -  },  +    "tags": [ +      "brand", +      "tabler", +      "logo", +      "website", +      "dashboard", +      "download", +      "open-source", +      "UI" +    ], +    "version": "1.15", +    "unicode": "ec8f" +  },    "brand-tailwind": {      "category": "Brand", -    "tags": ["brand", "tailwind", "logo", "firm", "website"], -    "version": "1.17" -  },  +    "tags": [ +      "brand", +      "tailwind", +      "logo", +      "firm", +      "website" +    ], +    "version": "1.17", +    "unicode": "eca1" +  },    "brand-telegram": {      "category": "Brand", -    "tags": ["brand", "telegram", "logo", "app", "application", "communicator", "internet", "cloud", "messages", "text", "images", "photos", "videos", "record", "file", "send"], -    "version": "1.9" -  },  +    "tags": [ +      "brand", +      "telegram", +      "logo", +      "app", +      "application", +      "communicator", +      "internet", +      "cloud", +      "messages", +      "text", +      "images", +      "photos", +      "videos", +      "record", +      "file", +      "send" +    ], +    "version": "1.9", +    "unicode": "ec26" +  },    "brand-tidal": {      "category": "Brand", -    "tags": ["brand", "tidal", "technology", "subscription", "music", "podcast", "video", "streaming", "playlist", "party", "track", "song"], -    "version": "1.32" -  },  +    "tags": [ +      "brand", +      "tidal", +      "technology", +      "subscription", +      "music", +      "podcast", +      "video", +      "streaming", +      "playlist", +      "party", +      "track", +      "song" +    ], +    "version": "1.32", +    "unicode": "ed70" +  },    "brand-tiktok": {      "category": "Brand", -    "tags": ["brand", "tiktok", "logo", "app", "application", "mobile", "video", "music"], -    "version": "1.13" -  },  +    "tags": [ +      "brand", +      "tiktok", +      "logo", +      "app", +      "application", +      "mobile", +      "video", +      "music" +    ], +    "version": "1.13", +    "unicode": "ec73" +  },    "brand-tinder": {      "category": "Brand", -    "tags": ["brand", "tinder", "date", "dating", "app", "love", "affection", "affair", "couple", "technology", "networking", "swipe", "match"], -    "version": "1.32" -  },  +    "tags": [ +      "brand", +      "tinder", +      "date", +      "dating", +      "app", +      "love", +      "affection", +      "affair", +      "couple", +      "technology", +      "networking", +      "swipe", +      "match" +    ], +    "version": "1.32", +    "unicode": "ed71" +  },    "brand-tumblr": {      "category": "Brand", -    "tags": ["brand", "tumblr"], -    "version": "1.23" -  },  +    "tags": [ +      "brand", +      "tumblr" +    ], +    "version": "1.23", +    "unicode": "ed04" +  },    "brand-twitch": {      "category": "Brand", -    "tags": ["brand", "twitch"], -    "version": "1.23" -  },  +    "tags": [ +      "brand", +      "twitch" +    ], +    "version": "1.23", +    "unicode": "ed05" +  },    "brand-twitter": {      "category": "Brand", -    "tags": ["brand", "twitter", "logo", "app", "application", "community", "social", "communication", "website", "user", "post", "images", "photos", "comment", "feedback"], -    "version": "1.18" -  },  +    "tags": [ +      "brand", +      "twitter", +      "logo", +      "app", +      "application", +      "community", +      "social", +      "communication", +      "website", +      "user", +      "post", +      "images", +      "photos", +      "comment", +      "feedback" +    ], +    "version": "1.18", +    "unicode": "ec27" +  },    "brand-unsplash": {      "category": "Brand", -    "tags": ["brand", "unsplash", "picture", "photo", "photography", "search", "image", "stock"], -    "version": "1.36" -  },  +    "tags": [ +      "brand", +      "unsplash", +      "picture", +      "photo", +      "photography", +      "search", +      "image", +      "stock" +    ], +    "version": "1.36", +    "unicode": "edd8" +  },    "brand-vimeo": {      "category": "Brand", -    "tags": ["brand", "vimeo", "logo", "website", "sharing", "watching", "video", "users"], -    "version": "1.23" -  },  +    "tags": [ +      "brand", +      "vimeo", +      "logo", +      "website", +      "sharing", +      "watching", +      "video", +      "users" +    ], +    "version": "1.23", +    "unicode": "ed06" +  },    "brand-vk": {      "category": "Brand", -    "tags": ["brand", "vk", "technology", "social", "media", "networking", "service", "russian"], -    "version": "1.32" -  },  +    "tags": [ +      "brand", +      "vk", +      "technology", +      "social", +      "media", +      "networking", +      "service", +      "russian" +    ], +    "version": "1.32", +    "unicode": "ed72" +  },    "brand-whatsapp": {      "category": "Brand", -    "tags": ["brand", "whatsapp", "logo", "app", "application", "communication", "text", "messages", "communicator", "photos", "images", "videos", "giphy"], -    "version": "1.13" -  },  +    "tags": [ +      "brand", +      "whatsapp", +      "logo", +      "app", +      "application", +      "communication", +      "text", +      "messages", +      "communicator", +      "photos", +      "images", +      "videos", +      "giphy" +    ], +    "version": "1.13", +    "unicode": "ec74" +  },    "brand-windows": {      "category": "Brand", -    "tags": ["brand", "windows", "logo", "system", "OS", "computer", "Microsoft"], -    "version": "1.2" -  },  +    "tags": [ +      "brand", +      "windows", +      "logo", +      "system", +      "OS", +      "computer", +      "Microsoft" +    ], +    "version": "1.2", +    "unicode": "ecd8" +  },    "brand-yahoo": {      "category": "Brand", -    "tags": ["brand", "yahoo", "web", "services", "technology", "inbox", "mail", "web", "news", "search"], -    "version": "1.32" -  },  +    "tags": [ +      "brand", +      "yahoo", +      "web", +      "services", +      "technology", +      "inbox", +      "mail", +      "web", +      "news", +      "search" +    ], +    "version": "1.32", +    "unicode": "ed73" +  },    "brand-ycombinator": {      "category": "Brand", -    "tags": ["brand", "ycombinator", "startup", "accelerator", "seed", "money", "launch", "company", "business", "invest", "funding"], -    "version": "1.36" -  },  +    "tags": [ +      "brand", +      "ycombinator", +      "startup", +      "accelerator", +      "seed", +      "money", +      "launch", +      "company", +      "business", +      "invest", +      "funding" +    ], +    "version": "1.36", +    "unicode": "edd9" +  },    "brand-youtube": {      "category": "Brand", -    "tags": ["brand", "youtube", "logo", "platform", "channel", "film", "video", "youtuber", "maker", "comments", "stream", "streamer"], -    "version": "1.15" -  },  +    "tags": [ +      "brand", +      "youtube", +      "logo", +      "platform", +      "channel", +      "film", +      "video", +      "youtuber", +      "maker", +      "comments", +      "stream", +      "streamer" +    ], +    "version": "1.15", +    "unicode": "ec90" +  },    "briefcase": {      "category": "", -    "tags": ["briefcase", "bag", "baggage", "folder", "carrier", "documents"], -    "version": "1.0" -  },  +    "tags": [ +      "briefcase", +      "bag", +      "baggage", +      "folder", +      "carrier", +      "documents" +    ], +    "version": "1.0", +    "unicode": "ea46" +  },    "brightness-down": {      "category": "Photos", -    "tags": ["brightness", "down", "dark", "darker", "screen"], -    "version": "1.3" -  },  +    "tags": [ +      "brightness", +      "down", +      "dark", +      "darker", +      "screen" +    ], +    "version": "1.3", +    "unicode": "eb7d" +  },    "brightness-up": {      "category": "Photos", -    "tags": ["brightness", "up", "light", "screen"], -    "version": "1.3" -  },  +    "tags": [ +      "brightness", +      "up", +      "light", +      "screen" +    ], +    "version": "1.3", +    "unicode": "eb7e" +  },    "brightness": {      "category": "Photos", -    "tags": ["brightness", "light", "dark", "screen"], -    "version": "1.3" -  },  +    "tags": [ +      "brightness", +      "light", +      "dark", +      "screen" +    ], +    "version": "1.3", +    "unicode": "eb7f" +  },    "browser": {      "category": "", -    "tags": ["browser", "internet", "web", "display"], -    "version": "1.5" -  },  +    "tags": [ +      "browser", +      "internet", +      "web", +      "display" +    ], +    "version": "1.5", +    "unicode": "ebb7" +  },    "brush": {      "category": "Design", -    "tags": ["brush", "paint", "art", "picture", "paintbrush", "painter"], -    "version": "1.5" -  },  +    "tags": [ +      "brush", +      "paint", +      "art", +      "picture", +      "paintbrush", +      "painter" +    ], +    "version": "1.5", +    "unicode": "ebb8" +  },    "bucket": {      "category": "", -    "tags": ["bucket", "collection", "container", "water", "liquid"], -    "version": "1.0" -  },  +    "tags": [ +      "bucket", +      "collection", +      "container", +      "water", +      "liquid" +    ], +    "version": "1.0", +    "unicode": "ea47" +  },    "bug": {      "category": "", -    "tags": ["bug", "germ", "insect", "error", "nature"], -    "version": "1.1" -  },  +    "tags": [ +      "bug", +      "germ", +      "insect", +      "error", +      "nature" +    ], +    "version": "1.1", +    "unicode": "ea48" +  },    "building-arch": {      "category": "Buildings", -    "tags": ["building", "arch", "arc", "curve", "dome", "monument", "history", "architecture"], -    "version": "1.1" -  },  +    "tags": [ +      "building", +      "arch", +      "arc", +      "curve", +      "dome", +      "monument", +      "history", +      "architecture" +    ], +    "version": "1.1", +    "unicode": "ea49" +  },    "building-bank": {      "category": "Buildings", -    "tags": ["building", "bank"], -    "version": "1.7" -  },  +    "tags": [ +      "building", +      "bank" +    ], +    "version": "1.7", +    "unicode": "ebe2" +  },    "building-bridge-2": {      "category": "Buildings", -    "tags": ["building", "bridge", "2", "architecture", "urban", "river", "overpass", "city", "countryside"], -    "version": "1.1" -  },  +    "tags": [ +      "building", +      "bridge", +      "2", +      "architecture", +      "urban", +      "river", +      "overpass", +      "city", +      "countryside" +    ], +    "version": "1.1", +    "unicode": "ea4a" +  },    "building-bridge": {      "category": "Buildings", -    "tags": ["building", "bridge", "architecture", "urban", "river", "overpass", "city", "countryside"], -    "version": "1.1" -  },  +    "tags": [ +      "building", +      "bridge", +      "architecture", +      "urban", +      "river", +      "overpass", +      "city", +      "countryside" +    ], +    "version": "1.1", +    "unicode": "ea4b" +  },    "building-carousel": {      "category": "Buildings", -    "tags": ["building", "carousel"], -    "version": "1.34" -  },  +    "tags": [ +      "building", +      "carousel" +    ], +    "version": "1.34", +    "unicode": "ed87" +  },    "building-castle": {      "category": "Buildings", -    "tags": ["building", "castle"], -    "version": "1.34" -  },  +    "tags": [ +      "building", +      "castle" +    ], +    "version": "1.34", +    "unicode": "ed88" +  },    "building-church": {      "category": "Buildings", -    "tags": ["building", "church", "religion", "chapel", "sanctuary", "temple", "cathedral", "pray", "prayer"], -    "version": "1.1" -  },  +    "tags": [ +      "building", +      "church", +      "religion", +      "chapel", +      "sanctuary", +      "temple", +      "cathedral", +      "pray", +      "prayer" +    ], +    "version": "1.1", +    "unicode": "ea4c" +  },    "building-community": {      "category": "Buildings", -    "tags": ["building", "community"], -    "version": "1.8" -  },  +    "tags": [ +      "building", +      "community" +    ], +    "version": "1.8", +    "unicode": "ebf6" +  },    "building-fortress": {      "category": "Buildings", -    "tags": ["building", "fortress"], -    "version": "1.34" -  },  +    "tags": [ +      "building", +      "fortress" +    ], +    "version": "1.34", +    "unicode": "ed89" +  },    "building-hospital": {      "category": "Buildings", -    "tags": ["building", "hospital", "doctor", "sickness", "illness", "nurse", "medication", "emergency", "treat", "surgery"], -    "version": "1.1" -  },  +    "tags": [ +      "building", +      "hospital", +      "doctor", +      "sickness", +      "illness", +      "nurse", +      "medication", +      "emergency", +      "treat", +      "surgery" +    ], +    "version": "1.1", +    "unicode": "ea4d" +  },    "building-lighthouse": {      "category": "Buildings", -    "tags": ["building", "lighthouse"], -    "version": "1.34" -  },  +    "tags": [ +      "building", +      "lighthouse" +    ], +    "version": "1.34", +    "unicode": "ed8a" +  },    "building-monument": {      "category": "Buildings", -    "tags": ["building", "monument"], -    "version": "1.26" -  },  +    "tags": [ +      "building", +      "monument" +    ], +    "version": "1.26", +    "unicode": "ed26" +  },    "building-pavilon": {      "category": "Buildings", -    "tags": ["building", "pavilon"], -    "version": "1.8" -  },  +    "tags": [ +      "building", +      "pavilon" +    ], +    "version": "1.8", +    "unicode": "ebf7" +  },    "building-skyscraper": {      "category": "Buildings", -    "tags": ["building", "skyscraper"], -    "version": "1.8" -  },  +    "tags": [ +      "building", +      "skyscraper" +    ], +    "version": "1.8", +    "unicode": "ec39" +  },    "building-store": {      "category": "Buildings", -    "tags": ["building", "store", "shopping", "shop", "supermarket", "market", "products", "retail", "buy", "sell"], -    "version": "1.1" -  },  +    "tags": [ +      "building", +      "store", +      "shopping", +      "shop", +      "supermarket", +      "market", +      "products", +      "retail", +      "buy", +      "sell" +    ], +    "version": "1.1", +    "unicode": "ea4e" +  },    "building-warehouse": {      "category": "Buildings", -    "tags": ["building", "warehouse"], -    "version": "1.7" -  },  +    "tags": [ +      "building", +      "warehouse" +    ], +    "version": "1.7", +    "unicode": "ebe3" +  },    "building": {      "category": "Buildings", -    "tags": ["building", "flat", "office", "city", "urban", "scyscraper", "architecture", "construction"], -    "version": "1.1" -  },  +    "tags": [ +      "building", +      "flat", +      "office", +      "city", +      "urban", +      "scyscraper", +      "architecture", +      "construction" +    ], +    "version": "1.1", +    "unicode": "ea4f" +  },    "bulb-off": {      "category": "", -    "tags": ["bulb", "off", "energy", "power", "electricity", "creativity", "light", "idea"], -    "version": "1.0" -  },  +    "tags": [ +      "bulb", +      "off", +      "energy", +      "power", +      "electricity", +      "creativity", +      "light", +      "idea" +    ], +    "version": "1.0", +    "unicode": "ea50" +  },    "bulb": {      "category": "", -    "tags": ["bulb", "energy", "power", "electricity", "creativity", "light", "idea"], -    "version": "1.0" -  },  +    "tags": [ +      "bulb", +      "energy", +      "power", +      "electricity", +      "creativity", +      "light", +      "idea" +    ], +    "version": "1.0", +    "unicode": "ea51" +  },    "buldozer": {      "category": "Vehicles", -    "tags": ["buldozer"], +    "tags": [ +      "buldozer" +    ],      "version": "1.34" -  },  +  },    "bus": {      "category": "Vehicles", -    "tags": ["bus", "vehicle", "drive", "driver", "engine", "motor", "journey", "trip"], -    "version": "1.7" -  },  +    "tags": [ +      "bus", +      "vehicle", +      "drive", +      "driver", +      "engine", +      "motor", +      "journey", +      "trip" +    ], +    "version": "1.7", +    "unicode": "ebe4" +  },    "calculator": {      "category": "", -    "tags": ["calculator", "math", "count", "add", "subtract", "multiply", "divide", "amount"], -    "version": "1.3" -  },  +    "tags": [ +      "calculator", +      "math", +      "count", +      "add", +      "subtract", +      "multiply", +      "divide", +      "amount" +    ], +    "version": "1.3", +    "unicode": "eb80" +  },    "calendar-event": {      "category": "", -    "tags": ["calendar", "event", "date", "day", "plan", "schedule", "agenda"], -    "version": "1.1" -  },  +    "tags": [ +      "calendar", +      "event", +      "date", +      "day", +      "plan", +      "schedule", +      "agenda" +    ], +    "version": "1.1", +    "unicode": "ea52" +  },    "calendar-minus": {      "category": "", -    "tags": ["calendar", "minus", "date", "day", "plan", "schedule", "agenda"], -    "version": "1.5" -  },  +    "tags": [ +      "calendar", +      "minus", +      "date", +      "day", +      "plan", +      "schedule", +      "agenda" +    ], +    "version": "1.5", +    "unicode": "ebb9" +  },    "calendar-plus": {      "category": "", -    "tags": ["calendar", "plus", "date", "day", "plan", "schedule", "agenda", "add"], -    "version": "1.5" -  },  +    "tags": [ +      "calendar", +      "plus", +      "date", +      "day", +      "plan", +      "schedule", +      "agenda", +      "add" +    ], +    "version": "1.5", +    "unicode": "ebba" +  },    "calendar": {      "category": "", -    "tags": ["calendar", "date", "day", "plan", "schedule", "agenda"], -    "version": "1.0" -  },  +    "tags": [ +      "calendar", +      "date", +      "day", +      "plan", +      "schedule", +      "agenda" +    ], +    "version": "1.0", +    "unicode": "ea53" +  },    "camera-minus": {      "category": "Media", -    "tags": ["camera", "minus", "video", "photo", "aperture"], -    "version": "1.11" -  },  +    "tags": [ +      "camera", +      "minus", +      "video", +      "photo", +      "aperture" +    ], +    "version": "1.11", +    "unicode": "ec3a" +  },    "camera-off": {      "category": "Media", -    "tags": ["camera", "off"], -    "version": "1.22" -  },  +    "tags": [ +      "camera", +      "off" +    ], +    "version": "1.22", +    "unicode": "ecee" +  },    "camera-plus": {      "category": "Media", -    "tags": ["camera", "plus", "video", "photo", "aperture"], -    "version": "1.11" -  },  +    "tags": [ +      "camera", +      "plus", +      "video", +      "photo", +      "aperture" +    ], +    "version": "1.11", +    "unicode": "ec3b" +  },    "camera": {      "category": "Media", -    "tags": ["camera", "video", "photo", "aperture"], -    "version": "1.0" -  },  +    "tags": [ +      "camera", +      "video", +      "photo", +      "aperture" +    ], +    "version": "1.0", +    "unicode": "ea54" +  },    "capture": {      "category": "Media", -    "tags": ["capture"], -    "version": "1.11" -  },  +    "tags": [ +      "capture" +    ], +    "version": "1.11", +    "unicode": "ec3c" +  },    "car": {      "category": "Vehicles", -    "tags": ["car", "vehicle", "drive", "driver", "engine", "motor", "journey", "trip"], -    "version": "1.5" -  },  +    "tags": [ +      "car", +      "vehicle", +      "drive", +      "driver", +      "engine", +      "motor", +      "journey", +      "trip" +    ], +    "version": "1.5", +    "unicode": "ebbb" +  },    "caravan": {      "category": "Vehicles", -    "tags": ["caravan"], -    "version": "1.14" -  },  +    "tags": [ +      "caravan" +    ], +    "version": "1.14", +    "unicode": "ec7c" +  },    "cardboards": {      "category": "", -    "tags": ["cardboards"], -    "version": "1.33" -  },  +    "tags": [ +      "cardboards" +    ], +    "version": "1.33", +    "unicode": "ed74" +  },    "caret-down": {      "category": "Arrows", -    "tags": ["caret", "down", "next", "bottom", "dropdown", "show", "more"], -    "version": "1.2" -  },  +    "tags": [ +      "caret", +      "down", +      "next", +      "bottom", +      "dropdown", +      "show", +      "more" +    ], +    "version": "1.2", +    "unicode": "eb5d" +  },    "caret-left": {      "category": "Arrows", -    "tags": ["caret", "left", "back", "previous"], -    "version": "1.2" -  },  +    "tags": [ +      "caret", +      "left", +      "back", +      "previous" +    ], +    "version": "1.2", +    "unicode": "eb5e" +  },    "caret-right": {      "category": "Arrows", -    "tags": ["caret", "right", "next", "play", "more"], -    "version": "1.2" -  },  +    "tags": [ +      "caret", +      "right", +      "next", +      "play", +      "more" +    ], +    "version": "1.2", +    "unicode": "eb5f" +  },    "caret-up": {      "category": "Arrows", -    "tags": ["caret", "up", "dropdown", "less", "up"], -    "version": "1.2" -  },  +    "tags": [ +      "caret", +      "up", +      "dropdown", +      "less", +      "up" +    ], +    "version": "1.2", +    "unicode": "eb60" +  },    "cash": {      "category": "", -    "tags": ["cash", "currency", "payment", "money", "pay"], -    "version": "1.0" -  },  +    "tags": [ +      "cash", +      "currency", +      "payment", +      "money", +      "pay" +    ], +    "version": "1.0", +    "unicode": "ea55" +  },    "cast": {      "category": "Media", -    "tags": ["cast", "broadcast", "stream", "mirroring", "apple", "airplay", "chromecast"], -    "version": "1.0" -  },  +    "tags": [ +      "cast", +      "broadcast", +      "stream", +      "mirroring", +      "apple", +      "airplay", +      "chromecast" +    ], +    "version": "1.0", +    "unicode": "ea56" +  },    "ce": {      "category": "Symbols", -    "tags": ["ce"], -    "version": "1.33" -  },  +    "tags": [ +      "ce" +    ], +    "version": "1.33", +    "unicode": "ed75" +  },    "certificate": {      "category": "", -    "tags": ["certificate"], -    "version": "1.33" -  },  +    "tags": [ +      "certificate" +    ], +    "version": "1.33", +    "unicode": "ed76" +  },    "chart-area-line": {      "category": "Charts", -    "tags": ["chart", "area", "line", "statistics", "diagram", "graph", "rhythm", "data", "analysis"], -    "version": "1.0" -  },  +    "tags": [ +      "chart", +      "area", +      "line", +      "statistics", +      "diagram", +      "graph", +      "rhythm", +      "data", +      "analysis" +    ], +    "version": "1.0", +    "unicode": "ea57" +  },    "chart-area": {      "category": "Charts", -    "tags": ["chart", "area", "statistics", "diagram", "graph", "rhythm", "data", "analysis"], -    "version": "1.0" -  },  +    "tags": [ +      "chart", +      "area", +      "statistics", +      "diagram", +      "graph", +      "rhythm", +      "data", +      "analysis" +    ], +    "version": "1.0", +    "unicode": "ea58" +  },    "chart-bar": {      "category": "Charts", -    "tags": ["chart", "bar", "statistics", "diagram", "graph", "rhythm", "data", "analysis"], -    "version": "1.0" -  },  +    "tags": [ +      "chart", +      "bar", +      "statistics", +      "diagram", +      "graph", +      "rhythm", +      "data", +      "analysis" +    ], +    "version": "1.0", +    "unicode": "ea59" +  },    "chart-bubble": {      "category": "Charts", -    "tags": ["chart", "bubble"], -    "version": "1.13" -  },  +    "tags": [ +      "chart", +      "bubble" +    ], +    "version": "1.13", +    "unicode": "ec75" +  },    "chart-candle": {      "category": "Charts", -    "tags": ["chart", "candle", "statistics", "diagram", "graph", "rhythm", "data", "analysis"], -    "version": "1.0" -  },  +    "tags": [ +      "chart", +      "candle", +      "statistics", +      "diagram", +      "graph", +      "rhythm", +      "data", +      "analysis" +    ], +    "version": "1.0", +    "unicode": "ea5a" +  },    "chart-donut": {      "category": "Charts", -    "tags": ["chart", "donut", "statistics", "diagram", "graph", "rhythm", "data", "analysis"], -    "version": "1.0" -  },  +    "tags": [ +      "chart", +      "donut", +      "statistics", +      "diagram", +      "graph", +      "rhythm", +      "data", +      "analysis" +    ], +    "version": "1.0", +    "unicode": "ea5b" +  },    "chart-line": {      "category": "Charts", -    "tags": ["chart", "line", "statistics", "diagram", "graph", "rhythm", "data", "analysis"], -    "version": "1.0" -  },  +    "tags": [ +      "chart", +      "line", +      "statistics", +      "diagram", +      "graph", +      "rhythm", +      "data", +      "analysis" +    ], +    "version": "1.0", +    "unicode": "ea5c" +  },    "chart-pie": {      "category": "Charts", -    "tags": ["chart", "pie", "statistics", "diagram", "graph", "rhythm", "data", "analysis"], -    "version": "1.0" -  },  +    "tags": [ +      "chart", +      "pie", +      "statistics", +      "diagram", +      "graph", +      "rhythm", +      "data", +      "analysis" +    ], +    "version": "1.0", +    "unicode": "ea5d" +  },    "chart-radar": {      "category": "Charts", -    "tags": ["chart", "radar"], -    "version": "1.33" -  },  +    "tags": [ +      "chart", +      "radar" +    ], +    "version": "1.33", +    "unicode": "ed77" +  },    "check": {      "category": "System", -    "tags": ["check", "tick", "yes", "confirm"], -    "version": "1.0" -  },  +    "tags": [ +      "check", +      "tick", +      "yes", +      "confirm" +    ], +    "version": "1.0", +    "unicode": "ea5e" +  },    "checkbox": {      "category": "System", -    "tags": ["checkbox", "survey", "confirm", "tick", "yes", "to-do"], -    "version": "1.4" -  },  +    "tags": [ +      "checkbox", +      "survey", +      "confirm", +      "tick", +      "yes", +      "to-do" +    ], +    "version": "1.4", +    "unicode": "eba6" +  },    "checks": {      "category": "System", -    "tags": ["checks", "tick", "yes", "confirm"], -    "version": "1.4" -  },  +    "tags": [ +      "checks", +      "tick", +      "yes", +      "confirm" +    ], +    "version": "1.4", +    "unicode": "ebaa" +  },    "chevron-down-left": {      "category": "Arrows", -    "tags": ["chevron", "down", "left"], -    "version": "1.24" -  },  +    "tags": [ +      "chevron", +      "down", +      "left" +    ], +    "version": "1.24", +    "unicode": "ed09" +  },    "chevron-down-right": {      "category": "Arrows", -    "tags": ["chevron", "down", "right"], -    "version": "1.24" -  },  +    "tags": [ +      "chevron", +      "down", +      "right" +    ], +    "version": "1.24", +    "unicode": "ed0a" +  },    "chevron-down": {      "category": "Arrows", -    "tags": ["chevron", "down", "move", "next", "swipe", "bottom"], -    "version": "1.0" -  },  +    "tags": [ +      "chevron", +      "down", +      "move", +      "next", +      "swipe", +      "bottom" +    ], +    "version": "1.0", +    "unicode": "ea5f" +  },    "chevron-left": {      "category": "Arrows", -    "tags": ["chevron", "left", "move", "previous", "back"], -    "version": "1.0" -  },  +    "tags": [ +      "chevron", +      "left", +      "move", +      "previous", +      "back" +    ], +    "version": "1.0", +    "unicode": "ea60" +  },    "chevron-right": {      "category": "Arrows", -    "tags": ["chevron", "right", "move", "checklist", "next"], -    "version": "1.0" -  },  +    "tags": [ +      "chevron", +      "right", +      "move", +      "checklist", +      "next" +    ], +    "version": "1.0", +    "unicode": "ea61" +  },    "chevron-up-left": {      "category": "Arrows", -    "tags": ["chevron", "up", "left"], -    "version": "1.24" -  },  +    "tags": [ +      "chevron", +      "up", +      "left" +    ], +    "version": "1.24", +    "unicode": "ed0b" +  },    "chevron-up-right": {      "category": "Arrows", -    "tags": ["chevron", "up", "right"], -    "version": "1.24" -  },  +    "tags": [ +      "chevron", +      "up", +      "right" +    ], +    "version": "1.24", +    "unicode": "ed0c" +  },    "chevron-up": {      "category": "Arrows", -    "tags": ["chevron", "up", "move", "top"], -    "version": "1.0" -  },  +    "tags": [ +      "chevron", +      "up", +      "move", +      "top" +    ], +    "version": "1.0", +    "unicode": "ea62" +  },    "chevrons-down-left": {      "category": "Arrows", -    "tags": ["chevrons", "down", "left"], -    "version": "1.24" -  },  +    "tags": [ +      "chevrons", +      "down", +      "left" +    ], +    "version": "1.24", +    "unicode": "ed0d" +  },    "chevrons-down-right": {      "category": "Arrows", -    "tags": ["chevrons", "down", "right"], -    "version": "1.24" -  },  +    "tags": [ +      "chevrons", +      "down", +      "right" +    ], +    "version": "1.24", +    "unicode": "ed0e" +  },    "chevrons-down": {      "category": "Arrows", -    "tags": ["chevrons", "down", "move", "bottom"], -    "version": "1.0" -  },  +    "tags": [ +      "chevrons", +      "down", +      "move", +      "bottom" +    ], +    "version": "1.0", +    "unicode": "ea63" +  },    "chevrons-left": {      "category": "Arrows", -    "tags": ["chevrons", "left", "move", "back", "roll"], -    "version": "1.0" -  },  +    "tags": [ +      "chevrons", +      "left", +      "move", +      "back", +      "roll" +    ], +    "version": "1.0", +    "unicode": "ea64" +  },    "chevrons-right": {      "category": "Arrows", -    "tags": ["chevrons", "right", "move", "next", "checklist"], -    "version": "1.0" -  },  +    "tags": [ +      "chevrons", +      "right", +      "move", +      "next", +      "checklist" +    ], +    "version": "1.0", +    "unicode": "ea65" +  },    "chevrons-up-left": {      "category": "Arrows", -    "tags": ["chevrons", "up", "left"], -    "version": "1.24" -  },  +    "tags": [ +      "chevrons", +      "up", +      "left" +    ], +    "version": "1.24", +    "unicode": "ed0f" +  },    "chevrons-up-right": {      "category": "Arrows", -    "tags": ["chevrons", "up", "right"], -    "version": "1.24" -  },  +    "tags": [ +      "chevrons", +      "up", +      "right" +    ], +    "version": "1.24", +    "unicode": "ed10" +  },    "chevrons-up": {      "category": "Arrows", -    "tags": ["chevrons", "up", "move", "top"], -    "version": "1.0" -  },  +    "tags": [ +      "chevrons", +      "up", +      "move", +      "top" +    ], +    "version": "1.0", +    "unicode": "ea66" +  },    "christmas-tree": {      "category": "", -    "tags": ["christmas", "tree"], -    "version": "1.33" -  },  +    "tags": [ +      "christmas", +      "tree" +    ], +    "version": "1.33", +    "unicode": "ed78" +  },    "circle-check": {      "category": "", -    "tags": ["circle", "check", "yes", "confirm"], -    "version": "1.0" -  },  +    "tags": [ +      "circle", +      "check", +      "yes", +      "confirm" +    ], +    "version": "1.0", +    "unicode": "ea67" +  },    "circle-dashed": {      "category": "", -    "tags": ["circle", "dashed"], -    "version": "1.26" -  },  +    "tags": [ +      "circle", +      "dashed" +    ], +    "version": "1.26", +    "unicode": "ed27" +  },    "circle-dotted": {      "category": "", -    "tags": ["circle", "dotted"], -    "version": "1.26" -  },  +    "tags": [ +      "circle", +      "dotted" +    ], +    "version": "1.26", +    "unicode": "ed28" +  },    "circle-minus": {      "category": "", -    "tags": ["circle", "minus", "remove", "delete"], -    "version": "1.0" -  },  +    "tags": [ +      "circle", +      "minus", +      "remove", +      "delete" +    ], +    "version": "1.0", +    "unicode": "ea68" +  },    "circle-plus": {      "category": "", -    "tags": ["circle", "plus", "add", "create", "new"], -    "version": "1.0" -  },  +    "tags": [ +      "circle", +      "plus", +      "add", +      "create", +      "new" +    ], +    "version": "1.0", +    "unicode": "ea69" +  },    "circle-square": {      "category": "Shapes", -    "tags": ["circle", "square"], -    "version": "1.21" -  },  +    "tags": [ +      "circle", +      "square" +    ], +    "version": "1.21", +    "unicode": "ece4" +  },    "circle-x": {      "category": "", -    "tags": ["circle", "x", "cancel", "no"], -    "version": "1.0" -  },  +    "tags": [ +      "circle", +      "x", +      "cancel", +      "no" +    ], +    "version": "1.0", +    "unicode": "ea6a" +  },    "circle": {      "category": "Shapes", -    "tags": ["circle", "false", "zero"], -    "version": "1.0" -  },  +    "tags": [ +      "circle", +      "false", +      "zero" +    ], +    "version": "1.0", +    "unicode": "ea6b" +  },    "circles": {      "category": "Shapes", -    "tags": ["circles"], -    "version": "1.21" -  },  +    "tags": [ +      "circles" +    ], +    "version": "1.21", +    "unicode": "ece5" +  },    "clear-formatting": {      "category": "Text", -    "tags": ["clear", "formatting"], -    "version": "1.7" -  },  +    "tags": [ +      "clear", +      "formatting" +    ], +    "version": "1.7", +    "unicode": "ebe5" +  },    "click": {      "category": "", -    "tags": ["click", "select", "cursor"], -    "version": "1.5" -  },  +    "tags": [ +      "click", +      "select", +      "cursor" +    ], +    "version": "1.5", +    "unicode": "ebbc" +  },    "clipboard-check": {      "category": "Document", -    "tags": ["clipboard", "check", "copy", "yes"], -    "version": "1.0" -  },  +    "tags": [ +      "clipboard", +      "check", +      "copy", +      "yes" +    ], +    "version": "1.0", +    "unicode": "ea6c" +  },    "clipboard-list": {      "category": "Document", -    "tags": ["clipboard", "list", "copy", "items"], -    "version": "1.0" -  },  +    "tags": [ +      "clipboard", +      "list", +      "copy", +      "items" +    ], +    "version": "1.0", +    "unicode": "ea6d" +  },    "clipboard-x": {      "category": "Document", -    "tags": ["clipboard", "x", "copy", "no"], -    "version": "1.0" -  },  +    "tags": [ +      "clipboard", +      "x", +      "copy", +      "no" +    ], +    "version": "1.0", +    "unicode": "ea6e" +  },    "clipboard": {      "category": "Document", -    "tags": ["clipboard", "copy"], -    "version": "1.0" -  },  +    "tags": [ +      "clipboard", +      "copy" +    ], +    "version": "1.0", +    "unicode": "ea6f" +  },    "clock": {      "category": "", -    "tags": ["clock", "time", "watch", "alarm"], -    "version": "1.0" -  },  +    "tags": [ +      "clock", +      "time", +      "watch", +      "alarm" +    ], +    "version": "1.0", +    "unicode": "ea70" +  },    "cloud-download": {      "category": "", -    "tags": ["cloud", "download", "files"], -    "version": "1.0" -  },  +    "tags": [ +      "cloud", +      "download", +      "files" +    ], +    "version": "1.0", +    "unicode": "ea71" +  },    "cloud-fog": {      "category": "Weather", -    "tags": ["cloud", "fog", "weather", "online"], -    "version": "1.2" -  },  +    "tags": [ +      "cloud", +      "fog", +      "weather", +      "online" +    ], +    "version": "1.2", +    "unicode": "ecd9" +  },    "cloud-off": {      "category": "Weather", -    "tags": ["cloud", "off"], -    "version": "1.28" -  },  +    "tags": [ +      "cloud", +      "off" +    ], +    "version": "1.28", +    "unicode": "ed3e" +  },    "cloud-rain": {      "category": "Weather", -    "tags": ["cloud", "rain", "weather", "dry"], -    "version": "1.0" -  },  +    "tags": [ +      "cloud", +      "rain", +      "weather", +      "dry" +    ], +    "version": "1.0", +    "unicode": "ea72" +  },    "cloud-snow": {      "category": "Weather", -    "tags": ["cloud", "snow", "weather", "blizzard"], -    "version": "1.0" -  },  +    "tags": [ +      "cloud", +      "snow", +      "weather", +      "blizzard" +    ], +    "version": "1.0", +    "unicode": "ea73" +  },    "cloud-storm": {      "category": "Weather", -    "tags": ["cloud", "storm", "weather", "lightning"], -    "version": "1.0" -  },  +    "tags": [ +      "cloud", +      "storm", +      "weather", +      "lightning" +    ], +    "version": "1.0", +    "unicode": "ea74" +  },    "cloud-upload": {      "category": "", -    "tags": ["cloud", "upload", "files"], -    "version": "1.0" -  },  +    "tags": [ +      "cloud", +      "upload", +      "files" +    ], +    "version": "1.0", +    "unicode": "ea75" +  },    "cloud": {      "category": "Weather", -    "tags": ["cloud", "weather", "online"], -    "version": "1.0" -  },  +    "tags": [ +      "cloud", +      "weather", +      "online" +    ], +    "version": "1.0", +    "unicode": "ea76" +  },    "code": {      "category": "", -    "tags": ["code", "brackets", "source", "programming", "command"], -    "version": "1.0" -  },  +    "tags": [ +      "code", +      "brackets", +      "source", +      "programming", +      "command" +    ], +    "version": "1.0", +    "unicode": "ea77" +  },    "coin": {      "category": "", -    "tags": ["coin", "money", "earn", "salary", "change", "dollar"], -    "version": "1.3" -  },  +    "tags": [ +      "coin", +      "money", +      "earn", +      "salary", +      "change", +      "dollar" +    ], +    "version": "1.3", +    "unicode": "eb82" +  },    "color-picker": {      "category": "Design", -    "tags": ["color", "picker"], -    "version": "1.7" -  },  +    "tags": [ +      "color", +      "picker" +    ], +    "version": "1.7", +    "unicode": "ebe6" +  },    "color-swatch": {      "category": "Design", -    "tags": ["color", "swatch", "sample", "choice", "selection"], -    "version": "1.2" -  },  +    "tags": [ +      "color", +      "swatch", +      "sample", +      "choice", +      "selection" +    ], +    "version": "1.2", +    "unicode": "eb61" +  },    "columns": {      "category": "Text", -    "tags": ["columns", "text", "gap", "table"], -    "version": "1.3" -  },  +    "tags": [ +      "columns", +      "text", +      "gap", +      "table" +    ], +    "version": "1.3", +    "unicode": "eb83" +  },    "comet": {      "category": "Weather", -    "tags": ["comet"], -    "version": "1.13" -  },  +    "tags": [ +      "comet" +    ], +    "version": "1.13", +    "unicode": "ec76" +  },    "command": {      "category": "Symbols", -    "tags": ["command", "apple", "key", "keyboard", "cmd"], -    "version": "1.0" -  },  +    "tags": [ +      "command", +      "apple", +      "key", +      "keyboard", +      "cmd" +    ], +    "version": "1.0", +    "unicode": "ea78" +  },    "compass": {      "category": "Map", -    "tags": ["compass", "navigation", "safari", "travel", "direction", "discover"], -    "version": "1.0" -  },  +    "tags": [ +      "compass", +      "navigation", +      "safari", +      "travel", +      "direction", +      "discover" +    ], +    "version": "1.0", +    "unicode": "ea79" +  },    "contrast": {      "category": "Photos", -    "tags": ["contrast"], -    "version": "1.12" -  },  +    "tags": [ +      "contrast" +    ], +    "version": "1.12", +    "unicode": "ec4e" +  },    "copy": {      "category": "Text", -    "tags": ["copy", "clipboard", "clone", "duplicate"], -    "version": "1.0" -  },  +    "tags": [ +      "copy", +      "clipboard", +      "clone", +      "duplicate" +    ], +    "version": "1.0", +    "unicode": "ea7a" +  },    "copyleft": {      "category": "", -    "tags": ["copyleft", "licence", "license"], -    "version": "1.11" -  },  +    "tags": [ +      "copyleft", +      "licence", +      "license" +    ], +    "version": "1.11", +    "unicode": "ec3d" +  },    "copyright": {      "category": "", -    "tags": ["copyright", "licence", "license"], -    "version": "1.0" -  },  +    "tags": [ +      "copyright", +      "licence", +      "license" +    ], +    "version": "1.0", +    "unicode": "ea7b" +  },    "corner-down-left": {      "category": "Arrows", -    "tags": ["corner", "down", "left", "move", "arrow"], -    "version": "1.0" -  },  +    "tags": [ +      "corner", +      "down", +      "left", +      "move", +      "arrow" +    ], +    "version": "1.0", +    "unicode": "ea7c" +  },    "corner-down-right": {      "category": "Arrows", -    "tags": ["corner", "down", "right", "move", "arrow"], -    "version": "1.0" -  },  +    "tags": [ +      "corner", +      "down", +      "right", +      "move", +      "arrow" +    ], +    "version": "1.0", +    "unicode": "ea7d" +  },    "corner-left-down": {      "category": "Arrows", -    "tags": ["corner", "left", "down", "move", "arrow"], -    "version": "1.0" -  },  +    "tags": [ +      "corner", +      "left", +      "down", +      "move", +      "arrow" +    ], +    "version": "1.0", +    "unicode": "ea7e" +  },    "corner-left-up": {      "category": "Arrows", -    "tags": ["corner", "left", "up", "move", "arrow"], -    "version": "1.0" -  },  +    "tags": [ +      "corner", +      "left", +      "up", +      "move", +      "arrow" +    ], +    "version": "1.0", +    "unicode": "ea7f" +  },    "corner-right-down": {      "category": "Arrows", -    "tags": ["corner", "right", "down", "move", "arrow"], -    "version": "1.0" -  },  +    "tags": [ +      "corner", +      "right", +      "down", +      "move", +      "arrow" +    ], +    "version": "1.0", +    "unicode": "ea80" +  },    "corner-right-up": {      "category": "Arrows", -    "tags": ["corner", "right", "up", "move", "arrow"], -    "version": "1.0" -  },  +    "tags": [ +      "corner", +      "right", +      "up", +      "move", +      "arrow" +    ], +    "version": "1.0", +    "unicode": "ea81" +  },    "corner-up-left": {      "category": "Arrows", -    "tags": ["corner", "up", "left", "move", "arrow"], -    "version": "1.0" -  },  +    "tags": [ +      "corner", +      "up", +      "left", +      "move", +      "arrow" +    ], +    "version": "1.0", +    "unicode": "ea82" +  },    "corner-up-right": {      "category": "Arrows", -    "tags": ["corner", "up", "right", "move", "arrow"], -    "version": "1.0" -  },  +    "tags": [ +      "corner", +      "up", +      "right", +      "move", +      "arrow" +    ], +    "version": "1.0", +    "unicode": "ea83" +  },    "credit-card-off": {      "category": "", -    "tags": ["credit", "card", "off", "money", "purchase", "payment", "cc"], -    "version": "1.24" -  },  +    "tags": [ +      "credit", +      "card", +      "off", +      "money", +      "purchase", +      "payment", +      "cc" +    ], +    "version": "1.24", +    "unicode": "ed11" +  },    "credit-card": {      "category": "", -    "tags": ["credit", "card", "money", "purchase", "payment", "cc"], -    "version": "1.0" -  },  +    "tags": [ +      "credit", +      "card", +      "money", +      "purchase", +      "payment", +      "cc" +    ], +    "version": "1.0", +    "unicode": "ea84" +  },    "crop": {      "category": "", -    "tags": ["crop", "photo", "image"], -    "version": "1.0" -  },  +    "tags": [ +      "crop", +      "photo", +      "image" +    ], +    "version": "1.0", +    "unicode": "ea85" +  },    "crosshair": {      "category": "", -    "tags": ["crosshair"], -    "version": "1.11" -  },  +    "tags": [ +      "crosshair" +    ], +    "version": "1.11", +    "unicode": "ec3e" +  },    "crown": {      "category": "", -    "tags": ["crown"], -    "version": "1.24" -  },  +    "tags": [ +      "crown" +    ], +    "version": "1.24", +    "unicode": "ed12" +  },    "curly-loop": {      "category": "", -    "tags": ["curly", "loop"], -    "version": "1.2" -  },  +    "tags": [ +      "curly", +      "loop" +    ], +    "version": "1.2", +    "unicode": "ecda" +  },    "currency-bitcoin": {      "category": "Currencies", -    "tags": ["currency", "bitcoin", "digital", "network", "peer-to-peer", "mining"], -    "version": "1.4" -  },  +    "tags": [ +      "currency", +      "bitcoin", +      "digital", +      "network", +      "peer-to-peer", +      "mining" +    ], +    "version": "1.4", +    "unicode": "ebab" +  },    "currency-dollar": {      "category": "Currencies", -    "tags": ["currency", "dollar", "money", "bucks", "usa", "banknote", "pay"], -    "version": "1.3" -  },  +    "tags": [ +      "currency", +      "dollar", +      "money", +      "bucks", +      "usa", +      "banknote", +      "pay" +    ], +    "version": "1.3", +    "unicode": "eb84" +  },    "currency-euro": {      "category": "Currencies", -    "tags": ["currency", "euro", "money", "banknote", "pay", "europe", "eu"], -    "version": "1.3" -  },  +    "tags": [ +      "currency", +      "euro", +      "money", +      "banknote", +      "pay", +      "europe", +      "eu" +    ], +    "version": "1.3", +    "unicode": "eb85" +  },    "currency-pound": {      "category": "Currencies", -    "tags": ["currency", "pound", "money", "banknote", "pay", "britain", "uk"], -    "version": "1.4" -  },  +    "tags": [ +      "currency", +      "pound", +      "money", +      "banknote", +      "pay", +      "britain", +      "uk" +    ], +    "version": "1.4", +    "unicode": "ebac" +  },    "currency-rupee": {      "category": "Currencies", -    "tags": ["currency", "rupee", "money", "banknote", "pay", "india"], -    "version": "1.4" -  },  +    "tags": [ +      "currency", +      "rupee", +      "money", +      "banknote", +      "pay", +      "india" +    ], +    "version": "1.4", +    "unicode": "ebad" +  },    "currency-yen": {      "category": "Currencies", -    "tags": ["currency", "yen", "money", "banknote", "pay", "japan"], -    "version": "1.4" -  },  +    "tags": [ +      "currency", +      "yen", +      "money", +      "banknote", +      "pay", +      "japan" +    ], +    "version": "1.4", +    "unicode": "ebae" +  },    "current-location": {      "category": "Map", -    "tags": ["current", "location"], -    "version": "1.22" -  },  +    "tags": [ +      "current", +      "location" +    ], +    "version": "1.22", +    "unicode": "ecef" +  },    "cut": {      "category": "Design", -    "tags": ["cut", "scissors", "divide", "hairdresser", "sharp"], -    "version": "1.0" -  },  +    "tags": [ +      "cut", +      "scissors", +      "divide", +      "hairdresser", +      "sharp" +    ], +    "version": "1.0", +    "unicode": "ea86" +  },    "dashboard": {      "category": "System", -    "tags": ["dashboard", "home", "car"], -    "version": "1.0" -  },  +    "tags": [ +      "dashboard", +      "home", +      "car" +    ], +    "version": "1.0", +    "unicode": "ea87" +  },    "database": {      "category": "Devices", -    "tags": ["database", "storage", "data", "memory"], -    "version": "1.0" -  },  +    "tags": [ +      "database", +      "storage", +      "data", +      "memory" +    ], +    "version": "1.0", +    "unicode": "ea88" +  },    "device-desktop": {      "category": "Devices", -    "tags": ["device", "desktop", "monitor", "computer", "imac"], -    "version": "1.0" -  },  +    "tags": [ +      "device", +      "desktop", +      "monitor", +      "computer", +      "imac" +    ], +    "version": "1.0", +    "unicode": "ea89" +  },    "device-floppy": {      "category": "Devices", -    "tags": ["device", "floppy", "save", "file"], -    "version": "1.2" -  },  +    "tags": [ +      "device", +      "floppy", +      "save", +      "file" +    ], +    "version": "1.2", +    "unicode": "eb62" +  },    "device-gamepad": {      "category": "Devices", -    "tags": ["device", "gamepad", "play", "entertainment", "console", "joystick", "joypad", "controller"], -    "version": "1.2" -  },  +    "tags": [ +      "device", +      "gamepad", +      "play", +      "entertainment", +      "console", +      "joystick", +      "joypad", +      "controller" +    ], +    "version": "1.2", +    "unicode": "eb63" +  },    "device-laptop": {      "category": "Devices", -    "tags": ["device", "laptop", "workstation", "mac", "notebook", "portable", "screen", "computer"], -    "version": "1.2" -  },  +    "tags": [ +      "device", +      "laptop", +      "workstation", +      "mac", +      "notebook", +      "portable", +      "screen", +      "computer" +    ], +    "version": "1.2", +    "unicode": "eb64" +  },    "device-mobile-rotated": {      "category": "Devices", -    "tags": ["device", "mobile", "rotated", "iphone", "phone", "smartphone", "cellphone"], -    "version": "1.2" -  },  +    "tags": [ +      "device", +      "mobile", +      "rotated", +      "iphone", +      "phone", +      "smartphone", +      "cellphone" +    ], +    "version": "1.2", +    "unicode": "ecdb" +  },    "device-mobile-vibration": {      "category": "Devices", -    "tags": ["device", "mobile", "vibration", "iphone", "phone", "smartphone", "cellphone"], -    "version": "1.3" -  },  +    "tags": [ +      "device", +      "mobile", +      "vibration", +      "iphone", +      "phone", +      "smartphone", +      "cellphone" +    ], +    "version": "1.3", +    "unicode": "eb86" +  },    "device-mobile": {      "category": "Devices", -    "tags": ["device", "mobile", "iphone", "phone", "smartphone", "cellphone"], -    "version": "1.0" -  },  +    "tags": [ +      "device", +      "mobile", +      "iphone", +      "phone", +      "smartphone", +      "cellphone" +    ], +    "version": "1.0", +    "unicode": "ea8a" +  },    "device-speaker": {      "category": "Devices", -    "tags": ["device", "speaker", "sound", "music", "loud", "audio", "media"], -    "version": "1.1" -  },  +    "tags": [ +      "device", +      "speaker", +      "sound", +      "music", +      "loud", +      "audio", +      "media" +    ], +    "version": "1.1", +    "unicode": "ea8b" +  },    "device-tablet": {      "category": "Devices", -    "tags": ["device", "tablet", "ipad", "mobile", "touchscreen", "portable"], -    "version": "1.0" -  },  +    "tags": [ +      "device", +      "tablet", +      "ipad", +      "mobile", +      "touchscreen", +      "portable" +    ], +    "version": "1.0", +    "unicode": "ea8c" +  },    "device-tv": {      "category": "Devices", -    "tags": ["device", "tv", "screen", "display", "movie", "film", "watch", "audio", "video", "media"], -    "version": "1.0" -  },  +    "tags": [ +      "device", +      "tv", +      "screen", +      "display", +      "movie", +      "film", +      "watch", +      "audio", +      "video", +      "media" +    ], +    "version": "1.0", +    "unicode": "ea8d" +  },    "device-watch": {      "category": "Devices", -    "tags": ["device", "watch"], -    "version": "1.8" -  },  +    "tags": [ +      "device", +      "watch" +    ], +    "version": "1.8", +    "unicode": "ebf9" +  },    "devices-2": {      "category": "Devices", -    "tags": ["devices", "2"], -    "version": "1.26" -  },  +    "tags": [ +      "devices", +      "2" +    ], +    "version": "1.26", +    "unicode": "ed29" +  },    "devices": {      "category": "Devices", -    "tags": ["devices", "computer", "laptop", "notebook", "tablet", "phone", "mobile", "mac", "iphone"], -    "version": "1.3" -  },  +    "tags": [ +      "devices", +      "computer", +      "laptop", +      "notebook", +      "tablet", +      "phone", +      "mobile", +      "mac", +      "iphone" +    ], +    "version": "1.3", +    "unicode": "eb87" +  },    "diamond": {      "category": "", -    "tags": ["diamond", "jewellery", "crystal", "mineral", "jewelry", "ring"], -    "version": "1.2" -  },  +    "tags": [ +      "diamond", +      "jewellery", +      "crystal", +      "mineral", +      "jewelry", +      "ring" +    ], +    "version": "1.2", +    "unicode": "eb65" +  },    "dice": {      "category": "", -    "tags": ["dice", "game", "boardgame", "roll", "throw", "cube", "numbers", "gambling"], -    "version": "1.2" -  },  +    "tags": [ +      "dice", +      "game", +      "boardgame", +      "roll", +      "throw", +      "cube", +      "numbers", +      "gambling" +    ], +    "version": "1.2", +    "unicode": "eb66" +  },    "direction-horizontal": {      "category": "", -    "tags": ["direction", "horizontal"], -    "version": "1.8" -  },  +    "tags": [ +      "direction", +      "horizontal" +    ], +    "version": "1.8", +    "unicode": "ebfa" +  },    "direction": {      "category": "", -    "tags": ["direction"], -    "version": "1.8" -  },  +    "tags": [ +      "direction" +    ], +    "version": "1.8", +    "unicode": "ebfb" +  },    "directions": {      "category": "Map", -    "tags": ["directions", "travel", "navigation", "discover"], -    "version": "1.0" -  },  +    "tags": [ +      "directions", +      "travel", +      "navigation", +      "discover" +    ], +    "version": "1.0", +    "unicode": "ea8e" +  },    "disabled-2": {      "category": "", -    "tags": ["disabled", "2", "wheelchair", "accessible", "handicapped"], -    "version": "1.4" -  },  +    "tags": [ +      "disabled", +      "2", +      "wheelchair", +      "accessible", +      "handicapped" +    ], +    "version": "1.4", +    "unicode": "ebaf" +  },    "disabled": {      "category": "", -    "tags": ["disabled", "wheelchair", "handicapped"], -    "version": "1.0" -  },  +    "tags": [ +      "disabled", +      "wheelchair", +      "handicapped" +    ], +    "version": "1.0", +    "unicode": "ea8f" +  },    "disc": {      "category": "Devices", -    "tags": ["disc", "cd", "music", "album"], -    "version": "1.0" -  },  +    "tags": [ +      "disc", +      "cd", +      "music", +      "album" +    ], +    "version": "1.0", +    "unicode": "ea90" +  },    "discount": {      "category": "", -    "tags": ["discount", "sale", "reduction", "price", "cost", "money", "shopping", "bargain"], -    "version": "1.5" -  },  +    "tags": [ +      "discount", +      "sale", +      "reduction", +      "price", +      "cost", +      "money", +      "shopping", +      "bargain" +    ], +    "version": "1.5", +    "unicode": "ebbd" +  },    "divide": {      "category": "Math", -    "tags": ["divide"], -    "version": "1.31" -  },  +    "tags": [ +      "divide" +    ], +    "version": "1.31", +    "unicode": "ed5c" +  },    "dots-circle-horizontal": {      "category": "System", -    "tags": ["dots", "circle", "horizontal", "more", "options"], -    "version": "1.0" -  },  +    "tags": [ +      "dots", +      "circle", +      "horizontal", +      "more", +      "options" +    ], +    "version": "1.0", +    "unicode": "ea91" +  },    "dots-diagonal-2": {      "category": "System", -    "tags": ["dots", "diagonal", "2", "hellip", "more", "ellipsis"], -    "version": "1.0" -  },  +    "tags": [ +      "dots", +      "diagonal", +      "2", +      "hellip", +      "more", +      "ellipsis" +    ], +    "version": "1.0", +    "unicode": "ea92" +  },    "dots-diagonal": {      "category": "System", -    "tags": ["dots", "diagonal", "hellip", "more", "ellipsis"], -    "version": "1.0" -  },  +    "tags": [ +      "dots", +      "diagonal", +      "hellip", +      "more", +      "ellipsis" +    ], +    "version": "1.0", +    "unicode": "ea93" +  },    "dots-vertical": {      "category": "System", -    "tags": ["dots", "vertical", "hellip", "more", "ellipsis"], -    "version": "1.0" -  },  +    "tags": [ +      "dots", +      "vertical", +      "hellip", +      "more", +      "ellipsis" +    ], +    "version": "1.0", +    "unicode": "ea94" +  },    "dots": {      "category": "System", -    "tags": ["dots", "hellip", "more", "ellipsis"], -    "version": "1.0" -  },  +    "tags": [ +      "dots", +      "hellip", +      "more", +      "ellipsis" +    ], +    "version": "1.0", +    "unicode": "ea95" +  },    "download": {      "category": "", -    "tags": ["download", "save", "arrow"], -    "version": "1.0" -  },  +    "tags": [ +      "download", +      "save", +      "arrow" +    ], +    "version": "1.0", +    "unicode": "ea96" +  },    "drag-drop-2": {      "category": "", -    "tags": ["drag", "drop", "2", "location", "gesture", "move"], -    "version": "1.3" -  },  +    "tags": [ +      "drag", +      "drop", +      "2", +      "location", +      "gesture", +      "move" +    ], +    "version": "1.3", +    "unicode": "eb88" +  },    "drag-drop": {      "category": "", -    "tags": ["drag", "drop", "location", "gesture", "move"], -    "version": "1.3" -  },  +    "tags": [ +      "drag", +      "drop", +      "location", +      "gesture", +      "move" +    ], +    "version": "1.3", +    "unicode": "eb89" +  },    "drone": {      "category": "Vehicles", -    "tags": ["drone"], -    "version": "1.33" -  },  +    "tags": [ +      "drone" +    ], +    "version": "1.33", +    "unicode": "ed79" +  },    "droplet": {      "category": "Design", -    "tags": ["droplet", "water", "rain", "liquid"], -    "version": "1.0" -  },  +    "tags": [ +      "droplet", +      "water", +      "rain", +      "liquid" +    ], +    "version": "1.0", +    "unicode": "ea97" +  },    "ear": {      "category": "Media", -    "tags": ["ear", "sound", "listen", "music", "hear", "loud", "speakers"], -    "version": "1.6" -  },  +    "tags": [ +      "ear", +      "sound", +      "listen", +      "music", +      "hear", +      "loud", +      "speakers" +    ], +    "version": "1.6", +    "unicode": "ebce" +  },    "edit": {      "category": "Design", -    "tags": ["edit", "pencil", "change", "update"], -    "version": "1.0" -  },  +    "tags": [ +      "edit", +      "pencil", +      "change", +      "update" +    ], +    "version": "1.0", +    "unicode": "ea98" +  },    "egg": {      "category": "", -    "tags": ["egg", "food", "easter", "chicken"], -    "version": "1.3" -  },  +    "tags": [ +      "egg", +      "food", +      "easter", +      "chicken" +    ], +    "version": "1.3", +    "unicode": "eb8a" +  },    "emphasis": {      "category": "Text", -    "tags": ["emphasis", "highlight", "priority", "stress"], -    "version": "1.6" -  },  +    "tags": [ +      "emphasis", +      "highlight", +      "priority", +      "stress" +    ], +    "version": "1.6", +    "unicode": "ebcf" +  },    "eraser": {      "category": "Text", -    "tags": ["eraser", "delete", "remove", "eliminate", "wipe-out"], -    "version": "1.3" -  },  +    "tags": [ +      "eraser", +      "delete", +      "remove", +      "eliminate", +      "wipe-out" +    ], +    "version": "1.3", +    "unicode": "eb8b" +  },    "exchange": {      "category": "", -    "tags": ["exchange"], -    "version": "1.7" -  },  +    "tags": [ +      "exchange" +    ], +    "version": "1.7", +    "unicode": "ebe7" +  },    "exposure": {      "category": "Photos", -    "tags": ["exposure", "light", "bright", "dark", "camera"], -    "version": "1.3" -  },  +    "tags": [ +      "exposure", +      "light", +      "bright", +      "dark", +      "camera" +    ], +    "version": "1.3", +    "unicode": "eb8c" +  },    "external-link": {      "category": "System", -    "tags": ["external", "link", "connection", "outbound", "redirect"], -    "version": "1.0" -  },  +    "tags": [ +      "external", +      "link", +      "connection", +      "outbound", +      "redirect" +    ], +    "version": "1.0", +    "unicode": "ea99" +  },    "eye-off": {      "category": "", -    "tags": ["eye", "off"], -    "version": "1.22" -  },  +    "tags": [ +      "eye", +      "off" +    ], +    "version": "1.22", +    "unicode": "ecf0" +  },    "eye": {      "category": "", -    "tags": ["eye", "view", "watch"], -    "version": "1.0" -  },  +    "tags": [ +      "eye", +      "view", +      "watch" +    ], +    "version": "1.0", +    "unicode": "ea9a" +  },    "face-id": {      "category": "", -    "tags": ["face", "id", "apple", "iphone", "ipad"], -    "version": "1.0" -  },  +    "tags": [ +      "face", +      "id", +      "apple", +      "iphone", +      "ipad" +    ], +    "version": "1.0", +    "unicode": "ea9b" +  },    "fall": {      "category": "", -    "tags": ["fall"], -    "version": "1.18" -  },  +    "tags": [ +      "fall" +    ], +    "version": "1.18", +    "unicode": "ecb9" +  },    "file-alert": {      "category": "Document", -    "tags": ["file", "alert", "danger", "risk", "warning", "check", "caution", "document", "error"], -    "version": "1.37" -  },  +    "tags": [ +      "file", +      "alert", +      "danger", +      "risk", +      "warning", +      "check", +      "caution", +      "document", +      "error" +    ], +    "version": "1.37", +    "unicode": "ede6" +  },    "file-analytics": {      "category": "Document", -    "tags": ["file", "analytics", "data", "statistics", "report", "chart", "document", "paper"], -    "version": "1.37" -  },  +    "tags": [ +      "file", +      "analytics", +      "data", +      "statistics", +      "report", +      "chart", +      "document", +      "paper" +    ], +    "version": "1.37", +    "unicode": "ede7" +  },    "file-certificate": {      "category": "Document", -    "tags": ["file", "certificate", "certificate", "license", "diploma", "document", "format", "data", "paper"], -    "version": "1.29" -  },  +    "tags": [ +      "file", +      "certificate", +      "certificate", +      "license", +      "diploma", +      "document", +      "format", +      "data", +      "paper" +    ], +    "version": "1.29", +    "unicode": "ed4d" +  },    "file-check": {      "category": "Document", -    "tags": ["file", "check", "yes"], -    "version": "1.0" -  },  +    "tags": [ +      "file", +      "check", +      "yes" +    ], +    "version": "1.0", +    "unicode": "ea9c" +  },    "file-code-2": {      "category": "Document", -    "tags": ["file", "code", "2", "programming", "document", "developer", "technology"], -    "version": "1.37" -  },  +    "tags": [ +      "file", +      "code", +      "2", +      "programming", +      "document", +      "developer", +      "technology" +    ], +    "version": "1.37", +    "unicode": "ede8" +  },    "file-code": {      "category": "Document", -    "tags": ["file", "code", "paper", "new"], -    "version": "1.6" -  },  +    "tags": [ +      "file", +      "code", +      "paper", +      "new" +    ], +    "version": "1.6", +    "unicode": "ebd0" +  },    "file-diff": {      "category": "Document", -    "tags": ["file", "diff", "add", "create", "new"], -    "version": "1.22" -  },  +    "tags": [ +      "file", +      "diff", +      "add", +      "create", +      "new" +    ], +    "version": "1.22", +    "unicode": "ecf1" +  },    "file-dislike": {      "category": "Document", -    "tags": ["file", "dislike", "rejected", "document"], -    "version": "1.26" -  },  +    "tags": [ +      "file", +      "dislike", +      "rejected", +      "document" +    ], +    "version": "1.26", +    "unicode": "ed2a" +  },    "file-download": {      "category": "Document", -    "tags": ["file", "download", "save", "transfer", "input"], -    "version": "1.0" -  },  +    "tags": [ +      "file", +      "download", +      "save", +      "transfer", +      "input" +    ], +    "version": "1.0", +    "unicode": "ea9d" +  },    "file-export": {      "category": "Document", -    "tags": ["file", "export", "arrow", "data", "paper", "document", "format"], -    "version": "1.37" -  },  +    "tags": [ +      "file", +      "export", +      "arrow", +      "data", +      "paper", +      "document", +      "format" +    ], +    "version": "1.37", +    "unicode": "ede9" +  },    "file-horizontal": {      "category": "Document", -    "tags": ["file", "horizontal", "paper", "new"], -    "version": "1.4" -  },  +    "tags": [ +      "file", +      "horizontal", +      "paper", +      "new" +    ], +    "version": "1.4", +    "unicode": "ebb0" +  },    "file-import": {      "category": "Document", -    "tags": ["file", "import", "arrow", "data", "paper", "document", "format"], -    "version": "1.37" -  },  +    "tags": [ +      "file", +      "import", +      "arrow", +      "data", +      "paper", +      "document", +      "format" +    ], +    "version": "1.37", +    "unicode": "edea" +  },    "file-info": {      "category": "Document", -    "tags": ["file", "info", "info", "information", "informations", "paper", "file", "document", "page"], -    "version": "1.38" -  },  +    "tags": [ +      "file", +      "info", +      "info", +      "information", +      "informations", +      "paper", +      "file", +      "document", +      "page" +    ], +    "version": "1.38", +    "unicode": "edec" +  },    "file-invoice": {      "category": "Document", -    "tags": ["file", "invoice", "accounting", "bill", "statement", "settlement", "finance"], -    "version": "1.2" -  },  +    "tags": [ +      "file", +      "invoice", +      "accounting", +      "bill", +      "statement", +      "settlement", +      "finance" +    ], +    "version": "1.2", +    "unicode": "eb67" +  },    "file-like": {      "category": "Document", -    "tags": ["file", "like", "approved", "document"], -    "version": "1.26" -  },  +    "tags": [ +      "file", +      "like", +      "approved", +      "document" +    ], +    "version": "1.26", +    "unicode": "ed2b" +  },    "file-minus": {      "category": "Document", -    "tags": ["file", "minus", "remove", "delete"], -    "version": "1.0" -  },  +    "tags": [ +      "file", +      "minus", +      "remove", +      "delete" +    ], +    "version": "1.0", +    "unicode": "ea9e" +  },    "file-music": {      "category": "Document", -    "tags": ["file", "music", "mp3", "wma", "wav"], -    "version": "1.0" -  },  +    "tags": [ +      "file", +      "music", +      "mp3", +      "wma", +      "wav" +    ], +    "version": "1.0", +    "unicode": "ea9f" +  },    "file-off": {      "category": "Document", -    "tags": ["file", "off", "new", "close", "gap", "paper"], -    "version": "1.22" -  },  +    "tags": [ +      "file", +      "off", +      "new", +      "close", +      "gap", +      "paper" +    ], +    "version": "1.22", +    "unicode": "ecf2" +  },    "file-phone": {      "category": "Document", -    "tags": ["file", "phone", "save", "transfer", "input"], -    "version": "1.2" -  },  +    "tags": [ +      "file", +      "phone", +      "save", +      "transfer", +      "input" +    ], +    "version": "1.2", +    "unicode": "ecdc" +  },    "file-plus": {      "category": "Document", -    "tags": ["file", "plus", "add", "create", "new"], -    "version": "1.0" -  },  +    "tags": [ +      "file", +      "plus", +      "add", +      "create", +      "new" +    ], +    "version": "1.0", +    "unicode": "eaa0" +  },    "file-report": {      "category": "Document", -    "tags": ["file", "report", "stats", "data", "paper", "document", "chart", "format"], -    "version": "1.38" -  },  +    "tags": [ +      "file", +      "report", +      "stats", +      "data", +      "paper", +      "document", +      "chart", +      "format" +    ], +    "version": "1.38", +    "unicode": "eded" +  },    "file-search": {      "category": "Document", -    "tags": ["file", "search", "search", "data", "paper", "document", "format"], -    "version": "1.31" -  },  +    "tags": [ +      "file", +      "search", +      "search", +      "data", +      "paper", +      "document", +      "format" +    ], +    "version": "1.31", +    "unicode": "ed5d" +  },    "file-shredder": {      "category": "Document", -    "tags": ["file", "shredder", "shred", "destroy", "cut"], -    "version": "1.0" -  },  +    "tags": [ +      "file", +      "shredder", +      "shred", +      "destroy", +      "cut" +    ], +    "version": "1.0", +    "unicode": "eaa1" +  },    "file-symlink": {      "category": "Document", -    "tags": ["file", "symlink", "text", "format", "extension", "document", "format"], -    "version": "1.3" -  },  +    "tags": [ +      "file", +      "symlink", +      "text", +      "format", +      "extension", +      "document", +      "format" +    ], +    "version": "1.3", +    "unicode": "ed53" +  },    "file-text": {      "category": "Document", -    "tags": ["file", "text", "data", "pdf", "txt"], -    "version": "1.0" -  },  +    "tags": [ +      "file", +      "text", +      "data", +      "pdf", +      "txt" +    ], +    "version": "1.0", +    "unicode": "eaa2" +  },    "file-upload": {      "category": "Document", -    "tags": ["file", "upload", "save", "transfer", "input"], -    "version": "1.15" -  },  +    "tags": [ +      "file", +      "upload", +      "save", +      "transfer", +      "input" +    ], +    "version": "1.15", +    "unicode": "ec91" +  },    "file-x": {      "category": "Document", -    "tags": ["file", "x", "remove", "delete", "erase"], -    "version": "1.0" -  },  +    "tags": [ +      "file", +      "x", +      "remove", +      "delete", +      "erase" +    ], +    "version": "1.0", +    "unicode": "eaa3" +  },    "file-zip": {      "category": "Document", -    "tags": ["file", "zip", "forms", "documents", "stack", "letter", "archive", "rar", "zipped", "extention", "bundle", "format"], -    "version": "1.29" -  },  +    "tags": [ +      "file", +      "zip", +      "forms", +      "documents", +      "stack", +      "letter", +      "archive", +      "rar", +      "zipped", +      "extention", +      "bundle", +      "format" +    ], +    "version": "1.29", +    "unicode": "ed4e" +  },    "file": {      "category": "Document", -    "tags": ["file", "paper", "new"], -    "version": "1.0" -  },  +    "tags": [ +      "file", +      "paper", +      "new" +    ], +    "version": "1.0", +    "unicode": "eaa4" +  },    "files-off": {      "category": "Document", -    "tags": ["files", "off", "forms", "documents", "stack", "letter"], -    "version": "1.38" -  },  +    "tags": [ +      "files", +      "off", +      "forms", +      "documents", +      "stack", +      "letter" +    ], +    "version": "1.38", +    "unicode": "edee" +  },    "files": {      "category": "Document", -    "tags": ["files", "forms", "documents", "stack", "letter"], -    "version": "1.38" -  },  +    "tags": [ +      "files", +      "forms", +      "documents", +      "stack", +      "letter" +    ], +    "version": "1.38", +    "unicode": "edef" +  },    "filter-off": {      "category": "System", -    "tags": ["filter", "off"], -    "version": "1.26" -  },  +    "tags": [ +      "filter", +      "off" +    ], +    "version": "1.26", +    "unicode": "ed2c" +  },    "filter": {      "category": "System", -    "tags": ["filter", "funnel", "hopper", "filtration"], -    "version": "1.0" -  },  +    "tags": [ +      "filter", +      "funnel", +      "hopper", +      "filtration" +    ], +    "version": "1.0", +    "unicode": "eaa5" +  },    "fingerprint": {      "category": "", -    "tags": ["fingerprint", "indentify", "mark", "surface", "security", "access"], -    "version": "1.6" -  },  +    "tags": [ +      "fingerprint", +      "indentify", +      "mark", +      "surface", +      "security", +      "access" +    ], +    "version": "1.6", +    "unicode": "ebd1" +  },    "firetruck": {      "category": "Vehicles", -    "tags": ["firetruck"], -    "version": "1.7" -  },  +    "tags": [ +      "firetruck" +    ], +    "version": "1.7", +    "unicode": "ebe8" +  },    "flag": {      "category": "Map", -    "tags": ["flag", "banner", "pin", "report", "map"], -    "version": "1.0" -  },  +    "tags": [ +      "flag", +      "banner", +      "pin", +      "report", +      "map" +    ], +    "version": "1.0", +    "unicode": "eaa6" +  },    "flame": {      "category": "", -    "tags": ["flame"], -    "version": "1.1" -  },  +    "tags": [ +      "flame" +    ], +    "version": "1.1", +    "unicode": "ec2c" +  },    "flask": {      "category": "", -    "tags": ["flask", "liquid", "container", "glass", "chemistry"], -    "version": "1.6" -  },  +    "tags": [ +      "flask", +      "liquid", +      "container", +      "glass", +      "chemistry" +    ], +    "version": "1.6", +    "unicode": "ebd2" +  },    "flip-horizontal": {      "category": "Design", -    "tags": ["flip", "horizontal", "mirror", "rotate"], -    "version": "1.0" -  },  +    "tags": [ +      "flip", +      "horizontal", +      "mirror", +      "rotate" +    ], +    "version": "1.0", +    "unicode": "eaa7" +  },    "flip-vertical": {      "category": "Design", -    "tags": ["flip", "vertical", "mirror", "rotate"], -    "version": "1.0" -  },  +    "tags": [ +      "flip", +      "vertical", +      "mirror", +      "rotate" +    ], +    "version": "1.0", +    "unicode": "eaa8" +  },    "float-center": {      "category": "Text", -    "tags": ["float", "center", "position"], -    "version": "1.4" -  },  +    "tags": [ +      "float", +      "center", +      "position" +    ], +    "version": "1.4", +    "unicode": "ebb1" +  },    "float-left": {      "category": "Text", -    "tags": ["float", "left", "position"], -    "version": "1.4" -  },  +    "tags": [ +      "float", +      "left", +      "position" +    ], +    "version": "1.4", +    "unicode": "ebb2" +  },    "float-none": {      "category": "Text", -    "tags": ["float", "none", "position"], -    "version": "1.24" -  },  +    "tags": [ +      "float", +      "none", +      "position" +    ], +    "version": "1.24", +    "unicode": "ed13" +  },    "float-right": {      "category": "Text", -    "tags": ["float", "right", "position"], -    "version": "1.4" -  },  +    "tags": [ +      "float", +      "right", +      "position" +    ], +    "version": "1.4", +    "unicode": "ebb3" +  },    "focus-2": {      "category": "Design", -    "tags": ["focus", "2", "spotlight", "attention", "center", "aim", "target"], -    "version": "1.6" -  },  +    "tags": [ +      "focus", +      "2", +      "spotlight", +      "attention", +      "center", +      "aim", +      "target" +    ], +    "version": "1.6", +    "unicode": "ebd3" +  },    "focus": {      "category": "Design", -    "tags": ["focus", "target", "bullseye", "aim"], -    "version": "1.3" -  },  +    "tags": [ +      "focus", +      "target", +      "bullseye", +      "aim" +    ], +    "version": "1.3", +    "unicode": "eb8d" +  },    "fold-down": {      "category": "", -    "tags": ["fold", "down"], -    "version": "1.3" -  },  +    "tags": [ +      "fold", +      "down" +    ], +    "version": "1.3", +    "unicode": "ed54" +  },    "fold-up": {      "category": "", -    "tags": ["fold", "up"], -    "version": "1.3" -  },  +    "tags": [ +      "fold", +      "up" +    ], +    "version": "1.3", +    "unicode": "ed55" +  },    "fold": {      "category": "", -    "tags": ["fold"], -    "version": "1.3" -  },  +    "tags": [ +      "fold" +    ], +    "version": "1.3", +    "unicode": "ed56" +  },    "folder-minus": {      "category": "Document", -    "tags": ["folder", "minus", "directory", "dir"], -    "version": "1.0" -  },  +    "tags": [ +      "folder", +      "minus", +      "directory", +      "dir" +    ], +    "version": "1.0", +    "unicode": "eaaa" +  },    "folder-off": {      "category": "Document", -    "tags": ["folder", "off", "cancel", "no", "directory", "dir"], -    "version": "1.24" -  },  +    "tags": [ +      "folder", +      "off", +      "cancel", +      "no", +      "directory", +      "dir" +    ], +    "version": "1.24", +    "unicode": "ed14" +  },    "folder-plus": {      "category": "Document", -    "tags": ["folder", "plus", "add", "create", "new", "directory", "dir"], -    "version": "1.0" -  },  +    "tags": [ +      "folder", +      "plus", +      "add", +      "create", +      "new", +      "directory", +      "dir" +    ], +    "version": "1.0", +    "unicode": "eaab" +  },    "folder-x": {      "category": "Document", -    "tags": ["folder", "x", "directory", "dir"], -    "version": "1.0" -  },  +    "tags": [ +      "folder", +      "x", +      "directory", +      "dir" +    ], +    "version": "1.0", +    "unicode": "eaac" +  },    "folder": {      "category": "Document", -    "tags": ["folder", "cancel", "no", "directory", "dir"], -    "version": "1.0" -  },  +    "tags": [ +      "folder", +      "cancel", +      "no", +      "directory", +      "dir" +    ], +    "version": "1.0", +    "unicode": "eaad" +  },    "folders": {      "category": "Document", -    "tags": ["folders", "directory", "dir", "clone", "copy"], -    "version": "1.0" -  },  +    "tags": [ +      "folders", +      "directory", +      "dir", +      "clone", +      "copy" +    ], +    "version": "1.0", +    "unicode": "eaae" +  },    "forbid-2": {      "category": "", -    "tags": ["forbid", "2", "access", "restriction", "ban", "limit"], -    "version": "1.6" -  },  +    "tags": [ +      "forbid", +      "2", +      "access", +      "restriction", +      "ban", +      "limit" +    ], +    "version": "1.6", +    "unicode": "ebd4" +  },    "forbid": {      "category": "", -    "tags": ["forbid", "access", "restriction", "ban", "limit"], -    "version": "1.6" -  },  +    "tags": [ +      "forbid", +      "access", +      "restriction", +      "ban", +      "limit" +    ], +    "version": "1.6", +    "unicode": "ebd5" +  },    "forklift": {      "category": "Vehicles", -    "tags": ["forklift"], -    "version": "1.7" -  },  +    "tags": [ +      "forklift" +    ], +    "version": "1.7", +    "unicode": "ebe9" +  },    "frame": {      "category": "", -    "tags": ["frame", "crop"], -    "version": "1.0" -  },  +    "tags": [ +      "frame", +      "crop" +    ], +    "version": "1.0", +    "unicode": "eaaf" +  },    "friends": {      "category": "", -    "tags": ["friends", "people", "boy", "girl", "man", "woman"], -    "version": "1.0" -  },  +    "tags": [ +      "friends", +      "people", +      "boy", +      "girl", +      "man", +      "woman" +    ], +    "version": "1.0", +    "unicode": "eab0" +  },    "gas-station": {      "category": "Vehicles", -    "tags": ["gas", "station"], -    "version": "1.14" -  },  +    "tags": [ +      "gas", +      "station" +    ], +    "version": "1.14", +    "unicode": "ec7d" +  },    "gauge": {      "category": "System", -    "tags": ["gauge", "car", "dashboard"], -    "version": "1.0" -  },  +    "tags": [ +      "gauge", +      "car", +      "dashboard" +    ], +    "version": "1.0", +    "unicode": "eab1" +  },    "ghost": {      "category": "", -    "tags": ["ghost", "spirit", "transparent", "fairytale", "horror", "movie", "shadow", "haunt"], -    "version": "1.3" -  },  +    "tags": [ +      "ghost", +      "spirit", +      "transparent", +      "fairytale", +      "horror", +      "movie", +      "shadow", +      "haunt" +    ], +    "version": "1.3", +    "unicode": "eb8e" +  },    "gift": {      "category": "", -    "tags": ["gift", "present", "birthday", "celebration", "wish", "bonus", "souvenire", "surprise"], -    "version": "1.2" -  },  +    "tags": [ +      "gift", +      "present", +      "birthday", +      "celebration", +      "wish", +      "bonus", +      "souvenire", +      "surprise" +    ], +    "version": "1.2", +    "unicode": "eb68" +  },    "git-branch": {      "category": "", -    "tags": ["git", "branch", "code", "version control", "command"], -    "version": "1.0" -  },  +    "tags": [ +      "git", +      "branch", +      "code", +      "version control", +      "command" +    ], +    "version": "1.0", +    "unicode": "eab2" +  },    "git-commit": {      "category": "", -    "tags": ["git", "commit", "code", "version control", "command"], -    "version": "1.0" -  },  +    "tags": [ +      "git", +      "commit", +      "code", +      "version control", +      "command" +    ], +    "version": "1.0", +    "unicode": "eab3" +  },    "git-compare": {      "category": "", -    "tags": ["git", "compare", "code", "version control", "command"], -    "version": "1.0" -  },  +    "tags": [ +      "git", +      "compare", +      "code", +      "version control", +      "command" +    ], +    "version": "1.0", +    "unicode": "eab4" +  },    "git-fork": {      "category": "", -    "tags": ["git", "fork", "code", "version control", "command"], -    "version": "1.3" -  },  +    "tags": [ +      "git", +      "fork", +      "code", +      "version control", +      "command" +    ], +    "version": "1.3", +    "unicode": "eb8f" +  },    "git-merge": {      "category": "", -    "tags": ["git", "merge", "code", "version control", "command"], -    "version": "1.0" -  },  +    "tags": [ +      "git", +      "merge", +      "code", +      "version control", +      "command" +    ], +    "version": "1.0", +    "unicode": "eab5" +  },    "git-pull-request": {      "category": "", -    "tags": ["git", "pull", "request", "code", "version control", "command"], -    "version": "1.0" -  },  +    "tags": [ +      "git", +      "pull", +      "request", +      "code", +      "version control", +      "command" +    ], +    "version": "1.0", +    "unicode": "eab6" +  },    "glass-full": {      "category": "", -    "tags": ["glass", "full", "wine", "cup", "goblet"], -    "version": "1.0" -  },  +    "tags": [ +      "glass", +      "full", +      "wine", +      "cup", +      "goblet" +    ], +    "version": "1.0", +    "unicode": "eab7" +  },    "glass": {      "category": "", -    "tags": ["glass", "wine", "cup", "goblet"], -    "version": "1.0" -  },  +    "tags": [ +      "glass", +      "wine", +      "cup", +      "goblet" +    ], +    "version": "1.0", +    "unicode": "eab8" +  },    "globe": {      "category": "Map", -    "tags": ["globe", "world", "travel", "journey", "trip", "planet", "earth"], -    "version": "1.1" -  },  +    "tags": [ +      "globe", +      "world", +      "travel", +      "journey", +      "trip", +      "planet", +      "earth" +    ], +    "version": "1.1", +    "unicode": "eab9" +  },    "golf": {      "category": "Sport", -    "tags": ["golf"], -    "version": "1.34" -  },  +    "tags": [ +      "golf" +    ], +    "version": "1.34", +    "unicode": "ed8c" +  },    "gps": {      "category": "Map", -    "tags": ["gps"], -    "version": "1.33" -  },  +    "tags": [ +      "gps" +    ], +    "version": "1.33", +    "unicode": "ed7a" +  },    "grid-dots": {      "category": "System", -    "tags": ["grid", "dots", "network", "pattern", "layout"], -    "version": "1.0" -  },  +    "tags": [ +      "grid", +      "dots", +      "network", +      "pattern", +      "layout" +    ], +    "version": "1.0", +    "unicode": "eaba" +  },    "grip-horizontal": {      "category": "System", -    "tags": ["grip", "horizontal"], -    "version": "1.8" -  },  +    "tags": [ +      "grip", +      "horizontal" +    ], +    "version": "1.8", +    "unicode": "ec00" +  },    "grip-vertical": {      "category": "System", -    "tags": ["grip", "vertical"], -    "version": "1.8" -  },  +    "tags": [ +      "grip", +      "vertical" +    ], +    "version": "1.8", +    "unicode": "ec01" +  },    "h-1": {      "category": "Text", -    "tags": ["h", "1"], -    "version": "1.16" -  },  +    "tags": [ +      "h", +      "1" +    ], +    "version": "1.16", +    "unicode": "ec94" +  },    "h-2": {      "category": "Text", -    "tags": ["h", "2"], -    "version": "1.16" -  },  +    "tags": [ +      "h", +      "2" +    ], +    "version": "1.16", +    "unicode": "ec95" +  },    "h-3": {      "category": "Text", -    "tags": ["h", "3"], -    "version": "1.16" -  },  +    "tags": [ +      "h", +      "3" +    ], +    "version": "1.16", +    "unicode": "ec96" +  },    "h-4": {      "category": "Text", -    "tags": ["h", "4"], -    "version": "1.16" -  },  +    "tags": [ +      "h", +      "4" +    ], +    "version": "1.16", +    "unicode": "ec97" +  },    "h-5": {      "category": "Text", -    "tags": ["h", "5"], -    "version": "1.16" -  },  +    "tags": [ +      "h", +      "5" +    ], +    "version": "1.16", +    "unicode": "ec98" +  },    "h-6": {      "category": "Text", -    "tags": ["h", "6"], -    "version": "1.16" -  },  +    "tags": [ +      "h", +      "6" +    ], +    "version": "1.16", +    "unicode": "ec99" +  },    "hand-middle-finger": {      "category": "", -    "tags": ["hand", "middle", "finger"], -    "version": "1.1" -  },  +    "tags": [ +      "hand", +      "middle", +      "finger" +    ], +    "version": "1.1", +    "unicode": "ec2d" +  },    "hand-off": {      "category": "", -    "tags": ["hand", "off"], -    "version": "1.24" -  },  +    "tags": [ +      "hand", +      "off" +    ], +    "version": "1.24", +    "unicode": "ed15" +  },    "hand-stop": {      "category": "", -    "tags": ["hand", "stop"], -    "version": "1.1" -  },  +    "tags": [ +      "hand", +      "stop" +    ], +    "version": "1.1", +    "unicode": "ec2e" +  },    "hash": {      "category": "", -    "tags": ["hash", "hashtag", "#", "instagram"], -    "version": "1.0" -  },  +    "tags": [ +      "hash", +      "hashtag", +      "#", +      "instagram" +    ], +    "version": "1.0", +    "unicode": "eabc" +  },    "headphones-off": {      "category": "Media", -    "tags": ["headphones", "off"], -    "version": "1.25" -  },  +    "tags": [ +      "headphones", +      "off" +    ], +    "version": "1.25", +    "unicode": "ed1d" +  },    "headphones": {      "category": "Media", -    "tags": ["headphones", "music", "headset", "audio", "sound"], -    "version": "1.0" -  },  +    "tags": [ +      "headphones", +      "music", +      "headset", +      "audio", +      "sound" +    ], +    "version": "1.0", +    "unicode": "eabd" +  },    "headset": {      "category": "Media", -    "tags": ["headset", "music", "headphones", "audio", "sound"], -    "version": "1.3" -  },  +    "tags": [ +      "headset", +      "music", +      "headphones", +      "audio", +      "sound" +    ], +    "version": "1.3", +    "unicode": "eb90" +  },    "heart-broken": {      "category": "", -    "tags": ["heart", "broken", "love", "emotion", "like", "favorite", "relationship"], -    "version": "1.18" -  },  +    "tags": [ +      "heart", +      "broken", +      "love", +      "emotion", +      "like", +      "favorite", +      "relationship" +    ], +    "version": "1.18", +    "unicode": "ecba" +  },    "heart": {      "category": "Shapes", -    "tags": ["heart", "love", "emotion", "like", "favorite", "relationship"], -    "version": "1.0" -  },  +    "tags": [ +      "heart", +      "love", +      "emotion", +      "like", +      "favorite", +      "relationship" +    ], +    "version": "1.0", +    "unicode": "eabe" +  },    "helicopter-landing": {      "category": "Vehicles", -    "tags": ["helicopter", "landing"], -    "version": "1.34" -  },  +    "tags": [ +      "helicopter", +      "landing" +    ], +    "version": "1.34", +    "unicode": "ed8d" +  },    "helicopter": {      "category": "Map", -    "tags": ["helicopter"], -    "version": "1.34" -  },  +    "tags": [ +      "helicopter" +    ], +    "version": "1.34", +    "unicode": "ed8e" +  },    "help": {      "category": "", -    "tags": ["help", "tooltip", "assistance", "advice", "support"], -    "version": "1.1" -  },  +    "tags": [ +      "help", +      "tooltip", +      "assistance", +      "advice", +      "support" +    ], +    "version": "1.1", +    "unicode": "eabf" +  },    "hexagon": {      "category": "Shapes", -    "tags": ["hexagon"], -    "version": "1.8" -  },  +    "tags": [ +      "hexagon" +    ], +    "version": "1.8", +    "unicode": "ec02" +  },    "history": {      "category": "System", -    "tags": ["history"], -    "version": "1.7" -  },  +    "tags": [ +      "history" +    ], +    "version": "1.7", +    "unicode": "ebea" +  },    "home-2": {      "category": "Buildings", -    "tags": ["home", "2", "house", "dashboard", "living", "building"], -    "version": "1.1" -  },  +    "tags": [ +      "home", +      "2", +      "house", +      "dashboard", +      "living", +      "building" +    ], +    "version": "1.1", +    "unicode": "eac0" +  },    "home": {      "category": "Buildings", -    "tags": ["home", "house", "dashboard", "living", "building"], -    "version": "1.0" -  },  +    "tags": [ +      "home", +      "house", +      "dashboard", +      "living", +      "building" +    ], +    "version": "1.0", +    "unicode": "eac1" +  },    "ice-cream": {      "category": "", -    "tags": ["ice", "cream", "candy", "dessert", "frozen", "sweet"], -    "version": "1.0" -  },  +    "tags": [ +      "ice", +      "cream", +      "candy", +      "dessert", +      "frozen", +      "sweet" +    ], +    "version": "1.0", +    "unicode": "eac2" +  },    "id": {      "category": "", -    "tags": ["id", "identification", "card", "personal details"], -    "version": "1.1" -  },  +    "tags": [ +      "id", +      "identification", +      "card", +      "personal details" +    ], +    "version": "1.1", +    "unicode": "eac3" +  },    "inbox": {      "category": "", -    "tags": ["inbox", "mail", "gmail", "email", "envelope", "post"], -    "version": "1.0" -  },  +    "tags": [ +      "inbox", +      "mail", +      "gmail", +      "email", +      "envelope", +      "post" +    ], +    "version": "1.0", +    "unicode": "eac4" +  },    "indent-decrease": {      "category": "Text", -    "tags": ["indent", "decrease", "line", "position", "block", "margin", "paragraph"], -    "version": "1.3" -  },  +    "tags": [ +      "indent", +      "decrease", +      "line", +      "position", +      "block", +      "margin", +      "paragraph" +    ], +    "version": "1.3", +    "unicode": "eb91" +  },    "indent-increase": {      "category": "Text", -    "tags": ["indent", "increase", "line", "position", "block", "margin", "paragraph"], -    "version": "1.3" -  },  +    "tags": [ +      "indent", +      "increase", +      "line", +      "position", +      "block", +      "margin", +      "paragraph" +    ], +    "version": "1.3", +    "unicode": "eb92" +  },    "infinity": {      "category": "Math", -    "tags": ["infinity", "endless", "eternity", "continuum", "time"], -    "version": "1.2" -  },  +    "tags": [ +      "infinity", +      "endless", +      "eternity", +      "continuum", +      "time" +    ], +    "version": "1.2", +    "unicode": "eb69" +  },    "info-circle": {      "category": "", -    "tags": ["info", "circle", "information", "advice", "news", "tip", "sign"], -    "version": "1.0" -  },  +    "tags": [ +      "info", +      "circle", +      "information", +      "advice", +      "news", +      "tip", +      "sign" +    ], +    "version": "1.0", +    "unicode": "eac5" +  },    "info-square": {      "category": "", -    "tags": ["info", "square", "information", "advice", "news", "tip", "sign"], -    "version": "1.0" -  },  +    "tags": [ +      "info", +      "square", +      "information", +      "advice", +      "news", +      "tip", +      "sign" +    ], +    "version": "1.0", +    "unicode": "eac6" +  },    "italic": {      "category": "Text", -    "tags": ["italic", "typography", "font", "typeface", "emphasise"], -    "version": "1.3" -  },  +    "tags": [ +      "italic", +      "typography", +      "font", +      "typeface", +      "emphasise" +    ], +    "version": "1.3", +    "unicode": "eb93" +  },    "jump-rope": {      "category": "Sport", -    "tags": ["jump", "rope"], -    "version": "1.34" -  },  +    "tags": [ +      "jump", +      "rope" +    ], +    "version": "1.34", +    "unicode": "ed8f" +  },    "karate": {      "category": "Sport", -    "tags": ["karate"], -    "version": "1.27" -  },  +    "tags": [ +      "karate" +    ], +    "version": "1.27", +    "unicode": "ed32" +  },    "key": {      "category": "", -    "tags": ["key", "password", "login", "authentication", "secure"], -    "version": "1.0" -  },  +    "tags": [ +      "key", +      "password", +      "login", +      "authentication", +      "secure" +    ], +    "version": "1.0", +    "unicode": "eac7" +  },    "keyboard-hide": {      "category": "Devices", -    "tags": ["keyboard", "hide", "computer", "laptop", "device", "type"], -    "version": "1.14" -  },  +    "tags": [ +      "keyboard", +      "hide", +      "computer", +      "laptop", +      "device", +      "type" +    ], +    "version": "1.14", +    "unicode": "ec7e" +  },    "keyboard-show": {      "category": "Devices", -    "tags": ["keyboard", "show", "computer", "laptop", "device", "type"], -    "version": "1.14" -  },  +    "tags": [ +      "keyboard", +      "show", +      "computer", +      "laptop", +      "device", +      "type" +    ], +    "version": "1.14", +    "unicode": "ec7f" +  },    "keyboard": {      "category": "Devices", -    "tags": ["keyboard", "computer", "laptop", "device", "type"], -    "version": "1.6" -  },  +    "tags": [ +      "keyboard", +      "computer", +      "laptop", +      "device", +      "type" +    ], +    "version": "1.6", +    "unicode": "ebd6" +  },    "language": {      "category": "", -    "tags": ["language", "tongue", "country", "speech", "speak", "translate", "communication", "communicate", "english", "dialect", "dictionary", "word"], -    "version": "1.5" -  },  +    "tags": [ +      "language", +      "tongue", +      "country", +      "speech", +      "speak", +      "translate", +      "communication", +      "communicate", +      "english", +      "dialect", +      "dictionary", +      "word" +    ], +    "version": "1.5", +    "unicode": "ebbe" +  },    "layers-difference": {      "category": "Design", -    "tags": ["layers", "difference", "stack"], -    "version": "1.0" -  },  +    "tags": [ +      "layers", +      "difference", +      "stack" +    ], +    "version": "1.0", +    "unicode": "eac8" +  },    "layers-intersect": {      "category": "Design", -    "tags": ["layers", "intersect", "stack"], -    "version": "1.0" -  },  +    "tags": [ +      "layers", +      "intersect", +      "stack" +    ], +    "version": "1.0", +    "unicode": "eac9" +  },    "layers-subtract": {      "category": "Design", -    "tags": ["layers", "subtract", "stack"], -    "version": "1.0" -  },  +    "tags": [ +      "layers", +      "subtract", +      "stack" +    ], +    "version": "1.0", +    "unicode": "eaca" +  },    "layers-union": {      "category": "Design", -    "tags": ["layers", "union", "stack", "join"], -    "version": "1.0" -  },  +    "tags": [ +      "layers", +      "union", +      "stack", +      "join" +    ], +    "version": "1.0", +    "unicode": "eacb" +  },    "layout-2": {      "category": "Design", -    "tags": ["layout", "2", "grid", "columns", "masonry", "collage"], -    "version": "1.0" -  },  +    "tags": [ +      "layout", +      "2", +      "grid", +      "columns", +      "masonry", +      "collage" +    ], +    "version": "1.0", +    "unicode": "eacc" +  },    "layout-align-bottom": {      "category": "Design", -    "tags": ["layout", "align", "bottom", "position", "element", "design"], -    "version": "1.0" -  },  +    "tags": [ +      "layout", +      "align", +      "bottom", +      "position", +      "element", +      "design" +    ], +    "version": "1.0", +    "unicode": "eacd" +  },    "layout-align-center": {      "category": "Design", -    "tags": ["layout", "align", "center", "position", "element", "design"], -    "version": "1.0" -  },  +    "tags": [ +      "layout", +      "align", +      "center", +      "position", +      "element", +      "design" +    ], +    "version": "1.0", +    "unicode": "eace" +  },    "layout-align-left": {      "category": "Design", -    "tags": ["layout", "align", "left", "position", "element", "design"], -    "version": "1.0" -  },  +    "tags": [ +      "layout", +      "align", +      "left", +      "position", +      "element", +      "design" +    ], +    "version": "1.0", +    "unicode": "eacf" +  },    "layout-align-middle": {      "category": "Design", -    "tags": ["layout", "align", "middle", "position", "element", "design"], -    "version": "1.0" -  },  +    "tags": [ +      "layout", +      "align", +      "middle", +      "position", +      "element", +      "design" +    ], +    "version": "1.0", +    "unicode": "ead0" +  },    "layout-align-right": {      "category": "Design", -    "tags": ["layout", "align", "right", "position", "element", "design"], -    "version": "1.0" -  },  +    "tags": [ +      "layout", +      "align", +      "right", +      "position", +      "element", +      "design" +    ], +    "version": "1.0", +    "unicode": "ead1" +  },    "layout-align-top": {      "category": "Design", -    "tags": ["layout", "align", "top", "position", "element", "design"], -    "version": "1.0" -  },  +    "tags": [ +      "layout", +      "align", +      "top", +      "position", +      "element", +      "design" +    ], +    "version": "1.0", +    "unicode": "ead2" +  },    "layout-bottombar": {      "category": "Design", -    "tags": ["layout", "bottombar", "position", "element", "design", "grid", "footer"], -    "version": "1.1" -  },  +    "tags": [ +      "layout", +      "bottombar", +      "position", +      "element", +      "design", +      "grid", +      "footer" +    ], +    "version": "1.1", +    "unicode": "ead3" +  },    "layout-cards": {      "category": "Design", -    "tags": ["layout", "cards"], -    "version": "1.8" -  },  +    "tags": [ +      "layout", +      "cards" +    ], +    "version": "1.8", +    "unicode": "ec13" +  },    "layout-columns": {      "category": "Design", -    "tags": ["layout", "columns", "grid", "column", "rows"], -    "version": "1.0" -  },  +    "tags": [ +      "layout", +      "columns", +      "grid", +      "column", +      "rows" +    ], +    "version": "1.0", +    "unicode": "ead4" +  },    "layout-distribute-horizontal": {      "category": "Design", -    "tags": ["layout", "distribute", "horizontal", "position", "element", "design", "around"], -    "version": "1.0" -  },  +    "tags": [ +      "layout", +      "distribute", +      "horizontal", +      "position", +      "element", +      "design", +      "around" +    ], +    "version": "1.0", +    "unicode": "ead5" +  },    "layout-distribute-vertical": {      "category": "Design", -    "tags": ["layout", "distribute", "vertical", "position", "element", "design", "around"], -    "version": "1.0" -  },  +    "tags": [ +      "layout", +      "distribute", +      "vertical", +      "position", +      "element", +      "design", +      "around" +    ], +    "version": "1.0", +    "unicode": "ead6" +  },    "layout-grid-add": {      "category": "Design", -    "tags": ["layout", "grid", "add", "layout", "table", "network", "pattern"], -    "version": "1.0" -  },  +    "tags": [ +      "layout", +      "grid", +      "add", +      "layout", +      "table", +      "network", +      "pattern" +    ], +    "version": "1.0", +    "unicode": "edb9" +  },    "layout-grid": {      "category": "Design", -    "tags": ["layout", "grid", "layout", "table", "network", "pattern"], -    "version": "1.0" -  },  +    "tags": [ +      "layout", +      "grid", +      "layout", +      "table", +      "network", +      "pattern" +    ], +    "version": "1.0", +    "unicode": "edba" +  },    "layout-kanban": {      "category": "Design", -    "tags": ["layout", "kanban"], -    "version": "1.11" -  },  +    "tags": [ +      "layout", +      "kanban" +    ], +    "version": "1.11", +    "unicode": "ec3f" +  },    "layout-list": {      "category": "Design", -    "tags": ["layout", "list"], -    "version": "1.8" -  },  +    "tags": [ +      "layout", +      "list" +    ], +    "version": "1.8", +    "unicode": "ec14" +  },    "layout-navbar": {      "category": "Design", -    "tags": ["layout", "navbar", "grid", "row", "header"], -    "version": "1.0" -  },  +    "tags": [ +      "layout", +      "navbar", +      "grid", +      "row", +      "header" +    ], +    "version": "1.0", +    "unicode": "ead7" +  },    "layout-rows": {      "category": "Design", -    "tags": ["layout", "rows", "grid", "masonry", "collage"], -    "version": "1.0" -  },  +    "tags": [ +      "layout", +      "rows", +      "grid", +      "masonry", +      "collage" +    ], +    "version": "1.0", +    "unicode": "ead8" +  },    "layout-sidebar-right": {      "category": "Design", -    "tags": ["layout", "sidebar", "right", "grid", "aside", "column", "columns"], -    "version": "1.0" -  },  +    "tags": [ +      "layout", +      "sidebar", +      "right", +      "grid", +      "aside", +      "column", +      "columns" +    ], +    "version": "1.0", +    "unicode": "ead9" +  },    "layout-sidebar": {      "category": "Design", -    "tags": ["layout", "sidebar", "grid", "aside", "column", "columns"], -    "version": "1.0" -  },  +    "tags": [ +      "layout", +      "sidebar", +      "grid", +      "aside", +      "column", +      "columns" +    ], +    "version": "1.0", +    "unicode": "eada" +  },    "layout": {      "category": "Design", -    "tags": ["layout", "grid", "columns", "masonry", "collage"], -    "version": "1.0" -  },  +    "tags": [ +      "layout", +      "grid", +      "columns", +      "masonry", +      "collage" +    ], +    "version": "1.0", +    "unicode": "eadb" +  },    "leaf": {      "category": "", -    "tags": ["leaf"], -    "version": "1.29" -  },  +    "tags": [ +      "leaf" +    ], +    "version": "1.29", +    "unicode": "ed4f" +  },    "lego": {      "category": "", -    "tags": ["lego", "toy", "boy", "face", "play"], -    "version": "1.0" -  },  +    "tags": [ +      "lego", +      "toy", +      "boy", +      "face", +      "play" +    ], +    "version": "1.0", +    "unicode": "eadc" +  },    "letter-a": {      "category": "Letters", -    "tags": ["letter", "a"], -    "version": "1.12" -  },  +    "tags": [ +      "letter", +      "a" +    ], +    "version": "1.12", +    "unicode": "ec50" +  },    "letter-b": {      "category": "Letters", -    "tags": ["letter", "b"], -    "version": "1.12" -  },  +    "tags": [ +      "letter", +      "b" +    ], +    "version": "1.12", +    "unicode": "ec51" +  },    "letter-c": {      "category": "Letters", -    "tags": ["letter", "c"], -    "version": "1.12" -  },  +    "tags": [ +      "letter", +      "c" +    ], +    "version": "1.12", +    "unicode": "ec52" +  },    "letter-d": {      "category": "Letters", -    "tags": ["letter", "d"], -    "version": "1.12" -  },  +    "tags": [ +      "letter", +      "d" +    ], +    "version": "1.12", +    "unicode": "ec53" +  },    "letter-e": {      "category": "Letters", -    "tags": ["letter", "e"], -    "version": "1.12" -  },  +    "tags": [ +      "letter", +      "e" +    ], +    "version": "1.12", +    "unicode": "ec54" +  },    "letter-f": {      "category": "Letters", -    "tags": ["letter", "f"], -    "version": "1.12" -  },  +    "tags": [ +      "letter", +      "f" +    ], +    "version": "1.12", +    "unicode": "ec55" +  },    "letter-g": {      "category": "Letters", -    "tags": ["letter", "g"], -    "version": "1.12" -  },  +    "tags": [ +      "letter", +      "g" +    ], +    "version": "1.12", +    "unicode": "ec56" +  },    "letter-h": {      "category": "Letters", -    "tags": ["letter", "h"], -    "version": "1.12" -  },  +    "tags": [ +      "letter", +      "h" +    ], +    "version": "1.12", +    "unicode": "ec57" +  },    "letter-i": {      "category": "Letters", -    "tags": ["letter", "i"], -    "version": "1.12" -  },  +    "tags": [ +      "letter", +      "i" +    ], +    "version": "1.12", +    "unicode": "ec58" +  },    "letter-j": {      "category": "Letters", -    "tags": ["letter", "j"], -    "version": "1.12" -  },  +    "tags": [ +      "letter", +      "j" +    ], +    "version": "1.12", +    "unicode": "ec59" +  },    "letter-k": {      "category": "Letters", -    "tags": ["letter", "k"], -    "version": "1.12" -  },  +    "tags": [ +      "letter", +      "k" +    ], +    "version": "1.12", +    "unicode": "ec5a" +  },    "letter-l": {      "category": "Letters", -    "tags": ["letter", "l"], -    "version": "1.12" -  },  +    "tags": [ +      "letter", +      "l" +    ], +    "version": "1.12", +    "unicode": "ec5b" +  },    "letter-m": {      "category": "Letters", -    "tags": ["letter", "m"], -    "version": "1.12" -  },  +    "tags": [ +      "letter", +      "m" +    ], +    "version": "1.12", +    "unicode": "ec5c" +  },    "letter-n": {      "category": "Letters", -    "tags": ["letter", "n"], -    "version": "1.12" -  },  +    "tags": [ +      "letter", +      "n" +    ], +    "version": "1.12", +    "unicode": "ec5d" +  },    "letter-o": {      "category": "Letters", -    "tags": ["letter", "o"], -    "version": "1.12" -  },  +    "tags": [ +      "letter", +      "o" +    ], +    "version": "1.12", +    "unicode": "ec5e" +  },    "letter-p": {      "category": "Letters", -    "tags": ["letter", "p"], -    "version": "1.12" -  },  +    "tags": [ +      "letter", +      "p" +    ], +    "version": "1.12", +    "unicode": "ec5f" +  },    "letter-q": {      "category": "Letters", -    "tags": ["letter", "q"], -    "version": "1.12" -  },  +    "tags": [ +      "letter", +      "q" +    ], +    "version": "1.12", +    "unicode": "ec60" +  },    "letter-r": {      "category": "Letters", -    "tags": ["letter", "r"], -    "version": "1.12" -  },  +    "tags": [ +      "letter", +      "r" +    ], +    "version": "1.12", +    "unicode": "ec61" +  },    "letter-s": {      "category": "Letters", -    "tags": ["letter", "s"], -    "version": "1.12" -  },  +    "tags": [ +      "letter", +      "s" +    ], +    "version": "1.12", +    "unicode": "ec62" +  },    "letter-t": {      "category": "Letters", -    "tags": ["letter", "t"], -    "version": "1.12" -  },  +    "tags": [ +      "letter", +      "t" +    ], +    "version": "1.12", +    "unicode": "ec63" +  },    "letter-u": {      "category": "Letters", -    "tags": ["letter", "u"], -    "version": "1.12" -  },  +    "tags": [ +      "letter", +      "u" +    ], +    "version": "1.12", +    "unicode": "ec64" +  },    "letter-v": {      "category": "Letters", -    "tags": ["letter", "v"], -    "version": "1.12" -  },  +    "tags": [ +      "letter", +      "v" +    ], +    "version": "1.12", +    "unicode": "ec65" +  },    "letter-w": {      "category": "Letters", -    "tags": ["letter", "w"], -    "version": "1.12" -  },  +    "tags": [ +      "letter", +      "w" +    ], +    "version": "1.12", +    "unicode": "ec66" +  },    "letter-x": {      "category": "Letters", -    "tags": ["letter", "x"], -    "version": "1.12" -  },  +    "tags": [ +      "letter", +      "x" +    ], +    "version": "1.12", +    "unicode": "ec67" +  },    "letter-y": {      "category": "Letters", -    "tags": ["letter", "y"], -    "version": "1.12" -  },  +    "tags": [ +      "letter", +      "y" +    ], +    "version": "1.12", +    "unicode": "ec68" +  },    "letter-z": {      "category": "Letters", -    "tags": ["letter", "z"], -    "version": "1.12" -  },  +    "tags": [ +      "letter", +      "z" +    ], +    "version": "1.12", +    "unicode": "ec69" +  },    "letters-case": {      "category": "Text", -    "tags": ["letters", "case", "typography", "uppercase", "capitals", "lowercase", "type"], -    "version": "1.5" -  },  +    "tags": [ +      "letters", +      "case", +      "typography", +      "uppercase", +      "capitals", +      "lowercase", +      "type" +    ], +    "version": "1.5", +    "unicode": "ec6a" +  },    "license": {      "category": "", -    "tags": ["license", "authorisation", "permission", "consent", "permit", "document", "agree"], -    "version": "1.5" -  },  +    "tags": [ +      "license", +      "authorisation", +      "permission", +      "consent", +      "permit", +      "document", +      "agree" +    ], +    "version": "1.5", +    "unicode": "ebc0" +  },    "lifebuoy": {      "category": "", -    "tags": ["lifebuoy", "life ring", "help", "support"], -    "version": "1.0" -  },  +    "tags": [ +      "lifebuoy", +      "life ring", +      "help", +      "support" +    ], +    "version": "1.0", +    "unicode": "eadd" +  },    "line-height": {      "category": "Text", -    "tags": ["line", "height", "space", "inline", "display"], -    "version": "1.3" -  },  +    "tags": [ +      "line", +      "height", +      "space", +      "inline", +      "display" +    ], +    "version": "1.3", +    "unicode": "eb94" +  },    "line": {      "category": "Design", -    "tags": ["line"], -    "version": "1.11" -  },  +    "tags": [ +      "line" +    ], +    "version": "1.11", +    "unicode": "ec40" +  },    "link": {      "category": "Text", -    "tags": ["link", "chain", "url", "connection", "address"], -    "version": "1.0" -  },  +    "tags": [ +      "link", +      "chain", +      "url", +      "connection", +      "address" +    ], +    "version": "1.0", +    "unicode": "eade" +  },    "list-check": {      "category": "Text", -    "tags": ["list", "check", "to-do", "checklist", "form", "template", "task", "reminder", "schedule", "agenda"], -    "version": "1.2" -  },  +    "tags": [ +      "list", +      "check", +      "to-do", +      "checklist", +      "form", +      "template", +      "task", +      "reminder", +      "schedule", +      "agenda" +    ], +    "version": "1.2", +    "unicode": "eb6a" +  },    "list": {      "category": "Text", -    "tags": ["list", "task", "unordered", "bullets", "agenda", "shopping"], -    "version": "1.2" -  },  +    "tags": [ +      "list", +      "task", +      "unordered", +      "bullets", +      "agenda", +      "shopping" +    ], +    "version": "1.2", +    "unicode": "eb6b" +  },    "live-photo": {      "category": "Photos", -    "tags": ["live", "photo", "capture", "photo", "movement", "sound", "memory", "image", "camera"], -    "version": "1.1" -  },  +    "tags": [ +      "live", +      "photo", +      "capture", +      "photo", +      "movement", +      "sound", +      "memory", +      "image", +      "camera" +    ], +    "version": "1.1", +    "unicode": "eadf" +  },    "live-view": {      "category": "Map", -    "tags": ["live", "view"], -    "version": "1.12" -  },  +    "tags": [ +      "live", +      "view" +    ], +    "version": "1.12", +    "unicode": "ec6b" +  },    "loader-quarter": {      "category": "System", -    "tags": ["loader", "quarter"], -    "version": "1.17" -  },  +    "tags": [ +      "loader", +      "quarter" +    ], +    "version": "1.17", +    "unicode": "eca2" +  },    "loader": {      "category": "System", -    "tags": ["loader"], -    "version": "1.17" -  },  +    "tags": [ +      "loader" +    ], +    "version": "1.17", +    "unicode": "eca3" +  },    "location": {      "category": "Map", -    "tags": ["location", "navigation", "map", "direction", "discover", "travel"], -    "version": "1.0" -  },  +    "tags": [ +      "location", +      "navigation", +      "map", +      "direction", +      "discover", +      "travel" +    ], +    "version": "1.0", +    "unicode": "eae0" +  },    "lock-off": {      "category": "", -    "tags": ["lock", "off"], -    "version": "1.25" -  },  +    "tags": [ +      "lock", +      "off" +    ], +    "version": "1.25", +    "unicode": "ed1e" +  },    "lock-open": {      "category": "", -    "tags": ["lock", "open", "security", "password", "secure", "unprotected"], -    "version": "1.0" -  },  +    "tags": [ +      "lock", +      "open", +      "security", +      "password", +      "secure", +      "unprotected" +    ], +    "version": "1.0", +    "unicode": "eae1" +  },    "lock": {      "category": "", -    "tags": ["lock", "security", "password", "secure"], -    "version": "1.0" -  },  +    "tags": [ +      "lock", +      "security", +      "password", +      "secure" +    ], +    "version": "1.0", +    "unicode": "eae2" +  },    "login": {      "category": "", -    "tags": ["login", "initialize", "password", "enter", "account", "permission"], -    "version": "1.4" -  },  +    "tags": [ +      "login", +      "initialize", +      "password", +      "enter", +      "account", +      "permission" +    ], +    "version": "1.4", +    "unicode": "eba7" +  },    "logout": {      "category": "", -    "tags": ["logout", "exit", "shut", "unplug", "close"], -    "version": "1.4" -  },  +    "tags": [ +      "logout", +      "exit", +      "shut", +      "unplug", +      "close" +    ], +    "version": "1.4", +    "unicode": "eba8" +  },    "magnet": {      "category": "", -    "tags": ["magnet", "magnetic field", "pole", "iron", "attract"], -    "version": "1.0" -  },  +    "tags": [ +      "magnet", +      "magnetic field", +      "pole", +      "iron", +      "attract" +    ], +    "version": "1.0", +    "unicode": "eae3" +  },    "mail-opened": {      "category": "Communication", -    "tags": ["mail", "opened", "inbox", "gmail", "email", "envelope", "message", "read"], -    "version": "1.0" -  },  +    "tags": [ +      "mail", +      "opened", +      "inbox", +      "gmail", +      "email", +      "envelope", +      "message", +      "read" +    ], +    "version": "1.0", +    "unicode": "eae4" +  },    "mail": {      "category": "Communication", -    "tags": ["mail", "inbox", "gmail", "email", "envelope", "message"], -    "version": "1.0" -  },  +    "tags": [ +      "mail", +      "inbox", +      "gmail", +      "email", +      "envelope", +      "message" +    ], +    "version": "1.0", +    "unicode": "eae5" +  },    "man": {      "category": "", -    "tags": ["man", "guy", "boy", "male", "gender"], -    "version": "1.0" -  },  +    "tags": [ +      "man", +      "guy", +      "boy", +      "male", +      "gender" +    ], +    "version": "1.0", +    "unicode": "eae6" +  },    "manual-gearbox": {      "category": "", -    "tags": ["manual", "gearbox"], -    "version": "1.33" -  },  +    "tags": [ +      "manual", +      "gearbox" +    ], +    "version": "1.33", +    "unicode": "ed7b" +  },    "map-2": {      "category": "Map", -    "tags": ["map", "2", "navigation", "location", "travel", "pin", "position", "marker"], -    "version": "1.0" -  },  +    "tags": [ +      "map", +      "2", +      "navigation", +      "location", +      "travel", +      "pin", +      "position", +      "marker" +    ], +    "version": "1.0", +    "unicode": "eae7" +  },    "map-pin-off": {      "category": "Map", -    "tags": ["map", "pin", "off"], -    "version": "1.22" -  },  +    "tags": [ +      "map", +      "pin", +      "off" +    ], +    "version": "1.22", +    "unicode": "ecf3" +  },    "map-pin": {      "category": "Map", -    "tags": ["map", "pin", "navigation", "location", "travel", "pin", "position", "marker"], -    "version": "1.0" -  },  +    "tags": [ +      "map", +      "pin", +      "navigation", +      "location", +      "travel", +      "pin", +      "position", +      "marker" +    ], +    "version": "1.0", +    "unicode": "eae8" +  },    "map-pins": {      "category": "Map", -    "tags": ["map", "pins"], -    "version": "1.31" -  },  +    "tags": [ +      "map", +      "pins" +    ], +    "version": "1.31", +    "unicode": "ed5e" +  },    "map": {      "category": "Map", -    "tags": ["map", "navigation", "location", "travel"], -    "version": "1.0" -  },  +    "tags": [ +      "map", +      "navigation", +      "location", +      "travel" +    ], +    "version": "1.0", +    "unicode": "eae9" +  },    "markdown": {      "category": "Text", -    "tags": ["markdown"], -    "version": "1.11" -  },  +    "tags": [ +      "markdown" +    ], +    "version": "1.11", +    "unicode": "ec41" +  },    "marquee": {      "category": "", -    "tags": ["marquee"], -    "version": "1.13" -  },  +    "tags": [ +      "marquee" +    ], +    "version": "1.13", +    "unicode": "ec77" +  },    "mars": {      "category": "Symbols", -    "tags": ["mars"], -    "version": "1.14" -  },  +    "tags": [ +      "mars" +    ], +    "version": "1.14", +    "unicode": "ec80" +  },    "math": {      "category": "Math", -    "tags": ["math"], -    "version": "1.7" -  },  +    "tags": [ +      "math" +    ], +    "version": "1.7", +    "unicode": "ebeb" +  },    "maximize": {      "category": "", -    "tags": ["maximize", "fullscreen"], -    "version": "1.0" -  },  +    "tags": [ +      "maximize", +      "fullscreen" +    ], +    "version": "1.0", +    "unicode": "eaea" +  },    "medal": {      "category": "", -    "tags": ["medal"], -    "version": "1.13" -  },  +    "tags": [ +      "medal" +    ], +    "version": "1.13", +    "unicode": "ec78" +  },    "medical-cross": {      "category": "Map", -    "tags": ["medical", "cross"], -    "version": "1.1" -  },  +    "tags": [ +      "medical", +      "cross" +    ], +    "version": "1.1", +    "unicode": "ec2f" +  },    "menu-2": {      "category": "System", -    "tags": ["menu", "2", "bars", "hamburger", "navigation", "burger"], -    "version": "1.11" -  },  +    "tags": [ +      "menu", +      "2", +      "bars", +      "hamburger", +      "navigation", +      "burger" +    ], +    "version": "1.11", +    "unicode": "ec42" +  },    "menu": {      "category": "System", -    "tags": ["menu", "bars", "hamburger", "navigation", "burger"], -    "version": "1.0" -  },  +    "tags": [ +      "menu", +      "bars", +      "hamburger", +      "navigation", +      "burger" +    ], +    "version": "1.0", +    "unicode": "eaeb" +  },    "message-2": {      "category": "Communication", -    "tags": ["message", "2", "comment", "chat", "reply"], -    "version": "1.0" -  },  +    "tags": [ +      "message", +      "2", +      "comment", +      "chat", +      "reply" +    ], +    "version": "1.0", +    "unicode": "eaec" +  },    "message-circle-2": {      "category": "Communication", -    "tags": ["message", "circle", "2", "comment", "chat", "reply"], -    "version": "1.28" -  },  +    "tags": [ +      "message", +      "circle", +      "2", +      "comment", +      "chat", +      "reply" +    ], +    "version": "1.28", +    "unicode": "ed3f" +  },    "message-circle-off": {      "category": "Communication", -    "tags": ["message", "circle", "off", "comment", "chat", "reply"], -    "version": "1.28" -  },  +    "tags": [ +      "message", +      "circle", +      "off", +      "comment", +      "chat", +      "reply" +    ], +    "version": "1.28", +    "unicode": "ed40" +  },    "message-circle": {      "category": "Communication", -    "tags": ["message", "circle", "comment", "chat", "reply"], -    "version": "1.0" -  },  +    "tags": [ +      "message", +      "circle", +      "comment", +      "chat", +      "reply" +    ], +    "version": "1.0", +    "unicode": "eaed" +  },    "message-dots": {      "category": "Communication", -    "tags": ["message", "dots", "comment", "chat", "reply"], -    "version": "1.0" -  },  +    "tags": [ +      "message", +      "dots", +      "comment", +      "chat", +      "reply" +    ], +    "version": "1.0", +    "unicode": "eaee" +  },    "message-off": {      "category": "Communication", -    "tags": ["message", "off", "comment", "chat", "reply"], -    "version": "1.28" -  },  +    "tags": [ +      "message", +      "off", +      "comment", +      "chat", +      "reply" +    ], +    "version": "1.28", +    "unicode": "ed41" +  },    "message-plus": {      "category": "Communication", -    "tags": ["message", "plus", "comment", "chat", "reply", "communication", "conversation"], -    "version": "1.16" -  },  +    "tags": [ +      "message", +      "plus", +      "comment", +      "chat", +      "reply", +      "communication", +      "conversation" +    ], +    "version": "1.16", +    "unicode": "ec9a" +  },    "message-report": {      "category": "Communication", -    "tags": ["message", "report", "comment", "chat", "reply", "communication", "conversation"], -    "version": "1.16" -  },  +    "tags": [ +      "message", +      "report", +      "comment", +      "chat", +      "reply", +      "communication", +      "conversation" +    ], +    "version": "1.16", +    "unicode": "ec9b" +  },    "message": {      "category": "Communication", -    "tags": ["message", "comment", "chat", "reply", "communication", "conversation"], -    "version": "1.0" -  },  +    "tags": [ +      "message", +      "comment", +      "chat", +      "reply", +      "communication", +      "conversation" +    ], +    "version": "1.0", +    "unicode": "eaef" +  },    "messages-off": {      "category": "Communication", -    "tags": ["messages", "off", "chat", "reply", "comment", "conversation", "communication"], -    "version": "1.28" -  },  +    "tags": [ +      "messages", +      "off", +      "chat", +      "reply", +      "comment", +      "conversation", +      "communication" +    ], +    "version": "1.28", +    "unicode": "ed42" +  },    "messages": {      "category": "Communication", -    "tags": ["messages", "chat", "reply", "comment", "conversation", "communication"], -    "version": "1.2" -  },  +    "tags": [ +      "messages", +      "chat", +      "reply", +      "comment", +      "conversation", +      "communication" +    ], +    "version": "1.2", +    "unicode": "eb6c" +  },    "microphone-off": {      "category": "Media", -    "tags": ["microphone", "off"], -    "version": "1.24" -  },  +    "tags": [ +      "microphone", +      "off" +    ], +    "version": "1.24", +    "unicode": "ed16" +  },    "microphone": {      "category": "Media", -    "tags": ["microphone", "record", "sound", "listen"], -    "version": "1.0" -  },  +    "tags": [ +      "microphone", +      "record", +      "sound", +      "listen" +    ], +    "version": "1.0", +    "unicode": "eaf0" +  },    "minimize": {      "category": "", -    "tags": ["minimize", "exit", "close"], -    "version": "1.0" -  },  +    "tags": [ +      "minimize", +      "exit", +      "close" +    ], +    "version": "1.0", +    "unicode": "eaf1" +  },    "minus": {      "category": "Math", -    "tags": ["minus", "subtract", "less"], -    "version": "1.0" -  },  +    "tags": [ +      "minus", +      "subtract", +      "less" +    ], +    "version": "1.0", +    "unicode": "eaf2" +  },    "mist": {      "category": "Weather", -    "tags": ["mist"], -    "version": "1.1" -  },  +    "tags": [ +      "mist" +    ], +    "version": "1.1", +    "unicode": "ec30" +  },    "mood-boy": {      "category": "Mood", -    "tags": ["mood", "boy", "face", "emoji", "emotion"], -    "version": "1.26" -  },  +    "tags": [ +      "mood", +      "boy", +      "face", +      "emoji", +      "emotion" +    ], +    "version": "1.26", +    "unicode": "ed2d" +  },    "mood-confuzed": {      "category": "Mood", -    "tags": ["mood", "confuzed", "face", "emoji", "emotion", "frown"], -    "version": "1.0" -  },  +    "tags": [ +      "mood", +      "confuzed", +      "face", +      "emoji", +      "emotion", +      "frown" +    ], +    "version": "1.0", +    "unicode": "eaf3" +  },    "mood-crazy-happy": {      "category": "Mood", -    "tags": ["mood", "crazy", "happy"], -    "version": "1.34" -  },  +    "tags": [ +      "mood", +      "crazy", +      "happy" +    ], +    "version": "1.34", +    "unicode": "ed90" +  },    "mood-cry": {      "category": "Mood", -    "tags": ["mood", "cry", "face", "emoji", "emotion", "mad"], -    "version": "1.18" -  },  +    "tags": [ +      "mood", +      "cry", +      "face", +      "emoji", +      "emotion", +      "mad" +    ], +    "version": "1.18", +    "unicode": "ecbb" +  },    "mood-happy": {      "category": "Mood", -    "tags": ["mood", "happy", "face", "emoji", "emotion"], -    "version": "1.0" -  },  +    "tags": [ +      "mood", +      "happy", +      "face", +      "emoji", +      "emotion" +    ], +    "version": "1.0", +    "unicode": "eaf4" +  },    "mood-kid": {      "category": "Mood", -    "tags": ["mood", "kid", "face", "emoji", "emotion"], -    "version": "1.8" -  },  +    "tags": [ +      "mood", +      "kid", +      "face", +      "emoji", +      "emotion" +    ], +    "version": "1.8", +    "unicode": "ec03" +  },    "mood-neutral": {      "category": "Mood", -    "tags": ["mood", "neutral", "face", "emoji", "emotion"], -    "version": "1.0" -  },  +    "tags": [ +      "mood", +      "neutral", +      "face", +      "emoji", +      "emotion" +    ], +    "version": "1.0", +    "unicode": "eaf5" +  },    "mood-sad": {      "category": "Mood", -    "tags": ["mood", "sad", "face", "emoji", "emotion", "mad"], -    "version": "1.0" -  },  +    "tags": [ +      "mood", +      "sad", +      "face", +      "emoji", +      "emotion", +      "mad" +    ], +    "version": "1.0", +    "unicode": "eaf6" +  },    "mood-smile": {      "category": "Mood", -    "tags": ["mood", "smile", "face", "emoji", "emotion"], -    "version": "1.0" -  },  +    "tags": [ +      "mood", +      "smile", +      "face", +      "emoji", +      "emotion" +    ], +    "version": "1.0", +    "unicode": "eaf7" +  },    "mood-suprised": {      "category": "Mood", -    "tags": ["mood", "suprised", "face", "emoji", "emotion"], -    "version": "1.8" -  },  +    "tags": [ +      "mood", +      "suprised", +      "face", +      "emoji", +      "emotion" +    ], +    "version": "1.8", +    "unicode": "ec04" +  },    "mood-tongue": {      "category": "Mood", -    "tags": ["mood", "tongue", "face", "emoji", "emotion"], -    "version": "1.3" -  },  +    "tags": [ +      "mood", +      "tongue", +      "face", +      "emoji", +      "emotion" +    ], +    "version": "1.3", +    "unicode": "eb95" +  },    "moon-2": {      "category": "Weather", -    "tags": ["moon", "2"], -    "version": "1.21" -  },  +    "tags": [ +      "moon", +      "2" +    ], +    "version": "1.21", +    "unicode": "ece6" +  },    "moon-stars": {      "category": "Weather", -    "tags": ["moon", "stars", "night", "dark mode"], -    "version": "1.21" -  },  +    "tags": [ +      "moon", +      "stars", +      "night", +      "dark mode" +    ], +    "version": "1.21", +    "unicode": "ece7" +  },    "moon": {      "category": "Weather", -    "tags": ["moon", "night", "dark mode"], -    "version": "1.0" -  },  +    "tags": [ +      "moon", +      "night", +      "dark mode" +    ], +    "version": "1.0", +    "unicode": "eaf8" +  },    "moped": {      "category": "Vehicles", -    "tags": ["moped", "vehicle", "drive", "driver", "engine", "motor", "journey", "trip"], -    "version": "1.18" -  },  +    "tags": [ +      "moped", +      "vehicle", +      "drive", +      "driver", +      "engine", +      "motor", +      "journey", +      "trip" +    ], +    "version": "1.18", +    "unicode": "ecbc" +  },    "mouse": {      "category": "", -    "tags": ["mouse", "pointer", "cursor", "device"], -    "version": "1.0" -  },  +    "tags": [ +      "mouse", +      "pointer", +      "cursor", +      "device" +    ], +    "version": "1.0", +    "unicode": "eaf9" +  },    "movie": {      "category": "Media", -    "tags": ["movie", "film", "video", "cinema"], -    "version": "1.0" -  },  +    "tags": [ +      "movie", +      "film", +      "video", +      "cinema" +    ], +    "version": "1.0", +    "unicode": "eafa" +  },    "mug": {      "category": "", -    "tags": ["mug", "tea", "coffee", "drink", "container", "jug"], -    "version": "1.1" -  },  +    "tags": [ +      "mug", +      "tea", +      "coffee", +      "drink", +      "container", +      "jug" +    ], +    "version": "1.1", +    "unicode": "eafb" +  },    "music": {      "category": "Media", -    "tags": ["music", "sound", "mp3", "album", "sound", "speakers", "melody"], -    "version": "1.0" -  },  +    "tags": [ +      "music", +      "sound", +      "mp3", +      "album", +      "sound", +      "speakers", +      "melody" +    ], +    "version": "1.0", +    "unicode": "eafc" +  },    "new-section": {      "category": "", -    "tags": ["new", "section", "add", "element", "component", "layout", "page"], -    "version": "1.5" -  },  +    "tags": [ +      "new", +      "section", +      "add", +      "element", +      "component", +      "layout", +      "page" +    ], +    "version": "1.5", +    "unicode": "ebc1" +  },    "news": {      "category": "Document", -    "tags": ["news", "newspaper", "article"], -    "version": "1.0" -  },  +    "tags": [ +      "news", +      "newspaper", +      "article" +    ], +    "version": "1.0", +    "unicode": "eafd" +  },    "note": {      "category": "Document", -    "tags": ["note", "checkbox", "brief", "record", "write", "message"], -    "version": "1.2" -  },  +    "tags": [ +      "note", +      "checkbox", +      "brief", +      "record", +      "write", +      "message" +    ], +    "version": "1.2", +    "unicode": "eb6d" +  },    "notebook": {      "category": "Document", -    "tags": ["notebook", "study", "learn", "diary", "write", "journal", "page", "paper", "jot down"], -    "version": "1.3" -  },  +    "tags": [ +      "notebook", +      "study", +      "learn", +      "diary", +      "write", +      "journal", +      "page", +      "paper", +      "jot down" +    ], +    "version": "1.3", +    "unicode": "eb96" +  },    "notes": {      "category": "Document", -    "tags": ["notes", "notetaking", "journal", "draft", "idea", "to-do list"], -    "version": "1.2" -  },  +    "tags": [ +      "notes", +      "notetaking", +      "journal", +      "draft", +      "idea", +      "to-do list" +    ], +    "version": "1.2", +    "unicode": "eb6e" +  },    "notification": {      "category": "", -    "tags": ["notification", "bell", "alarm", "reminder", "important"], -    "version": "1.0" -  },  +    "tags": [ +      "notification", +      "bell", +      "alarm", +      "reminder", +      "important" +    ], +    "version": "1.0", +    "unicode": "eafe" +  },    "number-0": {      "category": "Numbers", -    "tags": ["number", "0", "zero", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit"], -    "version": "1.38" -  },  +    "tags": [ +      "number", +      "0", +      "zero", +      "maths", +      "value", +      "quantity", +      "calculate", +      "calculation", +      "total", +      "amount", +      "sum", +      "order", +      "digit" +    ], +    "version": "1.38", +    "unicode": "edf0" +  },    "number-1": {      "category": "Numbers", -    "tags": ["number", "1", "one", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit"], -    "version": "1.38" -  },  +    "tags": [ +      "number", +      "1", +      "one", +      "maths", +      "value", +      "quantity", +      "calculate", +      "calculation", +      "total", +      "amount", +      "sum", +      "order", +      "digit" +    ], +    "version": "1.38", +    "unicode": "edf1" +  },    "number-2": {      "category": "Numbers", -    "tags": ["number", "2", "two", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit"], -    "version": "1.38" -  },  +    "tags": [ +      "number", +      "2", +      "two", +      "maths", +      "value", +      "quantity", +      "calculate", +      "calculation", +      "total", +      "amount", +      "sum", +      "order", +      "digit" +    ], +    "version": "1.38", +    "unicode": "edf2" +  },    "number-3": {      "category": "Numbers", -    "tags": ["number", "3", "three", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit"], -    "version": "1.38" -  },  +    "tags": [ +      "number", +      "3", +      "three", +      "maths", +      "value", +      "quantity", +      "calculate", +      "calculation", +      "total", +      "amount", +      "sum", +      "order", +      "digit" +    ], +    "version": "1.38", +    "unicode": "edf3" +  },    "number-4": {      "category": "Numbers", -    "tags": ["number", "4", "four", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit"], -    "version": "1.38" -  },  +    "tags": [ +      "number", +      "4", +      "four", +      "maths", +      "value", +      "quantity", +      "calculate", +      "calculation", +      "total", +      "amount", +      "sum", +      "order", +      "digit" +    ], +    "version": "1.38", +    "unicode": "edf4" +  },    "number-5": {      "category": "Numbers", -    "tags": ["number", "5", "five", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit"], -    "version": "1.38" -  },  +    "tags": [ +      "number", +      "5", +      "five", +      "maths", +      "value", +      "quantity", +      "calculate", +      "calculation", +      "total", +      "amount", +      "sum", +      "order", +      "digit" +    ], +    "version": "1.38", +    "unicode": "edf5" +  },    "number-6": {      "category": "Numbers", -    "tags": ["number", "6", "six", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit"], -    "version": "1.38" -  },  +    "tags": [ +      "number", +      "6", +      "six", +      "maths", +      "value", +      "quantity", +      "calculate", +      "calculation", +      "total", +      "amount", +      "sum", +      "order", +      "digit" +    ], +    "version": "1.38", +    "unicode": "edf6" +  },    "number-7": {      "category": "Numbers", -    "tags": ["number", "7", "seven", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit"], -    "version": "1.38" -  },  +    "tags": [ +      "number", +      "7", +      "seven", +      "maths", +      "value", +      "quantity", +      "calculate", +      "calculation", +      "total", +      "amount", +      "sum", +      "order", +      "digit" +    ], +    "version": "1.38", +    "unicode": "edf7" +  },    "number-8": {      "category": "Numbers", -    "tags": ["number", "8", "eight", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit"], -    "version": "1.38" -  },  +    "tags": [ +      "number", +      "8", +      "eight", +      "maths", +      "value", +      "quantity", +      "calculate", +      "calculation", +      "total", +      "amount", +      "sum", +      "order", +      "digit" +    ], +    "version": "1.38", +    "unicode": "edf8" +  },    "number-9": {      "category": "Numbers", -    "tags": ["number", "9", "nine", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit"], -    "version": "1.38" -  },  +    "tags": [ +      "number", +      "9", +      "nine", +      "maths", +      "value", +      "quantity", +      "calculate", +      "calculation", +      "total", +      "amount", +      "sum", +      "order", +      "digit" +    ], +    "version": "1.38", +    "unicode": "edf9" +  },    "octagon": {      "category": "Shapes", -    "tags": ["octagon"], -    "version": "1.18" -  },  +    "tags": [ +      "octagon" +    ], +    "version": "1.18", +    "unicode": "ecbd" +  },    "omega": {      "category": "", -    "tags": ["omega", "alphabet", "greek", "symbol", "final", "last"], -    "version": "1.3" -  },  +    "tags": [ +      "omega", +      "alphabet", +      "greek", +      "symbol", +      "final", +      "last" +    ], +    "version": "1.3", +    "unicode": "eb97" +  },    "outlet": {      "category": "", -    "tags": ["outlet", "socket", "electricity", "electrical", "plug in", "device"], -    "version": "1.6" -  },  +    "tags": [ +      "outlet", +      "socket", +      "electricity", +      "electrical", +      "plug in", +      "device" +    ], +    "version": "1.6", +    "unicode": "ebd7" +  },    "package": {      "category": "", -    "tags": ["package", "npm", "box", "container"], -    "version": "1.0" -  },  +    "tags": [ +      "package", +      "npm", +      "box", +      "container" +    ], +    "version": "1.0", +    "unicode": "eaff" +  },    "page-break": {      "category": "", -    "tags": ["page", "break"], -    "version": "1.14" -  },  +    "tags": [ +      "page", +      "break" +    ], +    "version": "1.14", +    "unicode": "ec81" +  },    "paint": {      "category": "Design", -    "tags": ["paint", "brush", "renovation", "refurbishment", "color", "wall"], -    "version": "1.0" -  },  +    "tags": [ +      "paint", +      "brush", +      "renovation", +      "refurbishment", +      "color", +      "wall" +    ], +    "version": "1.0", +    "unicode": "eb00" +  },    "palette": {      "category": "Design", -    "tags": ["palette", "color", "paint", "painter", "picture", "board", "artist"], -    "version": "1.1" -  },  +    "tags": [ +      "palette", +      "color", +      "paint", +      "painter", +      "picture", +      "board", +      "artist" +    ], +    "version": "1.1", +    "unicode": "eb01" +  },    "panorama-horizontal": {      "category": "Photos", -    "tags": ["panorama", "horizontal"], -    "version": "1.27" -  },  +    "tags": [ +      "panorama", +      "horizontal" +    ], +    "version": "1.27", +    "unicode": "ed33" +  },    "panorama-vertical": {      "category": "Photos", -    "tags": ["panorama", "vertical"], -    "version": "1.27" -  },  +    "tags": [ +      "panorama", +      "vertical" +    ], +    "version": "1.27", +    "unicode": "ed34" +  },    "paperclip": {      "category": "", -    "tags": ["paperclip", "attachment", "annex", "hold"], -    "version": "1.0" -  },  +    "tags": [ +      "paperclip", +      "attachment", +      "annex", +      "hold" +    ], +    "version": "1.0", +    "unicode": "eb02" +  },    "parachute": {      "category": "", -    "tags": ["parachute"], -    "version": "1.33" -  },  +    "tags": [ +      "parachute" +    ], +    "version": "1.33", +    "unicode": "ed7c" +  },    "parentheses": {      "category": "Math", -    "tags": ["parentheses", "brackets", "aside", "punctuation", "mark", "insert"], -    "version": "1.6" -  },  +    "tags": [ +      "parentheses", +      "brackets", +      "aside", +      "punctuation", +      "mark", +      "insert" +    ], +    "version": "1.6", +    "unicode": "ebd8" +  },    "parking": {      "category": "Map", -    "tags": ["parking", "sign", "car", "vehicle", "space"], -    "version": "1.0" -  },  +    "tags": [ +      "parking", +      "sign", +      "car", +      "vehicle", +      "space" +    ], +    "version": "1.0", +    "unicode": "eb03" +  },    "peace": {      "category": "Symbols", -    "tags": ["peace"], -    "version": "1.18" -  },  +    "tags": [ +      "peace" +    ], +    "version": "1.18", +    "unicode": "ecbe" +  },    "pencil": {      "category": "Design", -    "tags": ["pencil", "write", "draft", "edit", "note"], -    "version": "1.1" -  },  +    "tags": [ +      "pencil", +      "write", +      "draft", +      "edit", +      "note" +    ], +    "version": "1.1", +    "unicode": "eb04" +  },    "pennant": {      "category": "", -    "tags": ["pennant"], -    "version": "1.33" -  },  +    "tags": [ +      "pennant" +    ], +    "version": "1.33", +    "unicode": "ed7d" +  },    "percentage": {      "category": "Math", -    "tags": ["percentage"], -    "version": "1.22" -  },  +    "tags": [ +      "percentage" +    ], +    "version": "1.22", +    "unicode": "ecf4" +  },    "phone-call": {      "category": "Devices", -    "tags": ["phone", "call", "ring", "mobile", "conversation", "answer", "dial", "landline"], -    "version": "1.0" -  },  +    "tags": [ +      "phone", +      "call", +      "ring", +      "mobile", +      "conversation", +      "answer", +      "dial", +      "landline" +    ], +    "version": "1.0", +    "unicode": "eb05" +  },    "phone-calling": {      "category": "Devices", -    "tags": ["phone", "calling", "ring", "mobile", "conversation", "answer", "dial", "landline"], -    "version": "1.11" -  },  +    "tags": [ +      "phone", +      "calling", +      "ring", +      "mobile", +      "conversation", +      "answer", +      "dial", +      "landline" +    ], +    "version": "1.11", +    "unicode": "ec43" +  },    "phone-check": {      "category": "Devices", -    "tags": ["phone", "check", "ring", "mobile", "conversation", "answer", "dial", "landline"], -    "version": "1.8" -  },  +    "tags": [ +      "phone", +      "check", +      "ring", +      "mobile", +      "conversation", +      "answer", +      "dial", +      "landline" +    ], +    "version": "1.8", +    "unicode": "ec05" +  },    "phone-incoming": {      "category": "Devices", -    "tags": ["phone", "incoming", "call", "answer", "mobile", "landline", "conversation"], -    "version": "1.0" -  },  +    "tags": [ +      "phone", +      "incoming", +      "call", +      "answer", +      "mobile", +      "landline", +      "conversation" +    ], +    "version": "1.0", +    "unicode": "eb06" +  },    "phone-off": {      "category": "Devices", -    "tags": ["phone", "off", "call", "mobile", "conversation", "landline", "answer", "number"], -    "version": "1.22" -  },  +    "tags": [ +      "phone", +      "off", +      "call", +      "mobile", +      "conversation", +      "landline", +      "answer", +      "number" +    ], +    "version": "1.22", +    "unicode": "ecf5" +  },    "phone-outgoing": {      "category": "Devices", -    "tags": ["phone", "outgoing", "call", "signal", "mobile", "landline", "conversation"], -    "version": "1.0" -  },  +    "tags": [ +      "phone", +      "outgoing", +      "call", +      "signal", +      "mobile", +      "landline", +      "conversation" +    ], +    "version": "1.0", +    "unicode": "eb07" +  },    "phone-pause": {      "category": "Devices", -    "tags": ["phone", "pause", "call", "mute", "mobile", "landline", "conversation"], -    "version": "1.0" -  },  +    "tags": [ +      "phone", +      "pause", +      "call", +      "mute", +      "mobile", +      "landline", +      "conversation" +    ], +    "version": "1.0", +    "unicode": "eb08" +  },    "phone-plus": {      "category": "Devices", -    "tags": ["phone", "plus", "call", "signal", "mobile", "landline", "conversation"], -    "version": "1.8" -  },  +    "tags": [ +      "phone", +      "plus", +      "call", +      "signal", +      "mobile", +      "landline", +      "conversation" +    ], +    "version": "1.8", +    "unicode": "ec06" +  },    "phone-x": {      "category": "Devices", -    "tags": ["phone", "x", "ring", "mobile", "conversation", "answer", "dial", "landline"], -    "version": "1.8" -  },  +    "tags": [ +      "phone", +      "x", +      "ring", +      "mobile", +      "conversation", +      "answer", +      "dial", +      "landline" +    ], +    "version": "1.8", +    "unicode": "ec07" +  },    "phone": {      "category": "Devices", -    "tags": ["phone", "call", "mobile", "conversation", "landline", "answer", "number"], -    "version": "1.0" -  },  +    "tags": [ +      "phone", +      "call", +      "mobile", +      "conversation", +      "landline", +      "answer", +      "number" +    ], +    "version": "1.0", +    "unicode": "eb09" +  },    "photo-off": {      "category": "Media", -    "tags": ["photo", "off"], -    "version": "1.22" -  },  +    "tags": [ +      "photo", +      "off" +    ], +    "version": "1.22", +    "unicode": "ecf6" +  },    "photo": {      "category": "Media", -    "tags": ["photo", "image", "picture", "landscape", "camera"], -    "version": "1.0" -  },  +    "tags": [ +      "photo", +      "image", +      "picture", +      "landscape", +      "camera" +    ], +    "version": "1.0", +    "unicode": "eb0a" +  },    "picture-in-picture-off": {      "category": "Media", -    "tags": ["picture", "in", "picture", "off"], -    "version": "1.28" -  },  +    "tags": [ +      "picture", +      "in", +      "picture", +      "off" +    ], +    "version": "1.28", +    "unicode": "ed43" +  },    "picture-in-picture-on": {      "category": "Media", -    "tags": ["picture", "in", "picture", "on"], -    "version": "1.28" -  },  +    "tags": [ +      "picture", +      "in", +      "picture", +      "on" +    ], +    "version": "1.28", +    "unicode": "ed44" +  },    "picture-in-picture": {      "category": "Media", -    "tags": ["picture", "in", "picture"], -    "version": "1.27" -  },  +    "tags": [ +      "picture", +      "in", +      "picture" +    ], +    "version": "1.27", +    "unicode": "ed35" +  },    "pill": {      "category": "", -    "tags": ["pill", "drug", "medication", "illness", "sickness", "doctor", "prescription"], -    "version": "1.1" -  },  +    "tags": [ +      "pill", +      "drug", +      "medication", +      "illness", +      "sickness", +      "doctor", +      "prescription" +    ], +    "version": "1.1", +    "unicode": "ec44" +  },    "pin": {      "category": "Map", -    "tags": ["pin"], -    "version": "1.16" -  },  +    "tags": [ +      "pin" +    ], +    "version": "1.16", +    "unicode": "ec9c" +  },    "pinned-off": {      "category": "Map", -    "tags": ["pinned", "off"], -    "version": "1.31" -  },  +    "tags": [ +      "pinned", +      "off" +    ], +    "version": "1.31", +    "unicode": "ed5f" +  },    "pinned": {      "category": "Map", -    "tags": ["pinned"], -    "version": "1.31" -  },  +    "tags": [ +      "pinned" +    ], +    "version": "1.31", +    "unicode": "ed60" +  },    "pizza": {      "category": "", -    "tags": ["pizza"], -    "version": "1.35" -  },  +    "tags": [ +      "pizza" +    ], +    "version": "1.35", +    "unicode": "edbb" +  },    "plane-arrival": {      "category": "Vehicles", -    "tags": ["plane", "arrival", "travel", "land", "journey", "trip", "airport", "baggage", "luggage"], -    "version": "1.3" -  },  +    "tags": [ +      "plane", +      "arrival", +      "travel", +      "land", +      "journey", +      "trip", +      "airport", +      "baggage", +      "luggage" +    ], +    "version": "1.3", +    "unicode": "eb99" +  },    "plane-departure": {      "category": "Vehicles", -    "tags": ["plane", "departure", "travel", "take off", "journey", "trip", "airport", "baggage", "luggage"], -    "version": "1.3" -  },  +    "tags": [ +      "plane", +      "departure", +      "travel", +      "take off", +      "journey", +      "trip", +      "airport", +      "baggage", +      "luggage" +    ], +    "version": "1.3", +    "unicode": "eb9a" +  },    "plane": {      "category": "Vehicles", -    "tags": ["plane", "travel", "journey", "trip", "airport", "baggage", "luggage"], -    "version": "1.2" -  },  +    "tags": [ +      "plane", +      "travel", +      "journey", +      "trip", +      "airport", +      "baggage", +      "luggage" +    ], +    "version": "1.2", +    "unicode": "eb6f" +  },    "planet": {      "category": "Map", -    "tags": ["planet"], -    "version": "1.8" -  },  +    "tags": [ +      "planet" +    ], +    "version": "1.8", +    "unicode": "ec08" +  },    "plant-2": {      "category": "", -    "tags": ["plant", "2"], -    "version": "1.33" -  },  +    "tags": [ +      "plant", +      "2" +    ], +    "version": "1.33", +    "unicode": "ed7e" +  },    "plant": {      "category": "", -    "tags": ["plant"], -    "version": "1.29" -  },  +    "tags": [ +      "plant" +    ], +    "version": "1.29", +    "unicode": "ed50" +  },    "player-pause": {      "category": "Media", -    "tags": ["player", "pause"], -    "version": "1.28" -  },  +    "tags": [ +      "player", +      "pause" +    ], +    "version": "1.28", +    "unicode": "ed45" +  },    "player-play": {      "category": "Media", -    "tags": ["player", "play"], -    "version": "1.28" -  },  +    "tags": [ +      "player", +      "play" +    ], +    "version": "1.28", +    "unicode": "ed46" +  },    "player-record": {      "category": "Media", -    "tags": ["player", "record"], -    "version": "1.28" -  },  +    "tags": [ +      "player", +      "record" +    ], +    "version": "1.28", +    "unicode": "ed47" +  },    "player-skip-back": {      "category": "Media", -    "tags": ["player", "skip", "back"], -    "version": "1.28" -  },  +    "tags": [ +      "player", +      "skip", +      "back" +    ], +    "version": "1.28", +    "unicode": "ed48" +  },    "player-skip-forward": {      "category": "Media", -    "tags": ["player", "skip", "forward"], -    "version": "1.28" -  },  +    "tags": [ +      "player", +      "skip", +      "forward" +    ], +    "version": "1.28", +    "unicode": "ed49" +  },    "player-stop": {      "category": "Media", -    "tags": ["player", "stop"], -    "version": "1.28" -  },  +    "tags": [ +      "player", +      "stop" +    ], +    "version": "1.28", +    "unicode": "ed4a" +  },    "player-track-next": {      "category": "Media", -    "tags": ["player", "track", "next"], -    "version": "1.28" -  },  +    "tags": [ +      "player", +      "track", +      "next" +    ], +    "version": "1.28", +    "unicode": "ed4b" +  },    "player-track-prev": {      "category": "Media", -    "tags": ["player", "track", "prev"], -    "version": "1.28" -  },  +    "tags": [ +      "player", +      "track", +      "prev" +    ], +    "version": "1.28", +    "unicode": "ed4c" +  },    "plug": {      "category": "", -    "tags": ["plug", "electricity", "charger", "socket", "connection"], -    "version": "1.6" -  },  +    "tags": [ +      "plug", +      "electricity", +      "charger", +      "socket", +      "connection" +    ], +    "version": "1.6", +    "unicode": "ebd9" +  },    "plus": {      "category": "Math", -    "tags": ["plus", "add", "create", "new"], -    "version": "1.0" -  },  +    "tags": [ +      "plus", +      "add", +      "create", +      "new" +    ], +    "version": "1.0", +    "unicode": "eb0b" +  },    "point": {      "category": "", -    "tags": ["point", "dot", "label"], -    "version": "1.0" -  },  +    "tags": [ +      "point", +      "dot", +      "label" +    ], +    "version": "1.0", +    "unicode": "eb0c" +  },    "pool": {      "category": "Sport", -    "tags": ["pool"], -    "version": "1.34" -  },  +    "tags": [ +      "pool" +    ], +    "version": "1.34", +    "unicode": "ed91" +  },    "power": {      "category": "Devices", -    "tags": ["power", "on", "off", "turn on", "turn off", "electricity"], -    "version": "1.0" -  },  +    "tags": [ +      "power", +      "on", +      "off", +      "turn on", +      "turn off", +      "electricity" +    ], +    "version": "1.0", +    "unicode": "eb0d" +  },    "pray": {      "category": "", -    "tags": ["pray"], -    "version": "1.18" -  },  +    "tags": [ +      "pray" +    ], +    "version": "1.18", +    "unicode": "ecbf" +  },    "presentation": {      "category": "", -    "tags": ["presentation", "slideshow", "display", "exhibition", "speech", "topic", "conference"], -    "version": "1.2" -  },  +    "tags": [ +      "presentation", +      "slideshow", +      "display", +      "exhibition", +      "speech", +      "topic", +      "conference" +    ], +    "version": "1.2", +    "unicode": "eb70" +  },    "printer": {      "category": "Devices", -    "tags": ["printer", "fax", "office", "device"], -    "version": "1.0" -  },  +    "tags": [ +      "printer", +      "fax", +      "office", +      "device" +    ], +    "version": "1.0", +    "unicode": "eb0e" +  },    "prompt": {      "category": "", -    "tags": ["prompt", "command line", "terminal", "code"], -    "version": "1.0" -  },  +    "tags": [ +      "prompt", +      "command line", +      "terminal", +      "code" +    ], +    "version": "1.0", +    "unicode": "eb0f" +  },    "puzzle": {      "category": "", -    "tags": ["puzzle", "jigsaw", "extension", "add-on"], -    "version": "1.0" -  },  +    "tags": [ +      "puzzle", +      "jigsaw", +      "extension", +      "add-on" +    ], +    "version": "1.0", +    "unicode": "eb10" +  },    "qrcode": {      "category": "Devices", -    "tags": ["qrcode", "scan", "data"], -    "version": "1.0" -  },  +    "tags": [ +      "qrcode", +      "scan", +      "data" +    ], +    "version": "1.0", +    "unicode": "eb11" +  },    "question-mark": {      "category": "", -    "tags": ["question", "mark"], -    "version": "1.16" -  },  +    "tags": [ +      "question", +      "mark" +    ], +    "version": "1.16", +    "unicode": "ec9d" +  },    "radioactive": {      "category": "Symbols", -    "tags": ["radioactive"], -    "version": "1.18" -  },  +    "tags": [ +      "radioactive" +    ], +    "version": "1.18", +    "unicode": "ecc0" +  },    "rainbow": {      "category": "", -    "tags": ["rainbow"], -    "version": "1.35" -  },  +    "tags": [ +      "rainbow" +    ], +    "version": "1.35", +    "unicode": "edbc" +  },    "receipt-2": {      "category": "Document", -    "tags": ["receipt", "2", "bill", "restaurant", "shop", "price", "pay", "money", "total", "tax"], -    "version": "1.38" -  },  +    "tags": [ +      "receipt", +      "2", +      "bill", +      "restaurant", +      "shop", +      "price", +      "pay", +      "money", +      "total", +      "tax" +    ], +    "version": "1.38", +    "unicode": "edfa" +  },    "receipt-off": {      "category": "Document", -    "tags": ["receipt", "off", "bill", "restaurant", "shop", "price", "pay", "money", "total", "tax", "free"], -    "version": "1.38" -  },  +    "tags": [ +      "receipt", +      "off", +      "bill", +      "restaurant", +      "shop", +      "price", +      "pay", +      "money", +      "total", +      "tax", +      "free" +    ], +    "version": "1.38", +    "unicode": "edfb" +  },    "receipt-refund": {      "category": "Document", -    "tags": ["receipt", "refund", "bill", "restaurant", "shop", "price", "pay", "money", "total", "give", "back", "return"], -    "version": "1.38" -  },  +    "tags": [ +      "receipt", +      "refund", +      "bill", +      "restaurant", +      "shop", +      "price", +      "pay", +      "money", +      "total", +      "give", +      "back", +      "return" +    ], +    "version": "1.38", +    "unicode": "edfc" +  },    "receipt-tax": {      "category": "Document", -    "tags": ["receipt", "tax", "income", "percentage", "money", "finance", "charge", "obligation", "taxpayer", "vat"], -    "version": "1.5" -  },  +    "tags": [ +      "receipt", +      "tax", +      "income", +      "percentage", +      "money", +      "finance", +      "charge", +      "obligation", +      "taxpayer", +      "vat" +    ], +    "version": "1.5", +    "unicode": "edbd" +  },    "receipt": {      "category": "Document", -    "tags": ["receipt", "bill", "restaurant", "shop", "price", "pay", "money", "total", "tax"], -    "version": "1.38" -  },  +    "tags": [ +      "receipt", +      "bill", +      "restaurant", +      "shop", +      "price", +      "pay", +      "money", +      "total", +      "tax" +    ], +    "version": "1.38", +    "unicode": "edfd" +  },    "record-mail": {      "category": "", -    "tags": ["record", "mail", "voice", "voicemail", "message"], -    "version": "1.1" -  },  +    "tags": [ +      "record", +      "mail", +      "voice", +      "voicemail", +      "message" +    ], +    "version": "1.1", +    "unicode": "eb12" +  },    "rectangle-vertical": {      "category": "Shapes", -    "tags": ["rectangle", "vertical"], -    "version": "1.27" -  },  +    "tags": [ +      "rectangle", +      "vertical" +    ], +    "version": "1.27", +    "unicode": "ed36" +  },    "rectangle": {      "category": "Shapes", -    "tags": ["rectangle"], -    "version": "1.27" -  },  +    "tags": [ +      "rectangle" +    ], +    "version": "1.27", +    "unicode": "ed37" +  },    "recycle": {      "category": "Symbols", -    "tags": ["recycle", "trash", "rubbish", "recyclable", "reuse", "waste"], -    "version": "1.3" -  },  +    "tags": [ +      "recycle", +      "trash", +      "rubbish", +      "recyclable", +      "reuse", +      "waste" +    ], +    "version": "1.3", +    "unicode": "eb9b" +  },    "refresh-alert": {      "category": "", -    "tags": ["refresh", "alert", "synchronization", "reload", "restart", "spinner", "loader", "ajax", "update", "arrows"], -    "version": "1.0" -  },  +    "tags": [ +      "refresh", +      "alert", +      "synchronization", +      "reload", +      "restart", +      "spinner", +      "loader", +      "ajax", +      "update", +      "arrows" +    ], +    "version": "1.0", +    "unicode": "ed57" +  },    "refresh": {      "category": "", -    "tags": ["refresh", "synchronization", "reload", "restart", "spinner", "loader", "ajax", "update", "arrows"], -    "version": "1.0" -  },  +    "tags": [ +      "refresh", +      "synchronization", +      "reload", +      "restart", +      "spinner", +      "loader", +      "ajax", +      "update", +      "arrows" +    ], +    "version": "1.0", +    "unicode": "eb13" +  },    "registered": {      "category": "", -    "tags": ["registered", "copyright", "trademark", "rights"], -    "version": "1.0" -  },  +    "tags": [ +      "registered", +      "copyright", +      "trademark", +      "rights" +    ], +    "version": "1.0", +    "unicode": "eb14" +  },    "relation-many-to-many": {      "category": "", -    "tags": ["relation", "many", "to", "many"], -    "version": "1.33" -  },  +    "tags": [ +      "relation", +      "many", +      "to", +      "many" +    ], +    "version": "1.33", +    "unicode": "ed7f" +  },    "relation-one-to-many": {      "category": "", -    "tags": ["relation", "one", "to", "many"], -    "version": "1.33" -  },  +    "tags": [ +      "relation", +      "one", +      "to", +      "many" +    ], +    "version": "1.33", +    "unicode": "ed80" +  },    "relation-one-to-one": {      "category": "", -    "tags": ["relation", "one", "to", "one"], -    "version": "1.33" -  },  +    "tags": [ +      "relation", +      "one", +      "to", +      "one" +    ], +    "version": "1.33", +    "unicode": "ed81" +  },    "repeat-once": {      "category": "Media", -    "tags": ["repeat", "once", "reuse", "redo", "action", "replay", "loop"], -    "version": "1.2" -  },  +    "tags": [ +      "repeat", +      "once", +      "reuse", +      "redo", +      "action", +      "replay", +      "loop" +    ], +    "version": "1.2", +    "unicode": "eb71" +  },    "repeat": {      "category": "Media", -    "tags": ["repeat", "reuse", "redo", "action", "replay", "loop"], -    "version": "1.2" -  },  +    "tags": [ +      "repeat", +      "reuse", +      "redo", +      "action", +      "replay", +      "loop" +    ], +    "version": "1.2", +    "unicode": "eb72" +  },    "replace": {      "category": "", -    "tags": ["replace", "change", "place", "position", "move", "exchange"], -    "version": "1.5" -  },  +    "tags": [ +      "replace", +      "change", +      "place", +      "position", +      "move", +      "exchange" +    ], +    "version": "1.5", +    "unicode": "ebc7" +  },    "ripple": {      "category": "", -    "tags": ["ripple"], -    "version": "1.33" -  },  +    "tags": [ +      "ripple" +    ], +    "version": "1.33", +    "unicode": "ed82" +  },    "road-sign": {      "category": "Map", -    "tags": ["road", "sign"], -    "version": "1.2" -  },  +    "tags": [ +      "road", +      "sign" +    ], +    "version": "1.2", +    "unicode": "ecdd" +  },    "rocket": {      "category": "Map", -    "tags": ["rocket"], -    "version": "1.11" -  },  +    "tags": [ +      "rocket" +    ], +    "version": "1.11", +    "unicode": "ec45" +  },    "rotate-2": {      "category": "Arrows", -    "tags": ["rotate", "2", "refresh", "synchronization", "reload", "restart", "spinner", "loader", "ajax", "update", "arrows"], -    "version": "1.4" -  },  +    "tags": [ +      "rotate", +      "2", +      "refresh", +      "synchronization", +      "reload", +      "restart", +      "spinner", +      "loader", +      "ajax", +      "update", +      "arrows" +    ], +    "version": "1.4", +    "unicode": "ebb4" +  },    "rotate-clockwise-2": {      "category": "Arrows", -    "tags": ["rotate", "clockwise", "2", "refresh", "synchronization", "reload", "restart", "spinner", "loader", "ajax", "update", "arrows"], -    "version": "1.4" -  },  +    "tags": [ +      "rotate", +      "clockwise", +      "2", +      "refresh", +      "synchronization", +      "reload", +      "restart", +      "spinner", +      "loader", +      "ajax", +      "update", +      "arrows" +    ], +    "version": "1.4", +    "unicode": "ebb5" +  },    "rotate-clockwise": {      "category": "Arrows", -    "tags": ["rotate", "clockwise", "refresh", "synchronization", "reload", "restart", "spinner", "loader", "ajax", "update", "arrows"], -    "version": "1.0" -  },  +    "tags": [ +      "rotate", +      "clockwise", +      "refresh", +      "synchronization", +      "reload", +      "restart", +      "spinner", +      "loader", +      "ajax", +      "update", +      "arrows" +    ], +    "version": "1.0", +    "unicode": "eb15" +  },    "rotate-rectangle": {      "category": "Arrows", -    "tags": ["rotate", "rectangle"], -    "version": "1.8" -  },  +    "tags": [ +      "rotate", +      "rectangle" +    ], +    "version": "1.8", +    "unicode": "ec15" +  },    "rotate": {      "category": "Arrows", -    "tags": ["rotate", "refresh", "synchronization", "reload", "restart", "spinner", "loader", "ajax", "update", "arrows"], -    "version": "1.0" -  },  +    "tags": [ +      "rotate", +      "refresh", +      "synchronization", +      "reload", +      "restart", +      "spinner", +      "loader", +      "ajax", +      "update", +      "arrows" +    ], +    "version": "1.0", +    "unicode": "eb16" +  },    "route": {      "category": "Map", -    "tags": ["route", "path", "navigation", "map"], -    "version": "1.0" -  },  +    "tags": [ +      "route", +      "path", +      "navigation", +      "map" +    ], +    "version": "1.0", +    "unicode": "eb17" +  },    "router": {      "category": "Devices", -    "tags": ["router", "wifi", "device", "wireless", "signal", "station", "cast"], -    "version": "1.0" -  },  +    "tags": [ +      "router", +      "wifi", +      "device", +      "wireless", +      "signal", +      "station", +      "cast" +    ], +    "version": "1.0", +    "unicode": "eb18" +  },    "rss": {      "category": "", -    "tags": ["rss", "feed", "subscribe"], -    "version": "1.0" -  },  +    "tags": [ +      "rss", +      "feed", +      "subscribe" +    ], +    "version": "1.0", +    "unicode": "eb19" +  },    "ruler": {      "category": "", -    "tags": ["ruler", "maths", "dimensions", "size", "width", "length", "geometry", "measure", "technical"], -    "version": "1.1" -  },  +    "tags": [ +      "ruler", +      "maths", +      "dimensions", +      "size", +      "width", +      "length", +      "geometry", +      "measure", +      "technical" +    ], +    "version": "1.1", +    "unicode": "eb1a" +  },    "run": {      "category": "Sport", -    "tags": ["run"], -    "version": "1.14" -  },  +    "tags": [ +      "run" +    ], +    "version": "1.14", +    "unicode": "ec82" +  },    "sailboat": {      "category": "Vehicles", -    "tags": ["sailboat"], -    "version": "1.14" -  },  +    "tags": [ +      "sailboat" +    ], +    "version": "1.14", +    "unicode": "ec83" +  },    "scale": {      "category": "", -    "tags": ["scale", "maths", "measure", "weight", "weigh", "balance", "worth"], -    "version": "1.5" -  },  +    "tags": [ +      "scale", +      "maths", +      "measure", +      "weight", +      "weigh", +      "balance", +      "worth" +    ], +    "version": "1.5", +    "unicode": "ebc2" +  },    "scan": {      "category": "", -    "tags": ["scan", "code", "barcode", "qr code", "app", "scanner", "document"], -    "version": "1.5" -  },  +    "tags": [ +      "scan", +      "code", +      "barcode", +      "qr code", +      "app", +      "scanner", +      "document" +    ], +    "version": "1.5", +    "unicode": "ebc8" +  },    "school": {      "category": "", -    "tags": ["school"], -    "version": "1.22" -  },  +    "tags": [ +      "school" +    ], +    "version": "1.22", +    "unicode": "ecf7" +  },    "scissors": {      "category": "Design", -    "tags": ["scissors", "cut", "paper", "file", "document", "hairdresser", "blade", "sharp"], -    "version": "1.1" -  },  +    "tags": [ +      "scissors", +      "cut", +      "paper", +      "file", +      "document", +      "hairdresser", +      "blade", +      "sharp" +    ], +    "version": "1.1", +    "unicode": "eb1b" +  },    "scooter-electric": {      "category": "Vehicles", -    "tags": ["scooter", "electric", "vehicle", "drive", "driver", "engine", "motor", "journey", "trip"], -    "version": "1.12" -  },  +    "tags": [ +      "scooter", +      "electric", +      "vehicle", +      "drive", +      "driver", +      "engine", +      "motor", +      "journey", +      "trip" +    ], +    "version": "1.12", +    "unicode": "ecc1" +  },    "scooter": {      "category": "Vehicles", -    "tags": ["scooter", "vehicle", "drive", "driver", "engine", "motor", "journey", "trip"], -    "version": "1.12" -  },  +    "tags": [ +      "scooter", +      "vehicle", +      "drive", +      "driver", +      "engine", +      "motor", +      "journey", +      "trip" +    ], +    "version": "1.12", +    "unicode": "ec6c" +  },    "screen-share-off": {      "category": "Devices", -    "tags": ["screen", "share", "off"], -    "version": "1.24" -  },  +    "tags": [ +      "screen", +      "share", +      "off" +    ], +    "version": "1.24", +    "unicode": "ed17" +  },    "screen-share": {      "category": "Devices", -    "tags": ["screen", "share"], -    "version": "1.24" -  },  +    "tags": [ +      "screen", +      "share" +    ], +    "version": "1.24", +    "unicode": "ed18" +  },    "search": {      "category": "", -    "tags": ["search", "find", "magnifier", "magnifying glass"], -    "version": "1.0" -  },  +    "tags": [ +      "search", +      "find", +      "magnifier", +      "magnifying glass" +    ], +    "version": "1.0", +    "unicode": "eb1c" +  },    "seeding": {      "category": "", -    "tags": ["seeding"], -    "version": "1.29" -  },  +    "tags": [ +      "seeding" +    ], +    "version": "1.29", +    "unicode": "ed51" +  },    "select": {      "category": "", -    "tags": ["select", "input"], -    "version": "1.16" -  },  +    "tags": [ +      "select", +      "input" +    ], +    "version": "1.16", +    "unicode": "ec9e" +  },    "selector": {      "category": "", -    "tags": ["selector", "arrows"], -    "version": "1.0" -  },  +    "tags": [ +      "selector", +      "arrows" +    ], +    "version": "1.0", +    "unicode": "eb1d" +  },    "send": {      "category": "Communication", -    "tags": ["send", "message", "mail", "email", "gmail", "paper", "airplane", "aeroplane"], -    "version": "1.0" -  },  +    "tags": [ +      "send", +      "message", +      "mail", +      "email", +      "gmail", +      "paper", +      "airplane", +      "aeroplane" +    ], +    "version": "1.0", +    "unicode": "eb1e" +  },    "separator-horizontal": {      "category": "Text", -    "tags": ["separator", "horizontal"], -    "version": "1.13" -  },  +    "tags": [ +      "separator", +      "horizontal" +    ], +    "version": "1.13", +    "unicode": "ec79" +  },    "separator-vertical": {      "category": "Text", -    "tags": ["separator", "vertical"], -    "version": "1.13" -  },  +    "tags": [ +      "separator", +      "vertical" +    ], +    "version": "1.13", +    "unicode": "ec7a" +  },    "separator": {      "category": "Text", -    "tags": ["separator", "divider", "space", "separate", "set apart"], -    "version": "1.6" -  },  +    "tags": [ +      "separator", +      "divider", +      "space", +      "separate", +      "set apart" +    ], +    "version": "1.6", +    "unicode": "ebda" +  },    "server": {      "category": "", -    "tags": ["server", "storage", "hosting", "www"], -    "version": "1.0" -  },  +    "tags": [ +      "server", +      "storage", +      "hosting", +      "www" +    ], +    "version": "1.0", +    "unicode": "eb1f" +  },    "servicemark": {      "category": "Symbols", -    "tags": ["servicemark"], -    "version": "1.8" -  },  +    "tags": [ +      "servicemark" +    ], +    "version": "1.8", +    "unicode": "ec09" +  },    "settings": {      "category": "System", -    "tags": ["settings", "cog", "edit", "gear", "preferences", "tools"], -    "version": "1.0" -  },  +    "tags": [ +      "settings", +      "cog", +      "edit", +      "gear", +      "preferences", +      "tools" +    ], +    "version": "1.0", +    "unicode": "eb20" +  },    "shape": {      "category": "Design", -    "tags": ["shape", "draw", "square", "form", "create", "outline"], -    "version": "1.3" -  },  +    "tags": [ +      "shape", +      "draw", +      "square", +      "form", +      "create", +      "outline" +    ], +    "version": "1.3", +    "unicode": "eb9c" +  },    "share": {      "category": "", -    "tags": ["share", "network", "link", "connection"], -    "version": "1.0" -  },  +    "tags": [ +      "share", +      "network", +      "link", +      "connection" +    ], +    "version": "1.0", +    "unicode": "eb21" +  },    "shield-check": {      "category": "", -    "tags": ["shield", "check", "safety", "protect", "protection", "yes", "add"], -    "version": "1.0" -  },  +    "tags": [ +      "shield", +      "check", +      "safety", +      "protect", +      "protection", +      "yes", +      "add" +    ], +    "version": "1.0", +    "unicode": "eb22" +  },    "shield-lock": {      "category": "", -    "tags": ["shield", "lock"], -    "version": "1.3" -  },  +    "tags": [ +      "shield", +      "lock" +    ], +    "version": "1.3", +    "unicode": "ed58" +  },    "shield-off": {      "category": "", -    "tags": ["shield", "off"], -    "version": "1.22" -  },  +    "tags": [ +      "shield", +      "off" +    ], +    "version": "1.22", +    "unicode": "ecf8" +  },    "shield-x": {      "category": "", -    "tags": ["shield", "x", "unprotected", "protection", "cancel", "no"], -    "version": "1.0" -  },  +    "tags": [ +      "shield", +      "x", +      "unprotected", +      "protection", +      "cancel", +      "no" +    ], +    "version": "1.0", +    "unicode": "eb23" +  },    "shield": {      "category": "", -    "tags": ["shield", "safety", "protect", "protection"], -    "version": "1.0" -  },  +    "tags": [ +      "shield", +      "safety", +      "protect", +      "protection" +    ], +    "version": "1.0", +    "unicode": "eb24" +  },    "ship": {      "category": "Vehicles", -    "tags": ["ship"], -    "version": "1.14" -  },  +    "tags": [ +      "ship" +    ], +    "version": "1.14", +    "unicode": "ec84" +  },    "shirt": {      "category": "", -    "tags": ["shirt"], -    "version": "1.8" -  },  +    "tags": [ +      "shirt" +    ], +    "version": "1.8", +    "unicode": "ec0a" +  },    "shopping-cart": {      "category": "", -    "tags": ["shopping", "cart", "bag", "ecommerce", "purchase", "store", "online"], -    "version": "1.0" -  },  +    "tags": [ +      "shopping", +      "cart", +      "bag", +      "ecommerce", +      "purchase", +      "store", +      "online" +    ], +    "version": "1.0", +    "unicode": "eb25" +  },    "sitemap": {      "category": "", -    "tags": ["sitemap", "page", "webpage", "website", "list", "roadmap", "index"], -    "version": "1.3" -  },  +    "tags": [ +      "sitemap", +      "page", +      "webpage", +      "website", +      "list", +      "roadmap", +      "index" +    ], +    "version": "1.3", +    "unicode": "eb9d" +  },    "skateboard": {      "category": "Vehicles", -    "tags": ["skateboard"], -    "version": "1.18" -  },  +    "tags": [ +      "skateboard" +    ], +    "version": "1.18", +    "unicode": "ecc2" +  },    "slice": {      "category": "Design", -    "tags": ["slice", "knife", "cut", "chop", "portion", "kitchen", "tool"], -    "version": "1.6" -  },  +    "tags": [ +      "slice", +      "knife", +      "cut", +      "chop", +      "portion", +      "kitchen", +      "tool" +    ], +    "version": "1.6", +    "unicode": "ebdb" +  },    "slideshow": {      "category": "Text", -    "tags": ["slideshow", "photo", "picture", "video", "presentation", "camera", "display", "ad"], -    "version": "1.5" -  },  +    "tags": [ +      "slideshow", +      "photo", +      "picture", +      "video", +      "presentation", +      "camera", +      "display", +      "ad" +    ], +    "version": "1.5", +    "unicode": "ebc9" +  },    "smart-home": {      "category": "Buildings", -    "tags": ["smart", "home"], -    "version": "1.2" -  },  +    "tags": [ +      "smart", +      "home" +    ], +    "version": "1.2", +    "unicode": "ecde" +  },    "smoking-no": {      "category": "", -    "tags": ["smoking", "no"], -    "version": "1.18" -  },  +    "tags": [ +      "smoking", +      "no" +    ], +    "version": "1.18", +    "unicode": "ecc3" +  },    "smoking": {      "category": "", -    "tags": ["smoking"], -    "version": "1.18" -  },  +    "tags": [ +      "smoking" +    ], +    "version": "1.18", +    "unicode": "ecc4" +  },    "snowflake": {      "category": "Weather", -    "tags": ["snowflake"], -    "version": "1.8" -  },  +    "tags": [ +      "snowflake" +    ], +    "version": "1.8", +    "unicode": "ec0b" +  },    "soccer-field": {      "category": "Sport", -    "tags": ["soccer", "field"], -    "version": "1.34" -  },  +    "tags": [ +      "soccer", +      "field" +    ], +    "version": "1.34", +    "unicode": "ed92" +  },    "social": {      "category": "", -    "tags": ["social"], -    "version": "1.7" -  },  +    "tags": [ +      "social" +    ], +    "version": "1.7", +    "unicode": "ebec" +  },    "sort-ascending": {      "category": "Text", -    "tags": ["sort", "ascending", "arrange"], -    "version": "1.0" -  },  +    "tags": [ +      "sort", +      "ascending", +      "arrange" +    ], +    "version": "1.0", +    "unicode": "eb26" +  },    "sort-descending": {      "category": "Text", -    "tags": ["sort", "descending", "arrange"], -    "version": "1.0" -  },  +    "tags": [ +      "sort", +      "descending", +      "arrange" +    ], +    "version": "1.0", +    "unicode": "eb27" +  },    "space": {      "category": "Text", -    "tags": ["space"], -    "version": "1.8" -  },  +    "tags": [ +      "space" +    ], +    "version": "1.8", +    "unicode": "ec0c" +  },    "speakerphone": {      "category": "", -    "tags": ["speakerphone"], -    "version": "1.31" -  },  +    "tags": [ +      "speakerphone" +    ], +    "version": "1.31", +    "unicode": "ed61" +  },    "speedboat": {      "category": "Vehicles", -    "tags": ["speedboat"], -    "version": "1.34" -  },  +    "tags": [ +      "speedboat" +    ], +    "version": "1.34", +    "unicode": "ed93" +  },    "square-check": {      "category": "", -    "tags": ["square", "check", "checkbox", "yes"], -    "version": "1.0" -  },  +    "tags": [ +      "square", +      "check", +      "checkbox", +      "yes" +    ], +    "version": "1.0", +    "unicode": "eb28" +  },    "square-dot": {      "category": "", -    "tags": ["square", "dot"], -    "version": "1.3" -  },  +    "tags": [ +      "square", +      "dot" +    ], +    "version": "1.3", +    "unicode": "ed59" +  },    "square-forbid-2": {      "category": "", -    "tags": ["square", "forbid", "2"], -    "version": "1.3" -  },  +    "tags": [ +      "square", +      "forbid", +      "2" +    ], +    "version": "1.3", +    "unicode": "ed5a" +  },    "square-forbid": {      "category": "", -    "tags": ["square", "forbid"], -    "version": "1.3" -  },  +    "tags": [ +      "square", +      "forbid" +    ], +    "version": "1.3", +    "unicode": "ed5b" +  },    "square-minus": {      "category": "", -    "tags": ["square", "minus", "remove", "indeterminate"], -    "version": "1.0" -  },  +    "tags": [ +      "square", +      "minus", +      "remove", +      "indeterminate" +    ], +    "version": "1.0", +    "unicode": "eb29" +  },    "square-plus": {      "category": "", -    "tags": ["square", "plus", "add", "create", "new"], -    "version": "1.0" -  },  +    "tags": [ +      "square", +      "plus", +      "add", +      "create", +      "new" +    ], +    "version": "1.0", +    "unicode": "eb2a" +  },    "square-rotated": {      "category": "Shapes", -    "tags": ["square", "rotated"], -    "version": "1.2" -  },  +    "tags": [ +      "square", +      "rotated" +    ], +    "version": "1.2", +    "unicode": "ecdf" +  },    "square-x": {      "category": "", -    "tags": ["square", "x", "cancel", "close", "delete", "remove", "times", "clear", "no"], -    "version": "1.0" -  },  +    "tags": [ +      "square", +      "x", +      "cancel", +      "close", +      "delete", +      "remove", +      "times", +      "clear", +      "no" +    ], +    "version": "1.0", +    "unicode": "eb2b" +  },    "square": {      "category": "Shapes", -    "tags": ["square", "checkbox"], -    "version": "1.0" -  },  +    "tags": [ +      "square", +      "checkbox" +    ], +    "version": "1.0", +    "unicode": "eb2c" +  },    "stack": {      "category": "", -    "tags": ["stack", "pile", "elements", "layout", "wrap"], -    "version": "1.1" -  },  +    "tags": [ +      "stack", +      "pile", +      "elements", +      "layout", +      "wrap" +    ], +    "version": "1.1", +    "unicode": "eb2d" +  },    "stairs-down": {      "category": "", -    "tags": ["stairs", "down"], -    "version": "1.17" -  },  +    "tags": [ +      "stairs", +      "down" +    ], +    "version": "1.17", +    "unicode": "eca4" +  },    "stairs-up": {      "category": "", -    "tags": ["stairs", "up"], -    "version": "1.17" -  },  +    "tags": [ +      "stairs", +      "up" +    ], +    "version": "1.17", +    "unicode": "eca5" +  },    "stairs": {      "category": "", -    "tags": ["stairs"], -    "version": "1.17" -  },  +    "tags": [ +      "stairs" +    ], +    "version": "1.17", +    "unicode": "eca6" +  },    "star-half": {      "category": "Shapes", -    "tags": ["star", "half", "favorite", "like", "mark", "bookmark", "grade"], -    "version": "1.24" -  },  +    "tags": [ +      "star", +      "half", +      "favorite", +      "like", +      "mark", +      "bookmark", +      "grade" +    ], +    "version": "1.24", +    "unicode": "ed19" +  },    "star-off": {      "category": "Shapes", -    "tags": ["star", "off"], -    "version": "1.31" -  },  +    "tags": [ +      "star", +      "off" +    ], +    "version": "1.31", +    "unicode": "ed62" +  },    "star": {      "category": "Shapes", -    "tags": ["star", "favorite", "like", "mark", "bookmark", "grade"], -    "version": "1.0" -  },  +    "tags": [ +      "star", +      "favorite", +      "like", +      "mark", +      "bookmark", +      "grade" +    ], +    "version": "1.0", +    "unicode": "eb2e" +  },    "stars": {      "category": "", -    "tags": ["stars"], -    "version": "1.27" -  },  +    "tags": [ +      "stars" +    ], +    "version": "1.27", +    "unicode": "ed38" +  },    "steering-wheel": {      "category": "Vehicles", -    "tags": ["steering", "wheel"], -    "version": "1.13" -  },  +    "tags": [ +      "steering", +      "wheel" +    ], +    "version": "1.13", +    "unicode": "ec7b" +  },    "step-into": {      "category": "Arrows", -    "tags": ["step", "into"], -    "version": "1.2" -  },  +    "tags": [ +      "step", +      "into" +    ], +    "version": "1.2", +    "unicode": "ece0" +  },    "step-out": {      "category": "Arrows", -    "tags": ["step", "out"], -    "version": "1.2" -  },  +    "tags": [ +      "step", +      "out" +    ], +    "version": "1.2", +    "unicode": "ece1" +  },    "stethoscope": {      "category": "", -    "tags": ["stethoscope"], -    "version": "1.33" -  },  +    "tags": [ +      "stethoscope" +    ], +    "version": "1.33", +    "unicode": "edbe" +  },    "sticker": {      "category": "", -    "tags": ["sticker", "label", "stamp", "adhesive"], -    "version": "1.0" -  },  +    "tags": [ +      "sticker", +      "label", +      "stamp", +      "adhesive" +    ], +    "version": "1.0", +    "unicode": "eb2f" +  },    "strikethrough": {      "category": "Text", -    "tags": ["strikethrough", "typography", "horizontal", "deleted", "removed", "unimportant"], -    "version": "1.3" -  },  +    "tags": [ +      "strikethrough", +      "typography", +      "horizontal", +      "deleted", +      "removed", +      "unimportant" +    ], +    "version": "1.3", +    "unicode": "eb9e" +  },    "submarine": {      "category": "Vehicles", -    "tags": ["submarine"], -    "version": "1.34" -  },  +    "tags": [ +      "submarine" +    ], +    "version": "1.34", +    "unicode": "ed94" +  },    "subscript": {      "category": "Text", -    "tags": ["subscript", "typography", "below", "formula", "maths", "fraction"], -    "version": "1.3" -  },  +    "tags": [ +      "subscript", +      "typography", +      "below", +      "formula", +      "maths", +      "fraction" +    ], +    "version": "1.3", +    "unicode": "eb9f" +  },    "subtask": {      "category": "", -    "tags": ["subtask"], -    "version": "1.16" -  },  +    "tags": [ +      "subtask" +    ], +    "version": "1.16", +    "unicode": "ec9f" +  },    "sum": {      "category": "", -    "tags": ["sum", "equation", "add", "plus", "amount", "total"], -    "version": "1.2" -  },  +    "tags": [ +      "sum", +      "equation", +      "add", +      "plus", +      "amount", +      "total" +    ], +    "version": "1.2", +    "unicode": "eb73" +  },    "sun-off": {      "category": "Weather", -    "tags": ["sun", "off"], -    "version": "1.31" -  },  +    "tags": [ +      "sun", +      "off" +    ], +    "version": "1.31", +    "unicode": "ed63" +  },    "sun": {      "category": "Weather", -    "tags": ["sun", "weather", "light", "mode", "brightness"], -    "version": "1.0" -  },  +    "tags": [ +      "sun", +      "weather", +      "light", +      "mode", +      "brightness" +    ], +    "version": "1.0", +    "unicode": "eb30" +  },    "sunset": {      "category": "Weather", -    "tags": ["sunset"], -    "version": "1.1" -  },  +    "tags": [ +      "sunset" +    ], +    "version": "1.1", +    "unicode": "ec31" +  },    "sunshine": {      "category": "Weather", -    "tags": ["sunshine"], -    "version": "1.1" -  },  +    "tags": [ +      "sunshine" +    ], +    "version": "1.1", +    "unicode": "ec32" +  },    "superscript": {      "category": "Text", -    "tags": ["superscript", "typography", "above", "maths", "fraction", "trademark", "footer"], -    "version": "1.3" -  },  +    "tags": [ +      "superscript", +      "typography", +      "above", +      "maths", +      "fraction", +      "trademark", +      "footer" +    ], +    "version": "1.3", +    "unicode": "eba0" +  },    "swimming": {      "category": "Sport", -    "tags": ["swimming"], -    "version": "1.14" -  },  +    "tags": [ +      "swimming" +    ], +    "version": "1.14", +    "unicode": "ec92" +  },    "switch-2": {      "category": "", -    "tags": ["switch", "2"], -    "version": "1.35" -  },  +    "tags": [ +      "switch", +      "2" +    ], +    "version": "1.35", +    "unicode": "edbf" +  },    "switch-3": {      "category": "", -    "tags": ["switch", "3"], -    "version": "1.35" -  },  +    "tags": [ +      "switch", +      "3" +    ], +    "version": "1.35", +    "unicode": "edc0" +  },    "switch-horizontal": {      "category": "Arrows", -    "tags": ["switch", "horizontal", "toggle", "left", "right", "arrows"], -    "version": "1.0" -  },  +    "tags": [ +      "switch", +      "horizontal", +      "toggle", +      "left", +      "right", +      "arrows" +    ], +    "version": "1.0", +    "unicode": "eb31" +  },    "switch-vertical": {      "category": "Arrows", -    "tags": ["switch", "vertical", "toggle", "up", "down", "arrows"], -    "version": "1.0" -  },  +    "tags": [ +      "switch", +      "vertical", +      "toggle", +      "up", +      "down", +      "arrows" +    ], +    "version": "1.0", +    "unicode": "eb32" +  },    "switch": {      "category": "Arrows", -    "tags": ["switch", "toggle", "arrows"], -    "version": "1.0" -  },  +    "tags": [ +      "switch", +      "toggle", +      "arrows" +    ], +    "version": "1.0", +    "unicode": "eb33" +  },    "table": {      "category": "Text", -    "tags": ["table", "spreadsheet", "layout", "grid", "arrange", "row", "column"], -    "version": "1.3" -  },  +    "tags": [ +      "table", +      "spreadsheet", +      "layout", +      "grid", +      "arrange", +      "row", +      "column" +    ], +    "version": "1.3", +    "unicode": "eba1" +  },    "tag": {      "category": "", -    "tags": ["tag", "label", "price"], -    "version": "1.0" -  },  +    "tags": [ +      "tag", +      "label", +      "price" +    ], +    "version": "1.0", +    "unicode": "eb34" +  },    "tallymark-1": {      "category": "Math", -    "tags": ["tallymark", "1"], -    "version": "1.11" -  },  +    "tags": [ +      "tallymark", +      "1" +    ], +    "version": "1.11", +    "unicode": "ec46" +  },    "tallymark-2": {      "category": "Math", -    "tags": ["tallymark", "2"], -    "version": "1.11" -  },  +    "tags": [ +      "tallymark", +      "2" +    ], +    "version": "1.11", +    "unicode": "ec47" +  },    "tallymark-3": {      "category": "Math", -    "tags": ["tallymark", "3"], -    "version": "1.11" -  },  +    "tags": [ +      "tallymark", +      "3" +    ], +    "version": "1.11", +    "unicode": "ec48" +  },    "tallymark-4": {      "category": "Math", -    "tags": ["tallymark", "4"], -    "version": "1.11" -  },  +    "tags": [ +      "tallymark", +      "4" +    ], +    "version": "1.11", +    "unicode": "ec49" +  },    "tallymarks": {      "category": "Math", -    "tags": ["tallymarks"], -    "version": "1.11" -  },  +    "tags": [ +      "tallymarks" +    ], +    "version": "1.11", +    "unicode": "ec4a" +  },    "tank": {      "category": "Vehicles", -    "tags": ["tank"], -    "version": "1.34" -  },  +    "tags": [ +      "tank" +    ], +    "version": "1.34", +    "unicode": "ed95" +  },    "target": {      "category": "Map", -    "tags": ["target", "focus", "bullseye", "aim"], -    "version": "1.0" -  },  +    "tags": [ +      "target", +      "focus", +      "bullseye", +      "aim" +    ], +    "version": "1.0", +    "unicode": "eb35" +  },    "temperature-celsius": {      "category": "Weather", -    "tags": ["temperature", "celsius", "weather", "celcius", "fahrenheit", "cold", "hot"], -    "version": "1.1" -  },  +    "tags": [ +      "temperature", +      "celsius", +      "weather", +      "celcius", +      "fahrenheit", +      "cold", +      "hot" +    ], +    "version": "1.1", +    "unicode": "eb36" +  },    "temperature-fahrenheit": {      "category": "Weather", -    "tags": ["temperature", "fahrenheit", "weather", "celcius", "fahrenheit", "cold", "hot"], -    "version": "1.1" -  },  +    "tags": [ +      "temperature", +      "fahrenheit", +      "weather", +      "celcius", +      "fahrenheit", +      "cold", +      "hot" +    ], +    "version": "1.1", +    "unicode": "eb37" +  },    "temperature-minus": {      "category": "Weather", -    "tags": ["temperature", "minus", "weather", "celcius", "fahrenheit", "cold", "hot"], -    "version": "1.7" -  },  +    "tags": [ +      "temperature", +      "minus", +      "weather", +      "celcius", +      "fahrenheit", +      "cold", +      "hot" +    ], +    "version": "1.7", +    "unicode": "ebed" +  },    "temperature-plus": {      "category": "Weather", -    "tags": ["temperature", "plus", "weather", "celcius", "fahrenheit", "cold", "hot"], -    "version": "1.7" -  },  +    "tags": [ +      "temperature", +      "plus", +      "weather", +      "celcius", +      "fahrenheit", +      "cold", +      "hot" +    ], +    "version": "1.7", +    "unicode": "ebee" +  },    "temperature": {      "category": "Weather", -    "tags": ["temperature", "weather", "celcius", "fahrenheit", "cold", "hot"], -    "version": "1.1" -  },  +    "tags": [ +      "temperature", +      "weather", +      "celcius", +      "fahrenheit", +      "cold", +      "hot" +    ], +    "version": "1.1", +    "unicode": "eb38" +  },    "template": {      "category": "Design", -    "tags": ["template", "grid", "columns", "masonry", "collage"], -    "version": "1.1" -  },  +    "tags": [ +      "template", +      "grid", +      "columns", +      "masonry", +      "collage" +    ], +    "version": "1.1", +    "unicode": "eb39" +  },    "terminal-2": {      "category": "", -    "tags": ["terminal", "2", "console", "command", "git", "command line", "command prompt"], -    "version": "1.7" -  },  +    "tags": [ +      "terminal", +      "2", +      "console", +      "command", +      "git", +      "command line", +      "command prompt" +    ], +    "version": "1.7", +    "unicode": "ebef" +  },    "terminal": {      "category": "", -    "tags": ["terminal", "console", "command", "git", "command line", "command prompt"], -    "version": "1.6" -  },  +    "tags": [ +      "terminal", +      "console", +      "command", +      "git", +      "command line", +      "command prompt" +    ], +    "version": "1.6", +    "unicode": "ebdc" +  },    "test-pipe": {      "category": "", -    "tags": ["test", "pipe", "sample", "color"], -    "version": "1.0" -  },  +    "tags": [ +      "test", +      "pipe", +      "sample", +      "color" +    ], +    "version": "1.0", +    "unicode": "eb3a" +  },    "text-wrap-disabled": {      "category": "Text", -    "tags": ["text", "wrap", "disabled", "text", "alignment", "position"], -    "version": "1.17" -  },  +    "tags": [ +      "text", +      "wrap", +      "disabled", +      "text", +      "alignment", +      "position" +    ], +    "version": "1.17", +    "unicode": "eca7" +  },    "text-wrap": {      "category": "Text", -    "tags": ["text", "wrap", "text", "alignment", "position"], -    "version": "1.6" -  },  +    "tags": [ +      "text", +      "wrap", +      "text", +      "alignment", +      "position" +    ], +    "version": "1.6", +    "unicode": "ebdd" +  },    "thumb-down": {      "category": "System", -    "tags": ["thumb", "down", "dislike", "bad", "emotion"], -    "version": "1.0" -  },  +    "tags": [ +      "thumb", +      "down", +      "dislike", +      "bad", +      "emotion" +    ], +    "version": "1.0", +    "unicode": "eb3b" +  },    "thumb-up": {      "category": "System", -    "tags": ["thumb", "up", "like", "emotion", "good", "love"], -    "version": "1.0" -  },  +    "tags": [ +      "thumb", +      "up", +      "like", +      "emotion", +      "good", +      "love" +    ], +    "version": "1.0", +    "unicode": "eb3c" +  },    "ticket": {      "category": "", -    "tags": ["ticket", "cinema", "event", "theatre", "entry", "fine", "coupon", "pass"], -    "version": "1.0" -  },  +    "tags": [ +      "ticket", +      "cinema", +      "event", +      "theatre", +      "entry", +      "fine", +      "coupon", +      "pass" +    ], +    "version": "1.0", +    "unicode": "eb3d" +  },    "tir": {      "category": "Vehicles", -    "tags": ["tir"], -    "version": "1.7" -  },  +    "tags": [ +      "tir" +    ], +    "version": "1.7", +    "unicode": "ebf0" +  },    "toggle-left": {      "category": "System", -    "tags": ["toggle", "left", "on", "off", "switch"], -    "version": "1.0" -  },  +    "tags": [ +      "toggle", +      "left", +      "on", +      "off", +      "switch" +    ], +    "version": "1.0", +    "unicode": "eb3e" +  },    "toggle-right": {      "category": "System", -    "tags": ["toggle", "right", "on", "off", "switch"], -    "version": "1.0" -  },  +    "tags": [ +      "toggle", +      "right", +      "on", +      "off", +      "switch" +    ], +    "version": "1.0", +    "unicode": "eb3f" +  },    "tool": {      "category": "", -    "tags": ["tool", "preferences", "edit", "settings"], -    "version": "1.0" -  },  +    "tags": [ +      "tool", +      "preferences", +      "edit", +      "settings" +    ], +    "version": "1.0", +    "unicode": "eb40" +  },    "tools-kitchen": {      "category": "", -    "tags": ["tools", "kitchen"], -    "version": "1.31" -  },  +    "tags": [ +      "tools", +      "kitchen" +    ], +    "version": "1.31", +    "unicode": "ed64" +  },    "tools": {      "category": "Design", -    "tags": ["tools", "preferences", "edit", "settings"], -    "version": "1.5" -  },  +    "tags": [ +      "tools", +      "preferences", +      "edit", +      "settings" +    ], +    "version": "1.5", +    "unicode": "ebca" +  },    "tornado": {      "category": "Weather", -    "tags": ["tornado"], -    "version": "1.2" -  },  +    "tags": [ +      "tornado" +    ], +    "version": "1.2", +    "unicode": "ece2" +  },    "tournament": {      "category": "", -    "tags": ["tournament"], -    "version": "1.19" -  },  +    "tags": [ +      "tournament" +    ], +    "version": "1.19", +    "unicode": "ecd0" +  },    "tractor": {      "category": "Vehicles", -    "tags": ["tractor"], -    "version": "1.8" -  },  +    "tags": [ +      "tractor" +    ], +    "version": "1.8", +    "unicode": "ec0d" +  },    "trademark": {      "category": "Symbols", -    "tags": ["trademark"], -    "version": "1.8" -  },  +    "tags": [ +      "trademark" +    ], +    "version": "1.8", +    "unicode": "ec0e" +  },    "traffic-cone": {      "category": "", -    "tags": ["traffic", "cone"], -    "version": "1.8" -  },  +    "tags": [ +      "traffic", +      "cone" +    ], +    "version": "1.8", +    "unicode": "ec0f" +  },    "traffic-lights": {      "category": "Map", -    "tags": ["traffic", "lights"], -    "version": "1.27" -  },  +    "tags": [ +      "traffic", +      "lights" +    ], +    "version": "1.27", +    "unicode": "ed39" +  },    "train": {      "category": "Vehicles", -    "tags": ["train"], -    "version": "1.34" -  },  +    "tags": [ +      "train" +    ], +    "version": "1.34", +    "unicode": "ed96" +  },    "trash-off": {      "category": "", -    "tags": ["trash", "off"], -    "version": "1.31" -  },  +    "tags": [ +      "trash", +      "off" +    ], +    "version": "1.31", +    "unicode": "ed65" +  },    "trash": {      "category": "", -    "tags": ["trash", "garbage", "delete", "remove", "bin", "ash-bin", "uninstall", "dustbin"], -    "version": "1.0" -  },  +    "tags": [ +      "trash", +      "garbage", +      "delete", +      "remove", +      "bin", +      "ash-bin", +      "uninstall", +      "dustbin" +    ], +    "version": "1.0", +    "unicode": "eb41" +  },    "trees": {      "category": "", -    "tags": ["trees"], -    "version": "1.8" -  },  +    "tags": [ +      "trees" +    ], +    "version": "1.8", +    "unicode": "ec10" +  },    "trending-down-2": {      "category": "Arrows", -    "tags": ["trending", "down", "2", "arrow", "decrease", "fall"], -    "version": "1.35" -  },  +    "tags": [ +      "trending", +      "down", +      "2", +      "arrow", +      "decrease", +      "fall" +    ], +    "version": "1.35", +    "unicode": "edc1" +  },    "trending-down-3": {      "category": "Arrows", -    "tags": ["trending", "down", "3", "arrow", "decrease", "fall"], -    "version": "1.35" -  },  +    "tags": [ +      "trending", +      "down", +      "3", +      "arrow", +      "decrease", +      "fall" +    ], +    "version": "1.35", +    "unicode": "edc2" +  },    "trending-down": {      "category": "Arrows", -    "tags": ["trending", "down", "arrow", "decrease", "fall"], -    "version": "1.0" -  },  +    "tags": [ +      "trending", +      "down", +      "arrow", +      "decrease", +      "fall" +    ], +    "version": "1.0", +    "unicode": "eb42" +  },    "trending-up-2": {      "category": "Arrows", -    "tags": ["trending", "up", "2", "arrow", "grow", "increase"], -    "version": "1.35" -  },  +    "tags": [ +      "trending", +      "up", +      "2", +      "arrow", +      "grow", +      "increase" +    ], +    "version": "1.35", +    "unicode": "edc3" +  },    "trending-up-3": {      "category": "Arrows", -    "tags": ["trending", "up", "3", "arrow", "grow", "increase"], -    "version": "1.35" -  },  +    "tags": [ +      "trending", +      "up", +      "3", +      "arrow", +      "grow", +      "increase" +    ], +    "version": "1.35", +    "unicode": "edc4" +  },    "trending-up": {      "category": "Arrows", -    "tags": ["trending", "up", "arrow", "grow", "increase"], -    "version": "1.0" -  },  +    "tags": [ +      "trending", +      "up", +      "arrow", +      "grow", +      "increase" +    ], +    "version": "1.0", +    "unicode": "eb43" +  },    "triangle-square-circle": {      "category": "Shapes", -    "tags": ["triangle", "square", "circle"], -    "version": "1.21" -  },  +    "tags": [ +      "triangle", +      "square", +      "circle" +    ], +    "version": "1.21", +    "unicode": "ece8" +  },    "triangle": {      "category": "Shapes", -    "tags": ["triangle", "delta"], -    "version": "1.0" -  },  +    "tags": [ +      "triangle", +      "delta" +    ], +    "version": "1.0", +    "unicode": "eb44" +  },    "trident": {      "category": "", -    "tags": ["trident"], -    "version": "1.18" -  },  +    "tags": [ +      "trident" +    ], +    "version": "1.18", +    "unicode": "ecc5" +  },    "trophy": {      "category": "", -    "tags": ["trophy", "success", "win", "prize", "winner"], -    "version": "1.0" -  },  +    "tags": [ +      "trophy", +      "success", +      "win", +      "prize", +      "winner" +    ], +    "version": "1.0", +    "unicode": "eb45" +  },    "truck-delivery": {      "category": "Vehicles", -    "tags": ["truck", "delivery"], -    "version": "1.11" -  },  +    "tags": [ +      "truck", +      "delivery" +    ], +    "version": "1.11", +    "unicode": "ec4b" +  },    "truck-return": {      "category": "Vehicles", -    "tags": ["truck", "return"], -    "version": "1.11" -  },  +    "tags": [ +      "truck", +      "return" +    ], +    "version": "1.11", +    "unicode": "ec4c" +  },    "truck": {      "category": "Vehicles", -    "tags": ["truck", "transport", "vahicle", "van", "lorry", "cargo", "delivery"], -    "version": "1.5" -  },  +    "tags": [ +      "truck", +      "transport", +      "vahicle", +      "van", +      "lorry", +      "cargo", +      "delivery" +    ], +    "version": "1.5", +    "unicode": "ebc4" +  },    "typography": {      "category": "Text", -    "tags": ["typography", "type", "display", "typeface", "point size", "line length", "line-spacing", "letter-spacing", "font"], -    "version": "1.5" -  },  +    "tags": [ +      "typography", +      "type", +      "display", +      "typeface", +      "point size", +      "line length", +      "line-spacing", +      "letter-spacing", +      "font" +    ], +    "version": "1.5", +    "unicode": "ebc5" +  },    "umbrella": {      "category": "", -    "tags": ["umbrella"], -    "version": "1.7" -  },  +    "tags": [ +      "umbrella" +    ], +    "version": "1.7", +    "unicode": "ebf1" +  },    "underline": {      "category": "Text", -    "tags": ["underline", "underscore", "emphasis", "horizontal", "typography"], -    "version": "1.3" -  },  +    "tags": [ +      "underline", +      "underscore", +      "emphasis", +      "horizontal", +      "typography" +    ], +    "version": "1.3", +    "unicode": "eba2" +  },    "unlink": {      "category": "Text", -    "tags": ["unlink", "chain", "url", "address", "remove", "broke", "unconnect"], -    "version": "1.0" -  },  +    "tags": [ +      "unlink", +      "chain", +      "url", +      "address", +      "remove", +      "broke", +      "unconnect" +    ], +    "version": "1.0", +    "unicode": "eb46" +  },    "upload": {      "category": "", -    "tags": ["upload", "file", "arrow"], -    "version": "1.0" -  },  +    "tags": [ +      "upload", +      "file", +      "arrow" +    ], +    "version": "1.0", +    "unicode": "eb47" +  },    "urgent": {      "category": "", -    "tags": ["urgent", "alert", "important"], -    "version": "1.0" -  },  +    "tags": [ +      "urgent", +      "alert", +      "important" +    ], +    "version": "1.0", +    "unicode": "eb48" +  },    "user-check": {      "category": "", -    "tags": ["user", "check", "tick", "person", "account"], -    "version": "1.0" -  },  +    "tags": [ +      "user", +      "check", +      "tick", +      "person", +      "account" +    ], +    "version": "1.0", +    "unicode": "eb49" +  },    "user-exclamation": {      "category": "", -    "tags": ["user", "exclamation"], -    "version": "1.8" -  },  +    "tags": [ +      "user", +      "exclamation" +    ], +    "version": "1.8", +    "unicode": "ec12" +  },    "user-minus": {      "category": "", -    "tags": ["user", "minus", "remove", "cancel", "person", "account", "unsubscribe"], -    "version": "1.0" -  },  +    "tags": [ +      "user", +      "minus", +      "remove", +      "cancel", +      "person", +      "account", +      "unsubscribe" +    ], +    "version": "1.0", +    "unicode": "eb4a" +  },    "user-off": {      "category": "", -    "tags": ["user", "off", "person", "account"], -    "version": "1.22" -  },  +    "tags": [ +      "user", +      "off", +      "person", +      "account" +    ], +    "version": "1.22", +    "unicode": "ecf9" +  },    "user-plus": {      "category": "", -    "tags": ["user", "plus", "add", "create", "new", "person", "people", "follow", "subscribe"], -    "version": "1.0" -  },  +    "tags": [ +      "user", +      "plus", +      "add", +      "create", +      "new", +      "person", +      "people", +      "follow", +      "subscribe" +    ], +    "version": "1.0", +    "unicode": "eb4b" +  },    "user-x": {      "category": "", -    "tags": ["user", "x", "cancel", "remove", "person", "account", "unsubscribe"], -    "version": "1.0" -  },  +    "tags": [ +      "user", +      "x", +      "cancel", +      "remove", +      "person", +      "account", +      "unsubscribe" +    ], +    "version": "1.0", +    "unicode": "eb4c" +  },    "user": {      "category": "", -    "tags": ["user", "person", "account"], -    "version": "1.0" -  },  +    "tags": [ +      "user", +      "person", +      "account" +    ], +    "version": "1.0", +    "unicode": "eb4d" +  },    "users": {      "category": "", -    "tags": ["users"], -    "version": "1.7" -  },  +    "tags": [ +      "users" +    ], +    "version": "1.7", +    "unicode": "ebf2" +  },    "vector-beizer-2": {      "category": "Design", -    "tags": ["vector", "beizer", "2"], -    "version": "1.27" -  },  +    "tags": [ +      "vector", +      "beizer", +      "2" +    ], +    "version": "1.27", +    "unicode": "ed3a" +  },    "vector-beizer": {      "category": "Design", -    "tags": ["vector", "beizer"], -    "version": "1.27" -  },  +    "tags": [ +      "vector", +      "beizer" +    ], +    "version": "1.27", +    "unicode": "ed3b" +  },    "vector-triangle": {      "category": "Design", -    "tags": ["vector", "triangle"], -    "version": "1.17" -  },  +    "tags": [ +      "vector", +      "triangle" +    ], +    "version": "1.17", +    "unicode": "eca8" +  },    "vector": {      "category": "Design", -    "tags": ["vector"], -    "version": "1.17" -  },  +    "tags": [ +      "vector" +    ], +    "version": "1.17", +    "unicode": "eca9" +  },    "venus": {      "category": "Symbols", -    "tags": ["venus"], -    "version": "1.14" -  },  +    "tags": [ +      "venus" +    ], +    "version": "1.14", +    "unicode": "ec86" +  },    "versions": {      "category": "", -    "tags": ["versions"], -    "version": "1.29" -  },  +    "tags": [ +      "versions" +    ], +    "version": "1.29", +    "unicode": "ed52" +  },    "video-minus": {      "category": "Media", -    "tags": ["video", "minus"], -    "version": "1.25" -  },  +    "tags": [ +      "video", +      "minus" +    ], +    "version": "1.25", +    "unicode": "ed1f" +  },    "video-off": {      "category": "Media", -    "tags": ["video", "off"], -    "version": "1.25" -  },  +    "tags": [ +      "video", +      "off" +    ], +    "version": "1.25", +    "unicode": "ed20" +  },    "video-plus": {      "category": "Media", -    "tags": ["video", "plus"], -    "version": "1.25" -  },  +    "tags": [ +      "video", +      "plus" +    ], +    "version": "1.25", +    "unicode": "ed21" +  },    "video": {      "category": "Media", -    "tags": ["video"], -    "version": "1.25" -  },  +    "tags": [ +      "video" +    ], +    "version": "1.25", +    "unicode": "ed22" +  },    "view-360": {      "category": "", -    "tags": ["view", "360"], -    "version": "1.33" -  },  +    "tags": [ +      "view", +      "360" +    ], +    "version": "1.33", +    "unicode": "ed84" +  },    "viewfinder": {      "category": "Map", -    "tags": ["viewfinder", "target", "aim", "focus"], -    "version": "1.0" -  },  +    "tags": [ +      "viewfinder", +      "target", +      "aim", +      "focus" +    ], +    "version": "1.0", +    "unicode": "eb4e" +  },    "viewport-narrow": {      "category": "Devices", -    "tags": ["viewport", "narrow"], -    "version": "1.7" -  },  +    "tags": [ +      "viewport", +      "narrow" +    ], +    "version": "1.7", +    "unicode": "ebf3" +  },    "viewport-wide": {      "category": "Devices", -    "tags": ["viewport", "wide"], -    "version": "1.7" -  },  +    "tags": [ +      "viewport", +      "wide" +    ], +    "version": "1.7", +    "unicode": "ebf4" +  },    "virus-off": {      "category": "", -    "tags": ["virus", "off"], -    "version": "1.31" -  },  +    "tags": [ +      "virus", +      "off" +    ], +    "version": "1.31", +    "unicode": "ed66" +  },    "virus-search": {      "category": "", -    "tags": ["virus", "search"], -    "version": "1.31" -  },  +    "tags": [ +      "virus", +      "search" +    ], +    "version": "1.31", +    "unicode": "ed67" +  },    "virus": {      "category": "", -    "tags": ["virus", "infection", "illness", "cell", "infectious", "health"], -    "version": "1.2" -  },  +    "tags": [ +      "virus", +      "infection", +      "illness", +      "cell", +      "infectious", +      "health" +    ], +    "version": "1.2", +    "unicode": "eb74" +  },    "volume-2": {      "category": "Media", -    "tags": ["volume", "2", "music", "sound", "speaker"], -    "version": "1.0" -  },  +    "tags": [ +      "volume", +      "2", +      "music", +      "sound", +      "speaker" +    ], +    "version": "1.0", +    "unicode": "eb4f" +  },    "volume-3": {      "category": "Media", -    "tags": ["volume", "3", "mute", "music", "sound", "false", "speaker"], -    "version": "1.0" -  },  +    "tags": [ +      "volume", +      "3", +      "mute", +      "music", +      "sound", +      "false", +      "speaker" +    ], +    "version": "1.0", +    "unicode": "eb50" +  },    "volume": {      "category": "Media", -    "tags": ["volume", "music", "sound", "speaker"], -    "version": "1.0" -  },  +    "tags": [ +      "volume", +      "music", +      "sound", +      "speaker" +    ], +    "version": "1.0", +    "unicode": "eb51" +  },    "walk": {      "category": "Sport", -    "tags": ["walk"], -    "version": "1.14" -  },  +    "tags": [ +      "walk" +    ], +    "version": "1.14", +    "unicode": "ec87" +  },    "wallet": {      "category": "", -    "tags": ["wallet", "money", "pay", "banknote", "coin", "payment", "bank"], -    "version": "1.2" -  },  +    "tags": [ +      "wallet", +      "money", +      "pay", +      "banknote", +      "coin", +      "payment", +      "bank" +    ], +    "version": "1.2", +    "unicode": "eb75" +  },    "wand": {      "category": "", -    "tags": ["wand", "magic", "tool", "color", "pixel", "design"], -    "version": "1.5" -  },  +    "tags": [ +      "wand", +      "magic", +      "tool", +      "color", +      "pixel", +      "design" +    ], +    "version": "1.5", +    "unicode": "ebcb" +  },    "wave-saw-tool": {      "category": "", -    "tags": ["wave", "saw", "tool"], -    "version": "1.19" -  },  +    "tags": [ +      "wave", +      "saw", +      "tool" +    ], +    "version": "1.19", +    "unicode": "ecd3" +  },    "wave-sine": {      "category": "", -    "tags": ["wave", "sine"], -    "version": "1.19" -  },  +    "tags": [ +      "wave", +      "sine" +    ], +    "version": "1.19", +    "unicode": "ecd4" +  },    "wave-square": {      "category": "", -    "tags": ["wave", "square"], -    "version": "1.19" -  },  +    "tags": [ +      "wave", +      "square" +    ], +    "version": "1.19", +    "unicode": "ecd5" +  },    "wifi-0": {      "category": "Devices", -    "tags": ["wifi", "0", "online", "connection", "signal", "wireless"], -    "version": "1.3" -  },  +    "tags": [ +      "wifi", +      "0", +      "online", +      "connection", +      "signal", +      "wireless" +    ], +    "version": "1.3", +    "unicode": "eba3" +  },    "wifi-1": {      "category": "Devices", -    "tags": ["wifi", "1", "online", "connection", "signal", "wireless"], -    "version": "1.3" -  },  +    "tags": [ +      "wifi", +      "1", +      "online", +      "connection", +      "signal", +      "wireless" +    ], +    "version": "1.3", +    "unicode": "eba4" +  },    "wifi-2": {      "category": "Devices", -    "tags": ["wifi", "2", "online", "connection", "signal", "wireless"], -    "version": "1.3" -  },  +    "tags": [ +      "wifi", +      "2", +      "online", +      "connection", +      "signal", +      "wireless" +    ], +    "version": "1.3", +    "unicode": "eba5" +  },    "wifi-off": {      "category": "Devices", -    "tags": ["wifi", "off", "online", "connection", "signal", "wireless"], -    "version": "1.22" -  },  +    "tags": [ +      "wifi", +      "off", +      "online", +      "connection", +      "signal", +      "wireless" +    ], +    "version": "1.22", +    "unicode": "ecfa" +  },    "wifi": {      "category": "Devices", -    "tags": ["wifi", "online", "connection", "signal", "wireless"], -    "version": "1.0" -  },  +    "tags": [ +      "wifi", +      "online", +      "connection", +      "signal", +      "wireless" +    ], +    "version": "1.0", +    "unicode": "eb52" +  },    "wind": {      "category": "Weather", -    "tags": ["wind"], -    "version": "1.1" -  },  +    "tags": [ +      "wind" +    ], +    "version": "1.1", +    "unicode": "ec34" +  },    "windmill": {      "category": "", -    "tags": ["windmill"], -    "version": "1.33" -  },  +    "tags": [ +      "windmill" +    ], +    "version": "1.33", +    "unicode": "ed85" +  },    "wiper-wash": {      "category": "Vehicles", -    "tags": ["wiper", "wash"], -    "version": "1.17" -  },  +    "tags": [ +      "wiper", +      "wash" +    ], +    "version": "1.17", +    "unicode": "ecaa" +  },    "wiper": {      "category": "Vehicles", -    "tags": ["wiper"], -    "version": "1.17" -  },  +    "tags": [ +      "wiper" +    ], +    "version": "1.17", +    "unicode": "ecab" +  },    "woman": {      "category": "", -    "tags": ["woman", "girl", "female", "gender"], -    "version": "1.0" -  },  +    "tags": [ +      "woman", +      "girl", +      "female", +      "gender" +    ], +    "version": "1.0", +    "unicode": "eb53" +  },    "world-latitude": {      "category": "Map", -    "tags": ["world", "latitude", "earth", "globe", "global", "language", "union"], -    "version": "1.26" -  },  +    "tags": [ +      "world", +      "latitude", +      "earth", +      "globe", +      "global", +      "language", +      "union" +    ], +    "version": "1.26", +    "unicode": "ed2e" +  },    "world-longitude": {      "category": "Map", -    "tags": ["world", "longitude", "earth", "globe", "global", "language", "union"], -    "version": "1.26" -  },  +    "tags": [ +      "world", +      "longitude", +      "earth", +      "globe", +      "global", +      "language", +      "union" +    ], +    "version": "1.26", +    "unicode": "ed2f" +  },    "world": {      "category": "Map", -    "tags": ["world", "earth", "globe", "global", "language", "union"], -    "version": "1.0" -  },  +    "tags": [ +      "world", +      "earth", +      "globe", +      "global", +      "language", +      "union" +    ], +    "version": "1.0", +    "unicode": "eb54" +  },    "wrecking-ball": {      "category": "Vehicles", -    "tags": ["wrecking", "ball"], -    "version": "1.34" -  },  +    "tags": [ +      "wrecking", +      "ball" +    ], +    "version": "1.34", +    "unicode": "ed97" +  },    "x": {      "category": "", -    "tags": ["x", "cancel", "remove", "delete", "empty"], -    "version": "1.0" -  },  +    "tags": [ +      "x", +      "cancel", +      "remove", +      "delete", +      "empty" +    ], +    "version": "1.0", +    "unicode": "eb55" +  },    "yin-yang": {      "category": "Symbols", -    "tags": ["yin", "yang"], -    "version": "1.1" -  },  +    "tags": [ +      "yin", +      "yang" +    ], +    "version": "1.1", +    "unicode": "ec35" +  },    "zodiac-aquarius": {      "category": "Zodiac", -    "tags": ["zodiac", "aquarius"], -    "version": "1.17" -  },  +    "tags": [ +      "zodiac", +      "aquarius" +    ], +    "version": "1.17", +    "unicode": "ecac" +  },    "zodiac-aries": {      "category": "Zodiac", -    "tags": ["zodiac", "aries"], -    "version": "1.17" -  },  +    "tags": [ +      "zodiac", +      "aries" +    ], +    "version": "1.17", +    "unicode": "ecad" +  },    "zodiac-cancer": {      "category": "Zodiac", -    "tags": ["zodiac", "cancer"], -    "version": "1.17" -  },  +    "tags": [ +      "zodiac", +      "cancer" +    ], +    "version": "1.17", +    "unicode": "ecae" +  },    "zodiac-capricorn": {      "category": "Zodiac", -    "tags": ["zodiac", "capricorn"], -    "version": "1.17" -  },  +    "tags": [ +      "zodiac", +      "capricorn" +    ], +    "version": "1.17", +    "unicode": "ecaf" +  },    "zodiac-gemini": {      "category": "Zodiac", -    "tags": ["zodiac", "gemini"], -    "version": "1.17" -  },  +    "tags": [ +      "zodiac", +      "gemini" +    ], +    "version": "1.17", +    "unicode": "ecb0" +  },    "zodiac-leo": {      "category": "Zodiac", -    "tags": ["zodiac", "leo"], -    "version": "1.17" -  },  +    "tags": [ +      "zodiac", +      "leo" +    ], +    "version": "1.17", +    "unicode": "ecb1" +  },    "zodiac-libra": {      "category": "Zodiac", -    "tags": ["zodiac", "libra"], -    "version": "1.17" -  },  +    "tags": [ +      "zodiac", +      "libra" +    ], +    "version": "1.17", +    "unicode": "ecb2" +  },    "zodiac-pisces": {      "category": "Zodiac", -    "tags": ["zodiac", "pisces"], -    "version": "1.17" -  },  +    "tags": [ +      "zodiac", +      "pisces" +    ], +    "version": "1.17", +    "unicode": "ecb3" +  },    "zodiac-sagittarius": {      "category": "Zodiac", -    "tags": ["zodiac", "sagittarius"], -    "version": "1.17" -  },  +    "tags": [ +      "zodiac", +      "sagittarius" +    ], +    "version": "1.17", +    "unicode": "ecb4" +  },    "zodiac-scorpio": {      "category": "Zodiac", -    "tags": ["zodiac", "scorpio"], -    "version": "1.17" -  },  +    "tags": [ +      "zodiac", +      "scorpio" +    ], +    "version": "1.17", +    "unicode": "ecb5" +  },    "zodiac-taurus": {      "category": "Zodiac", -    "tags": ["zodiac", "taurus"], -    "version": "1.17" -  },  +    "tags": [ +      "zodiac", +      "taurus" +    ], +    "version": "1.17", +    "unicode": "ecb6" +  },    "zodiac-virgo": {      "category": "Zodiac", -    "tags": ["zodiac", "virgo"], -    "version": "1.17" -  },  +    "tags": [ +      "zodiac", +      "virgo" +    ], +    "version": "1.17", +    "unicode": "ecb7" +  },    "zoom-cancel": {      "category": "Map", -    "tags": ["zoom", "cancel", "magnifying glass"], -    "version": "1.11" -  },  +    "tags": [ +      "zoom", +      "cancel", +      "magnifying glass" +    ], +    "version": "1.11", +    "unicode": "ec4d" +  },    "zoom-in": {      "category": "Map", -    "tags": ["zoom", "in", "magnifying glass"], -    "version": "1.0" -  },  +    "tags": [ +      "zoom", +      "in", +      "magnifying glass" +    ], +    "version": "1.0", +    "unicode": "eb56" +  },    "zoom-out": {      "category": "Map", -    "tags": ["zoom", "out", "magnifying glass"], -    "version": "1.0" -  },  +    "tags": [ +      "zoom", +      "out", +      "magnifying glass" +    ], +    "version": "1.0", +    "unicode": "eb57" +  },    "zoom-question": {      "category": "Map", -    "tags": ["zoom", "question"], -    "version": "1.37" +    "tags": [ +      "zoom", +      "question" +    ], +    "version": "1.37", +    "unicode": "edeb"    } -} +}
\ No newline at end of file  | 
