diff options
1282 files changed, 5135 insertions, 16397 deletions
diff --git a/gulpfile.js b/gulpfile.js index 597b513a..63573eb5 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -30,7 +30,7 @@ if (fs.existsSync('./compile-options.json')) {  		if (typeof tempOptions!="object") {  			throw "Compile options file does not contain an json object";  		} -		  +  		if (typeof tempOptions.includeIcons!="undefined") {  			if (!Array.isArray(tempOptions.includeIcons)) {  				throw "property inludeIcons is not an array"; @@ -39,22 +39,22 @@ if (fs.existsSync('./compile-options.json')) {  		}  		if (typeof tempOptions.strokeWidth!="undefined") {  			if (typeof tempOptions.strokeWidth!="string" && typeof tempOptions.strokeWidth!="number") { -				throw "property strokeWidth is not a string or number";	 +				throw "property strokeWidth is not a string or number";  			} -			compileOptions.strokeWidth=tempOptions.strokeWidth.toString();			 +			compileOptions.strokeWidth=tempOptions.strokeWidth.toString();  		}  		if (typeof tempOptions.fontForge!="undefined") {  			if (typeof tempOptions.fontForge!="string") { -				throw "property fontForge is not a string";	 -			}  +				throw "property fontForge is not a string"; +			}  		  	compileOptions.fontForge=tempOptions.fontForge;  		} -		 +  	} catch (error) {  		throw `Error reading compile-options.json: ${error}`  	} -	 -}	 + +}  async function asyncForEach(array, callback) {  	for (let index = 0; index < array.length; index++) { @@ -240,13 +240,13 @@ gulp.task('iconfont-svg-outline', function (cb) {  		if (fs.existsSync('./.build/iconfont-unicode.json')) {  			iconfontUnicode = require('./.build/iconfont-unicode');  		} -		 +  		await asyncForEach(files, async function (file) { -			 +  			const name = path.basename(file, '.svg'); -			 +  			if (compileOptions.includeIcons.length==0 || compileOptions.includeIcons.indexOf(name)>=0) { -					 +  				unicode = iconfontUnicode[name];  				await console.log('Stroke for:', file, unicode); @@ -275,7 +275,7 @@ gulp.task('iconfont-svg-outline', function (cb) {  					}  				}).catch(error => console.log(error));  			} -			 +  		});  		cb(); @@ -290,7 +290,7 @@ gulp.task('iconfont-optimize', function() {  gulp.task('iconfont-fix-outline', function(cb) {  	var fontForge= compileOptions.fontForge; -	 +  	// correct svg outline directions in a child process using fontforge  	const generate = cp.spawn(fontForge, ["-lang=py", "-script", "./fix-outline.py"], { stdio: 'inherit' });  	generate.on("close", function (code) { @@ -717,7 +717,7 @@ const setVersions = function(version, files) {  			if(!svgFile.match(/version: ([0-9.]+)/i)) {  				svgFile = svgFile.replace(/---\n<svg>/i, function(m){ -					return `version: ${version}\n${m}`; +					return `version: "${version}\n${m}"`;  				});  				fs.writeFileSync(`src/_icons/${file}.svg`, svgFile); diff --git a/src/_icons/2fa.svg b/src/_icons/2fa.svg index 6e8b83ff..33f3964d 100644 --- a/src/_icons/2fa.svg +++ b/src/_icons/2fa.svg @@ -1,6 +1,6 @@  ---  tags: [login, password, verification, code, two-step] -version: 1.17 +version: "1.17"  ---  <svg>    <path d="M7 16h-4l3.47 -4.66a2 2 0 1 0 -3.47 -1.54" /> diff --git a/src/_icons/3d-cube-sphere.svg b/src/_icons/3d-cube-sphere.svg index d193d857..941688ca 100644 --- a/src/_icons/3d-cube-sphere.svg +++ b/src/_icons/3d-cube-sphere.svg @@ -1,6 +1,6 @@  ---  tags: [printing, vector, shape] -version: 1.20 +version: "1.20"  ---  <svg>    <path d="M6 17.6l-2 -1.1v-2.5" /> diff --git a/src/_icons/a-b.svg b/src/_icons/a-b.svg index 555ea6e9..4179f16a 100644 --- a/src/_icons/a-b.svg +++ b/src/_icons/a-b.svg @@ -1,6 +1,6 @@  ---  tags: [test, visual, user] -version: 1.11 +version: "1.11"  ---  <svg>    <path d="M3 16v-5.5a2.5 2.5 0 0 1 5 0v5.5m0 -4h-5" /> diff --git a/src/_icons/access-point-off.svg b/src/_icons/access-point-off.svg index 35aba37b..a2c4680d 100644 --- a/src/_icons/access-point-off.svg +++ b/src/_icons/access-point-off.svg @@ -1,7 +1,7 @@  ---  tags: [device, hosts, airwaves, wireless, network]  category: Devices -version: 1.25 +version: "1.25"  ---  <svg>    <line x1="3" y1="3" x2="21" y2="21" /> diff --git a/src/_icons/access-point.svg b/src/_icons/access-point.svg index d6897b4e..a67d4a2e 100644 --- a/src/_icons/access-point.svg +++ b/src/_icons/access-point.svg @@ -1,7 +1,7 @@  ---  tags: [device, hosts, airwaves, wireless, network]  category: Devices -version: 1.25 +version: "1.25"  ---  <svg>    <line x1="12" y1="12" x2="12" y2="12.01" /> diff --git a/src/_icons/accessible.svg b/src/_icons/accessible.svg index 8b27b4fc..c4058ba5 100644 --- a/src/_icons/accessible.svg +++ b/src/_icons/accessible.svg @@ -1,6 +1,6 @@  ---  tags: [low-vision, blind, disability, handicapped] -version: 1.4 +version: "1.4"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/activity.svg b/src/_icons/activity.svg index 60129dca..a775c104 100644 --- a/src/_icons/activity.svg +++ b/src/_icons/activity.svg @@ -1,6 +1,6 @@  ---  tags: [pulse, motion, health, action] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M3 12h4l3 8l4 -16l3 8h4" /> diff --git a/src/_icons/ad.svg b/src/_icons/ad.svg index 96abd64e..98f6c5a6 100644 --- a/src/_icons/ad.svg +++ b/src/_icons/ad.svg @@ -1,6 +1,6 @@  ---  tags: [advert, advertisement, marketing, commercial, traffic] -version: 1.1 +version: "1.1"  ---  <svg>    <rect x="3" y="5" width="18" height="14" rx="2" /> diff --git a/src/_icons/adjustments-alt.svg b/src/_icons/adjustments-alt.svg index 2cd86ece..f167b506 100644 --- a/src/_icons/adjustments-alt.svg +++ b/src/_icons/adjustments-alt.svg @@ -1,7 +1,7 @@  ---  category: System  tags: [equalizer, sliders, controls, settings, filter] -version: 1.11 +version: "1.11"  ---  <svg>    <rect x="4" y="8" width="4" height="4" /> diff --git a/src/_icons/adjustments-horizontal.svg b/src/_icons/adjustments-horizontal.svg index ff4bec06..47c4c8ff 100644 --- a/src/_icons/adjustments-horizontal.svg +++ b/src/_icons/adjustments-horizontal.svg @@ -1,7 +1,7 @@  ---  category: System  tags: [equalizer, sliders, controls, settings, filter] -version: 1.11 +version: "1.11"  ---  <svg>    <circle cx="14" cy="6" r="2" /> diff --git a/src/_icons/adjustments.svg b/src/_icons/adjustments.svg index f830e04c..24ba8261 100644 --- a/src/_icons/adjustments.svg +++ b/src/_icons/adjustments.svg @@ -1,7 +1,7 @@  ---  category: System  tags: [equalizer, sliders, controls, settings, filter] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="6" cy="10" r="2" /> diff --git a/src/_icons/aerial-lift.svg b/src/_icons/aerial-lift.svg index 23b1c02c..4b964d90 100644 --- a/src/_icons/aerial-lift.svg +++ b/src/_icons/aerial-lift.svg @@ -1,7 +1,7 @@  ---  tags: [cable, car, gondola, mountains, ski, tramway]  category: Vehicles -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M4 5l16 -2m-8 1v10m-5.106 -6h10.306c2.45 3 2.45 9 -.2 12h-10.106c-2.544 -3 -2.544 -9 0 -12zm-1.894 6h14" /> diff --git a/src/_icons/affiliate.svg b/src/_icons/affiliate.svg index 3bd22db3..a925768e 100644 --- a/src/_icons/affiliate.svg +++ b/src/_icons/affiliate.svg @@ -1,6 +1,6 @@  ---  tags: [network, connection, collaboration, people, connect, organization, networking] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M5.931 6.936l1.275 4.249m5.607 5.609l4.251 1.275" /> diff --git a/src/_icons/alarm.svg b/src/_icons/alarm.svg index 9ba96d84..5b40fb5b 100644 --- a/src/_icons/alarm.svg +++ b/src/_icons/alarm.svg @@ -1,6 +1,6 @@  ---  tags: [time, watch, clock, ring] -version: 1.1 +version: "1.1"  ---  <svg>    <circle cx="12" cy="13" r="7" /> diff --git a/src/_icons/alert-circle.svg b/src/_icons/alert-circle.svg index 2c3927d3..5585fcf6 100644 --- a/src/_icons/alert-circle.svg +++ b/src/_icons/alert-circle.svg @@ -1,6 +1,6 @@  ---  tags: [warning, danger, caution, risk] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/alert-octagon.svg b/src/_icons/alert-octagon.svg index 5c7cf116..0008aa52 100644 --- a/src/_icons/alert-octagon.svg +++ b/src/_icons/alert-octagon.svg @@ -1,6 +1,6 @@  ---  tags: [warning, danger, caution, risk] -version: 1.19 +version: "1.19"  ---  <svg>    <path d="M8.7 3h6.6c.3 0 .5 .1 .7 .3l4.7 4.7c.2 .2 .3 .4 .3 .7v6.6c0 .3 -.1 .5 -.3 .7l-4.7 4.7c-.2 .2 -.4 .3 -.7 .3h-6.6c-.3 0 -.5 -.1 -.7 -.3l-4.7 -4.7c-.2 -.2 -.3 -.4 -.3 -.7v-6.6c0 -.3 .1 -.5 .3 -.7l4.7 -4.7c.2 -.2 .4 -.3 .7 -.3z" /> diff --git a/src/_icons/alert-triangle.svg b/src/_icons/alert-triangle.svg index a98429ac..b6c2031c 100644 --- a/src/_icons/alert-triangle.svg +++ b/src/_icons/alert-triangle.svg @@ -1,6 +1,6 @@  ---  tags: [warning, danger, caution, risk] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M12 9v2m0 4v.01" /> diff --git a/src/_icons/alien.svg b/src/_icons/alien.svg index f8267527..6d50804e 100644 --- a/src/_icons/alien.svg +++ b/src/_icons/alien.svg @@ -1,6 +1,6 @@  ---  tags: [universe, extraterrestrial, ufo, space, galaxy, planet] -version: 1.7 +version: "1.7"  ---  <svg>    <path d="M11 17a2.5 2.5 0 0 0 2 0" /> diff --git a/src/_icons/align-center.svg b/src/_icons/align-center.svg index f23cc53a..3a702354 100644 --- a/src/_icons/align-center.svg +++ b/src/_icons/align-center.svg @@ -1,7 +1,7 @@  ---  tags: [text, alignment, position]  category: Text -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="4" y1="6" x2="20" y2="6" /> diff --git a/src/_icons/align-justified.svg b/src/_icons/align-justified.svg index de61cb18..11b6cac8 100644 --- a/src/_icons/align-justified.svg +++ b/src/_icons/align-justified.svg @@ -1,7 +1,7 @@  ---  tags: [text, alignment, position]  category: Text -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="4" y1="6" x2="20" y2="6" /> diff --git a/src/_icons/align-left.svg b/src/_icons/align-left.svg index 3940b0c9..acd3ff5d 100644 --- a/src/_icons/align-left.svg +++ b/src/_icons/align-left.svg @@ -1,7 +1,7 @@  ---  tags: [text, alignment, position]  category: Text -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="4" y1="6" x2="20" y2="6" /> diff --git a/src/_icons/align-right.svg b/src/_icons/align-right.svg index 715b4a50..4d1e9529 100644 --- a/src/_icons/align-right.svg +++ b/src/_icons/align-right.svg @@ -1,7 +1,7 @@  ---  tags: [text, alignment, position]  category: Text -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="4" y1="6" x2="20" y2="6" /> diff --git a/src/_icons/ambulance.svg b/src/_icons/ambulance.svg index b83eb306..bf6b576f 100644 --- a/src/_icons/ambulance.svg +++ b/src/_icons/ambulance.svg @@ -1,7 +1,7 @@  ---  tags: [vehicle, car, hospital, ward, doctor, rescuer]  category: Vehicles -version: 1.8 +version: "1.8"  ---  <svg>    <circle cx="7" cy="17" r="2" /> diff --git a/src/_icons/anchor.svg b/src/_icons/anchor.svg index 4a78e8b8..5cfb53ef 100644 --- a/src/_icons/anchor.svg +++ b/src/_icons/anchor.svg @@ -1,7 +1,7 @@  ---  category: Map  tags: [hold, ship, harbor, docks] -version: 1.3 +version: "1.3"  ---  <svg>    <path d="M12 9v12m-8 -8a8 8 0 0 0 16 0m1 0h-2m-14 0h-2" /> diff --git a/src/_icons/antenna-bars-1.svg b/src/_icons/antenna-bars-1.svg index 00630b11..12b28cdf 100644 --- a/src/_icons/antenna-bars-1.svg +++ b/src/_icons/antenna-bars-1.svg @@ -1,7 +1,7 @@  ---  tags: [signal, wireless, wi-fi, quality]  category: Devices -version: 1.19 +version: "1.19"  ---  <svg>    <line x1="6" y1="18" x2="6" y2="18.01" /> diff --git a/src/_icons/antenna-bars-2.svg b/src/_icons/antenna-bars-2.svg index 45d2f59d..3c26093f 100644 --- a/src/_icons/antenna-bars-2.svg +++ b/src/_icons/antenna-bars-2.svg @@ -1,7 +1,7 @@  ---  tags: [signal, wireless, wi-fi, quality]  category: Devices -version: 1.19 +version: "1.19"  ---  <svg>    <line x1="6" y1="18" x2="6" y2="15" /> diff --git a/src/_icons/antenna-bars-3.svg b/src/_icons/antenna-bars-3.svg index 0293c062..f82cf75b 100644 --- a/src/_icons/antenna-bars-3.svg +++ b/src/_icons/antenna-bars-3.svg @@ -1,7 +1,7 @@  ---  tags: [signal, wireless, wi-fi, quality]  category: Devices -version: 1.19 +version: "1.19"  ---  <svg>    <line x1="6" y1="18" x2="6" y2="15" /> diff --git a/src/_icons/antenna-bars-4.svg b/src/_icons/antenna-bars-4.svg index fefcfeda..a60ec485 100644 --- a/src/_icons/antenna-bars-4.svg +++ b/src/_icons/antenna-bars-4.svg @@ -1,7 +1,7 @@  ---  tags: [signal, wireless, wi-fi, quality]  category: Devices -version: 1.19 +version: "1.19"  ---  <svg>    <line x1="6" y1="18" x2="6" y2="15" /> diff --git a/src/_icons/antenna-bars-5.svg b/src/_icons/antenna-bars-5.svg index 01e676e9..a89958dd 100644 --- a/src/_icons/antenna-bars-5.svg +++ b/src/_icons/antenna-bars-5.svg @@ -1,7 +1,7 @@  ---  tags: [signal, wireless, wi-fi, quality]  category: Devices -version: 1.19 +version: "1.19"  ---  <svg>    <line x1="6" y1="18" x2="6" y2="15" /> diff --git a/src/_icons/aperture.svg b/src/_icons/aperture.svg index 49766d19..24cfc9aa 100644 --- a/src/_icons/aperture.svg +++ b/src/_icons/aperture.svg @@ -1,7 +1,7 @@  ---  category: Photography  tags: [hole, opening, vent] -version: 1.2 +version: "1.2"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/apps.svg b/src/_icons/apps.svg index e10f94cf..7e80796e 100644 --- a/src/_icons/apps.svg +++ b/src/_icons/apps.svg @@ -1,6 +1,6 @@  ---  tags: [application, add-on, user, download, mobile] -version: 1.5 +version: "1.5"  ---  <svg>    <rect x="4" y="4" width="6" height="6" rx="1" /> diff --git a/src/_icons/archive.svg b/src/_icons/archive.svg index 207869f7..3782d876 100644 --- a/src/_icons/archive.svg +++ b/src/_icons/archive.svg @@ -1,6 +1,6 @@  ---  tags: [box, index, records, old, collect] -version: 1.0 +version: "1.0"  ---  <svg>    <rect x="3" y="4" width="18" height="4" rx="2" /> diff --git a/src/_icons/arrow-back-up.svg b/src/_icons/arrow-back-up.svg index 2d696528..6382cf04 100644 --- a/src/_icons/arrow-back-up.svg +++ b/src/_icons/arrow-back-up.svg @@ -1,7 +1,7 @@  ---  tags: [pointer, return, revert, reverse]  category: Arrows -version: 1.3 +version: "1.3"  ---  <svg>    <path d="M9 13l-4 -4l4 -4m-4 4h11a4 4 0 0 1 0 8h-1" /> diff --git a/src/_icons/arrow-back.svg b/src/_icons/arrow-back.svg index 7949c251..2abcdf22 100644 --- a/src/_icons/arrow-back.svg +++ b/src/_icons/arrow-back.svg @@ -1,7 +1,7 @@  ---  tags: [pointer, return, revert, reverse]  category: Arrows -version: 1.1 +version: "1.1"  ---  <svg>    <path d="M9 11l-4 4l4 4m-4 -4h11a4 4 0 0 0 0 -8h-1" /> diff --git a/src/_icons/arrow-bar-down.svg b/src/_icons/arrow-bar-down.svg index 50a3dcbb..ee5ea8f0 100644 --- a/src/_icons/arrow-bar-down.svg +++ b/src/_icons/arrow-bar-down.svg @@ -1,7 +1,7 @@  ---  tags: [drag, move]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="12" y1="20" x2="12" y2="10" /> diff --git a/src/_icons/arrow-bar-left.svg b/src/_icons/arrow-bar-left.svg index cc7e10e6..7323328d 100644 --- a/src/_icons/arrow-bar-left.svg +++ b/src/_icons/arrow-bar-left.svg @@ -1,7 +1,7 @@  ---  tags: [drag, move]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="4" y1="12" x2="14" y2="12" /> diff --git a/src/_icons/arrow-bar-right.svg b/src/_icons/arrow-bar-right.svg index 63a64cf5..04c6f31d 100644 --- a/src/_icons/arrow-bar-right.svg +++ b/src/_icons/arrow-bar-right.svg @@ -1,7 +1,7 @@  ---  tags: [drag, move]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="20" y1="12" x2="10" y2="12" /> diff --git a/src/_icons/arrow-bar-to-down.svg b/src/_icons/arrow-bar-to-down.svg index 6c9a21d5..2fd603bb 100644 --- a/src/_icons/arrow-bar-to-down.svg +++ b/src/_icons/arrow-bar-to-down.svg @@ -1,7 +1,7 @@  ---  tags: [drag, move]  category: Arrows -version: 1.15 +version: "1.15"  ---  <svg>    <line x1="4" y1="20" x2="20" y2="20" /> diff --git a/src/_icons/arrow-bar-to-left.svg b/src/_icons/arrow-bar-to-left.svg index 3f0615e2..e8a034bc 100644 --- a/src/_icons/arrow-bar-to-left.svg +++ b/src/_icons/arrow-bar-to-left.svg @@ -1,7 +1,7 @@  ---  tags: [drag, move]  category: Arrows -version: 1.15 +version: "1.15"  ---  <svg>    <line x1="10" y1="12" x2="20" y2="12" /> diff --git a/src/_icons/arrow-bar-to-right.svg b/src/_icons/arrow-bar-to-right.svg index 8f7748e2..a97bdace 100644 --- a/src/_icons/arrow-bar-to-right.svg +++ b/src/_icons/arrow-bar-to-right.svg @@ -1,7 +1,7 @@  ---  tags: [drag, move]  category: Arrows -version: 1.15 +version: "1.15"  ---  <svg>    <line x1="14" y1="12" x2="4" y2="12" /> diff --git a/src/_icons/arrow-bar-to-up.svg b/src/_icons/arrow-bar-to-up.svg index 551ece55..86126b1a 100644 --- a/src/_icons/arrow-bar-to-up.svg +++ b/src/_icons/arrow-bar-to-up.svg @@ -1,7 +1,7 @@  ---  tags: [drag, move]  category: Arrows -version: 1.15 +version: "1.15"  ---  <svg>    <line x1="12" y1="10" x2="12" y2="20" /> diff --git a/src/_icons/arrow-bar-up.svg b/src/_icons/arrow-bar-up.svg index 90f8a7bc..edde4f35 100644 --- a/src/_icons/arrow-bar-up.svg +++ b/src/_icons/arrow-bar-up.svg @@ -1,7 +1,7 @@  ---  tags: [drag, move]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="12" y1="4" x2="12" y2="14" /> diff --git a/src/_icons/arrow-big-down.svg b/src/_icons/arrow-big-down.svg index 2104bf32..d96e2c6b 100644 --- a/src/_icons/arrow-big-down.svg +++ b/src/_icons/arrow-big-down.svg @@ -1,6 +1,6 @@  ---  category: Arrows -version: 1.37 +version: "1.37"  ---  <svg>    <path d="M15 4v8h3.586a1 1 0 0 1 .707 1.707l-6.586 6.586a1 1 0 0 1 -1.414 0l-6.586 -6.586a1 1 0 0 1 .707 -1.707h3.586v-8a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1z" /> diff --git a/src/_icons/arrow-big-left.svg b/src/_icons/arrow-big-left.svg index 94340ad7..9425a82d 100644 --- a/src/_icons/arrow-big-left.svg +++ b/src/_icons/arrow-big-left.svg @@ -1,6 +1,6 @@  ---  category: Arrows -version: 1.37 +version: "1.37"  ---  <svg>    <path d="M20 15h-8v3.586a1 1 0 0 1 -1.707 .707l-6.586 -6.586a1 1 0 0 1 0 -1.414l6.586 -6.586a1 1 0 0 1 1.707 .707v3.586h8a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1z" /> diff --git a/src/_icons/arrow-big-right.svg b/src/_icons/arrow-big-right.svg index e9297ef2..6899801c 100644 --- a/src/_icons/arrow-big-right.svg +++ b/src/_icons/arrow-big-right.svg @@ -1,6 +1,6 @@  ---  category: Arrows -version: 1.37 +version: "1.37"  ---  <svg>    <path d="M4 9h8v-3.586a1 1 0 0 1 1.707 -.707l6.586 6.586a1 1 0 0 1 0 1.414l-6.586 6.586a1 1 0 0 1 -1.707 -.707v-3.586h-8a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1z" /> diff --git a/src/_icons/arrow-big-top.svg b/src/_icons/arrow-big-top.svg index 84bf952e..e8403e35 100644 --- a/src/_icons/arrow-big-top.svg +++ b/src/_icons/arrow-big-top.svg @@ -1,6 +1,6 @@  ---  category: Arrows -version: 1.37 +version: "1.37"  ---  <svg>    <path d="M9 20v-8h-3.586a1 1 0 0 1 -.707 -1.707l6.586 -6.586a1 1 0 0 1 1.414 0l6.586 6.586a1 1 0 0 1 -.707 1.707h-3.586v8a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" /> diff --git a/src/_icons/arrow-bottom-bar.svg b/src/_icons/arrow-bottom-bar.svg index 444ccaf4..50042546 100644 --- a/src/_icons/arrow-bottom-bar.svg +++ b/src/_icons/arrow-bottom-bar.svg @@ -1,7 +1,7 @@  ---  tags: [drag, move]  category: Arrows -version: 1.35 +version: "1.35"  ---  <svg>    <path d="M12 3v18" /> diff --git a/src/_icons/arrow-bottom-circle.svg b/src/_icons/arrow-bottom-circle.svg index df37a82b..261528a9 100644 --- a/src/_icons/arrow-bottom-circle.svg +++ b/src/_icons/arrow-bottom-circle.svg @@ -1,7 +1,7 @@  ---  tags: [drag, move]  category: Arrows -version: 1.35 +version: "1.35"  ---  <svg>    <path d="M12 7v14" /> diff --git a/src/_icons/arrow-bottom-square.svg b/src/_icons/arrow-bottom-square.svg index fc1f07ad..45766782 100644 --- a/src/_icons/arrow-bottom-square.svg +++ b/src/_icons/arrow-bottom-square.svg @@ -1,7 +1,7 @@  ---  tags: [drag, move]  category: Arrows -version: 1.35 +version: "1.35"  ---  <svg>    <path d="M12 7v14" /> diff --git a/src/_icons/arrow-bottom-tail.svg b/src/_icons/arrow-bottom-tail.svg index ae155ba8..be254653 100644 --- a/src/_icons/arrow-bottom-tail.svg +++ b/src/_icons/arrow-bottom-tail.svg @@ -1,7 +1,7 @@  ---  tags: [drag, move]  category: Arrows -version: 1.35 +version: "1.35"  ---  <svg>    <path d="M12 6v15" /> diff --git a/src/_icons/arrow-down-circle.svg b/src/_icons/arrow-down-circle.svg index d010cc48..1826d70e 100644 --- a/src/_icons/arrow-down-circle.svg +++ b/src/_icons/arrow-down-circle.svg @@ -1,7 +1,7 @@  ---  tags: [proceed, swipe, below, bottom]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/arrow-down-left-circle.svg b/src/_icons/arrow-down-left-circle.svg index eafccd49..5af27b5c 100644 --- a/src/_icons/arrow-down-left-circle.svg +++ b/src/_icons/arrow-down-left-circle.svg @@ -1,7 +1,7 @@  ---  tags: [corner, bottom, point]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/arrow-down-left.svg b/src/_icons/arrow-down-left.svg index 50aaa43c..44032d05 100644 --- a/src/_icons/arrow-down-left.svg +++ b/src/_icons/arrow-down-left.svg @@ -1,7 +1,7 @@  ---  tags: [corner, bottom, point]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="17" y1="7" x2="7" y2="17" /> diff --git a/src/_icons/arrow-down-right-circle.svg b/src/_icons/arrow-down-right-circle.svg index a3f68e2b..de975cc8 100644 --- a/src/_icons/arrow-down-right-circle.svg +++ b/src/_icons/arrow-down-right-circle.svg @@ -1,7 +1,7 @@  ---  tags: [corner, bottom, point]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/arrow-down-right.svg b/src/_icons/arrow-down-right.svg index ea5da98f..e0d520fd 100644 --- a/src/_icons/arrow-down-right.svg +++ b/src/_icons/arrow-down-right.svg @@ -1,7 +1,7 @@  ---  tags: [corner, bottom, point]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="7" y1="7" x2="17" y2="17" /> diff --git a/src/_icons/arrow-down.svg b/src/_icons/arrow-down.svg index c61b826c..eea43f9d 100644 --- a/src/_icons/arrow-down.svg +++ b/src/_icons/arrow-down.svg @@ -1,7 +1,7 @@  ---  tags: [proceed, swipe, below, bottom]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="12" y1="5" x2="12" y2="19" /> diff --git a/src/_icons/arrow-forward-up.svg b/src/_icons/arrow-forward-up.svg index 35b09733..60fde72a 100644 --- a/src/_icons/arrow-forward-up.svg +++ b/src/_icons/arrow-forward-up.svg @@ -1,7 +1,7 @@  ---  tags: [point, turn, next]  category: Arrows -version: 1.3 +version: "1.3"  ---  <svg>    <path d="M15 13l4 -4l-4 -4m4 4h-11a4 4 0 0 0 0 8h1" /> diff --git a/src/_icons/arrow-forward.svg b/src/_icons/arrow-forward.svg index df8ebfd1..c9a33650 100644 --- a/src/_icons/arrow-forward.svg +++ b/src/_icons/arrow-forward.svg @@ -1,7 +1,7 @@  ---  tags: [point, turn, next]  category: Arrows -version: 1.1 +version: "1.1"  ---  <svg>    <path d="M15 11l4 4l-4 4m4 -4h-11a4 4 0 0 1 0 -8h1" /> diff --git a/src/_icons/arrow-left-bar.svg b/src/_icons/arrow-left-bar.svg index 5fbb3347..0615f788 100644 --- a/src/_icons/arrow-left-bar.svg +++ b/src/_icons/arrow-left-bar.svg @@ -1,7 +1,7 @@  ---  tags: [drag, move]  category: Arrows -version: 1.35 +version: "1.35"  ---  <svg>    <path d="M21 12h-18" /> diff --git a/src/_icons/arrow-left-circle.svg b/src/_icons/arrow-left-circle.svg index 88b0fd89..f51cf744 100644 --- a/src/_icons/arrow-left-circle.svg +++ b/src/_icons/arrow-left-circle.svg @@ -1,7 +1,7 @@  ---  tags: [drag, move]  category: Arrows -version: 1.35 +version: "1.35"  ---  <svg>    <path d="M17 12h-14" /> diff --git a/src/_icons/arrow-left-square.svg b/src/_icons/arrow-left-square.svg index 9d66dbb5..3210ad1e 100644 --- a/src/_icons/arrow-left-square.svg +++ b/src/_icons/arrow-left-square.svg @@ -1,7 +1,7 @@  ---  tags: [drag, move]  category: Arrows -version: 1.35 +version: "1.35"  ---  <svg>    <path d="M17 12h-14" /> diff --git a/src/_icons/arrow-left-tail.svg b/src/_icons/arrow-left-tail.svg index 00e5b54c..f27fe724 100644 --- a/src/_icons/arrow-left-tail.svg +++ b/src/_icons/arrow-left-tail.svg @@ -1,7 +1,7 @@  ---  tags: [drag, move]  category: Arrows -version: 1.35 +version: "1.35"  ---  <svg>    <path d="M18 12h-15" /> diff --git a/src/_icons/arrow-left.svg b/src/_icons/arrow-left.svg index cefafeb2..5f9706fd 100644 --- a/src/_icons/arrow-left.svg +++ b/src/_icons/arrow-left.svg @@ -1,7 +1,7 @@  ---  tags: [back, swipe, return]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="5" y1="12" x2="19" y2="12" /> diff --git a/src/_icons/arrow-loop-left.svg b/src/_icons/arrow-loop-left.svg index 3523d35a..06bc4330 100644 --- a/src/_icons/arrow-loop-left.svg +++ b/src/_icons/arrow-loop-left.svg @@ -1,7 +1,7 @@  ---  tags: [drag, move, turn]  category: Arrows -version: 1.35 +version: "1.35"  ---  <svg>    <path d="M13 21v-13a4 4 0 1 1 4 4h-13" /> diff --git a/src/_icons/arrow-loop-right.svg b/src/_icons/arrow-loop-right.svg index 4f8e8cdd..bc4df169 100644 --- a/src/_icons/arrow-loop-right.svg +++ b/src/_icons/arrow-loop-right.svg @@ -1,7 +1,7 @@  ---  tags: [drag, move, turn]  category: Arrows -version: 1.35 +version: "1.35"  ---  <svg>    <path d="M12 21v-13a4 4 0 1 0 -4 4h13" /> diff --git a/src/_icons/arrow-narrow-down.svg b/src/_icons/arrow-narrow-down.svg index bffd2472..1330763a 100644 --- a/src/_icons/arrow-narrow-down.svg +++ b/src/_icons/arrow-narrow-down.svg @@ -1,7 +1,7 @@  ---  tags: [bottom, proceed, swipe, next]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="12" y1="5" x2="12" y2="19" /> diff --git a/src/_icons/arrow-narrow-left.svg b/src/_icons/arrow-narrow-left.svg index 28c1af0c..802c5054 100644 --- a/src/_icons/arrow-narrow-left.svg +++ b/src/_icons/arrow-narrow-left.svg @@ -1,7 +1,7 @@  ---  tags: [back, previous, pointer, point]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="5" y1="12" x2="19" y2="12" /> diff --git a/src/_icons/arrow-narrow-right.svg b/src/_icons/arrow-narrow-right.svg index 0fe3e283..ed706e33 100644 --- a/src/_icons/arrow-narrow-right.svg +++ b/src/_icons/arrow-narrow-right.svg @@ -1,7 +1,7 @@  ---  tags: [next, proceed, point, pointer]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="5" y1="12" x2="19" y2="12" /> diff --git a/src/_icons/arrow-narrow-up.svg b/src/_icons/arrow-narrow-up.svg index 6d81e127..4a2e1669 100644 --- a/src/_icons/arrow-narrow-up.svg +++ b/src/_icons/arrow-narrow-up.svg @@ -1,7 +1,7 @@  ---  tags: [top, point]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="12" y1="5" x2="12" y2="19" /> diff --git a/src/_icons/arrow-ramp-left.svg b/src/_icons/arrow-ramp-left.svg index 81f90f77..b26ee9f9 100644 --- a/src/_icons/arrow-ramp-left.svg +++ b/src/_icons/arrow-ramp-left.svg @@ -1,7 +1,7 @@  ---  tags: [direction, side, turn]  category: Arrows -version: 1.28 +version: "1.28"  ---  <svg>    <line x1="17" y1="3" x2="17" y2="11.707" /> diff --git a/src/_icons/arrow-ramp-right.svg b/src/_icons/arrow-ramp-right.svg index 85f373c6..baf42f7e 100644 --- a/src/_icons/arrow-ramp-right.svg +++ b/src/_icons/arrow-ramp-right.svg @@ -1,7 +1,7 @@  ---  tags: [direction, side, turn]  category: Arrows -version: 1.28 +version: "1.28"  ---  <svg>    <line x1="7" y1="3" x2="7" y2="11.707" /> diff --git a/src/_icons/arrow-right-bar.svg b/src/_icons/arrow-right-bar.svg index bb577fef..21882d7f 100644 --- a/src/_icons/arrow-right-bar.svg +++ b/src/_icons/arrow-right-bar.svg @@ -1,7 +1,7 @@  ---  tags: [drag, move]  category: Arrows -version: 1.35 +version: "1.35"  ---  <svg>    <path d="M18 15l3 -3l-3 -3" /> diff --git a/src/_icons/arrow-right-circle.svg b/src/_icons/arrow-right-circle.svg index 617f34bc..838c1286 100644 --- a/src/_icons/arrow-right-circle.svg +++ b/src/_icons/arrow-right-circle.svg @@ -1,7 +1,7 @@  ---  tags: [drag, move]  category: Arrows -version: 1.35 +version: "1.35"  ---  <svg>    <path d="M18 15l3 -3l-3 -3" /> diff --git a/src/_icons/arrow-right-square.svg b/src/_icons/arrow-right-square.svg index 94540dd3..b85ab198 100644 --- a/src/_icons/arrow-right-square.svg +++ b/src/_icons/arrow-right-square.svg @@ -1,6 +1,6 @@  ---  category: Arrows -version: 1.35 +version: "1.35"  ---  <svg>    <line x1="7" y1="12" x2="21" y2="12" /> diff --git a/src/_icons/arrow-right-tail.svg b/src/_icons/arrow-right-tail.svg index e2bd39c9..d38add82 100644 --- a/src/_icons/arrow-right-tail.svg +++ b/src/_icons/arrow-right-tail.svg @@ -1,6 +1,6 @@  ---  category: Arrows -version: 1.35 +version: "1.35"  ---  <svg>    <path d="M18 15l3 -3l-3 -3" /> diff --git a/src/_icons/arrow-right.svg b/src/_icons/arrow-right.svg index 68bdc420..c80f43b5 100644 --- a/src/_icons/arrow-right.svg +++ b/src/_icons/arrow-right.svg @@ -1,7 +1,7 @@  ---  tags: [next, proceed, swipe]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="5" y1="12" x2="19" y2="12" /> diff --git a/src/_icons/arrow-top-bar.svg b/src/_icons/arrow-top-bar.svg index d862e60e..0eadaf0c 100644 --- a/src/_icons/arrow-top-bar.svg +++ b/src/_icons/arrow-top-bar.svg @@ -1,6 +1,6 @@  ---  category: Arrows -version: 1.35 +version: "1.35"  ---  <svg>    <line x1="12" y1="21" x2="12" y2="3" /> diff --git a/src/_icons/arrow-top-circle.svg b/src/_icons/arrow-top-circle.svg index 6a08aa5f..968624f6 100644 --- a/src/_icons/arrow-top-circle.svg +++ b/src/_icons/arrow-top-circle.svg @@ -1,6 +1,6 @@  ---  category: Arrows -version: 1.35 +version: "1.35"  ---  <svg>    <line x1="12" y1="17" x2="12" y2="3" /> diff --git a/src/_icons/arrow-top-square.svg b/src/_icons/arrow-top-square.svg index 0f67acef..108282fb 100644 --- a/src/_icons/arrow-top-square.svg +++ b/src/_icons/arrow-top-square.svg @@ -1,6 +1,6 @@  ---  category: Arrows -version: 1.35 +version: "1.35"  ---  <svg>    <line x1="12" y1="17" x2="12" y2="3" /> diff --git a/src/_icons/arrow-top-tail.svg b/src/_icons/arrow-top-tail.svg index d9e48bf6..0443230e 100644 --- a/src/_icons/arrow-top-tail.svg +++ b/src/_icons/arrow-top-tail.svg @@ -1,6 +1,6 @@  ---  category: Arrows -version: 1.35 +version: "1.35"  ---  <svg>    <line x1="12" y1="18" x2="12" y2="3" /> diff --git a/src/_icons/arrow-up-circle.svg b/src/_icons/arrow-up-circle.svg index 63283df8..98a7e13a 100644 --- a/src/_icons/arrow-up-circle.svg +++ b/src/_icons/arrow-up-circle.svg @@ -1,7 +1,7 @@  ---  tags: [top, point]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/arrow-up-left-circle.svg b/src/_icons/arrow-up-left-circle.svg index cad964f8..f5e3061b 100644 --- a/src/_icons/arrow-up-left-circle.svg +++ b/src/_icons/arrow-up-left-circle.svg @@ -1,7 +1,7 @@  ---  tags: [top, corner, point]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/arrow-up-left.svg b/src/_icons/arrow-up-left.svg index 81e22296..37a82c5c 100644 --- a/src/_icons/arrow-up-left.svg +++ b/src/_icons/arrow-up-left.svg @@ -1,7 +1,7 @@  ---  tags: [top, corner, point]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="7" y1="7" x2="17" y2="17" /> diff --git a/src/_icons/arrow-up-right-circle.svg b/src/_icons/arrow-up-right-circle.svg index d7fc7025..7225d7b2 100644 --- a/src/_icons/arrow-up-right-circle.svg +++ b/src/_icons/arrow-up-right-circle.svg @@ -1,7 +1,7 @@  ---  tags: [top, corner, point]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/arrow-up-right.svg b/src/_icons/arrow-up-right.svg index 94086aaa..134ce25b 100644 --- a/src/_icons/arrow-up-right.svg +++ b/src/_icons/arrow-up-right.svg @@ -1,7 +1,7 @@  ---  tags: [top, corner, point]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="17" y1="7" x2="7" y2="17" /> diff --git a/src/_icons/arrow-up.svg b/src/_icons/arrow-up.svg index fcf161f0..2b70a452 100644 --- a/src/_icons/arrow-up.svg +++ b/src/_icons/arrow-up.svg @@ -1,7 +1,7 @@  ---  tags: [top, point]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="12" y1="5" x2="12" y2="19" /> diff --git a/src/_icons/arrow-wave-left-down.svg b/src/_icons/arrow-wave-left-down.svg index 50147461..0bc2b9a2 100644 --- a/src/_icons/arrow-wave-left-down.svg +++ b/src/_icons/arrow-wave-left-down.svg @@ -1,6 +1,6 @@  ---  category: Arrows -version: 1.35 +version: "1.35"  ---  <svg>    <path d="M7 13.998h-4v-4" /> diff --git a/src/_icons/arrow-wave-left-up.svg b/src/_icons/arrow-wave-left-up.svg index 509f505a..7116a857 100644 --- a/src/_icons/arrow-wave-left-up.svg +++ b/src/_icons/arrow-wave-left-up.svg @@ -1,6 +1,6 @@  ---  category: Arrows -version: 1.35 +version: "1.35"  ---  <svg>    <path d="M7 9.996h-4v4" /> diff --git a/src/_icons/arrow-wave-right-down.svg b/src/_icons/arrow-wave-right-down.svg index 375b5a2d..3ce5465b 100644 --- a/src/_icons/arrow-wave-right-down.svg +++ b/src/_icons/arrow-wave-right-down.svg @@ -1,6 +1,6 @@  ---  category: Arrows -version: 1.35 +version: "1.35"  ---  <svg>    <path d="M17 13.998h4v-4" /> diff --git a/src/_icons/arrow-wave-right-up.svg b/src/_icons/arrow-wave-right-up.svg index 39632546..56981876 100644 --- a/src/_icons/arrow-wave-right-up.svg +++ b/src/_icons/arrow-wave-right-up.svg @@ -1,6 +1,6 @@  ---  category: Arrows -version: 1.35 +version: "1.35"  ---  <svg>    <path d="M17 10h4v4" /> diff --git a/src/_icons/arrows-diagonal-2.svg b/src/_icons/arrows-diagonal-2.svg index b7df3a27..712c1977 100644 --- a/src/_icons/arrows-diagonal-2.svg +++ b/src/_icons/arrows-diagonal-2.svg @@ -1,7 +1,7 @@  ---  tags: [zoom, corners, stretch]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <polyline points="16 20 20 20 20 16" /> diff --git a/src/_icons/arrows-diagonal.svg b/src/_icons/arrows-diagonal.svg index 9b7d38d8..6127cdd7 100644 --- a/src/_icons/arrows-diagonal.svg +++ b/src/_icons/arrows-diagonal.svg @@ -1,7 +1,7 @@  ---  tags: [zoom, corners, stretch]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <polyline points="16 4 20 4 20 8" /> diff --git a/src/_icons/arrows-double-ne-sw.svg b/src/_icons/arrows-double-ne-sw.svg index f9ff68ca..63a867a4 100644 --- a/src/_icons/arrows-double-ne-sw.svg +++ b/src/_icons/arrows-double-ne-sw.svg @@ -1,6 +1,6 @@  ---  category: Arrows -version: 1.37 +version: "1.37"  ---  <svg>    <path d="M3 14l11 -11" /> diff --git a/src/_icons/arrows-double-nw-se.svg b/src/_icons/arrows-double-nw-se.svg index 3fc729e6..eb07a4dd 100644 --- a/src/_icons/arrows-double-nw-se.svg +++ b/src/_icons/arrows-double-nw-se.svg @@ -1,6 +1,6 @@  ---  category: Arrows -version: 1.37 +version: "1.37"  ---  <svg>    <path d="M14 21l-11 -11" /> diff --git a/src/_icons/arrows-double-se-nw.svg b/src/_icons/arrows-double-se-nw.svg index b366d2bd..57a0fc3c 100644 --- a/src/_icons/arrows-double-se-nw.svg +++ b/src/_icons/arrows-double-se-nw.svg @@ -1,6 +1,6 @@  ---  category: Arrows -version: 1.37 +version: "1.37"  ---  <svg>    <line x1="3" y1="10" x2="14" y2="21" /> diff --git a/src/_icons/arrows-double-sw-ne.svg b/src/_icons/arrows-double-sw-ne.svg index 26640bf2..b4abc2e7 100644 --- a/src/_icons/arrows-double-sw-ne.svg +++ b/src/_icons/arrows-double-sw-ne.svg @@ -1,6 +1,6 @@  ---  category: Arrows -version: 1.37 +version: "1.37"  ---  <svg>    <path d="M14 3l-11 11" /> diff --git a/src/_icons/arrows-down-up.svg b/src/_icons/arrows-down-up.svg index 3a20a13f..1d5b86ef 100644 --- a/src/_icons/arrows-down-up.svg +++ b/src/_icons/arrows-down-up.svg @@ -1,6 +1,6 @@  ---  category: Arrows -version: 1.35 +version: "1.35"  ---  <svg>    <line x1="17" y1="3" x2="17" y2="21" /> diff --git a/src/_icons/arrows-down.svg b/src/_icons/arrows-down.svg index 00738c3c..8dd68acd 100644 --- a/src/_icons/arrows-down.svg +++ b/src/_icons/arrows-down.svg @@ -1,6 +1,6 @@  ---  category: Arrows -version: 1.35 +version: "1.35"  ---  <svg>    <line x1="7" y1="21" x2="7" y2="3" /> diff --git a/src/_icons/arrows-horizontal.svg b/src/_icons/arrows-horizontal.svg index 9effa3de..a060e823 100644 --- a/src/_icons/arrows-horizontal.svg +++ b/src/_icons/arrows-horizontal.svg @@ -1,7 +1,7 @@  ---  tags: [zoom, stretch, left, right]  category: Arrows -version: 1.2 +version: "1.2"  ---  <svg>    <polyline points="7 8 3 12 7 16" /> diff --git a/src/_icons/arrows-join-2.svg b/src/_icons/arrows-join-2.svg index 0bd898f0..83178c1f 100644 --- a/src/_icons/arrows-join-2.svg +++ b/src/_icons/arrows-join-2.svg @@ -1,6 +1,6 @@  ---  category: Arrows -version: 1.35 +version: "1.35"  ---  <svg>    <path d="M3 7h1.948c1.913 0 3.705 .933 4.802 2.5a5.861 5.861 0 0 0 4.802 2.5h6.448" /> diff --git a/src/_icons/arrows-join.svg b/src/_icons/arrows-join.svg index 77b2947e..65e7fe20 100644 --- a/src/_icons/arrows-join.svg +++ b/src/_icons/arrows-join.svg @@ -1,6 +1,6 @@  ---  category: Arrows -version: 1.35 +version: "1.35"  ---  <svg>    <path d="M3 7h5l3.5 5h9.5" /> diff --git a/src/_icons/arrows-left-down.svg b/src/_icons/arrows-left-down.svg index 8bd14279..542abd8d 100644 --- a/src/_icons/arrows-left-down.svg +++ b/src/_icons/arrows-left-down.svg @@ -1,6 +1,6 @@  ---  tags: [drag, move] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M7 3l-4 4l4 4" /> diff --git a/src/_icons/arrows-left-right.svg b/src/_icons/arrows-left-right.svg index ad1d33c4..ed1213bf 100644 --- a/src/_icons/arrows-left-right.svg +++ b/src/_icons/arrows-left-right.svg @@ -1,6 +1,6 @@  ---  category: Arrows -version: 1.35 +version: "1.35"  ---  <svg>    <line x1="21" y1="17" x2="3" y2="17" /> diff --git a/src/_icons/arrows-left.svg b/src/_icons/arrows-left.svg index 45e5731c..26503833 100644 --- a/src/_icons/arrows-left.svg +++ b/src/_icons/arrows-left.svg @@ -1,6 +1,6 @@  ---  category: Arrows -version: 1.35 +version: "1.35"  ---  <svg>    <line x1="3" y1="7" x2="21" y2="7" /> diff --git a/src/_icons/arrows-maximize.svg b/src/_icons/arrows-maximize.svg index 4f5cd7d9..b3190014 100644 --- a/src/_icons/arrows-maximize.svg +++ b/src/_icons/arrows-maximize.svg @@ -1,7 +1,7 @@  ---  tags: [fullscreen, expand]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <polyline points="16 4 20 4 20 8" /> diff --git a/src/_icons/arrows-minimize.svg b/src/_icons/arrows-minimize.svg index af5e976a..bdb1d548 100644 --- a/src/_icons/arrows-minimize.svg +++ b/src/_icons/arrows-minimize.svg @@ -1,7 +1,7 @@  ---  tags: [fullscreen, exit, close]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <polyline points="5 9 9 9 9 5" /> diff --git a/src/_icons/arrows-right-down.svg b/src/_icons/arrows-right-down.svg index 0e6b5714..8d45eb85 100644 --- a/src/_icons/arrows-right-down.svg +++ b/src/_icons/arrows-right-down.svg @@ -1,6 +1,6 @@  ---  tags: [drag, move] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M3 17l4 4l4 -4" /> diff --git a/src/_icons/arrows-right-left.svg b/src/_icons/arrows-right-left.svg index c3290cba..0bdc067a 100644 --- a/src/_icons/arrows-right-left.svg +++ b/src/_icons/arrows-right-left.svg @@ -1,6 +1,6 @@  ---  category: Arrows -version: 1.35 +version: "1.35"  ---  <svg>    <line x1="21" y1="7" x2="3" y2="7" /> diff --git a/src/_icons/arrows-right.svg b/src/_icons/arrows-right.svg index 39acef9b..7081bb0f 100644 --- a/src/_icons/arrows-right.svg +++ b/src/_icons/arrows-right.svg @@ -1,6 +1,6 @@  ---  category: Arrows -version: 1.35 +version: "1.35"  ---  <svg>    <line x1="21" y1="17" x2="3" y2="17" /> diff --git a/src/_icons/arrows-sort.svg b/src/_icons/arrows-sort.svg index fb57efa1..075acfcf 100644 --- a/src/_icons/arrows-sort.svg +++ b/src/_icons/arrows-sort.svg @@ -1,7 +1,7 @@  ---  tags: [top, bottom, parallel, order]  category: Arrows -version: 1.2 +version: "1.2"  ---  <svg>    <path d="M3 9l4 -4l4 4m-4 -4v14" /> diff --git a/src/_icons/arrows-split-2.svg b/src/_icons/arrows-split-2.svg index e6a777a6..38b2b03e 100644 --- a/src/_icons/arrows-split-2.svg +++ b/src/_icons/arrows-split-2.svg @@ -1,6 +1,6 @@  ---  category: Arrows -version: 1.35 +version: "1.35"  ---  <svg>    <path d="M21 17h-5.397a5 5 0 0 1 -4.096 -2.133l-.514 -.734a5 5 0 0 0 -4.096 -2.133h-3.897" /> diff --git a/src/_icons/arrows-split.svg b/src/_icons/arrows-split.svg index 7fb92073..d951a00a 100644 --- a/src/_icons/arrows-split.svg +++ b/src/_icons/arrows-split.svg @@ -1,6 +1,6 @@  ---  category: Arrows -version: 1.35 +version: "1.35"  ---  <svg>    <path d="M21 17h-8l-3.5 -5h-6.5" /> diff --git a/src/_icons/arrows-up-down.svg b/src/_icons/arrows-up-down.svg index 33c24012..b973131e 100644 --- a/src/_icons/arrows-up-down.svg +++ b/src/_icons/arrows-up-down.svg @@ -1,6 +1,6 @@  ---  category: Arrows -version: 1.35 +version: "1.35"  ---  <svg>    <line x1="7" y1="3" x2="7" y2="21" /> diff --git a/src/_icons/arrows-up-left.svg b/src/_icons/arrows-up-left.svg index 0289e5f6..3115f495 100644 --- a/src/_icons/arrows-up-left.svg +++ b/src/_icons/arrows-up-left.svg @@ -1,6 +1,6 @@  ---  tags: [drag, move] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M21 7l-4 -4l-4 4" /> diff --git a/src/_icons/arrows-up-right.svg b/src/_icons/arrows-up-right.svg index 045921bf..ca32b06c 100644 --- a/src/_icons/arrows-up-right.svg +++ b/src/_icons/arrows-up-right.svg @@ -1,6 +1,6 @@  ---  tags: [drag, move] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M17 21l4 -4l-4 -4" /> diff --git a/src/_icons/arrows-up.svg b/src/_icons/arrows-up.svg index 34977eb2..eda94ba3 100644 --- a/src/_icons/arrows-up.svg +++ b/src/_icons/arrows-up.svg @@ -1,6 +1,6 @@  ---  category: Arrows -version: 1.35 +version: "1.35"  ---  <svg>    <line x1="17" y1="3" x2="17" y2="21" /> diff --git a/src/_icons/arrows-vertical.svg b/src/_icons/arrows-vertical.svg index fab00620..74c56387 100644 --- a/src/_icons/arrows-vertical.svg +++ b/src/_icons/arrows-vertical.svg @@ -1,7 +1,7 @@  ---  tags: [expand, stretch, top, bottom]  category: Arrows -version: 1.2 +version: "1.2"  ---  <svg>    <polyline points="8 7 12 3 16 7" /> diff --git a/src/_icons/artboard.svg b/src/_icons/artboard.svg index 52d39aac..e922770e 100644 --- a/src/_icons/artboard.svg +++ b/src/_icons/artboard.svg @@ -1,6 +1,6 @@  ---  tags: [graphics, drawing, design, art, canvas] -version: 1.1 +version: "1.1"  ---  <svg>    <rect x="8" y="8" width="8" height="8" rx="1" /> diff --git a/src/_icons/aspect-ratio.svg b/src/_icons/aspect-ratio.svg index 32c95db9..f89e24d3 100644 --- a/src/_icons/aspect-ratio.svg +++ b/src/_icons/aspect-ratio.svg @@ -1,7 +1,7 @@  ---  tags: [size, dimension, width, height, orientation]  category: Media -version: 1.27 +version: "1.27"  ---  <svg>    <rect x="3" y="5" width="18" height="14" rx="2" /> diff --git a/src/_icons/at.svg b/src/_icons/at.svg index 63645bd0..3984c4b3 100644 --- a/src/_icons/at.svg +++ b/src/_icons/at.svg @@ -1,6 +1,6 @@  ---  tags: [email, message, mention, sign, "@"] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="12" cy="12" r="4" /> diff --git a/src/_icons/atom-2.svg b/src/_icons/atom-2.svg index fd890db1..9be6110f 100644 --- a/src/_icons/atom-2.svg +++ b/src/_icons/atom-2.svg @@ -1,6 +1,6 @@  ---  tags: [unit, element, part, electrons, protons, neutrons] -version: 1.7 +version: "1.7"  ---  <svg>    <circle cx="12" cy="12" r="3" /> diff --git a/src/_icons/atom.svg b/src/_icons/atom.svg index 09378f48..4d117c01 100644 --- a/src/_icons/atom.svg +++ b/src/_icons/atom.svg @@ -1,6 +1,6 @@  ---  tags: [unit, element, part, electrons] -version: 1.3 +version: "1.3"  ---  <svg>    <line x1="12" y1="12" x2="12" y2="12.01" /> diff --git a/src/_icons/award.svg b/src/_icons/award.svg index 8fef4fa4..bee377fb 100644 --- a/src/_icons/award.svg +++ b/src/_icons/award.svg @@ -1,6 +1,6 @@  ---  tags: [prize, reward, competition, contest, win] -version: 1.1 +version: "1.1"  ---  <svg>    <circle cx="12" cy="9" r="6" /> diff --git a/src/_icons/backhoe.svg b/src/_icons/backhoe.svg index fbe4fbc7..4555a8d1 100644 --- a/src/_icons/backhoe.svg +++ b/src/_icons/backhoe.svg @@ -1,7 +1,7 @@  ---  tags: [rear, equipment, digger, excavation, tractor, loader, construction, site, excavator]  category: Vehicles -version: 1.34 +version: "1.34"  ---  <svg>    <circle cx="4" cy="17" r="2" /> diff --git a/src/_icons/backspace.svg b/src/_icons/backspace.svg index 51514475..bf3cc87a 100644 --- a/src/_icons/backspace.svg +++ b/src/_icons/backspace.svg @@ -1,7 +1,7 @@  ---  category: Text  tags: [delete, remove, eliminate] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M20 6a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-11l-5 -5a1.5 1.5 0 0 1 0 -2l5 -5z" /> diff --git a/src/_icons/ball-american-football.svg b/src/_icons/ball-american-football.svg index 15369cf9..87c0e577 100644 --- a/src/_icons/ball-american-football.svg +++ b/src/_icons/ball-american-football.svg @@ -1,7 +1,7 @@  ---  tags: [sport, game, sportsman, play, match, pitch]  category: Sport -version: 1.39 +version: "1.39"  ---  <svg>    <line x1="15" y1="9" x2="9" y2="15" /> diff --git a/src/_icons/ball-basketball.svg b/src/_icons/ball-basketball.svg index b4d8fe57..9767acea 100644 --- a/src/_icons/ball-basketball.svg +++ b/src/_icons/ball-basketball.svg @@ -1,7 +1,7 @@  ---  tags: [game, round, quarter, basket, NBA]  category: Sport -version: 1.1 +version: "1.1"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/ball-bowling.svg b/src/_icons/ball-bowling.svg index 67b867b8..688072b0 100644 --- a/src/_icons/ball-bowling.svg +++ b/src/_icons/ball-bowling.svg @@ -1,7 +1,7 @@  ---  tags: [round, strike, spare, pin]  category: Sport -version: 1.10 +version: "1.10"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/ball-football-off.svg b/src/_icons/ball-football-off.svg index 8b6c89da..f7ab4e2e 100644 --- a/src/_icons/ball-football-off.svg +++ b/src/_icons/ball-football-off.svg @@ -1,7 +1,7 @@  ---  tags: [sport, game, sportsman, play, match, pitch]  category: Sport -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M20.041 16.046a9 9 0 0 0 -12.084 -12.09m-2.323 1.683a9 9 0 0 0 12.726 12.73" /> diff --git a/src/_icons/ball-football.svg b/src/_icons/ball-football.svg index bedb3051..3a3df238 100644 --- a/src/_icons/ball-football.svg +++ b/src/_icons/ball-football.svg @@ -1,7 +1,7 @@  ---  tags: [sport, game, sportsman, play, match, pitch]  category: Sport -version: 1.39 +version: "1.39"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/ball-tennis.svg b/src/_icons/ball-tennis.svg index 8209f1e2..91549dc5 100644 --- a/src/_icons/ball-tennis.svg +++ b/src/_icons/ball-tennis.svg @@ -1,7 +1,7 @@  ---  tags: [game, set, match, court, racket]  category: Sport -version: 1.10 +version: "1.10"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/ball-volleyball.svg b/src/_icons/ball-volleyball.svg index f32911e9..555b0223 100644 --- a/src/_icons/ball-volleyball.svg +++ b/src/_icons/ball-volleyball.svg @@ -1,7 +1,7 @@  ---  tags: [point, set, match, attacker, ace, setter, serve]  category: Sport -version: 1.10 +version: "1.10"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/ban.svg b/src/_icons/ban.svg index 0733b210..fb9d814b 100644 --- a/src/_icons/ban.svg +++ b/src/_icons/ban.svg @@ -1,6 +1,6 @@  ---  tags: ["no", reject, restriction, prohibited] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/bandage.svg b/src/_icons/bandage.svg index 00a100bf..b568fa23 100644 --- a/src/_icons/bandage.svg +++ b/src/_icons/bandage.svg @@ -1,6 +1,6 @@  ---  tags: [patch, wound, cut, pain] -version: 1.3 +version: "1.3"  ---  <svg>    <line x1="14" y1="12" x2="14" y2="12.01" /> diff --git a/src/_icons/barcode.svg b/src/_icons/barcode.svg index 17756af7..0c17ccab 100644 --- a/src/_icons/barcode.svg +++ b/src/_icons/barcode.svg @@ -1,6 +1,6 @@  ---  tags: [product, shop, scan, supermarket] -version: 1.5 +version: "1.5"  ---  <svg>    <path d="M4 7v-1a2 2 0 0 1 2 -2h2" /> diff --git a/src/_icons/basket.svg b/src/_icons/basket.svg index 2bde30b7..498f9091 100644 --- a/src/_icons/basket.svg +++ b/src/_icons/basket.svg @@ -1,7 +1,7 @@  ---  category: E-commerce  tags: [shop, store, online, shopping] -version: 1.7 +version: "1.7"  ---  <svg>    <polyline points="7 10 12 4 17 10" /> diff --git a/src/_icons/battery-1.svg b/src/_icons/battery-1.svg index 2126b90f..19a819ed 100644 --- a/src/_icons/battery-1.svg +++ b/src/_icons/battery-1.svg @@ -1,7 +1,7 @@  ---  category: Devices  tags: [energy, power, electricity] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M6 7h11a2 2 0 0 1 2 2v.5a0.5 .5 0 0 0 .5 .5a0.5 .5 0 0 1 .5 .5v3a0.5 .5 0 0 1 -.5 .5a0.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2" /> diff --git a/src/_icons/battery-2.svg b/src/_icons/battery-2.svg index f9d7b899..6ceaba9c 100644 --- a/src/_icons/battery-2.svg +++ b/src/_icons/battery-2.svg @@ -1,7 +1,7 @@  ---  category: Devices  tags: [energy, power, electricity] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M6 7h11a2 2 0 0 1 2 2v.5a0.5 .5 0 0 0 .5 .5a0.5 .5 0 0 1 .5 .5v3a0.5 .5 0 0 1 -.5 .5a0.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2" /> diff --git a/src/_icons/battery-3.svg b/src/_icons/battery-3.svg index f85c4fc7..ac198205 100644 --- a/src/_icons/battery-3.svg +++ b/src/_icons/battery-3.svg @@ -1,7 +1,7 @@  ---  category: Devices  tags: [energy, power, electricity] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M6 7h11a2 2 0 0 1 2 2v.5a0.5 .5 0 0 0 .5 .5a0.5 .5 0 0 1 .5 .5v3a0.5 .5 0 0 1 -.5 .5a0.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2" /> diff --git a/src/_icons/battery-4.svg b/src/_icons/battery-4.svg index cf1a4bb6..c94aba36 100644 --- a/src/_icons/battery-4.svg +++ b/src/_icons/battery-4.svg @@ -1,7 +1,7 @@  ---  category: Devices  tags: [energy, power, electricity] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M6 7h11a2 2 0 0 1 2 2v.5a0.5 .5 0 0 0 .5 .5a0.5 .5 0 0 1 .5 .5v3a0.5 .5 0 0 1 -.5 .5a0.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2" /> diff --git a/src/_icons/battery-automotive.svg b/src/_icons/battery-automotive.svg index 754e63d0..d75a3785 100644 --- a/src/_icons/battery-automotive.svg +++ b/src/_icons/battery-automotive.svg @@ -1,7 +1,7 @@  ---  tags: [vehicle, charge, motor, current, car, electricity, electric, power]  category: Vehicles -version: 1.39 +version: "1.39"  ---  <svg>    <rect x="3" y="6" width="18" height="14" rx="2" /> diff --git a/src/_icons/battery-charging.svg b/src/_icons/battery-charging.svg index a59aa1b6..5a983f94 100644 --- a/src/_icons/battery-charging.svg +++ b/src/_icons/battery-charging.svg @@ -1,7 +1,7 @@  ---  category: Devices  tags: [charge, energy, power, electricity] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M16 7h1a2 2 0 0 1 2 2v.5a0.5 .5 0 0 0 .5 .5a0.5 .5 0 0 1 .5 .5v3a0.5 .5 0 0 1 -.5 .5a0.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-2" /> diff --git a/src/_icons/battery-off.svg b/src/_icons/battery-off.svg index 2db9951d..30bf47a4 100644 --- a/src/_icons/battery-off.svg +++ b/src/_icons/battery-off.svg @@ -1,7 +1,7 @@  ---  category: Devices  tags: [energy, power, electricity] -version: 1.25 +version: "1.25"  ---  <svg>    <line x1="3" y1="3" x2="21" y2="21" /> diff --git a/src/_icons/battery.svg b/src/_icons/battery.svg index 3d7ccb55..c4b28487 100644 --- a/src/_icons/battery.svg +++ b/src/_icons/battery.svg @@ -1,7 +1,7 @@  ---  category: Devices  tags: [energy, power, electricity] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M6 7h11a2 2 0 0 1 2 2v.5a0.5 .5 0 0 0 .5 .5a0.5 .5 0 0 1 .5 .5v3a0.5 .5 0 0 1 -.5 .5a0.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2" /> diff --git a/src/_icons/bed.svg b/src/_icons/bed.svg index 7a9bc3be..ed7c50a6 100644 --- a/src/_icons/bed.svg +++ b/src/_icons/bed.svg @@ -1,7 +1,7 @@  ---  category: Map  tags: [sleep, night, bedroom, rest] -version: 1.2 +version: "1.2"  ---  <svg>    <path d="M3 7v11m0 -4h18m0 4v-8a2 2 0 0 0 -2 -2h-8v6" /> diff --git a/src/_icons/bell-minus.svg b/src/_icons/bell-minus.svg index ca06f48f..98f173ee 100644 --- a/src/_icons/bell-minus.svg +++ b/src/_icons/bell-minus.svg @@ -1,6 +1,6 @@  ---  category: System -version: 1.37 +version: "1.37"  ---  <svg>    <path d="M10 5a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6" /> diff --git a/src/_icons/bell-off.svg b/src/_icons/bell-off.svg index f602b5d7..1c7becf7 100644 --- a/src/_icons/bell-off.svg +++ b/src/_icons/bell-off.svg @@ -1,6 +1,6 @@  ---  category: System -version: 1.22 +version: "1.22"  ---  <svg>    <line x1="3" y1="3" x2="21" y2="21" /> diff --git a/src/_icons/bell-plus.svg b/src/_icons/bell-plus.svg index 3472bf90..02b9e59d 100644 --- a/src/_icons/bell-plus.svg +++ b/src/_icons/bell-plus.svg @@ -1,6 +1,6 @@  ---  category: System -version: 1.37 +version: "1.37"  ---  <svg>    <path d="M10 5a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6" /> diff --git a/src/_icons/bell-ringing-2.svg b/src/_icons/bell-ringing-2.svg index 623ac74f..0261b48e 100644 --- a/src/_icons/bell-ringing-2.svg +++ b/src/_icons/bell-ringing-2.svg @@ -1,7 +1,7 @@  ---  category: System  tags: [alarm, sound, notification] -version: 1.37 +version: "1.37"  ---  <svg>    <path d="M19.364 4.636a2 2 0 0 1 0 2.828a7 7 0 0 1 -1.414 7.072l-2.122 2.12a4 4 0 0 0 -.707 3.536l-11.313 -11.312a4 4 0 0 0 3.535 -.707l2.121 -2.123a7 7 0 0 1 7.072 -1.414a2 2 0 0 1 2.828 0z" /> diff --git a/src/_icons/bell-ringing.svg b/src/_icons/bell-ringing.svg index e86c929f..23acb8ac 100644 --- a/src/_icons/bell-ringing.svg +++ b/src/_icons/bell-ringing.svg @@ -1,7 +1,7 @@  ---  category: System  tags: [alarm, sound, notification] -version: 1.24 +version: "1.24"  ---  <svg>    <path d="M10 5a2 2 0 0 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6" /> diff --git a/src/_icons/bell-x.svg b/src/_icons/bell-x.svg index 68b0a709..4392e03f 100644 --- a/src/_icons/bell-x.svg +++ b/src/_icons/bell-x.svg @@ -1,6 +1,6 @@  ---  category: System -version: 1.37 +version: "1.37"  ---  <svg>    <path d="M10 5a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6" /> diff --git a/src/_icons/bell.svg b/src/_icons/bell.svg index e719c3ce..7a7ea041 100644 --- a/src/_icons/bell.svg +++ b/src/_icons/bell.svg @@ -1,7 +1,7 @@  ---  category: System  tags: [alarm, sound, notification] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M10 5a2 2 0 0 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6" /> diff --git a/src/_icons/bike.svg b/src/_icons/bike.svg index 214a8627..255d9bae 100644 --- a/src/_icons/bike.svg +++ b/src/_icons/bike.svg @@ -1,7 +1,7 @@  ---  tags: [cycling, bicycle, sport, wheel]  category: Vehicles -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="5" cy="18" r="3" /> diff --git a/src/_icons/binary.svg b/src/_icons/binary.svg index b0b6c737..0e2470c1 100644 --- a/src/_icons/binary.svg +++ b/src/_icons/binary.svg @@ -1,6 +1,6 @@  ---  tags: [binary] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M11 10v-5h-1m8 14v-5h-1" /> diff --git a/src/_icons/biohazard.svg b/src/_icons/biohazard.svg index d0cf34b3..775892f6 100644 --- a/src/_icons/biohazard.svg +++ b/src/_icons/biohazard.svg @@ -1,7 +1,7 @@  ---  tags: [danger, radioactive, toxic, microbe, virus, biotoxin]  category: Symbols -version: 1.18 +version: "1.18"  ---  <svg>    <circle cx="12" cy="12" r="2" /> diff --git a/src/_icons/blockquote.svg b/src/_icons/blockquote.svg index 520b720f..7de817df 100644 --- a/src/_icons/blockquote.svg +++ b/src/_icons/blockquote.svg @@ -1,7 +1,7 @@  ---  category: Text  tags: [citation, quotation, saying, text, section, style, styling, css] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M6 15h15" /> diff --git a/src/_icons/bluetooth-connected.svg b/src/_icons/bluetooth-connected.svg index 2df672ed..602b43ed 100644 --- a/src/_icons/bluetooth-connected.svg +++ b/src/_icons/bluetooth-connected.svg @@ -1,7 +1,7 @@  ---  category: Devices  tags: [wireless, connection, connect] -version: 1.22 +version: "1.22"  ---  <svg>    <polyline points="7 8 17 16 12 20 12 4 17 8 7 16" /> diff --git a/src/_icons/bluetooth-off.svg b/src/_icons/bluetooth-off.svg index 021a3c84..74338b03 100644 --- a/src/_icons/bluetooth-off.svg +++ b/src/_icons/bluetooth-off.svg @@ -1,7 +1,7 @@  ---  tags: [wireless, conection, connect]  category: Devices -version: 1.22 +version: "1.22"  ---  <svg>    <line x1="3" y1="3" x2="21" y2="21" /> diff --git a/src/_icons/bluetooth.svg b/src/_icons/bluetooth.svg index 2da912a8..7e489d21 100644 --- a/src/_icons/bluetooth.svg +++ b/src/_icons/bluetooth.svg @@ -1,7 +1,7 @@  ---  category: Devices  tags: [wireless, connection, connect] -version: 1.0 +version: "1.0"  ---  <svg>    <polyline points="7 8 17 16 12 20 12 4 17 8 7 16" /> diff --git a/src/_icons/bold.svg b/src/_icons/bold.svg index 786e6f4f..4774ee36 100644 --- a/src/_icons/bold.svg +++ b/src/_icons/bold.svg @@ -1,7 +1,7 @@  ---  tags: [font, style, boldface]  category: Text -version: 1.3 +version: "1.3"  ---  <svg>    <path d="M7 5h6a3.5 3.5 0 0 1 0 7h-6z" /> diff --git a/src/_icons/bolt-off.svg b/src/_icons/bolt-off.svg index dd1ac5f4..fd92a84c 100644 --- a/src/_icons/bolt-off.svg +++ b/src/_icons/bolt-off.svg @@ -1,6 +1,6 @@  ---  tags: [energy, power, electricity, storm] -version: 1.22 +version: "1.22"  ---  <svg>    <line x1="3" y1="3" x2="21" y2="21" /> diff --git a/src/_icons/bolt.svg b/src/_icons/bolt.svg index d1c194b7..0e2d30f2 100644 --- a/src/_icons/bolt.svg +++ b/src/_icons/bolt.svg @@ -1,6 +1,6 @@  ---  tags: [energy, power, electricity, storm] -version: 1.0 +version: "1.0"  ---  <svg>    <polyline points="13 3 13 10 19 10 11 21 11 14 5 14 13 3" /> diff --git a/src/_icons/bone.svg b/src/_icons/bone.svg index 40118f79..fbaccc4e 100644 --- a/src/_icons/bone.svg +++ b/src/_icons/bone.svg @@ -1,6 +1,6 @@  ---  category: Food -version: 1.35 +version: "1.35"  ---  <svg>    <path d="M15 3a3 3 0 0 1 3 3a3 3 0 1 1 -2.12 5.122l-4.758 4.758a3 3 0 1 1 -5.117 2.297l-.005 -.177l-.176 -.005a3 3 0 1 1 2.298 -5.115l4.758 -4.758a3 3 0 0 1 2.12 -5.122z" /> diff --git a/src/_icons/book.svg b/src/_icons/book.svg index e315502b..7ae0464f 100644 --- a/src/_icons/book.svg +++ b/src/_icons/book.svg @@ -1,7 +1,7 @@  ---  category: Document  tags: [read, dictionary, magazine, library, booklet, novel] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M3 19a9 9 0 0 1 9 0a9 9 0 0 1 9 0" /> diff --git a/src/_icons/bookmark-off.svg b/src/_icons/bookmark-off.svg index 4baac0e4..e6afcae2 100644 --- a/src/_icons/bookmark-off.svg +++ b/src/_icons/bookmark-off.svg @@ -1,7 +1,7 @@  ---  category: Document  tags: [read, clip, marker, tag] -version: 1.22 +version: "1.22"  ---  <svg>    <line x1="3" y1="3" x2="21" y2="21" /> diff --git a/src/_icons/bookmark.svg b/src/_icons/bookmark.svg index 83521fb5..302384d0 100644 --- a/src/_icons/bookmark.svg +++ b/src/_icons/bookmark.svg @@ -1,7 +1,7 @@  ---  category: Document  tags: [read, clip, marker, tag] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M9 4h6a2 2 0 0 1 2 2v14l-5 -3l-5 3v-14a2 2 0 0 1 2 -2" /> diff --git a/src/_icons/bookmarks.svg b/src/_icons/bookmarks.svg index bbf53216..b289527a 100644 --- a/src/_icons/bookmarks.svg +++ b/src/_icons/bookmarks.svg @@ -1,7 +1,7 @@  ---  tags: [read, clip, marker, tag]  category: Document -version: 1.24 +version: "1.24"  ---  <svg>    <path d="M13 7a2 2 0 0 1 2 2v12l-5 -3l-5 3v-12a2 2 0 0 1 2 -2h6z" /> diff --git a/src/_icons/border-all.svg b/src/_icons/border-all.svg index b9c17e05..83e4be60 100644 --- a/src/_icons/border-all.svg +++ b/src/_icons/border-all.svg @@ -1,7 +1,7 @@  ---  tags: [table, side, line]  category: Design -version: 1.0 +version: "1.0"  ---  <svg>    <rect x="4" y="4" width="16" height="16" rx="2" /> diff --git a/src/_icons/border-bottom.svg b/src/_icons/border-bottom.svg index 783b48a3..bf5d2024 100644 --- a/src/_icons/border-bottom.svg +++ b/src/_icons/border-bottom.svg @@ -1,7 +1,7 @@  ---  tags: [table, side, line]  category: Design -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="20" y1="20" x2="4" y2="20" /> diff --git a/src/_icons/border-horizontal.svg b/src/_icons/border-horizontal.svg index d197881a..0ba2f936 100644 --- a/src/_icons/border-horizontal.svg +++ b/src/_icons/border-horizontal.svg @@ -1,7 +1,7 @@  ---  tags: [table, side, line]  category: Design -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="4" y1="12" x2="20" y2="12" /> diff --git a/src/_icons/border-inner.svg b/src/_icons/border-inner.svg index 7e820117..db7d151d 100644 --- a/src/_icons/border-inner.svg +++ b/src/_icons/border-inner.svg @@ -1,7 +1,7 @@  ---  tags: [table, side, line]  category: Design -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="4" y1="12" x2="20" y2="12" /> diff --git a/src/_icons/border-left.svg b/src/_icons/border-left.svg index fbe1b32c..f4d58261 100644 --- a/src/_icons/border-left.svg +++ b/src/_icons/border-left.svg @@ -1,7 +1,7 @@  ---  tags: [table, side, line]  category: Design -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="4" y1="20" x2="4" y2="4" /> diff --git a/src/_icons/border-none.svg b/src/_icons/border-none.svg index 5a176510..21b4877d 100644 --- a/src/_icons/border-none.svg +++ b/src/_icons/border-none.svg @@ -1,7 +1,7 @@  ---  tags: [table]  category: Design -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="4" y1="4" x2="4" y2="4.01" /> diff --git a/src/_icons/border-outer.svg b/src/_icons/border-outer.svg index ce6dc595..4730f30f 100644 --- a/src/_icons/border-outer.svg +++ b/src/_icons/border-outer.svg @@ -1,7 +1,7 @@  ---  tags: [table, side, line]  category: Design -version: 1.0 +version: "1.0"  ---  <svg>    <rect x="4" y="4" width="16" height="16" rx="2" /> diff --git a/src/_icons/border-radius.svg b/src/_icons/border-radius.svg index 7a847a07..e0d1afe4 100644 --- a/src/_icons/border-radius.svg +++ b/src/_icons/border-radius.svg @@ -1,7 +1,7 @@  ---  tags: [corner, rounded, line]  category: Design -version: 1.3 +version: "1.3"  ---  <svg>    <path d="M4 12v-4a4 4 0 0 1 4 -4h4" /> diff --git a/src/_icons/border-right.svg b/src/_icons/border-right.svg index 64e8defe..8b71fdf8 100644 --- a/src/_icons/border-right.svg +++ b/src/_icons/border-right.svg @@ -1,7 +1,7 @@  ---  tags: [table, side, line]  category: Design -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="20" y1="4" x2="20" y2="20" /> diff --git a/src/_icons/border-style.svg b/src/_icons/border-style.svg index d69e15a2..54f2d998 100644 --- a/src/_icons/border-style.svg +++ b/src/_icons/border-style.svg @@ -1,6 +1,6 @@  ---  tags: [google, excel, sheets, sheets] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M4 20v-14a2 2 0 0 1 2 -2h14" /> diff --git a/src/_icons/border-top.svg b/src/_icons/border-top.svg index d0f480e9..a023a27a 100644 --- a/src/_icons/border-top.svg +++ b/src/_icons/border-top.svg @@ -1,7 +1,7 @@  ---  tags: [table, side, line]  category: Design -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="4" y1="4" x2="20" y2="4" /> diff --git a/src/_icons/border-vertical.svg b/src/_icons/border-vertical.svg index f8bce399..457ead89 100644 --- a/src/_icons/border-vertical.svg +++ b/src/_icons/border-vertical.svg @@ -1,7 +1,7 @@  ---  tags: [table, side, line]  category: Design -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="12" y1="4" x2="12" y2="20" /> diff --git a/src/_icons/bottle.svg b/src/_icons/bottle.svg index d4dd6065..7d04fdaa 100644 --- a/src/_icons/bottle.svg +++ b/src/_icons/bottle.svg @@ -1,6 +1,6 @@  ---  category: Food -version: 1.40 +version: "1.40"  ---  <svg>    <path d="M10 5h4v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2z" /> diff --git a/src/_icons/box-margin.svg b/src/_icons/box-margin.svg index 0a15df50..e4073d57 100644 --- a/src/_icons/box-margin.svg +++ b/src/_icons/box-margin.svg @@ -1,7 +1,7 @@  ---  tags: [css, cascading, style, section, space, text, content, outside, container]  category: Design -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M8 8h8v8h-8z" /> diff --git a/src/_icons/box-model.svg b/src/_icons/box-model.svg index 25b8315c..e1ed7ef3 100644 --- a/src/_icons/box-model.svg +++ b/src/_icons/box-model.svg @@ -1,7 +1,7 @@  ---  tags: [css, cascading, style, section, element, square, website, container]  category: Design -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M8 8h8v8h-8z" /> diff --git a/src/_icons/box-multiple-0.svg b/src/_icons/box-multiple-0.svg index df367535..2d997647 100644 --- a/src/_icons/box-multiple-0.svg +++ b/src/_icons/box-multiple-0.svg @@ -1,7 +1,7 @@  ---  tags: [css, cascading, style, sheet, background, section, zero, website, layer]  category: Numbers -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M14 6a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" /> diff --git a/src/_icons/box-multiple-1.svg b/src/_icons/box-multiple-1.svg index 8a7dcd78..ec5e7258 100644 --- a/src/_icons/box-multiple-1.svg +++ b/src/_icons/box-multiple-1.svg @@ -1,7 +1,7 @@  ---  tags: [css, cascading, style, sheet, background, section, one, website, layer]  category: Numbers -version: 1.39 +version: "1.39"  ---  <svg>    <rect x="7" y="3" width="14" height="14" rx="2" /> diff --git a/src/_icons/box-multiple-2.svg b/src/_icons/box-multiple-2.svg index e73be4e2..f8411fc1 100644 --- a/src/_icons/box-multiple-2.svg +++ b/src/_icons/box-multiple-2.svg @@ -1,7 +1,7 @@  ---  tags: [css, cascading, style, sheet, background, section, two, website, layer]  category: Numbers -version: 1.39 +version: "1.39"  ---  <svg>    <rect x="7" y="3" width="14" height="14" rx="2" /> diff --git a/src/_icons/box-multiple-3.svg b/src/_icons/box-multiple-3.svg index c3b5d685..78f4d3cc 100644 --- a/src/_icons/box-multiple-3.svg +++ b/src/_icons/box-multiple-3.svg @@ -1,7 +1,7 @@  ---  tags: [css, cascading, style, sheet, background, section, three, website, layer]  category: Numbers -version: 1.39 +version: "1.39"  ---  <svg>    <rect x="7" y="3" width="14" height="14" rx="2" /> diff --git a/src/_icons/box-multiple-4.svg b/src/_icons/box-multiple-4.svg index 0e7409ec..c5650bfe 100644 --- a/src/_icons/box-multiple-4.svg +++ b/src/_icons/box-multiple-4.svg @@ -1,7 +1,7 @@  ---  tags: [css, cascading, style, sheet, background, section, four, website, layer]  category: Numbers -version: 1.39 +version: "1.39"  ---  <svg>    <rect x="7" y="3" width="14" height="14" rx="2" /> diff --git a/src/_icons/box-multiple-5.svg b/src/_icons/box-multiple-5.svg index fac222d8..01ba81a7 100644 --- a/src/_icons/box-multiple-5.svg +++ b/src/_icons/box-multiple-5.svg @@ -1,7 +1,7 @@  ---  tags: [css, cascading, style, sheet, background, section, five, website, layer]  category: Numbers -version: 1.39 +version: "1.39"  ---  <svg>    <rect x="7" y="3" width="14" height="14" rx="2" /> diff --git a/src/_icons/box-multiple-6.svg b/src/_icons/box-multiple-6.svg index f3a450f8..b7c89ce4 100644 --- a/src/_icons/box-multiple-6.svg +++ b/src/_icons/box-multiple-6.svg @@ -1,7 +1,7 @@  ---  tags: [css, cascading, style, sheet, background, section, six, website, layer]  category: Numbers -version: 1.39 +version: "1.39"  ---  <svg>    <rect x="7" y="3" width="14" height="14" rx="2" /> diff --git a/src/_icons/box-multiple-7.svg b/src/_icons/box-multiple-7.svg index d5cc9be5..d08adf77 100644 --- a/src/_icons/box-multiple-7.svg +++ b/src/_icons/box-multiple-7.svg @@ -1,7 +1,7 @@  ---  tags: [css, cascading, style, sheet, background, section, seven, website, layer]  category: Numbers -version: 1.39 +version: "1.39"  ---  <svg>    <rect x="7" y="3" width="14" height="14" rx="2" /> diff --git a/src/_icons/box-multiple-8.svg b/src/_icons/box-multiple-8.svg index 52e3e5c1..ddfa87ed 100644 --- a/src/_icons/box-multiple-8.svg +++ b/src/_icons/box-multiple-8.svg @@ -1,7 +1,7 @@  ---  tags: [css, cascading, style, sheet, background, section, eight, website, layer]  category: Numbers -version: 1.39 +version: "1.39"  ---  <svg>    <rect x="7" y="3" width="14" height="14" rx="2" /> diff --git a/src/_icons/box-multiple-9.svg b/src/_icons/box-multiple-9.svg index c0126f60..ab3274f6 100644 --- a/src/_icons/box-multiple-9.svg +++ b/src/_icons/box-multiple-9.svg @@ -1,7 +1,7 @@  ---  tags: [css, cascading, style, sheet, background, section, nine, website, layer]  category: Numbers -version: 1.39 +version: "1.39"  ---  <svg>    <rect x="7" y="3" width="14" height="14" rx="2" /> diff --git a/src/_icons/box-multiple.svg b/src/_icons/box-multiple.svg index 3e4e9b2f..78c059d5 100644 --- a/src/_icons/box-multiple.svg +++ b/src/_icons/box-multiple.svg @@ -1,6 +1,6 @@  ---  tags: [css, cascading, style, sheet, background, section, website, layer] -version: 1.39 +version: "1.39"  ---  <svg>    <rect x="7" y="3" width="14" height="14" rx="2" /> diff --git a/src/_icons/box-padding.svg b/src/_icons/box-padding.svg index 9252f630..5c845bd3 100644 --- a/src/_icons/box-padding.svg +++ b/src/_icons/box-padding.svg @@ -1,7 +1,7 @@  ---  tags: [css, cascading, style, section, space, text, content, website, container, inside]  category: Design -version: 1.39 +version: "1.39"  ---  <svg>    <rect x="4" y="4" width="16" height="16" rx="2" /> diff --git a/src/_icons/box.svg b/src/_icons/box.svg index f8781a85..13e08078 100644 --- a/src/_icons/box.svg +++ b/src/_icons/box.svg @@ -1,6 +1,6 @@  ---  tags: [cube, app, application, package, container] -version: 1.0 +version: "1.0"  ---  <svg>    <polyline points="12 3 20 7.5 20 16.5 12 21 4 16.5 4 7.5 12 3" /> diff --git a/src/_icons/braces.svg b/src/_icons/braces.svg index 216935b5..7929ca8c 100644 --- a/src/_icons/braces.svg +++ b/src/_icons/braces.svg @@ -1,6 +1,6 @@  ---  tags: [punctuation, additional, information] -version: 1.6 +version: "1.6"  category: Math  ---  <svg> diff --git a/src/_icons/brackets.svg b/src/_icons/brackets.svg index 4088daf2..c3184f5f 100644 --- a/src/_icons/brackets.svg +++ b/src/_icons/brackets.svg @@ -1,6 +1,6 @@  ---  tags: [punctuation, additional, information] -version: 1.6 +version: "1.6"  category: Math  ---  <svg> diff --git a/src/_icons/brand-airbnb.svg b/src/_icons/brand-airbnb.svg index 83f422f9..d836234d 100644 --- a/src/_icons/brand-airbnb.svg +++ b/src/_icons/brand-airbnb.svg @@ -1,7 +1,7 @@  ---  tags: [flat, apartment, holiday, vacation, city, break, book]  category: Brand -version: 1.32 +version: "1.32"  ---  <svg>    <path d="M12 10c-2 0 -3 1 -3 3c0 1.5 1.494 3.535 3 5.5c1 1 1.5 1.5 2.5 2s2.5 1 4.5 -.5s1.5 -3.5 .5 -6s-2.333 -5.5 -5 -9.5c-.834 -1 -1.5 -1.5 -2.503 -1.5c-1 0 -1.623 .45 -2.497 1.5c-2.667 4 -4 7 -5 9.5s-1.5 4.5 .5 6s3.5 1 4.5 .5s1.5 -1 2.5 -2c1.506 -1.965 3 -4 3 -5.5c0 -2 -1 -3 -3 -3z" /> diff --git a/src/_icons/brand-android.svg b/src/_icons/brand-android.svg index c136f997..1d413d11 100644 --- a/src/_icons/brand-android.svg +++ b/src/_icons/brand-android.svg @@ -1,7 +1,7 @@  ---  tags: [OS, company, system, interface, software, logo]  category: Brand -version: 1.9 +version: "1.9"  ---  <svg>    <line x1="4" y1="10" x2="4" y2="16" /> diff --git a/src/_icons/brand-apple-arcade.svg b/src/_icons/brand-apple-arcade.svg index 48e61f2a..0381a0ea 100644 --- a/src/_icons/brand-apple-arcade.svg +++ b/src/_icons/brand-apple-arcade.svg @@ -1,7 +1,7 @@  ---  tags: [technology, video, game, service, macOS, device, play, online]  category: Brand -version: 1.32 +version: "1.32"  ---  <svg>    <circle cx="12" cy="5" r="2" /> diff --git a/src/_icons/brand-apple.svg b/src/_icons/brand-apple.svg index 382f9223..34709b25 100644 --- a/src/_icons/brand-apple.svg +++ b/src/_icons/brand-apple.svg @@ -1,7 +1,7 @@  ---  tags: [OS, company, system, interface, software, devices, logo]  category: Brand -version: 1.9 +version: "1.9"  ---  <svg>    <path d="M9 7c-3 0 -4 3 -4 5.5c0 3 2 7.5 4 7.5c1.088 -.046 1.679 -.5 3 -.5c1.312 0 1.5 .5 3 .5s4 -3 4 -5c-.028 -.01 -2.472 -.403 -2.5 -3c-.019 -2.17 2.416 -2.954 2.5 -3c-1.023 -1.492 -2.951 -1.963 -3.5 -2c-1.433 -.111 -2.83 1 -3.5 1c-.68 0 -1.9 -1 -3 -1z" /> diff --git a/src/_icons/brand-appstore.svg b/src/_icons/brand-appstore.svg index 90b0b429..ca9dcb4c 100644 --- a/src/_icons/brand-appstore.svg +++ b/src/_icons/brand-appstore.svg @@ -1,7 +1,7 @@  ---  tags: [shop, online, application, logo]  category: Brand -version: 1.26 +version: "1.26"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/brand-asana.svg b/src/_icons/brand-asana.svg index 01e1b865..43316e4c 100644 --- a/src/_icons/brand-asana.svg +++ b/src/_icons/brand-asana.svg @@ -1,7 +1,7 @@  ---  tags: [task, management, project management, manage, collaborate, collaboration, team, teamwork, technology]  category: Brand -version: 1.36 +version: "1.36"  ---  <svg>    <circle cx="12" cy="7" r="3" /> diff --git a/src/_icons/brand-behance.svg b/src/_icons/brand-behance.svg index e0710b7e..30da4ee1 100644 --- a/src/_icons/brand-behance.svg +++ b/src/_icons/brand-behance.svg @@ -1,7 +1,7 @@  ---  tags: [logo, website, Adobe, project, views, marks, platform, designer]  category: Brand -version: 1.13 +version: "1.13"  ---  <svg>    <path d="M3 18v-12h4.5a3 3 0 0 1 0 6a3 3 0 0 1 0 6h-4.5" /> diff --git a/src/_icons/brand-bing.svg b/src/_icons/brand-bing.svg index afe66bc6..1894c539 100644 --- a/src/_icons/brand-bing.svg +++ b/src/_icons/brand-bing.svg @@ -1,7 +1,7 @@  ---  tags: [search, result, find, search, engine, internet, microsoft, web, technology]  category: Brand -version: 1.36 +version: "1.36"  ---  <svg>    <path d="M5 3l4 1.5v12l6 -2.5l-2 -1l-1 -4l7 2.5v4.5l-10 5l-4 -2z" /> diff --git a/src/_icons/brand-bitbucket.svg b/src/_icons/brand-bitbucket.svg index 260096ed..7965de78 100644 --- a/src/_icons/brand-bitbucket.svg +++ b/src/_icons/brand-bitbucket.svg @@ -1,7 +1,7 @@  ---  tags: [version, control, repository, hosting, atlassian, source, code, development, git, technology]  category: Brand -version: 1.36 +version: "1.36"  ---  <svg>    <path d="M3.648 4a0.64 .64 0 0 0 -.64 .744l3.14 14.528c.07 .417 .43 .724 .852 .728h10a0.644 .644 0 0 0 .642 -.539l3.35 -14.71a0.641 .641 0 0 0 -.64 -.744l-16.704 -.007z" /> diff --git a/src/_icons/brand-booking.svg b/src/_icons/brand-booking.svg index 2fc7a63b..5e49c157 100644 --- a/src/_icons/brand-booking.svg +++ b/src/_icons/brand-booking.svg @@ -1,7 +1,7 @@  ---  tags: [flat, apartment, holiday, vacation, city, break, book, rent]  category: Brand -version: 1.36 +version: "1.36"  ---  <svg>    <path d="M4 18v-9.5a4.5 4.5 0 0 1 4.5 -4.5h7a4.5 4.5 0 0 1 4.5 4.5v7a4.5 4.5 0 0 1 -4.5 4.5h-9.5a2 2 0 0 1 -2 -2z" /> diff --git a/src/_icons/brand-chrome.svg b/src/_icons/brand-chrome.svg index 418b0d57..4e0a9385 100644 --- a/src/_icons/brand-chrome.svg +++ b/src/_icons/brand-chrome.svg @@ -1,7 +1,7 @@  ---  tags: [browser, internet, web, logo]  category: Brand -version: 1.9 +version: "1.9"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/brand-codepen.svg b/src/_icons/brand-codepen.svg index 178cb469..636cf68a 100644 --- a/src/_icons/brand-codepen.svg +++ b/src/_icons/brand-codepen.svg @@ -1,7 +1,7 @@  ---  tags: [logo, community, internet, codes, programing, programmer, source, website, platform, designer]  category: Brand -version: 1.13 +version: "1.13"  ---  <svg>    <path d="M3 15l9 6l9 -6l-9 -6l-9 6" /> diff --git a/src/_icons/brand-codesandbox.svg b/src/_icons/brand-codesandbox.svg index 32443fe8..cc55dc40 100644 --- a/src/_icons/brand-codesandbox.svg +++ b/src/_icons/brand-codesandbox.svg @@ -1,7 +1,7 @@  ---  tags: [online, code, editor, prototyping, prototype, web, app, programming, integrated, development, environment, technology]  category: Brand -version: 1.32 +version: "1.32"  ---  <svg>    <path d="M20 7.5v9l-4 2.25l-4 2.25l-4 -2.25l-4 -2.25v-9l4 -2.25l4 -2.25l4 2.25z" /> diff --git a/src/_icons/brand-css3.svg b/src/_icons/brand-css3.svg index caf524a2..3092a30f 100644 --- a/src/_icons/brand-css3.svg +++ b/src/_icons/brand-css3.svg @@ -1,7 +1,7 @@  ---  tags: [cascading, style, sheet, programming, development, web, website, technology]  category: Brand -version: 1.32 +version: "1.32"  ---  <svg>    <path d="M20 4l-2 14.5l-6 2l-6 -2l-2 -14.5z" /> diff --git a/src/_icons/brand-deviantart.svg b/src/_icons/brand-deviantart.svg index c975b2c8..c5bcac7c 100644 --- a/src/_icons/brand-deviantart.svg +++ b/src/_icons/brand-deviantart.svg @@ -1,7 +1,7 @@  ---  tags: [logo, community, internet, works, designer, project, presenting, artist, discussion, website, platform]  category: Brand -version: 1.23 +version: "1.23"  ---  <svg>    <path d="M18 3v4l-3.857 6h3.857v4h-6.429l-2.571 4h-3v-4l3.857 -6h-3.857v-4h6.429l2.571 -4z" /> diff --git a/src/_icons/brand-discord.svg b/src/_icons/brand-discord.svg index b976982f..2073b520 100644 --- a/src/_icons/brand-discord.svg +++ b/src/_icons/brand-discord.svg @@ -1,7 +1,7 @@  ---  tags: [app, application, logo, communication, talks, gamers, freeware, platform]  category: Brand -version: 1.21 +version: "1.21"  ---  <svg>    <circle cx="9" cy="12" r="1" /> diff --git a/src/_icons/brand-disqus.svg b/src/_icons/brand-disqus.svg index c8e639bd..a885967e 100644 --- a/src/_icons/brand-disqus.svg +++ b/src/_icons/brand-disqus.svg @@ -1,7 +1,7 @@  ---  tags: [comment, blog, service, website, online, platform, social, networking, technology]  category: Brand -version: 1.36 +version: "1.36"  ---  <svg>    <path d="M11.847 21c-2.259 0 -4.323 -.667 -5.919 -2h-3.928l1.708 -3.266c-.545 -1.174 -.759 -2.446 -.758 -3.734c0 -4.97 3.84 -9 8.898 -9c5.052 0 9.152 4.03 9.152 9c0 4.972 -4.098 9 -9.153 9z" /> diff --git a/src/_icons/brand-docker.svg b/src/_icons/brand-docker.svg index cadba154..f7ad0bbb 100644 --- a/src/_icons/brand-docker.svg +++ b/src/_icons/brand-docker.svg @@ -1,7 +1,7 @@  ---  tags: [app, development, hub, platform, software, developer, programming, programmer, virtualization, technology]  category: Brand -version: 1.36 +version: "1.36"  ---  <svg>    <path d="M22 12.54c-1.804 -.345 -2.701 -1.08 -3.523 -2.94c-.487 .696 -1.102 1.568 -.92 2.4c.028 .238 -.32 1.002 -.557 1h-14c0 5.208 3.164 7 6.196 7c4.124 .022 7.828 -1.376 9.854 -5c1.146 -.101 2.296 -1.505 2.95 -2.46z" /> diff --git a/src/_icons/brand-dribbble.svg b/src/_icons/brand-dribbble.svg index 7d8328d8..33567bd6 100644 --- a/src/_icons/brand-dribbble.svg +++ b/src/_icons/brand-dribbble.svg @@ -1,7 +1,7 @@  ---  tags: [logo, website, community, project, platform, self-promotion, designer, portfolio]  category: Brand -version: 1.18 +version: "1.18"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/brand-edge.svg b/src/_icons/brand-edge.svg index a2a7adb1..2c5f6c09 100644 --- a/src/_icons/brand-edge.svg +++ b/src/_icons/brand-edge.svg @@ -1,7 +1,7 @@  ---  category: Brand  tags: [browser, internet, web, logo, explorer] -version: 1.23 +version: "1.23"  ---  <svg>    <path d="M20.978 11.372a9 9 0 1 0 -1.593 5.773" /> diff --git a/src/_icons/brand-facebook.svg b/src/_icons/brand-facebook.svg index daceca30..1b7a71d1 100644 --- a/src/_icons/brand-facebook.svg +++ b/src/_icons/brand-facebook.svg @@ -1,7 +1,7 @@  ---  tags: [logo, app, application, community, social, communication, website, user, post, images, photos, comment, feedback]  category: Brand -version: 1.18 +version: "1.18"  ---  <svg>    <path d="M7 10v4h3v7h4v-7h3l1 -4h-4v-2a1 1 0 0 1 1 -1h3v-4h-3a5 5 0 0 0 -5 5v2h-3" /> diff --git a/src/_icons/brand-figma.svg b/src/_icons/brand-figma.svg index 3e7e09e6..a31a085e 100644 --- a/src/_icons/brand-figma.svg +++ b/src/_icons/brand-figma.svg @@ -1,7 +1,7 @@  ---  tags: [logo, editor, graphic, image, implement, prototyping]  category: Brand -version: 1.16 +version: "1.16"  ---  <svg>    <circle cx="15" cy="12" r="3" /> diff --git a/src/_icons/brand-firefox.svg b/src/_icons/brand-firefox.svg index 7e969d3d..18576a4b 100644 --- a/src/_icons/brand-firefox.svg +++ b/src/_icons/brand-firefox.svg @@ -1,7 +1,7 @@  ---  category: Brand  tags: [browser, internet, web, logo] -version: 1.23 +version: "1.23"  ---  <svg>    <path d="M4.028 7.82a9 9 0 1 0 12.823 -3.4c-1.636 -1.02 -3.064 -1.02 -4.851 -1.02h-1.647" /> diff --git a/src/_icons/brand-flickr.svg b/src/_icons/brand-flickr.svg index 39d7e3c1..62162474 100644 --- a/src/_icons/brand-flickr.svg +++ b/src/_icons/brand-flickr.svg @@ -1,7 +1,7 @@  ---  tags: [logo, website, house, facilitate, sharing, digital, photos, images]  category: Brand -version: 1.23 +version: "1.23"  ---  <svg>    <circle cx="7" cy="12" r="3" /> diff --git a/src/_icons/brand-foursquare.svg b/src/_icons/brand-foursquare.svg index 3e71e824..1d4e0db6 100644 --- a/src/_icons/brand-foursquare.svg +++ b/src/_icons/brand-foursquare.svg @@ -1,7 +1,7 @@  ---  tags: [logo, website, community, social, network]  category: Brand -version: 1.23 +version: "1.23"  ---  <svg>    <path d="M7 3h10c.644 0 1.11 .696 .978 1.33l-1.984 9.859a1.014 1.014 0 0 1 -.994 .811h-2.254c-.308 0 -.6 .141 -.793 .382l-4.144 5.25c-.599 .752 -1.809 .331 -1.809 -.632v-16c0 -.564 .44 -1 1 -1z" /> diff --git a/src/_icons/brand-framer.svg b/src/_icons/brand-framer.svg index 6aec6f67..d729515e 100644 --- a/src/_icons/brand-framer.svg +++ b/src/_icons/brand-framer.svg @@ -1,7 +1,7 @@  ---  tags: [logo, application, app, prototyping, prototype, animations]  category: Brand -version: 1.9 +version: "1.9"  ---  <svg>    <path d="M6 15h12l-12 -12h12v6h-12v6l6 6v-6" /> diff --git a/src/_icons/brand-github.svg b/src/_icons/brand-github.svg index 2c9239c9..dc3e1567 100644 --- a/src/_icons/brand-github.svg +++ b/src/_icons/brand-github.svg @@ -1,7 +1,7 @@  ---  tags: [logo, website, hosting, project, programming, software, development]  category: Brand -version: 1.18 +version: "1.18"  ---  <svg>    <path d="M9 19c-4.3 1.4 -4.3 -2.5 -6 -3m12 5v-3.5c0 -1 .1 -1.4 -.5 -2c2.8 -.3 5.5 -1.4 5.5 -6a4.6 4.6 0 0 0 -1.3 -3.2a4.2 4.2 0 0 0 -.1 -3.2s-1.1 -.3 -3.5 1.3a12.3 12.3 0 0 0 -6.2 0c-2.4 -1.6 -3.5 -1.3 -3.5 -1.3a4.2 4.2 0 0 0 -.1 3.2a4.6 4.6 0 0 0 -1.3 3.2c0 4.6 2.7 5.7 5.5 6c-.6 .6 -.6 1.2 -.5 2v3.5" /> diff --git a/src/_icons/brand-gitlab.svg b/src/_icons/brand-gitlab.svg index 865603f1..6dc017f4 100644 --- a/src/_icons/brand-gitlab.svg +++ b/src/_icons/brand-gitlab.svg @@ -1,7 +1,7 @@  ---  tags: [logo, website, software, code, programming, programmers]  category: Brand -version: 1.9 +version: "1.9"  ---  <svg>    <path d="M21 14l-9 7l-9 -7l3 -11l3 7h6l3 -7z" /> diff --git a/src/_icons/brand-google-analytics.svg b/src/_icons/brand-google-analytics.svg index 15daec37..a7247e10 100644 --- a/src/_icons/brand-google-analytics.svg +++ b/src/_icons/brand-google-analytics.svg @@ -1,7 +1,7 @@  ---  tags: [advertising, track, website, traffic, e-commerce, online, technology]  category: Brand -version: 1.36 +version: "1.36"  ---  <svg>    <rect x="10" y="9" width="4" height="12" rx="1.105" /> diff --git a/src/_icons/brand-google-drive.svg b/src/_icons/brand-google-drive.svg index bd7121ab..8d4e42ec 100644 --- a/src/_icons/brand-google-drive.svg +++ b/src/_icons/brand-google-drive.svg @@ -1,7 +1,7 @@  ---  tags: [logo, cloud, disc, documents, sheet, presentation, file, edit]  category: Brand -version: 1.9 +version: "1.9"  ---  <svg>    <path d="M12 10l-6 10l-3 -5l6 -10z" /> diff --git a/src/_icons/brand-google-play.svg b/src/_icons/brand-google-play.svg index 5050a7d3..6928b2f2 100644 --- a/src/_icons/brand-google-play.svg +++ b/src/_icons/brand-google-play.svg @@ -1,7 +1,7 @@  ---  tags: [logo, application, app, shop, store, online]  category: Brand -version: 1.26 +version: "1.26"  ---  <svg>    <path d="M4 3.71v16.58a0.7 .7 0 0 0 1.05 .606l14.622 -8.42a0.55 .55 0 0 0 0 -.953l-14.622 -8.419a0.7 .7 0 0 0 -1.05 .607z" /> diff --git a/src/_icons/brand-google.svg b/src/_icons/brand-google.svg index e02e0801..6a737c16 100644 --- a/src/_icons/brand-google.svg +++ b/src/_icons/brand-google.svg @@ -1,7 +1,7 @@  ---  tags: [logo, enterprise, browser, internet, web, discover]  category: Brand -version: 1.18 +version: "1.18"  ---  <svg>    <path d="M17.788 5.108a9 9 0 1 0 3.212 6.892h-8" /> diff --git a/src/_icons/brand-gravatar.svg b/src/_icons/brand-gravatar.svg index e3ae4051..f35f27dc 100644 --- a/src/_icons/brand-gravatar.svg +++ b/src/_icons/brand-gravatar.svg @@ -1,7 +1,7 @@  ---  tags: [avatar, image, face, blog, comment, represent, online, technology]  category: Brand -version: 1.36 +version: "1.36"  ---  <svg>    <path d="M5.64 5.632a9 9 0 1 0 6.36 -2.632v7.714" /> diff --git a/src/_icons/brand-hipchat.svg b/src/_icons/brand-hipchat.svg index 5458cd38..f0924bd3 100644 --- a/src/_icons/brand-hipchat.svg +++ b/src/_icons/brand-hipchat.svg @@ -1,7 +1,7 @@  ---  tags: [chat, communicate, communication, talk, discuss, app, collaborate, collaboration, technology]  category: Brand -version: 1.36 +version: "1.36"  ---  <svg>    <path d="M17.802 17.292s.077 -.055 .2 -.149c1.843 -1.425 2.998 -3.49 2.998 -5.789c0 -4.286 -4.03 -7.764 -8.998 -7.764c-4.97 0 -9.002 3.478 -9.002 7.764c0 4.288 4.03 7.646 9 7.646c.424 0 1.12 -.028 2.088 -.084c1.262 .82 3.104 1.493 4.716 1.493c.499 0 .734 -.41 .414 -.828c-.486 -.596 -1.156 -1.551 -1.416 -2.29z" /> diff --git a/src/_icons/brand-html5.svg b/src/_icons/brand-html5.svg index 5aef83ca..50950a70 100644 --- a/src/_icons/brand-html5.svg +++ b/src/_icons/brand-html5.svg @@ -1,7 +1,7 @@  ---  tags: [programming, development, web, website, technology, markup, language, technology]  category: Brand -version: 1.32 +version: "1.32"  ---  <svg>    <path d="M20 4l-2 14.5l-6 2l-6 -2l-2 -14.5z" /> diff --git a/src/_icons/brand-instagram.svg b/src/_icons/brand-instagram.svg index 3e609b31..0d6ef058 100644 --- a/src/_icons/brand-instagram.svg +++ b/src/_icons/brand-instagram.svg @@ -1,7 +1,7 @@  ---  tags: [logo, app, application, images, photos, videos, post, stories, online, community]  category: Brand -version: 1.9 +version: "1.9"  ---  <svg>    <rect x="4" y="4" width="16" height="16" rx="4" /> diff --git a/src/_icons/brand-javascript.svg b/src/_icons/brand-javascript.svg index feddca2f..4490f653 100644 --- a/src/_icons/brand-javascript.svg +++ b/src/_icons/brand-javascript.svg @@ -1,7 +1,7 @@  ---  category: Brand  tags: [js, language, programming] -version: 1.40 +version: "1.40"  ---  <svg>    <path d="M20 4l-2 14.5l-6 2l-6 -2l-2 -14.5z" /> diff --git a/src/_icons/brand-kickstarter.svg b/src/_icons/brand-kickstarter.svg index ce163c4b..3a5faf40 100644 --- a/src/_icons/brand-kickstarter.svg +++ b/src/_icons/brand-kickstarter.svg @@ -1,7 +1,7 @@  ---  tags: [crowdfunding, platform, project, creative, idea, business, launch, technology]  category: Brand -version: 1.36 +version: "1.36"  ---  <svg>    <path d="M11 9l2.975 -4.65c.615 -.9 1.405 -1.35 2.377 -1.35c.79 0 1.474 .286 2.054 .858c.576 .574 .866 1.256 .866 2.054c0 .588 -.153 1.109 -.46 1.559l-2.812 4.029l3.465 4.912c.356 .46 .535 .998 .535 1.613a2.92 2.92 0 0 1 -.843 2.098c-.561 .584 -1.242 .877 -2.04 .877c-.876 0 -1.545 -.29 -2.005 -.87l-4.112 -5.697v3.067c0 .876 -.313 1.69 -.611 2.175c-.543 .883 -1.35 1.325 -2.389 1.325c-.944 0 -1.753 -.327 -2.271 -.974c-.486 -.6 -.729 -1.392 -.729 -2.38v-11.371c0 -.934 .247 -1.706 .74 -2.313c.512 -.641 1.347 -.962 2.26 -.962c.868 0 1.821 .321 2.4 .962c.323 .356 .515 .714 .6 1.08c.052 .224 0 .643 0 1.26v2.698z" /> diff --git a/src/_icons/brand-kotlin.svg b/src/_icons/brand-kotlin.svg index 0737a37d..438c6550 100644 --- a/src/_icons/brand-kotlin.svg +++ b/src/_icons/brand-kotlin.svg @@ -1,7 +1,7 @@  ---  tags: [programming, language, programmer, development, developer, technology]  category: Brand -version: 1.32 +version: "1.32"  ---  <svg>    <path d="M20 20h-16v-16h16" /> diff --git a/src/_icons/brand-linkedin.svg b/src/_icons/brand-linkedin.svg index 20782ac7..55e12015 100644 --- a/src/_icons/brand-linkedin.svg +++ b/src/_icons/brand-linkedin.svg @@ -1,7 +1,7 @@  ---  tags: [logo, website, corporation, work, business, internet]  category: Brand -version: 1.15 +version: "1.15"  ---  <svg>    <rect x="4" y="4" width="16" height="16" rx="2" /> diff --git a/src/_icons/brand-medium.svg b/src/_icons/brand-medium.svg index 3e1d1987..24056df5 100644 --- a/src/_icons/brand-medium.svg +++ b/src/_icons/brand-medium.svg @@ -1,7 +1,7 @@  ---  tags: [logo, website, brand, wordmark, design]  category: Brand -version: 1.13 +version: "1.13"  ---  <svg>    <rect x="4" y="4" width="16" height="16" rx="2" /> diff --git a/src/_icons/brand-messenger.svg b/src/_icons/brand-messenger.svg index 132a4f35..65e79532 100644 --- a/src/_icons/brand-messenger.svg +++ b/src/_icons/brand-messenger.svg @@ -1,7 +1,7 @@  ---  tags: [logo, app, application, communication, text, messages, communicator, photos, images, videos, giphy]  category: Brand -version: 1.13 +version: "1.13"  ---  <svg>    <path d="M3 20l1.3 -3.9a9 8 0 1 1 3.4 2.9l-4.7 1" /> diff --git a/src/_icons/brand-netflix.svg b/src/_icons/brand-netflix.svg index 2484d621..bf340068 100644 --- a/src/_icons/brand-netflix.svg +++ b/src/_icons/brand-netflix.svg @@ -1,7 +1,7 @@  ---  tags: [series, tv, episode, movie, film, media, watch, app, technology]  category: Brand -version: 1.36 +version: "1.36"  ---  <svg>    <path d="M9 20v-16l7 16v-16" /> diff --git a/src/_icons/brand-open-source.svg b/src/_icons/brand-open-source.svg index 1131c87e..e75284d8 100644 --- a/src/_icons/brand-open-source.svg +++ b/src/_icons/brand-open-source.svg @@ -1,7 +1,7 @@  ---  tags: [software, code, developer, public, licence, technology]  category: Brand -version: 1.36 +version: "1.36"  ---  <svg>    <path d="M12 3a9 9 0 0 1 3.618 17.243l-2.193 -5.602a3 3 0 1 0 -2.849 0l-2.193 5.603a9 9 0 0 1 3.617 -17.244z" /> diff --git a/src/_icons/brand-opera.svg b/src/_icons/brand-opera.svg index 59561798..baea4b74 100644 --- a/src/_icons/brand-opera.svg +++ b/src/_icons/brand-opera.svg @@ -1,7 +1,7 @@  ---  tags: [logo, browser, internet, free, program]  category: Brand -version: 1.9 +version: "1.9"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/brand-pagekit.svg b/src/_icons/brand-pagekit.svg index 636b3bbd..a7354787 100644 --- a/src/_icons/brand-pagekit.svg +++ b/src/_icons/brand-pagekit.svg @@ -1,7 +1,7 @@  ---  tags: [content, management, system, website, component, modular, technology]  category: Brand -version: 1.36 +version: "1.36"  ---  <svg>    <path d="M12.077 20h-5.077v-16h11v14h-5.077" /> diff --git a/src/_icons/brand-patreon.svg b/src/_icons/brand-patreon.svg index cbc6be5b..fe14a792 100644 --- a/src/_icons/brand-patreon.svg +++ b/src/_icons/brand-patreon.svg @@ -1,7 +1,7 @@  ---  tags: [artist, software, creator, patron, art, subscription, income, earn]  category: Brand -version: 1.36 +version: "1.36"  ---  <svg>    <path d="M3 3h3v18h-3z" /> diff --git a/src/_icons/brand-paypal.svg b/src/_icons/brand-paypal.svg index 7ae94835..e4016e1a 100644 --- a/src/_icons/brand-paypal.svg +++ b/src/_icons/brand-paypal.svg @@ -1,7 +1,7 @@  ---  tags: [logo, enterprise, service, payment, internet, businessman, consumer]  category: Brand -version: 1.9 +version: "1.9"  ---  <svg>    <path d="M10 13l2.5 0c2.5 0 5 -2.5 5 -5c0 -3 -1.9 -5 -5 -5h-5.5c-.5 0 -1 .5 -1 1l-2 14c0 .5 .5 1 1 1h2.8l1.2 -5c.1 -.6 .4 -1 1 -1zm7.5 -5.8c1.7 1 2.5 2.8 2.5 4.8c0 2.5 -2.5 4.5 -5 4.5h-2.6l-.6 3.6a1 1 0 0 1 -1 .8l-2.7 0a0.5 .5 0 0 1 -.5 -.6l.2 -1.4" /> diff --git a/src/_icons/brand-pinterest.svg b/src/_icons/brand-pinterest.svg index 5cb13b07..4919dd29 100644 --- a/src/_icons/brand-pinterest.svg +++ b/src/_icons/brand-pinterest.svg @@ -1,7 +1,7 @@  ---  tags: [logo, website, images, materials]  category: Brand -version: 1.15 +version: "1.15"  ---  <svg>    <line x1="8" y1="20" x2="12" y2="11" /> diff --git a/src/_icons/brand-pocket.svg b/src/_icons/brand-pocket.svg index ff83773c..2b865a49 100644 --- a/src/_icons/brand-pocket.svg +++ b/src/_icons/brand-pocket.svg @@ -1,7 +1,7 @@  ---  tags: [logo, software, application, app, mobile, device, gathering, storage]  category: Brand -version: 1.23 +version: "1.23"  ---  <svg>    <path d="M5 4h14a2 2 0 0 1 2 2v6a9 9 0 0 1 -18 0v-6a2 2 0 0 1 2 -2" /> diff --git a/src/_icons/brand-producthunt.svg b/src/_icons/brand-producthunt.svg index af9da48e..4cd3277c 100644 --- a/src/_icons/brand-producthunt.svg +++ b/src/_icons/brand-producthunt.svg @@ -1,7 +1,7 @@  ---  tags: [technology, product, share, discover, new, novelty, web, geek]  category: Brand -version: 1.36 +version: "1.36"  ---  <svg>    <path d="M10 16v-8h2.5a2.5 2.5 0 1 1 0 5h-2.5" /> diff --git a/src/_icons/brand-python.svg b/src/_icons/brand-python.svg index 1dabecd7..edc84a08 100644 --- a/src/_icons/brand-python.svg +++ b/src/_icons/brand-python.svg @@ -1,7 +1,7 @@  ---  tags: [logo, language, programming, source]  category: Brand -version: 1.23 +version: "1.23"  ---  <svg>    <path d="M12 9h-7a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h3" /> diff --git a/src/_icons/brand-reddit.svg b/src/_icons/brand-reddit.svg index d7f7031a..56ceaf63 100644 --- a/src/_icons/brand-reddit.svg +++ b/src/_icons/brand-reddit.svg @@ -1,7 +1,7 @@  ---  tags: [logo, website, information, link, internet]  category: Brand -version: 1.15 +version: "1.15"  ---  <svg>    <path d="M12 8c2.648 0 5.028 .826 6.675 2.14a2.5 2.5 0 0 1 2.326 4.36c0 3.59 -4.03 6.5 -9 6.5c-4.875 0 -8.845 -2.8 -9 -6.294l-1 -.206a2.5 2.5 0 0 1 2.326 -4.36c1.646 -1.313 4.026 -2.14 6.674 -2.14z" /> diff --git a/src/_icons/brand-safari.svg b/src/_icons/brand-safari.svg index d9074ec5..53487d02 100644 --- a/src/_icons/brand-safari.svg +++ b/src/_icons/brand-safari.svg @@ -1,7 +1,7 @@  ---  tags: [logo, browser, internet, iPhone, iPad, MacBook, compass, apple, discover]  category: Brand -version: 1.9 +version: "1.9"  ---  <svg>    <polyline points="8 16 10 10 16 8 14 14 8 16" /> diff --git a/src/_icons/brand-sass.svg b/src/_icons/brand-sass.svg index 3f5f30c3..3ff93929 100644 --- a/src/_icons/brand-sass.svg +++ b/src/_icons/brand-sass.svg @@ -1,7 +1,7 @@  ---  tags: [technology, preprocessor, script, language, programming, css, syntax, compile]  category: Brand -version: 1.36 +version: "1.36"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/brand-sentry.svg b/src/_icons/brand-sentry.svg index 0d047970..6fe745e2 100644 --- a/src/_icons/brand-sentry.svg +++ b/src/_icons/brand-sentry.svg @@ -1,7 +1,7 @@  ---  tags: [technology, application, monitoring, error, tracking, software, cloud, development, app]  category: Brand -version: 1.36 +version: "1.36"  ---  <svg>    <path d="M3 18a1.93 1.93 0 0 0 .306 1.076a2 2 0 0 0 1.584 .924c.646 .033 -.537 0 .11 0h3a4.992 4.992 0 0 0 -3.66 -4.81c.558 -.973 1.24 -2.149 2.04 -3.531a8.997 8.997 0 0 1 5.62 8.341h4c.663 0 2.337 .005 3 0a2 2 0 0 0 1.84 -2.75l-7.1 -12.25a2 2 0 0 0 -3.5 0l-1.84 3.176c4.482 2.05 7.6 6.571 7.6 11.824" /> diff --git a/src/_icons/brand-shazam.svg b/src/_icons/brand-shazam.svg index 1d5cec3e..2fe377c3 100644 --- a/src/_icons/brand-shazam.svg +++ b/src/_icons/brand-shazam.svg @@ -1,7 +1,7 @@  ---  tags: [app, technology, device, music, sound, play, discover, artist, recognize]  category: Brand -version: 1.36 +version: "1.36"  ---  <svg>    <path d="M10 12l2 -2a2.828 2.828 0 0 1 4 0a2.828 2.828 0 0 1 0 4l-3 3" /> diff --git a/src/_icons/brand-sketch.svg b/src/_icons/brand-sketch.svg index e6f30996..e883204a 100644 --- a/src/_icons/brand-sketch.svg +++ b/src/_icons/brand-sketch.svg @@ -1,7 +1,7 @@  ---  tags: [logo, editor, edit, graphic, apple, commercial]  category: Brand -version: 1.9 +version: "1.9"  ---  <svg>    <path d="M3.262 10.878l8 8.789c.4 .44 1.091 .44 1.491 0l8 -8.79c.313 -.344 .349 -.859 .087 -1.243l-3.537 -5.194a1 1 0 0 0 -.823 -.436h-8.926a1 1 0 0 0 -.823 .436l-3.54 5.192c-.263 .385 -.227 .901 .087 1.246z" /> diff --git a/src/_icons/brand-skype.svg b/src/_icons/brand-skype.svg index b57ff228..0d57cb9b 100644 --- a/src/_icons/brand-skype.svg +++ b/src/_icons/brand-skype.svg @@ -1,7 +1,7 @@  ---  tags: [logo, application, app, communication, talks, call, video, internet, camera]  category: Brand -version: 1.23 +version: "1.23"  ---  <svg>    <path d="M12 3a9 9 0 0 1 8.603 11.65a4.5 4.5 0 0 1 -5.953 5.953a9 9 0 0 1 -11.253 -11.253a4.5 4.5 0 0 1 5.953 -5.954a8.987 8.987 0 0 1 2.65 -.396z" /> diff --git a/src/_icons/brand-slack.svg b/src/_icons/brand-slack.svg index adbeb587..cc0dd13a 100644 --- a/src/_icons/brand-slack.svg +++ b/src/_icons/brand-slack.svg @@ -1,7 +1,7 @@  ---  tags: [logo, free, internet, service, stuff, Electron, app, application, communicator, textual, audio, multimedia]  category: Brand -version: 1.13 +version: "1.13"  ---  <svg>    <path d="M12 12v-6a2 2 0 0 1 4 0v6m0 -2a2 2 0 1 1 2 2h-6" /> diff --git a/src/_icons/brand-snapchat.svg b/src/_icons/brand-snapchat.svg index 6e8c13a6..3f57be3c 100644 --- a/src/_icons/brand-snapchat.svg +++ b/src/_icons/brand-snapchat.svg @@ -1,7 +1,7 @@  ---  tags: [logo, app, application, photos, sending, images, mobile, video]  category: Brand -version: 1.9 +version: "1.9"  ---  <svg>    <path d="M16.882 7.842a4.882 4.882 0 0 0 -9.764 0c0 4.273 -.213 6.409 -4.118 8.118c2 .882 2 .882 3 3c3 0 4 2 6 2s3 -2 6 -2c1 -2.118 1 -2.118 3 -3c-3.906 -1.709 -4.118 -3.845 -4.118 -8.118zm-13.882 8.119c4 -2.118 4 -4.118 1 -7.118m17 7.118c-4 -2.118 -4 -4.118 -1 -7.118" /> diff --git a/src/_icons/brand-soundcloud.svg b/src/_icons/brand-soundcloud.svg index 55f8959b..0c6f3962 100644 --- a/src/_icons/brand-soundcloud.svg +++ b/src/_icons/brand-soundcloud.svg @@ -1,7 +1,7 @@  ---  tags: [technology, audio, distribution, platform, music, upload, promote, streaming]  category: Brand -version: 1.32 +version: "1.32"  ---  <svg>    <path d="M17 11h1c1.38 0 3 1.274 3 3c0 1.657 -1.5 3 -3 3l-6 0v-10c3 0 4.5 1.5 5 4z" /> diff --git a/src/_icons/brand-spotify.svg b/src/_icons/brand-spotify.svg index 48fae169..40abcc4b 100644 --- a/src/_icons/brand-spotify.svg +++ b/src/_icons/brand-spotify.svg @@ -1,7 +1,7 @@  ---  tags: [logo, app, application, platform, music, listening, streaming, podcast]  category: Brand -version: 1.23 +version: "1.23"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/brand-steam.svg b/src/_icons/brand-steam.svg index eecb11f0..a379dd66 100644 --- a/src/_icons/brand-steam.svg +++ b/src/_icons/brand-steam.svg @@ -1,7 +1,7 @@  ---  tags: [technology, video, game, digital, distribution, software, player, pc]  category: Brand -version: 1.32 +version: "1.32"  ---  <svg>    <path d="M16.5 5a4.5 4.5 0 1 1 -.653 8.953l-4.347 3.009l0 .038a3 3 0 0 1 -2.824 2.995l-.176 .005a3.001 3.001 0 0 1 -2.94 -2.402l-2.56 -1.098v-3.5l3.51 1.755a2.989 2.989 0 0 1 2.834 -.635l2.727 -3.818a4.5 4.5 0 0 1 4.429 -5.302z" /> diff --git a/src/_icons/brand-stripe.svg b/src/_icons/brand-stripe.svg index 9add0693..df1ecfa4 100644 --- a/src/_icons/brand-stripe.svg +++ b/src/_icons/brand-stripe.svg @@ -1,7 +1,7 @@  ---  tags: [technology, payment, processing, money, subscription, finance, financial, software, e-commerce]  category: Brand -version: 1.36 +version: "1.36"  ---  <svg>    <path d="M11.453 8.056c0 -.623 .518 -.979 1.442 -.979c1.69 0 3.41 .343 4.605 .923l.5 -4c-.948 -.449 -2.82 -1 -5.5 -1c-1.895 0 -3.373 .087 -4.5 1c-1.172 .956 -2 2.33 -2 4c0 3.03 1.958 4.906 5 6c1.961 .69 3 .743 3 1.5c0 .735 -.851 1.5 -2 1.5c-1.423 0 -3.963 -.609 -5.5 -1.5l-.5 4c1.321 .734 3.474 1.5 6 1.5c2.004 0 3.957 -.468 5.084 -1.36c1.263 -.979 1.916 -2.268 1.916 -4.14c0 -3.096 -1.915 -4.547 -5.003 -5.637c-1.646 -.605 -2.544 -1.07 -2.544 -1.807z" /> diff --git a/src/_icons/brand-tabler.svg b/src/_icons/brand-tabler.svg index 92effbe7..250ed41a 100644 --- a/src/_icons/brand-tabler.svg +++ b/src/_icons/brand-tabler.svg @@ -1,7 +1,7 @@  ---  tags: [logo, website, dashboard, download, open-source, UI]  category: Brand -version: 1.15 +version: "1.15"  ---  <svg>    <path d="M8 9l3 3l-3 3" /> diff --git a/src/_icons/brand-tailwind.svg b/src/_icons/brand-tailwind.svg index 40ea0b05..9b5aaa96 100644 --- a/src/_icons/brand-tailwind.svg +++ b/src/_icons/brand-tailwind.svg @@ -1,7 +1,7 @@  ---  tags: [logo, firm, website]  category: Brand -version: 1.17 +version: "1.17"  ---  <svg>    <path d="M11.667 6c-2.49 0 -4.044 1.222 -4.667 3.667c.933 -1.223 2.023 -1.68 3.267 -1.375c.71 .174 1.217 .68 1.778 1.24c.916 .912 2 1.968 4.288 1.968c2.49 0 4.044 -1.222 4.667 -3.667c-.933 1.223 -2.023 1.68 -3.267 1.375c-.71 -.174 -1.217 -.68 -1.778 -1.24c-.916 -.912 -1.975 -1.968 -4.288 -1.968zm-4 6.5c-2.49 0 -4.044 1.222 -4.667 3.667c.933 -1.223 2.023 -1.68 3.267 -1.375c.71 .174 1.217 .68 1.778 1.24c.916 .912 1.975 1.968 4.288 1.968c2.49 0 4.044 -1.222 4.667 -3.667c-.933 1.223 -2.023 1.68 -3.267 1.375c-.71 -.174 -1.217 -.68 -1.778 -1.24c-.916 -.912 -1.975 -1.968 -4.288 -1.968z" /> diff --git a/src/_icons/brand-telegram.svg b/src/_icons/brand-telegram.svg index 83de0a33..ff41d815 100644 --- a/src/_icons/brand-telegram.svg +++ b/src/_icons/brand-telegram.svg @@ -1,7 +1,7 @@  ---  tags: [logo, app, application, communicator, internet, cloud, messages, text, images, photos, videos, record, file, send]  category: Brand -version: 1.9 +version: "1.9"  ---  <svg>    <path d="M15 10l-4 4l6 6l4 -16l-18 7l4 2l2 6l3 -4" /> diff --git a/src/_icons/brand-tidal.svg b/src/_icons/brand-tidal.svg index 265bf863..fddabacb 100644 --- a/src/_icons/brand-tidal.svg +++ b/src/_icons/brand-tidal.svg @@ -1,7 +1,7 @@  ---  tags: [technology, subscription, music, podcast, video, streaming, playlist, party, track, song]  category: Brand -version: 1.32 +version: "1.32"  ---  <svg>    <path d="M12 7l-2.5 2.5l2.5 2.5l2.5 -2.5z" /> diff --git a/src/_icons/brand-tiktok.svg b/src/_icons/brand-tiktok.svg index e6e0121b..8e134b41 100644 --- a/src/_icons/brand-tiktok.svg +++ b/src/_icons/brand-tiktok.svg @@ -1,7 +1,7 @@  ---  tags: [logo, app, application, mobile, video, music]  category: Brand -version: 1.13 +version: "1.13"  ---  <svg>    <path d="M9 12a4 4 0 1 0 4 4v-12a5 5 0 0 0 5 5" /> diff --git a/src/_icons/brand-tinder.svg b/src/_icons/brand-tinder.svg index e1131af9..a156f63c 100644 --- a/src/_icons/brand-tinder.svg +++ b/src/_icons/brand-tinder.svg @@ -1,7 +1,7 @@  ---  tags: [date, dating, app, love, affection, affair, couple, technology, networking, swipe, match]  category: Brand -version: 1.32 +version: "1.32"  ---  <svg>    <path d="M18.918 8.174c2.56 4.982 .501 11.656 -5.38 12.626c-7.702 1.687 -12.84 -7.716 -7.054 -13.229c.309 -.305 1.161 -1.095 1.516 -1.349c0 .528 .27 3.475 1 3.167c3 0 4 -4.222 3.587 -7.389c2.7 1.411 4.987 3.376 6.331 6.174z" /> diff --git a/src/_icons/brand-tumblr.svg b/src/_icons/brand-tumblr.svg index 651b49a2..1c575af5 100644 --- a/src/_icons/brand-tumblr.svg +++ b/src/_icons/brand-tumblr.svg @@ -1,7 +1,7 @@  ---  tags: [logo, website, platform, blog, community]  category: Brand -version: 1.23 +version: "1.23"  ---  <svg>    <path d="M14 21h4v-4h-4v-6h4v-4h-4v-4h-4v1a3 3 0 0 1 -3 3h-1v4h4v6a4 4 0 0 0 4 4" /> diff --git a/src/_icons/brand-twitch.svg b/src/_icons/brand-twitch.svg index 70d391a5..a04f0d67 100644 --- a/src/_icons/brand-twitch.svg +++ b/src/_icons/brand-twitch.svg @@ -1,7 +1,7 @@  ---  tags: [logo, platform, streaming, streamers, videos, films, chat, subs]  category: Brand -version: 1.23 +version: "1.23"  ---  <svg>    <path d="M4 5v11a1 1 0 0 0 1 1h2v4l4 -4h5.584c.266 0 .52 -.105 .707 -.293l2.415 -2.414c.187 -.188 .293 -.442 .293 -.708v-8.585a1 1 0 0 0 -1 -1h-14a1 1 0 0 0 -1 1z" /> diff --git a/src/_icons/brand-twitter.svg b/src/_icons/brand-twitter.svg index 88413848..014b8da0 100644 --- a/src/_icons/brand-twitter.svg +++ b/src/_icons/brand-twitter.svg @@ -1,7 +1,7 @@  ---  tags: [logo, app, application, community, social, communication, website, user, post, images, photos, comment, feedback]  category: Brand -version: 1.18 +version: "1.18"  ---  <svg>    <path d="M22 4.01c-1 .49 -1.98 .689 -3 .99c-1.121 -1.265 -2.783 -1.335 -4.38 -.737s-2.643 2.06 -2.62 3.737v1c-3.245 .083 -6.135 -1.395 -8 -4c0 0 -4.182 7.433 4 11c-1.872 1.247 -3.739 2.088 -6 2c3.308 1.803 6.913 2.423 10.034 1.517c3.58 -1.04 6.522 -3.723 7.651 -7.742a13.84 13.84 0 0 0 .497 -3.753c-.002 -.249 1.51 -2.772 1.818 -4.013z" /> diff --git a/src/_icons/brand-unsplash.svg b/src/_icons/brand-unsplash.svg index f01b5fdc..982eed39 100644 --- a/src/_icons/brand-unsplash.svg +++ b/src/_icons/brand-unsplash.svg @@ -1,7 +1,7 @@  ---  tags: [picture, photo, photography, search, image, stock]  category: Brand -version: 1.36 +version: "1.36"  ---  <svg>    <path d="M4 11h5v4h6v-4h5v9h-16zm5 -7h6v4h-6z" /> diff --git a/src/_icons/brand-vimeo.svg b/src/_icons/brand-vimeo.svg index 2f529c8b..bf508d6e 100644 --- a/src/_icons/brand-vimeo.svg +++ b/src/_icons/brand-vimeo.svg @@ -1,7 +1,7 @@  ---  tags: [logo, website, sharing, watching, video, users]  category: Brand -version: 1.23 +version: "1.23"  ---  <svg>    <path d="M3 8.5l1 1s1.5 -1.102 2 -.5c.509 .609 1.863 7.65 2.5 9c.556 1.184 1.978 2.89 4 1.5c2 -1.5 7.5 -5.5 8.5 -11.5c.444 -2.661 -1 -4 -2.5 -4c-2 0 -4.047 1.202 -4.5 4c2.05 -1.254 2.551 1.003 1.5 3c-1.052 2.005 -2 3 -2.5 3c-.49 0 -.924 -1.165 -1.5 -3.5c-.59 -2.42 -.5 -6.5 -3 -6.5s-5.5 4.5 -5.5 4.5z" /> diff --git a/src/_icons/brand-vk.svg b/src/_icons/brand-vk.svg index 13dca391..2c9b35e6 100644 --- a/src/_icons/brand-vk.svg +++ b/src/_icons/brand-vk.svg @@ -1,7 +1,7 @@  ---  tags: [technology, social, media, networking, service, russian]  category: Brand -version: 1.32 +version: "1.32"  ---  <svg>    <path d="M10 6h2v12c-4.5 -1 -8 -6.5 -9 -12" /> diff --git a/src/_icons/brand-whatsapp.svg b/src/_icons/brand-whatsapp.svg index 1d205ce7..a27fa55c 100644 --- a/src/_icons/brand-whatsapp.svg +++ b/src/_icons/brand-whatsapp.svg @@ -1,7 +1,7 @@  ---  tags: [logo, app, application, communication, text, messages, communicator, photos, images, videos, giphy]  category: Brand -version: 1.13 +version: "1.13"  ---  <svg>    <path d="M3 21l1.65 -3.8a9 9 0 1 1 3.4 2.9l-5.05 .9" /> diff --git a/src/_icons/brand-windows.svg b/src/_icons/brand-windows.svg index 4dc0aca7..6b62e69f 100644 --- a/src/_icons/brand-windows.svg +++ b/src/_icons/brand-windows.svg @@ -1,7 +1,7 @@  ---  tags: [logo, system, OS, computer, Microsoft]  category: Brand -version: 1.20 +version: "1.20"  ---  <svg>    <path d="M17.8 20l-12 -1.5c-1 -.1 -1.8 -.9 -1.8 -1.9v-9.2c0 -1 .8 -1.8 1.8 -1.9l12 -1.5c1.2 -.1 2.2 .8 2.2 1.9v12.1c0 1.2 -1.1 2.1 -2.2 1.9z" /> diff --git a/src/_icons/brand-yahoo.svg b/src/_icons/brand-yahoo.svg index 4b80f210..c3164770 100644 --- a/src/_icons/brand-yahoo.svg +++ b/src/_icons/brand-yahoo.svg @@ -1,7 +1,7 @@  ---  tags: [web, services, technology, inbox, mail, web, news, search]  category: Brand -version: 1.32 +version: "1.32"  ---  <svg>    <line x1="3" y1="6" x2="8" y2="6" /> diff --git a/src/_icons/brand-ycombinator.svg b/src/_icons/brand-ycombinator.svg index 8b4054c0..96174134 100644 --- a/src/_icons/brand-ycombinator.svg +++ b/src/_icons/brand-ycombinator.svg @@ -1,7 +1,7 @@  ---  tags: [startup, accelerator, seed, money, launch, company, business, invest, funding]  category: Brand -version: 1.36 +version: "1.36"  ---  <svg>    <rect x="4" y="4" width="16" height="16" rx="2" /> diff --git a/src/_icons/brand-youtube.svg b/src/_icons/brand-youtube.svg index 28450877..15852834 100644 --- a/src/_icons/brand-youtube.svg +++ b/src/_icons/brand-youtube.svg @@ -1,7 +1,7 @@  ---  tags: [logo, platform, channel, film, video, youtuber, maker, comments, stream, streamer]  category: Brand -version: 1.15 +version: "1.15"  ---  <svg>    <rect x="3" y="5" width="18" height="14" rx="4" /> diff --git a/src/_icons/briefcase.svg b/src/_icons/briefcase.svg index a6ef41eb..26fea37e 100644 --- a/src/_icons/briefcase.svg +++ b/src/_icons/briefcase.svg @@ -1,6 +1,6 @@  ---  tags: [bag, baggage, folder, carrier, documents] -version: 1.0 +version: "1.0"  ---  <svg>    <rect x="3" y="7" width="18" height="13" rx="2" /> diff --git a/src/_icons/brightness-2.svg b/src/_icons/brightness-2.svg index e0a13ef3..336afd60 100644 --- a/src/_icons/brightness-2.svg +++ b/src/_icons/brightness-2.svg @@ -1,7 +1,7 @@  ---  tags: [light, screen, level, daytime, sun]  category: Photography -version: 1.39 +version: "1.39"  ---  <svg>    <circle cx="12" cy="12" r="3" /> diff --git a/src/_icons/brightness-down.svg b/src/_icons/brightness-down.svg index 6af4309a..7638547f 100644 --- a/src/_icons/brightness-down.svg +++ b/src/_icons/brightness-down.svg @@ -1,7 +1,7 @@  ---  category: Photography  tags: [dark, darker, screen] -version: 1.3 +version: "1.3"  ---  <svg>    <circle cx="12" cy="12" r="3" /> diff --git a/src/_icons/brightness-half.svg b/src/_icons/brightness-half.svg index 8212a9d0..97929f8c 100644 --- a/src/_icons/brightness-half.svg +++ b/src/_icons/brightness-half.svg @@ -1,7 +1,7 @@  ---  tags: [light, screen, level, daytime, sun]  category: Photography -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M12 9a3 3 0 0 0 0 6v-6z" /> diff --git a/src/_icons/brightness-up.svg b/src/_icons/brightness-up.svg index 47692fa5..84199a82 100644 --- a/src/_icons/brightness-up.svg +++ b/src/_icons/brightness-up.svg @@ -1,7 +1,7 @@  ---  category: Photography  tags: [light, screen] -version: 1.3 +version: "1.3"  ---  <svg>    <circle cx="12" cy="12" r="3" /> diff --git a/src/_icons/brightness.svg b/src/_icons/brightness.svg index 35017814..e14ea84a 100644 --- a/src/_icons/brightness.svg +++ b/src/_icons/brightness.svg @@ -1,7 +1,7 @@  ---  category: Photography  tags: [light, dark, screen] -version: 1.3 +version: "1.3"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/browser.svg b/src/_icons/browser.svg index d044c19a..7794a355 100644 --- a/src/_icons/browser.svg +++ b/src/_icons/browser.svg @@ -1,6 +1,6 @@  ---  tags: [internet, web, display] -version: 1.5 +version: "1.5"  ---  <svg>    <rect x="4" y="4" width="16" height="16" rx="1" /> diff --git a/src/_icons/brush.svg b/src/_icons/brush.svg index bb31b299..5e3cd7ad 100644 --- a/src/_icons/brush.svg +++ b/src/_icons/brush.svg @@ -1,7 +1,7 @@  ---  category: Design  tags: [paint, art, picture, paintbrush, painter] -version: 1.5 +version: "1.5"  ---  <svg>    <path d="M3 21v-4a4 4 0 1 1 4 4h-4" /> diff --git a/src/_icons/bucket.svg b/src/_icons/bucket.svg index 60f885ca..91a1a7ff 100644 --- a/src/_icons/bucket.svg +++ b/src/_icons/bucket.svg @@ -1,6 +1,6 @@  ---  tags: [collection, container, water, liquid] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M19 9l-2 9a2 2.5 0 0 1 -2 2h-6a2 2.5 0 0 1 -2 -2l-2 -9z" /> diff --git a/src/_icons/bug.svg b/src/_icons/bug.svg index f6ccfec0..7e7e639c 100644 --- a/src/_icons/bug.svg +++ b/src/_icons/bug.svg @@ -1,7 +1,7 @@  ---  category: Nature  tags: [germ, insect, error, nature] -version: 1.1 +version: "1.1"  ---  <svg>    <path d="M9 9v-1a3 3 0 0 1 6 0v1" /> diff --git a/src/_icons/building-arch.svg b/src/_icons/building-arch.svg index 8b389035..e64b4335 100644 --- a/src/_icons/building-arch.svg +++ b/src/_icons/building-arch.svg @@ -1,7 +1,7 @@  ---  tags: [arc, curve, dome, monument, history, architecture]  category: Buildings -version: 1.1 +version: "1.1"  ---  <svg>    <line x1="3" y1="21" x2="21" y2="21" /> diff --git a/src/_icons/building-bank.svg b/src/_icons/building-bank.svg index b52673b4..5b44d622 100644 --- a/src/_icons/building-bank.svg +++ b/src/_icons/building-bank.svg @@ -1,7 +1,7 @@  ---  tags: [architecture, city, urban, construction, money, credit, loan, workplace]  category: Buildings -version: 1.7 +version: "1.7"  ---  <svg>    <line x1="3" y1="21" x2="21" y2="21" /> diff --git a/src/_icons/building-bridge-2.svg b/src/_icons/building-bridge-2.svg index 1e670c5d..5aa8beca 100644 --- a/src/_icons/building-bridge-2.svg +++ b/src/_icons/building-bridge-2.svg @@ -1,7 +1,7 @@  ---  tags: [architecture, urban, river, overpass, city, countryside]  category: Buildings -version: 1.1 +version: "1.1"  ---  <svg>    <path d="M6 7h12a2 2 0 0 1 2 2v9a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a4 4 0 0 0 -8 0v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-9a2 2 0 0 1 2 -2" /> diff --git a/src/_icons/building-bridge.svg b/src/_icons/building-bridge.svg index df0ebf52..b13acaf4 100644 --- a/src/_icons/building-bridge.svg +++ b/src/_icons/building-bridge.svg @@ -1,7 +1,7 @@  ---  tags: [architecture, urban, river, overpass, city, countryside]  category: Buildings -version: 1.1 +version: "1.1"  ---  <svg>    <line x1="6" y1="5" x2="6" y2="19" /> diff --git a/src/_icons/building-carousel.svg b/src/_icons/building-carousel.svg index ea1da77f..5cb8ff83 100644 --- a/src/_icons/building-carousel.svg +++ b/src/_icons/building-carousel.svg @@ -1,7 +1,7 @@  ---  tags: [amusement, park, fair, merry-go-round, fun, entertaianment]  category: Buildings -version: 1.34 +version: "1.34"  ---  <svg>    <circle cx="12" cy="12" r="6" /> diff --git a/src/_icons/building-castle.svg b/src/_icons/building-castle.svg index f040f618..bc049146 100644 --- a/src/_icons/building-castle.svg +++ b/src/_icons/building-castle.svg @@ -1,7 +1,7 @@  ---  tags: [king, queen, royal, architecture, medieval, middle, ages, nobility, tower, fortress, fort, fortification, princess, prince]  category: Buildings -version: 1.34 +version: "1.34"  ---  <svg>    <path d="M15 19v-2a3 3 0 0 0 -6 0v2a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-14h4v3h3v-3h4v3h3v-3h4v14a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" /> diff --git a/src/_icons/building-church.svg b/src/_icons/building-church.svg index 234c7572..8e76cac7 100644 --- a/src/_icons/building-church.svg +++ b/src/_icons/building-church.svg @@ -1,7 +1,7 @@  ---  tags: [religion, chapel, sanctuary, temple, cathedral, pray, prayer]  category: Buildings -version: 1.1 +version: "1.1"  ---  <svg>    <line x1="3" y1="21" x2="21" y2="21" /> diff --git a/src/_icons/building-community.svg b/src/_icons/building-community.svg index efc80e2f..6203de03 100644 --- a/src/_icons/building-community.svg +++ b/src/_icons/building-community.svg @@ -1,7 +1,7 @@  ---  tags: [place, skyscraper, district neighborhood, area]  category: Buildings -version: 1.8 +version: "1.8"  ---  <svg>    <path d="M8 9l5 5v7h-5v-4m0 4h-5v-7l5 -5m1 1v-6a1 1 0 0 1 1 -1h10a1 1 0 0 1 1 1v17h-8" /> diff --git a/src/_icons/building-cottage.svg b/src/_icons/building-cottage.svg index a915f1a6..0da533d3 100644 --- a/src/_icons/building-cottage.svg +++ b/src/_icons/building-cottage.svg @@ -1,7 +1,7 @@  ---  tags: [small, house, countryside, live, farm, rural, outskirts]  category: Buildings -version: 1.39 +version: "1.39"  ---  <svg>    <line x1="3" y1="21" x2="21" y2="21" /> diff --git a/src/_icons/building-factory.svg b/src/_icons/building-factory.svg index cdaecea8..559659d8 100644 --- a/src/_icons/building-factory.svg +++ b/src/_icons/building-factory.svg @@ -1,7 +1,7 @@  ---  tags: [goods, manufature, machine, trade, produce, product, worker, industry, industrial, site]  category: Buildings -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M4 21c1.147 -4.02 1.983 -8.027 2 -12h6c.017 3.973 .853 7.98 2 12" /> diff --git a/src/_icons/building-fortress.svg b/src/_icons/building-fortress.svg index cb6ce19b..cf897ee1 100644 --- a/src/_icons/building-fortress.svg +++ b/src/_icons/building-fortress.svg @@ -1,7 +1,7 @@  ---  tags: [military, town, defend, attack, stronghold, protect, protection, medieval]  category: Buildings -version: 1.34 +version: "1.34"  ---  <svg>    <path d="M7 21h1a1 1 0 0 0 1 -1v-1h0a3 3 0 0 1 6 0m3 2h1a1 1 0 0 0 1 -1v-15l-3 -2l-3 2v6h-4v-6l-3 -2l-3 2v15a1 1 0 0 0 1 1h2m8 -2v1a1 1 0 0 0 1 1h2" /> diff --git a/src/_icons/building-hospital.svg b/src/_icons/building-hospital.svg index 10b0de13..8b26b642 100644 --- a/src/_icons/building-hospital.svg +++ b/src/_icons/building-hospital.svg @@ -1,7 +1,7 @@  ---  tags: [doctor, sickness, illness, nurse, medication, emergency, treat, surgery]  category: Buildings -version: 1.1 +version: "1.1"  ---  <svg>    <line x1="3" y1="21" x2="21" y2="21" /> diff --git a/src/_icons/building-lighthouse.svg b/src/_icons/building-lighthouse.svg index a9d28dfc..320735d1 100644 --- a/src/_icons/building-lighthouse.svg +++ b/src/_icons/building-lighthouse.svg @@ -1,7 +1,7 @@  ---  tags: [light, sea, tower, beacon, flash, ship, guide, lightship, leading, watchtower, signal]  category: Buildings -version: 1.34 +version: "1.34"  ---  <svg>    <path d="M12 3l2 3l2 15h-8l2 -15z" /> diff --git a/src/_icons/building-monument.svg b/src/_icons/building-monument.svg index ea43774a..3a55a686 100644 --- a/src/_icons/building-monument.svg +++ b/src/_icons/building-monument.svg @@ -1,7 +1,7 @@  ---  tags: [history, memorial, commemorative]  category: Buildings -version: 1.26 +version: "1.26"  ---  <svg>    <path d="M8 18l2 -13l2 -2l2 2l2 13" /> diff --git a/src/_icons/building-pavilon.svg b/src/_icons/building-pavilon.svg index 2888d192..f0e23a93 100644 --- a/src/_icons/building-pavilon.svg +++ b/src/_icons/building-pavilon.svg @@ -1,7 +1,7 @@  ---  tags: [place, party, residence, ornamentation]  category: Buildings -version: 1.8 +version: "1.8"  ---  <svg>    <path d="M3 21h7v-3a2 2 0 0 1 4 0v3h7" /> diff --git a/src/_icons/building-skyscraper.svg b/src/_icons/building-skyscraper.svg index 4b2a2052..f2608785 100644 --- a/src/_icons/building-skyscraper.svg +++ b/src/_icons/building-skyscraper.svg @@ -1,7 +1,7 @@  ---  tags: [city, urban, office, workplace, corporation, hotel, apartments]  category: Buildings -version: 1.8 +version: "1.8"  ---  <svg>    <line x1="3" y1="21" x2="21" y2="21" /> diff --git a/src/_icons/building-store.svg b/src/_icons/building-store.svg index a4363606..8727e46e 100644 --- a/src/_icons/building-store.svg +++ b/src/_icons/building-store.svg @@ -1,7 +1,7 @@  ---  tags: [shopping, shop, supermarket, market, products, retail, buy, sell]  category: Buildings -version: 1.1 +version: "1.1"  ---  <svg>    <line x1="3" y1="21" x2="21" y2="21" /> diff --git a/src/_icons/building-warehouse.svg b/src/_icons/building-warehouse.svg index a9a72bfd..6c50f73e 100644 --- a/src/_icons/building-warehouse.svg +++ b/src/_icons/building-warehouse.svg @@ -1,7 +1,7 @@  ---  tags: [store, inventory, stuff, things, machinery]  category: Buildings -version: 1.7 +version: "1.7"  ---  <svg>    <path d="M3 21v-13l9 -4l9 4v13" /> diff --git a/src/_icons/building.svg b/src/_icons/building.svg index 65f4768a..92893a4b 100644 --- a/src/_icons/building.svg +++ b/src/_icons/building.svg @@ -1,7 +1,7 @@  ---  tags: [flat, office, city, urban, scyscraper, architecture, construction]  category: Buildings -version: 1.1 +version: "1.1"  ---  <svg>    <line x1="3" y1="21" x2="21" y2="21" /> diff --git a/src/_icons/bulb-off.svg b/src/_icons/bulb-off.svg index bcf99dcd..26afb611 100644 --- a/src/_icons/bulb-off.svg +++ b/src/_icons/bulb-off.svg @@ -1,6 +1,6 @@  ---  tags: [energy, power, electricity, creativity, light, idea] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M9 16a5 5 0 1 1 6 0a3.5 3.5 0 0 0 -1 3a2 2 0 0 1 -4 0a3.5 3.5 0 0 0 -1 -3" /> diff --git a/src/_icons/bulb.svg b/src/_icons/bulb.svg index caf46dc0..18896c1c 100644 --- a/src/_icons/bulb.svg +++ b/src/_icons/bulb.svg @@ -1,6 +1,6 @@  ---  tags: [energy, power, electricity, creativity, light, idea] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M3 12h1m8 -9v1m8 8h1m-15.4 -6.4l.7 .7m12.1 -.7l-.7 .7" /> diff --git a/src/_icons/bulldozer.svg b/src/_icons/bulldozer.svg index d0d8e41d..06571e0c 100644 --- a/src/_icons/bulldozer.svg +++ b/src/_icons/bulldozer.svg @@ -1,7 +1,7 @@  ---  tags: [tractor, construction, site, build, rear, machine]  category: Vehicles -version: 1.34 +version: "1.34"  ---  <svg>    <circle cx="4" cy="17" r="2" /> diff --git a/src/_icons/bus.svg b/src/_icons/bus.svg index 686245dd..b0ad3d40 100644 --- a/src/_icons/bus.svg +++ b/src/_icons/bus.svg @@ -1,7 +1,7 @@  ---  tags: [vehicle, drive, driver, engine, motor, journey, trip]  category: Vehicles -version: 1.7 +version: "1.7"  ---  <svg>    <circle cx="6" cy="17" r="2" /> diff --git a/src/_icons/businessplan.svg b/src/_icons/businessplan.svg index 9440e939..36e9d436 100644 --- a/src/_icons/businessplan.svg +++ b/src/_icons/businessplan.svg @@ -1,6 +1,6 @@  ---  tags: [business, money, corporate, document, goal, achieve, manage, roadmap, grow] -version: 1.39 +version: "1.39"  ---  <svg>      <ellipse cx="16" cy="6" rx="5" ry="3" /> diff --git a/src/_icons/calculator.svg b/src/_icons/calculator.svg index 097b74fb..a3e3bafa 100644 --- a/src/_icons/calculator.svg +++ b/src/_icons/calculator.svg @@ -1,6 +1,6 @@  ---  tags: [math, count, add, subtract, multiply, divide, amount] -version: 1.3 +version: "1.3"  ---  <svg>    <rect x="4" y="3" width="16" height="18" rx="2" /> diff --git a/src/_icons/calendar-event.svg b/src/_icons/calendar-event.svg index c19b1fd6..ce4ac3b5 100644 --- a/src/_icons/calendar-event.svg +++ b/src/_icons/calendar-event.svg @@ -1,7 +1,7 @@  ---  category: System  tags: [date, day, plan, schedule, agenda] -version: 1.1 +version: "1.1"  ---  <svg>    <rect x="4" y="5" width="16" height="16" rx="2" /> diff --git a/src/_icons/calendar-minus.svg b/src/_icons/calendar-minus.svg index 20621a85..2014561c 100644 --- a/src/_icons/calendar-minus.svg +++ b/src/_icons/calendar-minus.svg @@ -1,7 +1,7 @@  ---  category: System  tags: [date, day, plan, schedule, agenda] -version: 1.5 +version: "1.5"  ---  <svg>    <rect x="4" y="5" width="16" height="16" rx="2" /> diff --git a/src/_icons/calendar-off.svg b/src/_icons/calendar-off.svg index cb1aab9f..c678fb15 100644 --- a/src/_icons/calendar-off.svg +++ b/src/_icons/calendar-off.svg @@ -1,7 +1,7 @@  ---  category: System  tags: [unavailable, unavailability, leave, plan, schedule, busy, date, month, year, meeting] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M19.823 19.824a2 2 0 0 1 -1.823 1.176h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 1.175 -1.823m3.825 -.177h9a2 2 0 0 1 2 2v9" /> diff --git a/src/_icons/calendar-plus.svg b/src/_icons/calendar-plus.svg index 108f2035..552a70d8 100644 --- a/src/_icons/calendar-plus.svg +++ b/src/_icons/calendar-plus.svg @@ -1,7 +1,7 @@  ---  category: System  tags: [date, day, plan, schedule, agenda, add] -version: 1.5 +version: "1.5"  ---  <svg>    <rect x="4" y="5" width="16" height="16" rx="2" /> diff --git a/src/_icons/calendar-stats.svg b/src/_icons/calendar-stats.svg index 0468d1df..cb0a8f5c 100644 --- a/src/_icons/calendar-stats.svg +++ b/src/_icons/calendar-stats.svg @@ -1,7 +1,7 @@  ---  category: System  tags: [plan, timetable, schedule, meeting, busy, month, year, date, statistics] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M11.795 21h-6.795a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4" /> diff --git a/src/_icons/calendar-time.svg b/src/_icons/calendar-time.svg index 0c46c6ac..38f74b0d 100644 --- a/src/_icons/calendar-time.svg +++ b/src/_icons/calendar-time.svg @@ -1,7 +1,7 @@  ---  category: System  tags: [plan, timetable, schedule, meeting, busy, month, year, date] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M11.795 21h-6.795a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4" /> diff --git a/src/_icons/calendar.svg b/src/_icons/calendar.svg index 1c0e36f3..4f16ad99 100644 --- a/src/_icons/calendar.svg +++ b/src/_icons/calendar.svg @@ -1,7 +1,7 @@  ---  category: System  tags: [date, day, plan, schedule, agenda] -version: 1.0 +version: "1.0"  ---  <svg>    <rect x="4" y="5" width="16" height="16" rx="2" /> diff --git a/src/_icons/camera-minus.svg b/src/_icons/camera-minus.svg index d24960d3..344f3339 100644 --- a/src/_icons/camera-minus.svg +++ b/src/_icons/camera-minus.svg @@ -1,7 +1,7 @@  ---  category: Media  tags: [video, photo, aperture] -version: 1.11 +version: "1.11"  ---  <svg>    <circle cx="12" cy="13" r="3" /> diff --git a/src/_icons/camera-off.svg b/src/_icons/camera-off.svg index eae9ffe6..b8cbd656 100644 --- a/src/_icons/camera-off.svg +++ b/src/_icons/camera-off.svg @@ -1,7 +1,7 @@  ---  tags: [video, photo, aperture]  category: Media -version: 1.22 +version: "1.22"  ---  <svg>    <path d="M8.29 4.296a1 1 0 0 1 .71 -.296h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v8m-1.179 2.824c-.25 .113 -.528 .176 -.821 .176h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1c.292 0 .568 -.062 .818 -.175" /> diff --git a/src/_icons/camera-plus.svg b/src/_icons/camera-plus.svg index a8982c33..fdeda2bb 100644 --- a/src/_icons/camera-plus.svg +++ b/src/_icons/camera-plus.svg @@ -1,7 +1,7 @@  ---  category: Media  tags: [video, photo, aperture] -version: 1.11 +version: "1.11"  ---  <svg>    <circle cx="12" cy="13" r="3" /> diff --git a/src/_icons/camera-rotate.svg b/src/_icons/camera-rotate.svg index 365034d3..548efa38 100644 --- a/src/_icons/camera-rotate.svg +++ b/src/_icons/camera-rotate.svg @@ -1,7 +1,7 @@  ---  tags: [photo, photography, picture, face, instagram, portrait, digital, smartphone, selfie]  category: Photography -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M5 7h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v9a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2" /> diff --git a/src/_icons/camera-selfie.svg b/src/_icons/camera-selfie.svg index c62a46b1..ef4033fb 100644 --- a/src/_icons/camera-selfie.svg +++ b/src/_icons/camera-selfie.svg @@ -1,7 +1,7 @@  ---  tags: [photo, photography, picture, face, instagram, portrait, digital, smartphone]  category: Photography -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M5 7h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v9a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2" /> diff --git a/src/_icons/camera.svg b/src/_icons/camera.svg index d9c53c18..c5d00edd 100644 --- a/src/_icons/camera.svg +++ b/src/_icons/camera.svg @@ -1,7 +1,7 @@  ---  category: Media  tags: [video, photo, aperture] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M5 7h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v9a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2" /> diff --git a/src/_icons/candy.svg b/src/_icons/candy.svg index 1636edaa..bb53bcbe 100644 --- a/src/_icons/candy.svg +++ b/src/_icons/candy.svg @@ -1,6 +1,6 @@  ---  category: Food -version: 1.40 +version: "1.40"  ---  <svg>    <path d="M7.05 11.293l4.243 -4.243a2 2 0 0 1 2.828 0l2.829 2.83a2 2 0 0 1 0 2.828l-4.243 4.243a2 2 0 0 1 -2.828 0l-2.829 -2.831a2 2 0 0 1 0 -2.828z" /> diff --git a/src/_icons/capture.svg b/src/_icons/capture.svg index e0755c69..36a1a72b 100644 --- a/src/_icons/capture.svg +++ b/src/_icons/capture.svg @@ -1,7 +1,7 @@  ---  tags: [photo, photographer, sharpen]  category: Media -version: 1.11 +version: "1.11"  ---  <svg>    <path d="M4 8v-2a2 2 0 0 1 2 -2h2" /> diff --git a/src/_icons/car.svg b/src/_icons/car.svg index 19ab877a..55645a49 100644 --- a/src/_icons/car.svg +++ b/src/_icons/car.svg @@ -1,7 +1,7 @@  ---  tags: [vehicle, drive, driver, engine, motor, journey, trip]  category: Vehicles -version: 1.5 +version: "1.5"  ---  <svg>    <circle cx="7" cy="17" r="2" /> diff --git a/src/_icons/caravan.svg b/src/_icons/caravan.svg index f4d2acbf..222a181f 100644 --- a/src/_icons/caravan.svg +++ b/src/_icons/caravan.svg @@ -1,7 +1,7 @@  ---  tags: [journey, trip, holidays, camping, trailer]  category: Vehicles -version: 1.14 +version: "1.14"  ---  <svg>    <circle cx="11" cy="17" r="2" /> diff --git a/src/_icons/cardboards.svg b/src/_icons/cardboards.svg index 5b7bdbd4..c837f22d 100644 --- a/src/_icons/cardboards.svg +++ b/src/_icons/cardboards.svg @@ -1,6 +1,6 @@  ---  tags: [vr, virtual reality, watch, viewer, technology] -version: 1.33 +version: "1.33"  ---  <svg>    <path d="M3 7v8.5a2.5 2.5 0 0 0 2.5 2.5h1.06a3 3 0 0 0 2.34 -1.13l1.54 -1.92a2 2 0 0 1 3.12 0l1.54 1.92a3 3 0 0 0 2.34 1.13h1.06a2.5 2.5 0 0 0 2.5 -2.5v-8.5a2 2 0 0 0 -2 -2h-14a2 2 0 0 0 -2 2z" /> diff --git a/src/_icons/caret-down.svg b/src/_icons/caret-down.svg index 188e18b7..af055ade 100644 --- a/src/_icons/caret-down.svg +++ b/src/_icons/caret-down.svg @@ -1,7 +1,7 @@  ---  category: Arrows  tags: [next, bottom, dropdown, show, more] -version: 1.2 +version: "1.2"  ---  <svg>    <path d="M18 15l-6 -6l-6 6h12" transform="rotate(180 12 12)" /> diff --git a/src/_icons/caret-left.svg b/src/_icons/caret-left.svg index e8a88b2e..571a822f 100644 --- a/src/_icons/caret-left.svg +++ b/src/_icons/caret-left.svg @@ -1,7 +1,7 @@  ---  category: Arrows  tags: [back, previous] -version: 1.2 +version: "1.2"  ---  <svg>    <path d="M18 15l-6 -6l-6 6h12" transform="rotate(270 12 12)" /> diff --git a/src/_icons/caret-right.svg b/src/_icons/caret-right.svg index 826955c1..a037509d 100644 --- a/src/_icons/caret-right.svg +++ b/src/_icons/caret-right.svg @@ -1,7 +1,7 @@  ---  category: Arrows  tags: [next, play, more] -version: 1.2 +version: "1.2"  ---  <svg>    <path d="M18 15l-6 -6l-6 6h12" transform="rotate(90 12 12)" /> diff --git a/src/_icons/caret-up.svg b/src/_icons/caret-up.svg index c9dd1efe..6666ce34 100644 --- a/src/_icons/caret-up.svg +++ b/src/_icons/caret-up.svg @@ -1,7 +1,7 @@  ---  category: Arrows  tags: [dropdown, less, up] -version: 1.2 +version: "1.2"  ---  <svg>    <path d="M18 15l-6 -6l-6 6h12" /> diff --git a/src/_icons/cash-banknote-off.svg b/src/_icons/cash-banknote-off.svg index 80b3fbce..ff4a327e 100644 --- a/src/_icons/cash-banknote-off.svg +++ b/src/_icons/cash-banknote-off.svg @@ -1,7 +1,7 @@  ---  category: E-commerce  tags: [money, pay, bank, dollar, pound, bank, yen, business] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M9.88 9.878a3 3 0 1 0 4.242 4.243m.58 -3.425a3.012 3.012 0 0 0 -1.412 -1.405" /> diff --git a/src/_icons/cash-banknote.svg b/src/_icons/cash-banknote.svg index 4aa98d2f..1d31c816 100644 --- a/src/_icons/cash-banknote.svg +++ b/src/_icons/cash-banknote.svg @@ -1,7 +1,7 @@  ---  category: E-commerce  tags: [money, pay, bank, dollar, pound, bank, yen, business] -version: 1.39 +version: "1.39"  ---  <svg>    <circle cx="12" cy="12" r="3" /> diff --git a/src/_icons/cash.svg b/src/_icons/cash.svg index 39ceaade..2de6e0a4 100644 --- a/src/_icons/cash.svg +++ b/src/_icons/cash.svg @@ -1,7 +1,7 @@  ---  category: E-commerce  tags: [currency, payment, money, pay] -version: 1.0 +version: "1.0"  ---  <svg>    <rect x="7" y="9" width="14" height="10" rx="2" /> diff --git a/src/_icons/cast.svg b/src/_icons/cast.svg index fec0de15..7de178ce 100644 --- a/src/_icons/cast.svg +++ b/src/_icons/cast.svg @@ -1,7 +1,7 @@  ---  category: Media  tags: [broadcast, stream, mirroring, apple, airplay, chromecast] -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="3" y1="19" x2="3.01" y2="19" /> diff --git a/src/_icons/ce.svg b/src/_icons/ce.svg index 61bfa26d..51c1a3a3 100644 --- a/src/_icons/ce.svg +++ b/src/_icons/ce.svg @@ -1,7 +1,7 @@  ---  tags: [sign, marking, administration, administrative, conformity, health, safety, environment, protection, standards, product, europe, eea, economic, area, manufacture]  category: Symbols -version: 1.33 +version: "1.33"  ---  <svg>    <path d="M11 4a8 8 0 1 0 0 16" /> diff --git a/src/_icons/certificate.svg b/src/_icons/certificate.svg index b5ce1585..fd0c95b9 100644 --- a/src/_icons/certificate.svg +++ b/src/_icons/certificate.svg @@ -1,6 +1,6 @@  ---  tags: [document, official, attest, signature, birth, death, gift, authenticity, seal, course, complete, qualification] -version: 1.33 +version: "1.33"  category: Document  ---  <svg> diff --git a/src/_icons/charging-pile.svg b/src/_icons/charging-pile.svg index 3c14f03b..cdd187ba 100644 --- a/src/_icons/charging-pile.svg +++ b/src/_icons/charging-pile.svg @@ -1,7 +1,7 @@  ---  tags: [electric, electricity, hybrid, tesla, station, electronic, point]  category: Vehicles -version: 1.39 +version: "1.39"  ---  <svg>    <line x1="18" y1="7" x2="17" y2="8" /> diff --git a/src/_icons/chart-arcs-3.svg b/src/_icons/chart-arcs-3.svg index f84645cf..f2eb52df 100644 --- a/src/_icons/chart-arcs-3.svg +++ b/src/_icons/chart-arcs-3.svg @@ -1,7 +1,7 @@  ---  tags: [statistics, diagram, graph, rhythm, data, analysis]  category: Charts -version: 1.39 +version: "1.39"  ---  <svg>    <circle cx="12" cy="12" r="1" /> diff --git a/src/_icons/chart-arcs.svg b/src/_icons/chart-arcs.svg index a6fbeb4b..8fdfd637 100644 --- a/src/_icons/chart-arcs.svg +++ b/src/_icons/chart-arcs.svg @@ -1,7 +1,7 @@  ---  tags: [statistics, diagram, graph, rhythm, data, analysis]  category: Charts -version: 1.39 +version: "1.39"  ---  <svg>    <circle cx="12" cy="12" r="1" /> diff --git a/src/_icons/chart-area-line.svg b/src/_icons/chart-area-line.svg index aea2820a..4bddb317 100644 --- a/src/_icons/chart-area-line.svg +++ b/src/_icons/chart-area-line.svg @@ -1,7 +1,7 @@  ---  tags: [statistics, diagram, graph, rhythm, data, analysis]  category: Charts -version: 1.0 +version: "1.0"  ---  <svg>    <polyline points="4 19 8 13 12 15 16 10 20 14 20 19 4 19" /> diff --git a/src/_icons/chart-area.svg b/src/_icons/chart-area.svg index 151cde28..8cabfc58 100644 --- a/src/_icons/chart-area.svg +++ b/src/_icons/chart-area.svg @@ -1,7 +1,7 @@  ---  tags: [statistics, diagram, graph, rhythm, data, analysis]  category: Charts -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="4" y1="19" x2="20" y2="19" /> diff --git a/src/_icons/chart-arrows-vertical.svg b/src/_icons/chart-arrows-vertical.svg index be9e5e07..4b433a43 100644 --- a/src/_icons/chart-arrows-vertical.svg +++ b/src/_icons/chart-arrows-vertical.svg @@ -1,7 +1,7 @@  ---  tags: [statistics, data, value, variable, scale, statistical, level, increase, decrease]  category: Charts -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M18 21v-14" /> diff --git a/src/_icons/chart-arrows.svg b/src/_icons/chart-arrows.svg index 36c2dfff..7b256d82 100644 --- a/src/_icons/chart-arrows.svg +++ b/src/_icons/chart-arrows.svg @@ -1,7 +1,7 @@  ---  tags: [statistics, data, value, variable, scale, statistical, level, increase, decrease]  category: Charts -version: 1.39 +version: "1.39"  ---  <svg>    <line x1="3" y1="18" x2="17" y2="18" /> diff --git a/src/_icons/chart-bar.svg b/src/_icons/chart-bar.svg index 8e1f5faa..cc8bd5c6 100644 --- a/src/_icons/chart-bar.svg +++ b/src/_icons/chart-bar.svg @@ -1,7 +1,7 @@  ---  tags: [statistics, diagram, graph, rhythm, data, analysis]  category: Charts -version: 1.0 +version: "1.0"  ---  <svg>    <rect x="3" y="12" width="6" height="8" rx="1" /> diff --git a/src/_icons/chart-bubble.svg b/src/_icons/chart-bubble.svg index 8d54082e..0e19e5af 100644 --- a/src/_icons/chart-bubble.svg +++ b/src/_icons/chart-bubble.svg @@ -1,7 +1,7 @@  ---  tags: [statistics, diagram, graph, rhythm, data, analysis]  category: Charts -version: 1.13 +version: "1.13"  ---  <svg>    <circle cx="6" cy="16" r="3" /> diff --git a/src/_icons/chart-candle.svg b/src/_icons/chart-candle.svg index 67c106c2..de50df70 100644 --- a/src/_icons/chart-candle.svg +++ b/src/_icons/chart-candle.svg @@ -1,7 +1,7 @@  ---  tags: [statistics, diagram, graph, rhythm, data, analysis]  category: Charts -version: 1.0 +version: "1.0"  ---  <svg>    <rect x="4" y="6" width="4" height="5" rx="1" /> diff --git a/src/_icons/chart-circles.svg b/src/_icons/chart-circles.svg index 295ec708..33cdc350 100644 --- a/src/_icons/chart-circles.svg +++ b/src/_icons/chart-circles.svg @@ -1,7 +1,7 @@  ---  tags: [statistics, analysis, analyse, graph]  category: Charts -version: 1.39 +version: "1.39"  ---  <svg>    <circle cx="9.5" cy="9.5" r="5.5" /> diff --git a/src/_icons/chart-donut-2.svg b/src/_icons/chart-donut-2.svg index f392ec56..f66ee44e 100644 --- a/src/_icons/chart-donut-2.svg +++ b/src/_icons/chart-donut-2.svg @@ -1,7 +1,7 @@  ---  tags: [statistics, diagram, graph, rhythm, data, analysis]  category: Charts -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M12 3v5m4 4h5" /> diff --git a/src/_icons/chart-donut-3.svg b/src/_icons/chart-donut-3.svg index f97318d8..546a71dd 100644 --- a/src/_icons/chart-donut-3.svg +++ b/src/_icons/chart-donut-3.svg @@ -1,7 +1,7 @@  ---  tags: [statistics, diagram, graph, rhythm, data, analysis]  category: Charts -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M12 3v5m4 4h5" /> diff --git a/src/_icons/chart-donut-4.svg b/src/_icons/chart-donut-4.svg index 38a2e6c4..6a515384 100644 --- a/src/_icons/chart-donut-4.svg +++ b/src/_icons/chart-donut-4.svg @@ -1,7 +1,7 @@  ---  tags: [statistics, diagram, graph, rhythm, data, analysis]  category: Charts -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M8.848 14.667l-3.348 2.833" /> diff --git a/src/_icons/chart-donut.svg b/src/_icons/chart-donut.svg index 5ade6e87..88b9abcf 100644 --- a/src/_icons/chart-donut.svg +++ b/src/_icons/chart-donut.svg @@ -1,7 +1,7 @@  ---  tags: [statistics, diagram, graph, rhythm, data, analysis]  category: Charts -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M10 3.2a9 9 0 1 0 10.8 10.8a1 1 0 0 0 -1 -1h-3.8a4.1 4.1 0 1 1 -5 -5v-4a0.9 .9 0 0 0 -1 -.8" /> diff --git a/src/_icons/chart-dots.svg b/src/_icons/chart-dots.svg index 98d91fab..5532c5f8 100644 --- a/src/_icons/chart-dots.svg +++ b/src/_icons/chart-dots.svg @@ -1,7 +1,7 @@  ---  tags: [statistics, data, value, variable, scale, statistical]  category: Charts -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M3 3v18h18" /> diff --git a/src/_icons/chart-infographic.svg b/src/_icons/chart-infographic.svg index b75da644..d75cbb3c 100644 --- a/src/_icons/chart-infographic.svg +++ b/src/_icons/chart-infographic.svg @@ -1,7 +1,7 @@  ---  tags: [statistics, data, value, variable, scale, statistical, bar, information, report]  category: Charts -version: 1.39 +version: "1.39"  ---  <svg>    <circle cx="7" cy="7" r="4" /> diff --git a/src/_icons/chart-line.svg b/src/_icons/chart-line.svg index bc75ea5f..521da464 100644 --- a/src/_icons/chart-line.svg +++ b/src/_icons/chart-line.svg @@ -1,7 +1,7 @@  ---  tags: [statistics, diagram, graph, rhythm, data, analysis]  category: Charts -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="4" y1="19" x2="20" y2="19" /> diff --git a/src/_icons/chart-pie-2.svg b/src/_icons/chart-pie-2.svg index f972cd66..f4ca06a6 100644 --- a/src/_icons/chart-pie-2.svg +++ b/src/_icons/chart-pie-2.svg @@ -1,7 +1,7 @@  ---  tags: [statistics, diagram, graph, rhythm, data, analysis]  category: Charts -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M12 3v9h9" /> diff --git a/src/_icons/chart-pie-3.svg b/src/_icons/chart-pie-3.svg index 8312ab67..563456c9 100644 --- a/src/_icons/chart-pie-3.svg +++ b/src/_icons/chart-pie-3.svg @@ -1,7 +1,7 @@  ---  tags: [statistics, diagram, graph, rhythm, data, analysis]  category: Charts -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M12 12l-6.5 5.5" /> diff --git a/src/_icons/chart-pie-4.svg b/src/_icons/chart-pie-4.svg index 4e17a0d1..dd049409 100644 --- a/src/_icons/chart-pie-4.svg +++ b/src/_icons/chart-pie-4.svg @@ -1,7 +1,7 @@  ---  tags: [statistics, diagram, graph, rhythm, data, analysis]  category: Charts -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M12 12l-6.5 5.5" /> diff --git a/src/_icons/chart-pie.svg b/src/_icons/chart-pie.svg index 54b17421..03114df6 100644 --- a/src/_icons/chart-pie.svg +++ b/src/_icons/chart-pie.svg @@ -1,7 +1,7 @@  ---  tags: [statistics, diagram, graph, rhythm, data, analysis]  category: Charts -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M10 3.2a9 9 0 1 0 10.8 10.8a1 1 0 0 0 -1 -1h-6.8a2 2 0 0 1 -2 -2v-7a0.9 .9 0 0 0 -1 -.8" /> diff --git a/src/_icons/chart-radar.svg b/src/_icons/chart-radar.svg index f84c20e9..31cbf5b9 100644 --- a/src/_icons/chart-radar.svg +++ b/src/_icons/chart-radar.svg @@ -1,7 +1,7 @@  ---  tags: [statistics, data, value, two, dimensions, variable, report, points]  category: Charts -version: 1.33 +version: "1.33"  ---  <svg>    <path d="M12 3l9.5 7l-3.5 11h-12l-3.5 -11z" /> diff --git a/src/_icons/check.svg b/src/_icons/check.svg index ff5ee342..03e1f573 100644 --- a/src/_icons/check.svg +++ b/src/_icons/check.svg @@ -1,7 +1,7 @@  ---  category: System  tags: [tick, "yes", confirm] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M5 12l5 5l10 -10" /> diff --git a/src/_icons/checkbox.svg b/src/_icons/checkbox.svg index 3107c867..5a145370 100644 --- a/src/_icons/checkbox.svg +++ b/src/_icons/checkbox.svg @@ -1,7 +1,7 @@  ---  category: System  tags: [survey, confirm, tick, "yes", to-do] -version: 1.4 +version: "1.4"  ---  <svg>    <polyline points="9 11 12 14 20 6" /> diff --git a/src/_icons/checks.svg b/src/_icons/checks.svg index ee96b98a..a52fcb24 100644 --- a/src/_icons/checks.svg +++ b/src/_icons/checks.svg @@ -1,7 +1,7 @@  ---  category: System  tags: [tick, "yes", confirm] -version: 1.4 +version: "1.4"  ---  <svg>    <path d="M7 12l5 5l10 -10" /> diff --git a/src/_icons/chevron-down-left.svg b/src/_icons/chevron-down-left.svg index 0f80e082..c78bf8d4 100644 --- a/src/_icons/chevron-down-left.svg +++ b/src/_icons/chevron-down-left.svg @@ -1,7 +1,7 @@  ---  tags: [move, aside, bottom]  category: Arrows -version: 1.24 +version: "1.24"  ---  <svg>    <path d="M8 8v8h8" /> diff --git a/src/_icons/chevron-down-right.svg b/src/_icons/chevron-down-right.svg index 8ee00abe..d535877d 100644 --- a/src/_icons/chevron-down-right.svg +++ b/src/_icons/chevron-down-right.svg @@ -1,7 +1,7 @@  ---  tags: [move, aside, bottom]  category: Arrows -version: 1.24 +version: "1.24"  ---  <svg>    <path d="M16 8v8h-8" /> diff --git a/src/_icons/chevron-down.svg b/src/_icons/chevron-down.svg index 10e551fa..1365bf96 100644 --- a/src/_icons/chevron-down.svg +++ b/src/_icons/chevron-down.svg @@ -1,7 +1,7 @@  ---  tags: [move, next, swipe, bottom]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <polyline points="6 9 12 15 18 9" /> diff --git a/src/_icons/chevron-left.svg b/src/_icons/chevron-left.svg index e2945795..6d328302 100644 --- a/src/_icons/chevron-left.svg +++ b/src/_icons/chevron-left.svg @@ -1,7 +1,7 @@  ---  tags: [move, previous, back]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <polyline points="15 6 9 12 15 18" /> diff --git a/src/_icons/chevron-right.svg b/src/_icons/chevron-right.svg index 38cec5a7..6bf40a87 100644 --- a/src/_icons/chevron-right.svg +++ b/src/_icons/chevron-right.svg @@ -1,7 +1,7 @@  ---  tags: [move, checklist, next]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <polyline points="9 6 15 12 9 18" /> diff --git a/src/_icons/chevron-up-left.svg b/src/_icons/chevron-up-left.svg index 52fc8aa0..1e7ca8bb 100644 --- a/src/_icons/chevron-up-left.svg +++ b/src/_icons/chevron-up-left.svg @@ -1,7 +1,7 @@  ---  tags: [move, aside, top]  category: Arrows -version: 1.24 +version: "1.24"  ---  <svg>    <path d="M8 16v-8h8" /> diff --git a/src/_icons/chevron-up-right.svg b/src/_icons/chevron-up-right.svg index 0b1dbb71..b7cd912c 100644 --- a/src/_icons/chevron-up-right.svg +++ b/src/_icons/chevron-up-right.svg @@ -1,7 +1,7 @@  ---  tags: [move, aside, top]  category: Arrows -version: 1.24 +version: "1.24"  ---  <svg>    <path d="M8 8h8v8" /> diff --git a/src/_icons/chevron-up.svg b/src/_icons/chevron-up.svg index d7a154b6..95d7bb5a 100644 --- a/src/_icons/chevron-up.svg +++ b/src/_icons/chevron-up.svg @@ -1,7 +1,7 @@  ---  tags: [move, top]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <polyline points="6 15 12 9 18 15" /> diff --git a/src/_icons/chevrons-down-left.svg b/src/_icons/chevrons-down-left.svg index ec4fd032..a93c5e4c 100644 --- a/src/_icons/chevrons-down-left.svg +++ b/src/_icons/chevrons-down-left.svg @@ -1,7 +1,7 @@  ---  tags: [move, aside, bottom]  category: Arrows -version: 1.24 +version: "1.24"  ---  <svg>    <path d="M11 5v8h8" /> diff --git a/src/_icons/chevrons-down-right.svg b/src/_icons/chevrons-down-right.svg index 456c7474..b90710f2 100644 --- a/src/_icons/chevrons-down-right.svg +++ b/src/_icons/chevrons-down-right.svg @@ -1,7 +1,7 @@  ---  tags: [move, aside, bottom]  category: Arrows -version: 1.24 +version: "1.24"  ---  <svg>    <path d="M13 5v8h-8" /> diff --git a/src/_icons/chevrons-down.svg b/src/_icons/chevrons-down.svg index 06b5a6e1..0d6e8559 100644 --- a/src/_icons/chevrons-down.svg +++ b/src/_icons/chevrons-down.svg @@ -1,7 +1,7 @@  ---  tags: [move, bottom]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <polyline points="7 7 12 12 17 7" /> diff --git a/src/_icons/chevrons-left.svg b/src/_icons/chevrons-left.svg index 1cf3adb3..91bb7c11 100644 --- a/src/_icons/chevrons-left.svg +++ b/src/_icons/chevrons-left.svg @@ -1,7 +1,7 @@  ---  tags: [move, back, roll]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <polyline points="11 7 6 12 11 17" /> diff --git a/src/_icons/chevrons-right.svg b/src/_icons/chevrons-right.svg index 07c9dc13..f891095e 100644 --- a/src/_icons/chevrons-right.svg +++ b/src/_icons/chevrons-right.svg @@ -1,7 +1,7 @@  ---  tags: [move, next, checklist]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <polyline points="7 7 12 12 7 17" /> diff --git a/src/_icons/chevrons-up-left.svg b/src/_icons/chevrons-up-left.svg index 0f3e078f..2a66eb22 100644 --- a/src/_icons/chevrons-up-left.svg +++ b/src/_icons/chevrons-up-left.svg @@ -1,7 +1,7 @@  ---  tags: [move, aside, top]  category: Arrows -version: 1.24 +version: "1.24"  ---  <svg>    <path d="M7 15v-8h8" /> diff --git a/src/_icons/chevrons-up-right.svg b/src/_icons/chevrons-up-right.svg index 819ac730..ed44a22f 100644 --- a/src/_icons/chevrons-up-right.svg +++ b/src/_icons/chevrons-up-right.svg @@ -1,7 +1,7 @@  ---  tags: [move, aside, top]  category: Arrows -version: 1.24 +version: "1.24"  ---  <svg>    <path d="M9 7h8v8" /> diff --git a/src/_icons/chevrons-up.svg b/src/_icons/chevrons-up.svg index 93013515..661607c9 100644 --- a/src/_icons/chevrons-up.svg +++ b/src/_icons/chevrons-up.svg @@ -1,7 +1,7 @@  ---  tags: [move, top]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <polyline points="7 11 12 6 17 11" /> diff --git a/src/_icons/christmas-tree.svg b/src/_icons/christmas-tree.svg index b1610326..89930cdd 100644 --- a/src/_icons/christmas-tree.svg +++ b/src/_icons/christmas-tree.svg @@ -1,7 +1,7 @@  ---  tags: [holidays, pine, decorate, decoration, gift, present, carol, evergreen, spruce, fir, winter]  category: Nature -version: 1.33 +version: "1.33"  ---  <svg>    <path d="M12 3l4 4l-2 1l4 4l-3 1l4 4h-14l4 -4l-3 -1l4 -4l-2 -1z" /> diff --git a/src/_icons/circle-0.svg b/src/_icons/circle-0.svg index 023e62b4..99f70c97 100644 --- a/src/_icons/circle-0.svg +++ b/src/_icons/circle-0.svg @@ -1,7 +1,7 @@  ---  tags: [zero, number, digit, quantity, amount, order, maths, sum, total]  category: Numbers -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" /> diff --git a/src/_icons/circle-1.svg b/src/_icons/circle-1.svg index eb78f851..7fee0aeb 100644 --- a/src/_icons/circle-1.svg +++ b/src/_icons/circle-1.svg @@ -1,7 +1,7 @@  ---  tags: [one, zero, number, digit, quantity, amount, order, maths, sum, total]  category: Numbers -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M12 16v-8l-2 2" /> diff --git a/src/_icons/circle-2.svg b/src/_icons/circle-2.svg index 30a169e1..7437a4da 100644 --- a/src/_icons/circle-2.svg +++ b/src/_icons/circle-2.svg @@ -1,7 +1,7 @@  ---  tags: [two, zero, number, digit, quantity, amount, order, maths, sum, total]  category: Numbers -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M10 10a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 -.001" /> diff --git a/src/_icons/circle-3.svg b/src/_icons/circle-3.svg index 5d3b5ba9..cac5d145 100644 --- a/src/_icons/circle-3.svg +++ b/src/_icons/circle-3.svg @@ -1,7 +1,7 @@  ---  tags: [three, zero, number, digit, quantity, amount, order, maths, sum, total]  category: Numbers -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M12 12a2 2 0 1 0 -2 -2" /> diff --git a/src/_icons/circle-4.svg b/src/_icons/circle-4.svg index b5fa166a..27b34645 100644 --- a/src/_icons/circle-4.svg +++ b/src/_icons/circle-4.svg @@ -1,7 +1,7 @@  ---  tags: [four, zero, number, digit, quantity, amount, order, maths, sum, total]  category: Numbers -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M13 16v-8l-4 6h5" /> diff --git a/src/_icons/circle-5.svg b/src/_icons/circle-5.svg index bfa368eb..801a094f 100644 --- a/src/_icons/circle-5.svg +++ b/src/_icons/circle-5.svg @@ -1,7 +1,7 @@  ---  tags: [five, zero, number, digit, quantity, amount, order, maths, sum, total]  category: Numbers -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M10 16h2a2 2 0 1 0 0 -4h-2v-4h4" /> diff --git a/src/_icons/circle-6.svg b/src/_icons/circle-6.svg index ddf05f65..c0642830 100644 --- a/src/_icons/circle-6.svg +++ b/src/_icons/circle-6.svg @@ -1,7 +1,7 @@  ---  tags: [six, zero, number, digit, quantity, amount, order, maths, sum, total]  category: Numbers -version: 1.39 +version: "1.39"  ---  <svg>    <circle cx="12" cy="14" r="2" /> diff --git a/src/_icons/circle-7.svg b/src/_icons/circle-7.svg index 79b24854..63f51631 100644 --- a/src/_icons/circle-7.svg +++ b/src/_icons/circle-7.svg @@ -1,7 +1,7 @@  ---  tags: [seven, zero, number, digit, quantity, amount, order, maths, sum, total]  category: Numbers -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M10 8h4l-2 8" /> diff --git a/src/_icons/circle-8.svg b/src/_icons/circle-8.svg index 56b58b87..ab7f2813 100644 --- a/src/_icons/circle-8.svg +++ b/src/_icons/circle-8.svg @@ -1,7 +1,7 @@  ---  tags: [eight, zero, number, digit, quantity, amount, order, maths, sum, total]  category: Numbers -version: 1.39 +version: "1.39"  ---  <svg>    <circle cx="12" cy="10" r="2" /> diff --git a/src/_icons/circle-9.svg b/src/_icons/circle-9.svg index 87cd31e3..5979be7d 100644 --- a/src/_icons/circle-9.svg +++ b/src/_icons/circle-9.svg @@ -1,7 +1,7 @@  ---  tags: [nine, zero, number, digit, quantity, amount, order, maths, sum, total]  category: Numbers -version: 1.39 +version: "1.39"  ---  <svg>    <circle cx="12" cy="10" r="2" /> diff --git a/src/_icons/circle-check.svg b/src/_icons/circle-check.svg index ba659671..d9920289 100644 --- a/src/_icons/circle-check.svg +++ b/src/_icons/circle-check.svg @@ -1,6 +1,6 @@  ---  tags: ["yes", confirm] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/circle-dashed.svg b/src/_icons/circle-dashed.svg index 33c6d851..7a4914f7 100644 --- a/src/_icons/circle-dashed.svg +++ b/src/_icons/circle-dashed.svg @@ -1,6 +1,6 @@  ---  tags: [shape, line, check] -version: 1.26 +version: "1.26"  ---  <svg>    <path d="M8.56 3.69a9 9 0 0 0 -2.92 1.95" /> diff --git a/src/_icons/circle-dotted.svg b/src/_icons/circle-dotted.svg index 2aaa1687..b0815290 100644 --- a/src/_icons/circle-dotted.svg +++ b/src/_icons/circle-dotted.svg @@ -1,6 +1,6 @@  ---  tags: [shape, point, check] -version: 1.26 +version: "1.26"  ---  <svg>    <line x1="7.5" y1="4.21" x2="7.5" y2="4.22" /> diff --git a/src/_icons/circle-half-vertical.svg b/src/_icons/circle-half-vertical.svg index 05ca93ce..17e59cfd 100644 --- a/src/_icons/circle-half-vertical.svg +++ b/src/_icons/circle-half-vertical.svg @@ -1,6 +1,6 @@  ---  tags: [shape, split, slash] -version: 1.39 +version: "1.39"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/circle-half.svg b/src/_icons/circle-half.svg index 113d2873..9d5fa7e2 100644 --- a/src/_icons/circle-half.svg +++ b/src/_icons/circle-half.svg @@ -1,6 +1,6 @@  ---  tags: [shape, split, slash] -version: 1.39 +version: "1.39"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/circle-minus.svg b/src/_icons/circle-minus.svg index 76f45a96..0179469b 100644 --- a/src/_icons/circle-minus.svg +++ b/src/_icons/circle-minus.svg @@ -1,6 +1,6 @@  ---  tags: [remove, delete] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/circle-off.svg b/src/_icons/circle-off.svg index 3e4eb196..aca2075a 100644 --- a/src/_icons/circle-off.svg +++ b/src/_icons/circle-off.svg @@ -1,7 +1,7 @@  ---  tags: [shape, split, slash, disabled]  category: Shapes -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M20.042 16.045a9 9 0 0 0 -12.087 -12.087m-2.318 1.677a9 9 0 1 0 12.725 12.73" /> diff --git a/src/_icons/circle-plus.svg b/src/_icons/circle-plus.svg index 5b6a4ca5..c38a9e4d 100644 --- a/src/_icons/circle-plus.svg +++ b/src/_icons/circle-plus.svg @@ -1,6 +1,6 @@  ---  tags: [add, create, new] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/circle-square.svg b/src/_icons/circle-square.svg index ff5f0753..6310b8ba 100644 --- a/src/_icons/circle-square.svg +++ b/src/_icons/circle-square.svg @@ -1,7 +1,7 @@  ---  tags: [shape, spot, math]  category: Shapes -version: 1.21 +version: "1.21"  ---  <svg>    <circle cx="9.5" cy="9.5" r="6.5" /> diff --git a/src/_icons/circle-x.svg b/src/_icons/circle-x.svg index f2367d7a..08e2bccb 100644 --- a/src/_icons/circle-x.svg +++ b/src/_icons/circle-x.svg @@ -1,6 +1,6 @@  ---  tags: [cancel, "no"] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/circle.svg b/src/_icons/circle.svg index b597df64..285e5598 100644 --- a/src/_icons/circle.svg +++ b/src/_icons/circle.svg @@ -1,7 +1,7 @@  ---  category: Shapes  tags: [off, zero] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/circles.svg b/src/_icons/circles.svg index eacaa9f7..1deef55e 100644 --- a/src/_icons/circles.svg +++ b/src/_icons/circles.svg @@ -1,7 +1,7 @@  ---  tags: [shape, marbles, balls, juggle, spots]  category: Shapes -version: 1.21 +version: "1.21"  ---  <svg>    <circle cx="12" cy="7" r="4" /> diff --git a/src/_icons/clear-all.svg b/src/_icons/clear-all.svg index 23cd7dd0..afe844d4 100644 --- a/src/_icons/clear-all.svg +++ b/src/_icons/clear-all.svg @@ -1,6 +1,6 @@  ---  tags: [app, clear, all, emails, phone] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M8 6h12" /> diff --git a/src/_icons/clear-formatting.svg b/src/_icons/clear-formatting.svg index 5d81ba0b..e48ebf3b 100644 --- a/src/_icons/clear-formatting.svg +++ b/src/_icons/clear-formatting.svg @@ -1,7 +1,7 @@  ---  tags: [text, return, default]  category: Text -version: 1.7 +version: "1.7"  ---  <svg>    <path d="M17 15l4 4m0 -4l-4 4" /> diff --git a/src/_icons/click.svg b/src/_icons/click.svg index d23c855d..22d2df4e 100644 --- a/src/_icons/click.svg +++ b/src/_icons/click.svg @@ -1,6 +1,6 @@  ---  tags: [select, cursor] -version: 1.5 +version: "1.5"  ---  <svg>    <line x1="3" y1="12" x2="6" y2="12" /> diff --git a/src/_icons/clipboard-check.svg b/src/_icons/clipboard-check.svg index e792cb54..d236ead7 100644 --- a/src/_icons/clipboard-check.svg +++ b/src/_icons/clipboard-check.svg @@ -1,7 +1,7 @@  ---  category: Document  tags: [copy, "yes"] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" /> diff --git a/src/_icons/clipboard-list.svg b/src/_icons/clipboard-list.svg index 2ec59d3b..d6c43766 100644 --- a/src/_icons/clipboard-list.svg +++ b/src/_icons/clipboard-list.svg @@ -1,7 +1,7 @@  ---  category: Document  tags: [copy, items] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" /> diff --git a/src/_icons/clipboard-x.svg b/src/_icons/clipboard-x.svg index d5bfdc78..ba5d2882 100644 --- a/src/_icons/clipboard-x.svg +++ b/src/_icons/clipboard-x.svg @@ -1,7 +1,7 @@  ---  category: Document  tags: [copy, "no"] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" /> diff --git a/src/_icons/clipboard.svg b/src/_icons/clipboard.svg index fd6070fc..af8cfd3f 100644 --- a/src/_icons/clipboard.svg +++ b/src/_icons/clipboard.svg @@ -1,7 +1,7 @@  ---  category: Document  tags: [copy] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" /> diff --git a/src/_icons/clock.svg b/src/_icons/clock.svg index 5ee622a4..5c850f00 100644 --- a/src/_icons/clock.svg +++ b/src/_icons/clock.svg @@ -1,6 +1,6 @@  ---  tags: [time, watch, alarm] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/cloud-download.svg b/src/_icons/cloud-download.svg index 1f3a6302..fbe1dbf7 100644 --- a/src/_icons/cloud-download.svg +++ b/src/_icons/cloud-download.svg @@ -1,6 +1,6 @@  ---  tags: [files] -version: 1.0 +version: "1.0"  category: System  ---  <svg> diff --git a/src/_icons/cloud-fog.svg b/src/_icons/cloud-fog.svg index d5927a32..5c128e41 100644 --- a/src/_icons/cloud-fog.svg +++ b/src/_icons/cloud-fog.svg @@ -1,7 +1,7 @@  ---  tags: [weather, online]  category: Weather -version: 1.20 +version: "1.20"  ---  <svg>    <path d="M7 16a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-12" /> diff --git a/src/_icons/cloud-off.svg b/src/_icons/cloud-off.svg index 8ac021c4..fe8a6efe 100644 --- a/src/_icons/cloud-off.svg +++ b/src/_icons/cloud-off.svg @@ -1,7 +1,7 @@  ---  tags: [auto, backup, storage, memory, files, pictures, store]  category: Weather -version: 1.28 +version: "1.28"  ---  <svg>    <line x1="3" y1="3" x2="21" y2="21" /> diff --git a/src/_icons/cloud-rain.svg b/src/_icons/cloud-rain.svg index 7524117a..0d3009d5 100644 --- a/src/_icons/cloud-rain.svg +++ b/src/_icons/cloud-rain.svg @@ -1,7 +1,7 @@  ---  tags: [weather, dry]  category: Weather -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M7 18a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7" /> diff --git a/src/_icons/cloud-snow.svg b/src/_icons/cloud-snow.svg index c6e88133..5dd92baa 100644 --- a/src/_icons/cloud-snow.svg +++ b/src/_icons/cloud-snow.svg @@ -1,7 +1,7 @@  ---  tags: [weather, blizzard]  category: Weather -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M7 18a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7" /> diff --git a/src/_icons/cloud-storm.svg b/src/_icons/cloud-storm.svg index db43aa28..810a5186 100644 --- a/src/_icons/cloud-storm.svg +++ b/src/_icons/cloud-storm.svg @@ -1,7 +1,7 @@  ---  tags: [weather, lightning]  category: Weather -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M7 18a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-1" /> diff --git a/src/_icons/cloud-upload.svg b/src/_icons/cloud-upload.svg index 47957c82..4f00926a 100644 --- a/src/_icons/cloud-upload.svg +++ b/src/_icons/cloud-upload.svg @@ -1,6 +1,6 @@  ---  tags: [files] -version: 1.0 +version: "1.0"  category: System  ---  <svg> diff --git a/src/_icons/cloud.svg b/src/_icons/cloud.svg index 15a08381..85bb1648 100644 --- a/src/_icons/cloud.svg +++ b/src/_icons/cloud.svg @@ -1,7 +1,7 @@  ---  tags: [weather, online]  category: Weather -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M7 18a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-12" /> diff --git a/src/_icons/code-minus.svg b/src/_icons/code-minus.svg index 70674b0e..e3e24204 100644 --- a/src/_icons/code-minus.svg +++ b/src/_icons/code-minus.svg @@ -1,7 +1,7 @@  ---  category: Text  tags: [remove, delete, insert, braces] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M9 12h6" /> diff --git a/src/_icons/code-plus.svg b/src/_icons/code-plus.svg index d1e3fe8d..c474593f 100644 --- a/src/_icons/code-plus.svg +++ b/src/_icons/code-plus.svg @@ -1,7 +1,7 @@  ---  category: Text  tags: [add, insert, braces] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M9 12h6" /> diff --git a/src/_icons/code.svg b/src/_icons/code.svg index a03056de..31b9286b 100644 --- a/src/_icons/code.svg +++ b/src/_icons/code.svg @@ -1,7 +1,7 @@  ---  category: Text  tags: [brackets, source, programming, command] -version: 1.0 +version: "1.0"  ---  <svg>    <polyline points="7 8 3 12 7 16" /> diff --git a/src/_icons/coffee.svg b/src/_icons/coffee.svg index fec5f690..30322c78 100644 --- a/src/_icons/coffee.svg +++ b/src/_icons/coffee.svg @@ -1,6 +1,6 @@  ---  category: Food -version: 1.40 +version: "1.40"  ---  <svg>    <path d="M3 14c.83 .642 2.077 1.017 3.5 1c1.423 .017 2.67 -.358 3.5 -1c.83 -.642 2.077 -1.017 3.5 -1c1.423 -.017 2.67 .358 3.5 1" /> diff --git a/src/_icons/coin.svg b/src/_icons/coin.svg index 1feef550..d0ac3a6c 100644 --- a/src/_icons/coin.svg +++ b/src/_icons/coin.svg @@ -1,6 +1,6 @@  ---  tags: [money, earn, salary, change, dollar] -version: 1.3 +version: "1.3"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/color-picker.svg b/src/_icons/color-picker.svg index 87c63c83..18f6416a 100644 --- a/src/_icons/color-picker.svg +++ b/src/_icons/color-picker.svg @@ -1,7 +1,7 @@  ---  tags: [timbre, saturation, paint, image, brush, choice, selection, sample]  category: Design -version: 1.7 +version: "1.7"  ---  <svg>    <path d="M11 7l6 6" /> diff --git a/src/_icons/color-swatch.svg b/src/_icons/color-swatch.svg index 0b109a2f..23abb4ff 100644 --- a/src/_icons/color-swatch.svg +++ b/src/_icons/color-swatch.svg @@ -1,7 +1,7 @@  ---  category: Design  tags: [sample, choice, selection] -version: 1.2 +version: "1.2"  ---  <svg>    <path d="M19 3h-4a2 2 0 0 0 -2 2v12a4 4 0 0 0 8 0v-12a2 2 0 0 0 -2 -2" /> diff --git a/src/_icons/column-insert-left.svg b/src/_icons/column-insert-left.svg index 330e40d0..7d1dda0b 100644 --- a/src/_icons/column-insert-left.svg +++ b/src/_icons/column-insert-left.svg @@ -1,7 +1,7 @@  ---  tags: [database, table, cells, arrow]  category: Database -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M14 4h4a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1z" /> diff --git a/src/_icons/column-insert-right.svg b/src/_icons/column-insert-right.svg index e7fb5e8e..8dc797e9 100644 --- a/src/_icons/column-insert-right.svg +++ b/src/_icons/column-insert-right.svg @@ -1,7 +1,7 @@  ---  tags: [database, table, cells, arrow]  category: Database -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M6 4h4a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1z" /> diff --git a/src/_icons/columns.svg b/src/_icons/columns.svg index 9cde0247..61086ab9 100644 --- a/src/_icons/columns.svg +++ b/src/_icons/columns.svg @@ -1,7 +1,7 @@  ---  tags: [text, gap, table]  category: Text -version: 1.3 +version: "1.3"  ---  <svg>    <line x1="4" y1="6" x2="9.5" y2="6" /> diff --git a/src/_icons/comet.svg b/src/_icons/comet.svg index e395343f..7c56c149 100644 --- a/src/_icons/comet.svg +++ b/src/_icons/comet.svg @@ -1,7 +1,7 @@  ---  tags: [space, universe, star, orb, glow, night]  category: Weather -version: 1.13 +version: "1.13"  ---  <svg>    <path d="M15.5 18.5l-3 1.5l.5 -3.5l-2 -2l3 -.5l1.5 -3l1.5 3l3 .5l-2 2l.5 3.5z" /> diff --git a/src/_icons/command.svg b/src/_icons/command.svg index d3915805..c0e040a4 100644 --- a/src/_icons/command.svg +++ b/src/_icons/command.svg @@ -1,7 +1,7 @@  ---  category: Symbols  tags: [apple, key, keyboard, cmd] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M7 9a2 2 0 1 1 2 -2v10a2 2 0 1 1 -2 -2h10a2 2 0 1 1 -2 2v-10a2 2 0 1 1 2 2h-10" /> diff --git a/src/_icons/compass.svg b/src/_icons/compass.svg index 498968e0..c8209bca 100644 --- a/src/_icons/compass.svg +++ b/src/_icons/compass.svg @@ -1,7 +1,7 @@  ---  category: Map  tags: [navigation, safari, travel, direction, discover] -version: 1.0 +version: "1.0"  ---  <svg>    <polyline points="8 16 10 10 16 8 14 14 8 16" /> diff --git a/src/_icons/confetti.svg b/src/_icons/confetti.svg index e3423a9b..4fb4eef1 100644 --- a/src/_icons/confetti.svg +++ b/src/_icons/confetti.svg @@ -1,6 +1,6 @@  ---  tags: [party, celebrate, streamers, paper, parade, wedding, celebration] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M4 5h2" /> diff --git a/src/_icons/container.svg b/src/_icons/container.svg index 050b3f0c..58f296de 100644 --- a/src/_icons/container.svg +++ b/src/_icons/container.svg @@ -1,7 +1,7 @@  ---  tags: [element, html, block, store, inside]  category: Design -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M20 4v.01" /> diff --git a/src/_icons/contrast.svg b/src/_icons/contrast.svg index f431df37..7832168d 100644 --- a/src/_icons/contrast.svg +++ b/src/_icons/contrast.svg @@ -1,7 +1,7 @@  ---  tags: [edit, paint, photo]  category: Photography -version: 1.12 +version: "1.12"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/cookie.svg b/src/_icons/cookie.svg index f25b1365..34b86543 100644 --- a/src/_icons/cookie.svg +++ b/src/_icons/cookie.svg @@ -1,6 +1,6 @@  ---  category: Food -version: 1.40 +version: "1.40"  ---  <svg>    <path d="M8 13v.01" /> diff --git a/src/_icons/copy.svg b/src/_icons/copy.svg index 7405980a..912cf475 100644 --- a/src/_icons/copy.svg +++ b/src/_icons/copy.svg @@ -1,7 +1,7 @@  ---  category: Text  tags: [clipboard, clone, duplicate] -version: 1.0 +version: "1.0"  ---  <svg>    <rect x="8" y="8" width="12" height="12" rx="2" /> diff --git a/src/_icons/copyleft.svg b/src/_icons/copyleft.svg index 10a27a96..1ef3f4de 100644 --- a/src/_icons/copyleft.svg +++ b/src/_icons/copyleft.svg @@ -1,6 +1,6 @@  ---  tags: [licence, license] -version: 1.11 +version: "1.11"  category: Symbols  ---  <svg> diff --git a/src/_icons/copyright.svg b/src/_icons/copyright.svg index 20b6d995..2ce7d328 100644 --- a/src/_icons/copyright.svg +++ b/src/_icons/copyright.svg @@ -1,6 +1,6 @@  ---  tags: [licence, license] -version: 1.0 +version: "1.0"  category: Symbols  ---  <svg> diff --git a/src/_icons/corner-down-left-double.svg b/src/_icons/corner-down-left-double.svg index e2a71728..1e09ce5c 100644 --- a/src/_icons/corner-down-left-double.svg +++ b/src/_icons/corner-down-left-double.svg @@ -1,7 +1,7 @@  ---  tags: [arrow, previous, back, return, below, point]  category: Arrows -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M19 5v6a3 3 0 0 1 -3 3h-7" /> diff --git a/src/_icons/corner-down-left.svg b/src/_icons/corner-down-left.svg index c9046983..31d20434 100644 --- a/src/_icons/corner-down-left.svg +++ b/src/_icons/corner-down-left.svg @@ -1,7 +1,7 @@  ---  tags: [move, arrow]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M18 6v6a3 3 0 0 1 -3 3h-10l4 -4m0 8l-4 -4" /> diff --git a/src/_icons/corner-down-right-double.svg b/src/_icons/corner-down-right-double.svg index 40d4c902..0616f2ba 100644 --- a/src/_icons/corner-down-right-double.svg +++ b/src/_icons/corner-down-right-double.svg @@ -1,7 +1,7 @@  ---  tags: [arrow, next, below, forward, point]  category: Arrows -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M4 5v6a3 3 0 0 0 3 3h7" /> diff --git a/src/_icons/corner-down-right.svg b/src/_icons/corner-down-right.svg index 371f4dfd..0126f38c 100644 --- a/src/_icons/corner-down-right.svg +++ b/src/_icons/corner-down-right.svg @@ -1,7 +1,7 @@  ---  tags: [move, arrow]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M6 6v6a3 3 0 0 0 3 3h10l-4 -4m0 8l4 -4" /> diff --git a/src/_icons/corner-left-down-double.svg b/src/_icons/corner-left-down-double.svg index 6a255b6a..cb551cb4 100644 --- a/src/_icons/corner-left-down-double.svg +++ b/src/_icons/corner-left-down-double.svg @@ -1,7 +1,7 @@  ---  tags: [arrow, point, below, bottom]  category: Arrows -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M18 4h-6a3 3 0 0 0 -3 3v7" /> diff --git a/src/_icons/corner-left-down.svg b/src/_icons/corner-left-down.svg index c49554a9..cf350947 100644 --- a/src/_icons/corner-left-down.svg +++ b/src/_icons/corner-left-down.svg @@ -1,7 +1,7 @@  ---  tags: [move, arrow]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M18 6h-6a3 3 0 0 0 -3 3v10l-4 -4m8 0l-4 4" /> diff --git a/src/_icons/corner-left-up-double.svg b/src/_icons/corner-left-up-double.svg index aad4d75c..fe57282b 100644 --- a/src/_icons/corner-left-up-double.svg +++ b/src/_icons/corner-left-up-double.svg @@ -1,7 +1,7 @@  ---  tags: [arrow, point, above, top]  category: Arrows -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M18 19h-6a3 3 0 0 1 -3 -3v-7" /> diff --git a/src/_icons/corner-left-up.svg b/src/_icons/corner-left-up.svg index 4968f9de..e39e3dde 100644 --- a/src/_icons/corner-left-up.svg +++ b/src/_icons/corner-left-up.svg @@ -1,7 +1,7 @@  ---  tags: [move, arrow]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M18 18h-6a3 3 0 0 1 -3 -3v-10l-4 4m8 0l-4 -4" /> diff --git a/src/_icons/corner-right-down-double.svg b/src/_icons/corner-right-down-double.svg index e46222fb..08612713 100644 --- a/src/_icons/corner-right-down-double.svg +++ b/src/_icons/corner-right-down-double.svg @@ -1,7 +1,7 @@  ---  tags: [arrow, point, below, bottom]  category: Arrows -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M5 4h6a3 3 0 0 1 3 3v7" /> diff --git a/src/_icons/corner-right-down.svg b/src/_icons/corner-right-down.svg index fbce2672..85ac6c01 100644 --- a/src/_icons/corner-right-down.svg +++ b/src/_icons/corner-right-down.svg @@ -1,7 +1,7 @@  ---  tags: [move, arrow]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M6 6h6a3 3 0 0 1 3 3v10l-4 -4m8 0l-4 4" /> diff --git a/src/_icons/corner-right-up-double.svg b/src/_icons/corner-right-up-double.svg index 1486da9d..e8bdecd7 100644 --- a/src/_icons/corner-right-up-double.svg +++ b/src/_icons/corner-right-up-double.svg @@ -1,7 +1,7 @@  ---  tags: [arrow, point, above, top]  category: Arrows -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M5 19h6a3 3 0 0 0 3 -3v-7" /> diff --git a/src/_icons/corner-right-up.svg b/src/_icons/corner-right-up.svg index 93b94ec0..6ba6998f 100644 --- a/src/_icons/corner-right-up.svg +++ b/src/_icons/corner-right-up.svg @@ -1,7 +1,7 @@  ---  tags: [move, arrow]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M6 18h6a3 3 0 0 0 3 -3v-10l-4 4m8 0l-4 -4" /> diff --git a/src/_icons/corner-up-left-double.svg b/src/_icons/corner-up-left-double.svg index c8b9d9b4..951f0b3c 100644 --- a/src/_icons/corner-up-left-double.svg +++ b/src/_icons/corner-up-left-double.svg @@ -1,7 +1,7 @@  ---  tags: [arrow, point, side, previous, back, return]  category: Arrows -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M19 18v-6a3 3 0 0 0 -3 -3h-7" /> diff --git a/src/_icons/corner-up-left.svg b/src/_icons/corner-up-left.svg index 1690c8ce..642b049e 100644 --- a/src/_icons/corner-up-left.svg +++ b/src/_icons/corner-up-left.svg @@ -1,7 +1,7 @@  ---  tags: [move, arrow]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M18 18v-6a3 3 0 0 0 -3 -3h-10l4 -4m0 8l-4 -4" /> diff --git a/src/_icons/corner-up-right-double.svg b/src/_icons/corner-up-right-double.svg index bf6ba800..b7a0daab 100644 --- a/src/_icons/corner-up-right-double.svg +++ b/src/_icons/corner-up-right-double.svg @@ -1,7 +1,7 @@  ---  tags: [arrow, next, above, forward, point]  category: Arrows -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M4 18v-6a3 3 0 0 1 3 -3h7" /> diff --git a/src/_icons/corner-up-right.svg b/src/_icons/corner-up-right.svg index 862cc675..bba611f9 100644 --- a/src/_icons/corner-up-right.svg +++ b/src/_icons/corner-up-right.svg @@ -1,7 +1,7 @@  ---  tags: [move, arrow]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M6 18v-6a3 3 0 0 1 3 -3h10l-4 -4m0 8l4 -4" /> diff --git a/src/_icons/credit-card-off.svg b/src/_icons/credit-card-off.svg index 09504c38..815b5b04 100644 --- a/src/_icons/credit-card-off.svg +++ b/src/_icons/credit-card-off.svg @@ -1,6 +1,6 @@  ---  tags: [money, purchase, payment, cc] -version: 1.24 +version: "1.24"  ---  <svg>    <line x1="3" y1="3" x2="21" y2="21" /> diff --git a/src/_icons/credit-card.svg b/src/_icons/credit-card.svg index 18d5b23d..03dfa7b6 100644 --- a/src/_icons/credit-card.svg +++ b/src/_icons/credit-card.svg @@ -1,6 +1,6 @@  ---  tags: [money, purchase, payment, cc] -version: 1.0 +version: "1.0"  ---  <svg>    <rect x="3" y="5" width="18" height="14" rx="3" /> diff --git a/src/_icons/crop.svg b/src/_icons/crop.svg index b8e111c3..3954a876 100644 --- a/src/_icons/crop.svg +++ b/src/_icons/crop.svg @@ -1,7 +1,7 @@  ---  category: Design  tags: [photo, image] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M8 5v10a1 1 0 0 0 1 1h10" /> diff --git a/src/_icons/crosshair.svg b/src/_icons/crosshair.svg index b0919d0b..d5e0d8f8 100644 --- a/src/_icons/crosshair.svg +++ b/src/_icons/crosshair.svg @@ -1,6 +1,6 @@  ---  tags: [reticle, tag, tracer, measurement, target] -version: 1.11 +version: "1.11"  ---  <svg>    <path d="M4 8v-2a2 2 0 0 1 2 -2h2" /> diff --git a/src/_icons/crown-off.svg b/src/_icons/crown-off.svg index 228add4c..2ec6bf66 100644 --- a/src/_icons/crown-off.svg +++ b/src/_icons/crown-off.svg @@ -1,6 +1,6 @@  ---  tags: [king, queen, royal, throne, power] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M18 18h-13l-1.865 -9.327a0.25 .25 0 0 1 .4 -.244l4.465 3.571l1.6 -2.4m1.596 -2.394l.804 -1.206l4 6l4.464 -3.571a0.25 .25 0 0 1 .401 .244l-1.363 6.818" /> diff --git a/src/_icons/crown.svg b/src/_icons/crown.svg index 46b3aa92..888aa078 100644 --- a/src/_icons/crown.svg +++ b/src/_icons/crown.svg @@ -1,6 +1,6 @@  ---  tags: [symbol, queen, king, prince, princess, dynasty, royalty] -version: 1.24 +version: "1.24"  ---  <svg>    <path d="M12 6l4 6l5 -4l-2 10h-14l-2 -10l5 4z" /> diff --git a/src/_icons/curly-loop.svg b/src/_icons/curly-loop.svg index dd3229d8..1fc88890 100644 --- a/src/_icons/curly-loop.svg +++ b/src/_icons/curly-loop.svg @@ -1,6 +1,6 @@  ---  tags: [voicemail, power, infinity] -version: 1.20 +version: "1.20"  ---  <svg>    <path d="M21 8c-4 0 -7 2 -7 5a3 3 0 0 0 6 0c0 -3 -2.5 -5 -8 -5s-8 2 -8 5a3 3 0 0 0 6 0c0 -3 -3 -5 -7 -5" /> diff --git a/src/_icons/currency-bahraini.svg b/src/_icons/currency-bahraini.svg index d1586bf1..7bd905af 100644 --- a/src/_icons/currency-bahraini.svg +++ b/src/_icons/currency-bahraini.svg @@ -1,7 +1,7 @@  ---  category: Currencies  tags: [bahraini, bhd, commerce, dinar, money, banknote, pay] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M3 10v1a4 4 0 0 0 4 4h2a2 2 0 0 0 2 -2v-3" /> diff --git a/src/_icons/currency-bath.svg b/src/_icons/currency-bath.svg index 3c6595e7..0c463799 100644 --- a/src/_icons/currency-bath.svg +++ b/src/_icons/currency-bath.svg @@ -1,7 +1,7 @@  ---  tags: [thb, thai, baht, money, banknote, pay]  category: Currencies -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M8 6h5a3 3 0 0 1 3 3v.143a2.857 2.857 0 0 1 -2.857 2.857h-5.143" /> diff --git a/src/_icons/currency-bitcoin.svg b/src/_icons/currency-bitcoin.svg index 2f45858a..b891baa9 100644 --- a/src/_icons/currency-bitcoin.svg +++ b/src/_icons/currency-bitcoin.svg @@ -1,7 +1,7 @@  ---  tags: [crypto, bitcoin, lightning network, mining, digital , blockchain, p2p, peer, money, banknote, pay]  category: Currencies -version: 1.4 +version: "1.4"  ---  <svg>    <path d="M6 6h8a3 3 0 0 1 0 6a3 3 0 0 1 0 6h-8" /> diff --git a/src/_icons/currency-cent.svg b/src/_icons/currency-cent.svg index d47c559e..e4e18e53 100644 --- a/src/_icons/currency-cent.svg +++ b/src/_icons/currency-cent.svg @@ -1,7 +1,7 @@  ---  tags: [cent, coin, money, centavo, penny, money, banknote, pay]  category: Currencies -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M16.007 7.54a5.965 5.965 0 0 0 -4.008 -1.54a5.996 5.996 0 0 0 -5.992 6c0 3.314 2.682 6 5.992 6a5.965 5.965 0 0 0 4.004 -1.536" /> diff --git a/src/_icons/currency-dinar.svg b/src/_icons/currency-dinar.svg index 4ab5125a..b17c765f 100644 --- a/src/_icons/currency-dinar.svg +++ b/src/_icons/currency-dinar.svg @@ -1,7 +1,7 @@  ---  tags: [kwd, dinar, kuwait,  money, banknote, pay]  category: Currencies -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M14 20.01v-.01" /> diff --git a/src/_icons/currency-dirham.svg b/src/_icons/currency-dirham.svg index fd9ff6ce..adacbeef 100644 --- a/src/_icons/currency-dirham.svg +++ b/src/_icons/currency-dirham.svg @@ -1,7 +1,7 @@  ---  tags: [trade, aed, uae, dirham, money, banknote, pay]  category: Currencies -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M8.5 19h-3.5" /> diff --git a/src/_icons/currency-dollar-australian.svg b/src/_icons/currency-dollar-australian.svg index 423c17f4..3063d353 100644 --- a/src/_icons/currency-dollar-australian.svg +++ b/src/_icons/currency-dollar-australian.svg @@ -1,7 +1,7 @@  ---  tags: [dollar, aud, australian,  money, banknote, pay]  category: Currencies -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M3 18l3.279 -11.476a0.75 .75 0 0 1 1.442 0l3.279 11.476" /> diff --git a/src/_icons/currency-dollar-canadian.svg b/src/_icons/currency-dollar-canadian.svg index d1d01404..567d120d 100644 --- a/src/_icons/currency-dollar-canadian.svg +++ b/src/_icons/currency-dollar-canadian.svg @@ -1,7 +1,7 @@  ---  tags: [trade, dollar, cad, canadian,  money, banknote, pay]  category: Currencies -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4" /> diff --git a/src/_icons/currency-dollar-singapore.svg b/src/_icons/currency-dollar-singapore.svg index 019d5e07..da8ace12 100644 --- a/src/_icons/currency-dollar-singapore.svg +++ b/src/_icons/currency-dollar-singapore.svg @@ -1,7 +1,7 @@  ---  tags: [singapore, dollar, exchange, sgd,  money, banknote, pay]  category: Currencies -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4" /> diff --git a/src/_icons/currency-dollar.svg b/src/_icons/currency-dollar.svg index c43a9305..bb0973e3 100644 --- a/src/_icons/currency-dollar.svg +++ b/src/_icons/currency-dollar.svg @@ -1,7 +1,7 @@  ---  tags: [american, us, dollar, usd, sign, bucks, usa,  money, banknote, pay]  category: Currencies -version: 1.3 +version: "1.3"  ---  <svg>    <path d="M16.7 8a3 3 0 0 0 -2.7 -2h-4a3 3 0 0 0 0 6h4a3 3 0 0 1 0 6h-4a3 3 0 0 1 -2.7 -2" /> diff --git a/src/_icons/currency-ethereum.svg b/src/_icons/currency-ethereum.svg index 1250f8d8..bc901846 100644 --- a/src/_icons/currency-ethereum.svg +++ b/src/_icons/currency-ethereum.svg @@ -1,7 +1,7 @@  ---  tags: [ethereum, digital, crypto, ether, blockchain,  money, banknote, pay]  category: Currencies -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M6 12l6 -9l6 9l-6 9z" /> diff --git a/src/_icons/currency-euro.svg b/src/_icons/currency-euro.svg index b6a2bd34..857d7179 100644 --- a/src/_icons/currency-euro.svg +++ b/src/_icons/currency-euro.svg @@ -1,7 +1,7 @@  ---  tags: [euro, eur, trade, finance, europe, eu,  money, banknote, pay]  category: Currencies -version: 1.3 +version: "1.3"  ---  <svg>    <path d="M17.2 7a6 7 0 1 0 0 10" /> diff --git a/src/_icons/currency-forint.svg b/src/_icons/currency-forint.svg index d5210bcd..a62390ca 100644 --- a/src/_icons/currency-forint.svg +++ b/src/_icons/currency-forint.svg @@ -1,7 +1,7 @@  ---  tags: [huf, hungarian, business, forint,  money, banknote, pay]  category: Currencies -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M11 4h-4a3 3 0 0 0 -3 3v12" /> diff --git a/src/_icons/currency-frank.svg b/src/_icons/currency-frank.svg index 8c335d69..6eaf6ada 100644 --- a/src/_icons/currency-frank.svg +++ b/src/_icons/currency-frank.svg @@ -1,7 +1,7 @@  ---  tags: [chf, business, swiss, franc,  money, banknote, pay]  category: Currencies -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M17 5h-6a2 2 0 0 0 -2 2v12" /> diff --git a/src/_icons/currency-krone-czech.svg b/src/_icons/currency-krone-czech.svg index 7081043e..53673e8c 100644 --- a/src/_icons/currency-krone-czech.svg +++ b/src/_icons/currency-krone-czech.svg @@ -1,7 +1,7 @@  ---  tags: [czech, czk, koruna,  money, banknote, pay]  category: Currencies -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M5 6v12" /> diff --git a/src/_icons/currency-krone-danish.svg b/src/_icons/currency-krone-danish.svg index a83a3a7c..6a5c6153 100644 --- a/src/_icons/currency-krone-danish.svg +++ b/src/_icons/currency-krone-danish.svg @@ -1,7 +1,7 @@  ---  tags: [krone, dkk, danish, finance,  money, banknote, pay]  category: Currencies -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M5 6v12" /> diff --git a/src/_icons/currency-krone-swedish.svg b/src/_icons/currency-krone-swedish.svg index ae714b91..fc6baecd 100644 --- a/src/_icons/currency-krone-swedish.svg +++ b/src/_icons/currency-krone-swedish.svg @@ -1,7 +1,7 @@  ---  tags: [krone, kronor, krona, swedish, icelandic, norwegian, estonian,  money, banknote, pay]  category: Currencies -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M5 6v12" /> diff --git a/src/_icons/currency-leu.svg b/src/_icons/currency-leu.svg index a96035d0..89161c00 100644 --- a/src/_icons/currency-leu.svg +++ b/src/_icons/currency-leu.svg @@ -1,7 +1,7 @@  ---  tags: [leu, loti, lempira, lek, lilangani,  money, banknote, pay]  category: Currencies -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M17 18h-7a3 3 0 0 1 -3 -3v-10" /> diff --git a/src/_icons/currency-lira.svg b/src/_icons/currency-lira.svg index b6e940f4..f5a6cc9e 100644 --- a/src/_icons/currency-lira.svg +++ b/src/_icons/currency-lira.svg @@ -1,7 +1,7 @@  ---  tags: [lira, trade, turkish, try,  money, banknote, pay]  category: Currencies -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M10 5v15a7 7 0 0 0 7 -7" /> diff --git a/src/_icons/currency-litecoin.svg b/src/_icons/currency-litecoin.svg index cc0d4fa2..e21c557c 100644 --- a/src/_icons/currency-litecoin.svg +++ b/src/_icons/currency-litecoin.svg @@ -1,7 +1,7 @@  ---  tags: [litecoin, crypto, segwit, lightning network, blockchain, p2p, peer, transaction,  money, banknote, pay]  category: Currencies -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M18 19h-8.194a2 2 0 0 1 -1.98 -2.283l1.674 -11.717" /> diff --git a/src/_icons/currency-naira.svg b/src/_icons/currency-naira.svg index 7c04e800..224b1669 100644 --- a/src/_icons/currency-naira.svg +++ b/src/_icons/currency-naira.svg @@ -1,7 +1,7 @@  ---  tags: [naira, ngn, nigerian, trade,  money, banknote, pay,  money, banknote, pay]  category: Currencies -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M7 18v-10.948a1.05 1.05 0 0 1 1.968 -.51l6.064 10.916a1.05 1.05 0 0 0 1.968 -.51v-10.948" /> diff --git a/src/_icons/currency-pound.svg b/src/_icons/currency-pound.svg index 36608875..50f0d3ee 100644 --- a/src/_icons/currency-pound.svg +++ b/src/_icons/currency-pound.svg @@ -1,7 +1,7 @@  ---  tags: [gbp, pound, sterling, british, britain, uk,  money, banknote, pay]  category: Currencies -version: 1.4 +version: "1.4"  ---  <svg>    <path d="M17 18.5a6 6 0 0 1 -5 0a6 6 0 0 0 -5 .5a3 3 0 0 0 2 -2.5v-7.5a4 4 0 0 1 7.45 -2m-2.55 6h-7" /> diff --git a/src/_icons/currency-real.svg b/src/_icons/currency-real.svg index f428073a..87e25ce6 100644 --- a/src/_icons/currency-real.svg +++ b/src/_icons/currency-real.svg @@ -1,7 +1,7 @@  ---  tags: [brl, brazilian, real, finance,  money, banknote, pay]  category: Currencies -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4" /> diff --git a/src/_icons/currency-renminbi.svg b/src/_icons/currency-renminbi.svg index cf9cd993..20710270 100644 --- a/src/_icons/currency-renminbi.svg +++ b/src/_icons/currency-renminbi.svg @@ -1,7 +1,7 @@  ---  tags: [renminbi, cny, chinese, yuan,  money, banknote, pay]  category: Currencies -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M15 9v8a2 2 0 1 0 4 0" /> diff --git a/src/_icons/currency-ripple.svg b/src/_icons/currency-ripple.svg index 61a8ade5..6076a972 100644 --- a/src/_icons/currency-ripple.svg +++ b/src/_icons/currency-ripple.svg @@ -1,7 +1,7 @@  ---  tags: [ripple, xrp, digital, crypto,  money, banknote, pay]  category: Currencies -version: 1.39 +version: "1.39"  ---  <svg>    <circle cx="7" cy="12" r="3" /> diff --git a/src/_icons/currency-riyal.svg b/src/_icons/currency-riyal.svg index 117256b9..68a197f0 100644 --- a/src/_icons/currency-riyal.svg +++ b/src/_icons/currency-riyal.svg @@ -1,7 +1,7 @@  ---  tags: [riyal, sar, saudi,  money, banknote, pay]  category: Currencies -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M15 9v2a2 2 0 1 1 -4 0v-1v1a2 2 0 1 1 -4 0v-1v4a2 2 0 1 1 -4 0v-2" /> diff --git a/src/_icons/currency-rubel.svg b/src/_icons/currency-rubel.svg index ae382f19..ee3bf38a 100644 --- a/src/_icons/currency-rubel.svg +++ b/src/_icons/currency-rubel.svg @@ -1,7 +1,7 @@  ---  tags: [rub, russian, ruble,  money, banknote, pay]  category: Currencies -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M8 19v-14h6a3 3 0 0 1 0 6h-8" /> diff --git a/src/_icons/currency-rupee.svg b/src/_icons/currency-rupee.svg index 478d3a98..c1e1c417 100644 --- a/src/_icons/currency-rupee.svg +++ b/src/_icons/currency-rupee.svg @@ -1,7 +1,7 @@  ---  tags: [inr, indian, rupee, exchange,  money, banknote, pay]  category: Currencies -version: 1.4 +version: "1.4"  ---  <svg>    <path d="M18 5h-11h3a4 4 0 0 1 0 8h-3l6 6" /> diff --git a/src/_icons/currency-shekel.svg b/src/_icons/currency-shekel.svg index 88d6c5f7..3adf7b22 100644 --- a/src/_icons/currency-shekel.svg +++ b/src/_icons/currency-shekel.svg @@ -1,7 +1,7 @@  ---  tags: [curency, ils, israeli, shekel,  money, banknote, pay]  category: Currencies -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M6 18v-12h4a4 4 0 0 1 4 4v4" /> diff --git a/src/_icons/currency-taka.svg b/src/_icons/currency-taka.svg index 41ac8c57..d12a272e 100644 --- a/src/_icons/currency-taka.svg +++ b/src/_icons/currency-taka.svg @@ -1,7 +1,7 @@  ---  tags: [trade, bangladesh, bdt, taka,  money, banknote, pay]  category: Currencies -version: 1.39 +version: "1.39"  ---  <svg>    <circle cx="16.5" cy="15.5" r="1" /> diff --git a/src/_icons/currency-tugrik.svg b/src/_icons/currency-tugrik.svg index 72529128..8ad5e967 100644 --- a/src/_icons/currency-tugrik.svg +++ b/src/_icons/currency-tugrik.svg @@ -1,7 +1,7 @@  ---  tags: [tgrg, mnt, tugrik, mongolian,  money, banknote, pay]  category: Currencies -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M7 6h10" /> diff --git a/src/_icons/currency-won.svg b/src/_icons/currency-won.svg index 6cabdee0..014976d1 100644 --- a/src/_icons/currency-won.svg +++ b/src/_icons/currency-won.svg @@ -1,7 +1,7 @@  ---  tags: [korean, kpw, north, won,  money, banknote, pay]  category: Currencies -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M4 6l3.245 11.358a0.85 .85 0 0 0 1.624 .035l3.131 -9.393l3.131 9.393a0.85 .85 0 0 0 1.624 -.035l3.245 -11.358" /> diff --git a/src/_icons/currency-yen.svg b/src/_icons/currency-yen.svg index 7938c40c..90b82b66 100644 --- a/src/_icons/currency-yen.svg +++ b/src/_icons/currency-yen.svg @@ -1,7 +1,7 @@  ---  tags: [japanese, yen, jpy, chinese,  money, banknote, pay]  category: Currencies -version: 1.4 +version: "1.4"  ---  <svg>    <path d="M12 19v-7l-5 -7m10 0l-5 7" /> diff --git a/src/_icons/currency-zloty.svg b/src/_icons/currency-zloty.svg index 9bf22af9..4974dcb2 100644 --- a/src/_icons/currency-zloty.svg +++ b/src/_icons/currency-zloty.svg @@ -1,7 +1,7 @@  ---  tags: [poland, pln, zloty, polish,  money, banknote, pay]  category: Currencies -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M12 18h-7l7 -7h-7" /> diff --git a/src/_icons/current-location.svg b/src/_icons/current-location.svg index c228c85a..48ff0e80 100644 --- a/src/_icons/current-location.svg +++ b/src/_icons/current-location.svg @@ -1,7 +1,7 @@  ---  tags: [localization, maps, navigation, pin, target]  category: Map -version: 1.22 +version: "1.22"  ---  <svg>    <circle cx="12" cy="12" r="3" /> diff --git a/src/_icons/cursor-text.svg b/src/_icons/cursor-text.svg index 8128b8b9..1ba79cc6 100644 --- a/src/_icons/cursor-text.svg +++ b/src/_icons/cursor-text.svg @@ -1,7 +1,7 @@  ---  category: Text  tags: [editor, indicate, position, input, mouse, type] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M10 12h4" /> diff --git a/src/_icons/cut.svg b/src/_icons/cut.svg index 4d1f4134..86426846 100644 --- a/src/_icons/cut.svg +++ b/src/_icons/cut.svg @@ -1,7 +1,7 @@  ---  category: Design  tags: [scissors, divide, hairdresser, sharp] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="7" cy="17" r="3" /> diff --git a/src/_icons/dashboard.svg b/src/_icons/dashboard.svg index 036f5e4c..0625065b 100644 --- a/src/_icons/dashboard.svg +++ b/src/_icons/dashboard.svg @@ -1,7 +1,7 @@  ---  category: System  tags: [home, car] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="12" cy="13" r="2" /> diff --git a/src/_icons/database-export.svg b/src/_icons/database-export.svg index d1a05791..7f09f855 100644 --- a/src/_icons/database-export.svg +++ b/src/_icons/database-export.svg @@ -1,7 +1,7 @@  ---  tags: [data, backup, file, storage, system]  category: Database -version: 1.39 +version: "1.39"  ---  <svg>      <ellipse cx="12" cy="6" rx="8" ry="3" /> diff --git a/src/_icons/database-import.svg b/src/_icons/database-import.svg index 4e0b2a31..957217bc 100644 --- a/src/_icons/database-import.svg +++ b/src/_icons/database-import.svg @@ -1,7 +1,7 @@  ---  tags: [data, file, storage, backup, system]  category: Database -version: 1.39 +version: "1.39"  ---  <svg>      <ellipse cx="12" cy="6" rx="8" ry="3" /> diff --git a/src/_icons/database-off.svg b/src/_icons/database-off.svg index 6b41d6a2..92b977bb 100644 --- a/src/_icons/database-off.svg +++ b/src/_icons/database-off.svg @@ -1,7 +1,7 @@  ---  tags: [data, file, storage, table, system]  category: Database -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M12.983 8.978c3.955 -.182 7.017 -1.446 7.017 -2.978c0 -1.657 -3.582 -3 -8 -3c-1.661 0 -3.204 .19 -4.483 .515m-2.783 1.228c-.471 .382 -.734 .808 -.734 1.257c0 1.22 1.944 2.271 4.734 2.74" /> diff --git a/src/_icons/database.svg b/src/_icons/database.svg index 3f37d7dd..65959c75 100644 --- a/src/_icons/database.svg +++ b/src/_icons/database.svg @@ -1,7 +1,7 @@  ---  category: Database  tags: [storage, data, memory] -version: 1.0 +version: "1.0"  ---  <svg>    <ellipse cx="12" cy="6" rx="8" ry="3"></ellipse> diff --git a/src/_icons/details.svg b/src/_icons/details.svg index 8ec438e3..f77f311e 100644 --- a/src/_icons/details.svg +++ b/src/_icons/details.svg @@ -1,6 +1,6 @@  ---  tags: [geometric, half, shape, highlight, triangle] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M5 19h14a2 2 0 0 0 1.84 -2.75l-7.1 -12.25a2 2 0 0 0 -3.5 0l-7.1 12.25a2 2 0 0 0 1.75 2.75" /> diff --git a/src/_icons/device-analytics.svg b/src/_icons/device-analytics.svg index ce1577b0..1e0427fa 100644 --- a/src/_icons/device-analytics.svg +++ b/src/_icons/device-analytics.svg @@ -1,7 +1,7 @@  ---  tags: [analyze, analyse, data, traffic, user]  category: Devices -version: 1.39 +version: "1.39"  ---  <svg>    <rect x="3" y="4" width="18" height="12" rx="1" /> diff --git a/src/_icons/device-audio-tape.svg b/src/_icons/device-audio-tape.svg index 451a3761..023984b7 100644 --- a/src/_icons/device-audio-tape.svg +++ b/src/_icons/device-audio-tape.svg @@ -1,7 +1,7 @@  ---  tags: [record, music, radio, cassette, recording, play]  category: Devices -version: 1.39 +version: "1.39"  ---  <svg>    <rect x="3" y="5" width="18" height="14" rx="2" /> diff --git a/src/_icons/device-cctv.svg b/src/_icons/device-cctv.svg index 873b46f1..b41464ec 100644 --- a/src/_icons/device-cctv.svg +++ b/src/_icons/device-cctv.svg @@ -1,7 +1,7 @@  ---  tags: [closed, circuit, television, video, surveillance, signal, monitor, record]  category: Devices -version: 1.39 +version: "1.39"  ---  <svg>    <rect x="3" y="3" width="18" height="4" rx="1" /> diff --git a/src/_icons/device-computer-camera-off.svg b/src/_icons/device-computer-camera-off.svg index b517cd1e..c2943cdb 100644 --- a/src/_icons/device-computer-camera-off.svg +++ b/src/_icons/device-computer-camera-off.svg @@ -1,7 +1,7 @@  ---  tags: [video, meeting, record, recording, webcam]  category: Devices -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M6.15 6.153a7 7 0 0 0 9.696 9.696m2.003 -2.001a7 7 0 0 0 -9.699 -9.695" /> diff --git a/src/_icons/device-computer-camera.svg b/src/_icons/device-computer-camera.svg index d7a55922..48fff36e 100644 --- a/src/_icons/device-computer-camera.svg +++ b/src/_icons/device-computer-camera.svg @@ -1,7 +1,7 @@  ---  tags: [video, meeting, record, recording, webcam]  category: Devices -version: 1.39 +version: "1.39"  ---  <svg>    <circle cx="12" cy="10" r="7" /> diff --git a/src/_icons/device-desktop-analytics.svg b/src/_icons/device-desktop-analytics.svg index e1bb7445..16b3c8d1 100644 --- a/src/_icons/device-desktop-analytics.svg +++ b/src/_icons/device-desktop-analytics.svg @@ -1,7 +1,7 @@  ---  tags: [monitor, computer, imac, stats, charts]  category: Devices -version: 1.39 +version: "1.39"  ---  <svg>    <rect x="3" y="4" width="18" height="12" rx="1" /> diff --git a/src/_icons/device-desktop-off.svg b/src/_icons/device-desktop-off.svg index 5a21a9c9..1a9a10bd 100644 --- a/src/_icons/device-desktop-off.svg +++ b/src/_icons/device-desktop-off.svg @@ -1,7 +1,7 @@  ---  tags: [monitor, computer, imac]  category: Devices -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M8 4h12a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1m-4 0h-12a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1" /> diff --git a/src/_icons/device-desktop.svg b/src/_icons/device-desktop.svg index 66b5da89..b93d87d4 100644 --- a/src/_icons/device-desktop.svg +++ b/src/_icons/device-desktop.svg @@ -1,7 +1,7 @@  ---  tags: [monitor, computer, imac]  category: Devices -version: 1.0 +version: "1.0"  ---  <svg>    <rect x="3" y="4" width="18" height="12" rx="1" /> diff --git a/src/_icons/device-floppy.svg b/src/_icons/device-floppy.svg index 54e9fe85..9a4038e7 100644 --- a/src/_icons/device-floppy.svg +++ b/src/_icons/device-floppy.svg @@ -1,7 +1,7 @@  ---  tags: [save, file]  category: Devices -version: 1.2 +version: "1.2"  ---  <svg>    <path d="M6 4h10l4 4v10a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2" /> diff --git a/src/_icons/device-gamepad.svg b/src/_icons/device-gamepad.svg index b4af4342..8cbfb36d 100644 --- a/src/_icons/device-gamepad.svg +++ b/src/_icons/device-gamepad.svg @@ -1,7 +1,7 @@  ---  tags: [play, entertainment, console, joystick, joypad, controller]  category: Devices -version: 1.2 +version: "1.2"  ---  <svg>    <rect x="2" y="6" width="20" height="12" rx="2" /> diff --git a/src/_icons/device-laptop.svg b/src/_icons/device-laptop.svg index bc98dbb0..373a7fd8 100644 --- a/src/_icons/device-laptop.svg +++ b/src/_icons/device-laptop.svg @@ -1,7 +1,7 @@  ---  tags: [workstation, mac, notebook, portable, screen, computer]  category: Devices -version: 1.2 +version: "1.2"  ---  <svg>    <line x1="3" y1="19" x2="21" y2="19" /> diff --git a/src/_icons/device-mobile-message.svg b/src/_icons/device-mobile-message.svg index a5adec42..b93bb929 100644 --- a/src/_icons/device-mobile-message.svg +++ b/src/_icons/device-mobile-message.svg @@ -1,7 +1,7 @@  ---  category: Devices  tags: [iphone, phone, smartphone, cellphone, sms, texting, chat, text] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M11 3h10v8h-3l-4 2v-2h-3z" /> diff --git a/src/_icons/device-mobile-rotated.svg b/src/_icons/device-mobile-rotated.svg index 04d5aa8e..222dbb79 100644 --- a/src/_icons/device-mobile-rotated.svg +++ b/src/_icons/device-mobile-rotated.svg @@ -1,7 +1,7 @@  ---  tags: [iphone, phone, smartphone, cellphone]  category: Devices -version: 1.20 +version: "1.20"  ---  <svg>      <g transform="rotate(90 12 12)"> diff --git a/src/_icons/device-mobile-vibration.svg b/src/_icons/device-mobile-vibration.svg index e1aa14b6..d8eb5bc0 100644 --- a/src/_icons/device-mobile-vibration.svg +++ b/src/_icons/device-mobile-vibration.svg @@ -1,7 +1,7 @@  ---  tags: [iphone, phone, smartphone, cellphone]  category: Devices -version: 1.3 +version: "1.3"  ---  <svg>    <rect x="4" y="4" width="10" height="16" rx="1" /> diff --git a/src/_icons/device-mobile.svg b/src/_icons/device-mobile.svg index ea239588..79e0c8ce 100644 --- a/src/_icons/device-mobile.svg +++ b/src/_icons/device-mobile.svg @@ -1,7 +1,7 @@  ---  tags: [iphone, phone, smartphone, cellphone]  category: Devices -version: 1.0 +version: "1.0"  ---  <svg>    <rect x="7" y="4" width="10" height="16" rx="1" /> diff --git a/src/_icons/device-speaker.svg b/src/_icons/device-speaker.svg index 1e3dcd29..4b669401 100644 --- a/src/_icons/device-speaker.svg +++ b/src/_icons/device-speaker.svg @@ -1,7 +1,7 @@  ---  tags: [sound, music, loud, audio, media]  category: Devices -version: 1.1 +version: "1.1"  ---  <svg>    <rect x="5" y="3" width="14" height="18" rx="2" /> diff --git a/src/_icons/device-tablet.svg b/src/_icons/device-tablet.svg index 85b45aea..f7ab29cb 100644 --- a/src/_icons/device-tablet.svg +++ b/src/_icons/device-tablet.svg @@ -1,7 +1,7 @@  ---  tags: [ipad, mobile, touchscreen, portable]  category: Devices -version: 1.0 +version: "1.0"  ---  <svg>    <rect x="5" y="3" width="14" height="18" rx="1" /> diff --git a/src/_icons/device-tv.svg b/src/_icons/device-tv.svg index b9c77562..fff50cf0 100644 --- a/src/_icons/device-tv.svg +++ b/src/_icons/device-tv.svg @@ -1,7 +1,7 @@  ---  tags: [screen, display, movie, film, watch, audio, video, media]  category: Devices -version: 1.0 +version: "1.0"  ---  <svg>    <rect x="3" y="7" width="18" height="13" rx="2" /> diff --git a/src/_icons/device-watch.svg b/src/_icons/device-watch.svg index 5dcf36e1..7d912694 100644 --- a/src/_icons/device-watch.svg +++ b/src/_icons/device-watch.svg @@ -1,7 +1,7 @@  ---  tags: [arm, hour, date, minutes, sec., timer]  category: Devices -version: 1.8 +version: "1.8"  ---  <svg>    <rect x="6" y="6" width="12" height="12" rx="3" /> diff --git a/src/_icons/devices-2.svg b/src/_icons/devices-2.svg index b6cd6930..f270ec52 100644 --- a/src/_icons/devices-2.svg +++ b/src/_icons/devices-2.svg @@ -1,7 +1,7 @@  ---  tags: [computer, monitor, keyboard]  category: Devices -version: 1.26 +version: "1.26"  ---  <svg>    <path d="M10 15h-6a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h6" /> diff --git a/src/_icons/devices-pc.svg b/src/_icons/devices-pc.svg index dec07772..e41e01fd 100644 --- a/src/_icons/devices-pc.svg +++ b/src/_icons/devices-pc.svg @@ -1,7 +1,7 @@  ---  tags: [computer, monitor, keyboard]  category: Devices -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M3 5h6v14h-6z" /> diff --git a/src/_icons/devices.svg b/src/_icons/devices.svg index 46537cb1..6491085e 100644 --- a/src/_icons/devices.svg +++ b/src/_icons/devices.svg @@ -1,7 +1,7 @@  ---  tags: [computer, laptop, notebook, tablet, phone, mobile, mac, iphone]  category: Devices -version: 1.3 +version: "1.3"  ---  <svg>    <rect x="13" y="8" width="8" height="12" rx="1" /> diff --git a/src/_icons/diamond.svg b/src/_icons/diamond.svg index 607d5665..bbc7fd22 100644 --- a/src/_icons/diamond.svg +++ b/src/_icons/diamond.svg @@ -1,6 +1,6 @@  ---  tags: [jewellery, crystal, mineral, jewelry, ring] -version: 1.2 +version: "1.2"  ---  <svg>    <path d="M6 5h12l3 5l-8.5 9.5a0.7 .7 0 0 1 -1 0l-8.5 -9.5l3 -5" /> diff --git a/src/_icons/dice.svg b/src/_icons/dice.svg index 1c2fcc32..5068396f 100644 --- a/src/_icons/dice.svg +++ b/src/_icons/dice.svg @@ -1,6 +1,6 @@  ---  tags: [game, boardgame, roll, throw, cube, numbers, gambling] -version: 1.2 +version: "1.2"  ---  <svg>    <rect x="4" y="4" width="16" height="16" rx="2" /> diff --git a/src/_icons/dimensions.svg b/src/_icons/dimensions.svg index 9b453c01..94e699b0 100644 --- a/src/_icons/dimensions.svg +++ b/src/_icons/dimensions.svg @@ -1,7 +1,7 @@  ---  tags: [width, height, size, breadth, depth]  category: Design -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M3 5h11" /> diff --git a/src/_icons/direction-horizontal.svg b/src/_icons/direction-horizontal.svg index 75dcd0b1..2c654515 100644 --- a/src/_icons/direction-horizontal.svg +++ b/src/_icons/direction-horizontal.svg @@ -1,6 +1,6 @@  ---  tags: [travel, navigation discover, plane] -version: 1.8 +version: "1.8"  ---  <svg>    <path d="M10 9l-3 3l3 3" /> diff --git a/src/_icons/direction.svg b/src/_icons/direction.svg index a98c5ff8..b03ce4ee 100644 --- a/src/_icons/direction.svg +++ b/src/_icons/direction.svg @@ -1,6 +1,6 @@  ---  tags: [travel, navigation discover] -version: 1.8 +version: "1.8"  ---  <svg>    <path d="M9 10l3 -3l3 3" /> diff --git a/src/_icons/directions.svg b/src/_icons/directions.svg index a26204cd..5fcdfc88 100644 --- a/src/_icons/directions.svg +++ b/src/_icons/directions.svg @@ -1,7 +1,7 @@  ---  category: Map  tags: [travel, navigation, discover] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M9 5h10l2 2l-2 2h-10a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1" /> diff --git a/src/_icons/disabled-2.svg b/src/_icons/disabled-2.svg index b7ce4c22..2b0cf803 100644 --- a/src/_icons/disabled-2.svg +++ b/src/_icons/disabled-2.svg @@ -1,6 +1,6 @@  ---  tags: [wheelchair, accessible, handicapped] -version: 1.4 +version: "1.4"  ---  <svg>    <circle cx="17" cy="6" r="2" /> diff --git a/src/_icons/disabled.svg b/src/_icons/disabled.svg index b89e754c..95b8a4ba 100644 --- a/src/_icons/disabled.svg +++ b/src/_icons/disabled.svg @@ -1,6 +1,6 @@  ---  tags: [wheelchair, handicapped] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="11" cy="5" r="2" /> diff --git a/src/_icons/disc.svg b/src/_icons/disc.svg index 44407206..50167b7b 100644 --- a/src/_icons/disc.svg +++ b/src/_icons/disc.svg @@ -1,7 +1,7 @@  ---  category: Devices  tags: [cd, music, album] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/discount-2.svg b/src/_icons/discount-2.svg index 1f65dd2f..acd37a92 100644 --- a/src/_icons/discount-2.svg +++ b/src/_icons/discount-2.svg @@ -1,7 +1,7 @@  ---  category: E-commerce  tags: [sale, reduction, price, cost, money, shopping, bargain] -version: 1.5 +version: "1.5"  ---  <svg>    <line x1="9" y1="15" x2="15" y2="9" /> diff --git a/src/_icons/discount.svg b/src/_icons/discount.svg index af0e6576..41abbece 100644 --- a/src/_icons/discount.svg +++ b/src/_icons/discount.svg @@ -1,7 +1,7 @@  ---  category: E-commerce  tags: [sale, reduction, price, cost, money, shopping, bargain] -version: 1.35 +version: "1.35"  ---  <svg>    <line x1="9" y1="15" x2="15" y2="9" /> diff --git a/src/_icons/divide.svg b/src/_icons/divide.svg index 27f06952..ed7b4d97 100644 --- a/src/_icons/divide.svg +++ b/src/_icons/divide.svg @@ -1,7 +1,7 @@  ---  tags: [separate, element, multiple, apart, separator, parts]  category: Math -version: 1.31 +version: "1.31"  ---  <svg>    <circle fill="currentColor" cx="12" cy="6" r="1" /> diff --git a/src/_icons/dna.svg b/src/_icons/dna.svg index 6b7a3c1f..e71200a6 100644 --- a/src/_icons/dna.svg +++ b/src/_icons/dna.svg @@ -1,6 +1,6 @@  ---  tags: [genetics, biology, chain, genetic, code, virus, organism] -version: 1.39 +version: "1.39"  ---  <svg>    <circle transform="rotate(-45 12 12)" cx="12" cy="12" r="4" /> diff --git a/src/_icons/dots-circle-horizontal.svg b/src/_icons/dots-circle-horizontal.svg index d486d173..594aefc8 100644 --- a/src/_icons/dots-circle-horizontal.svg +++ b/src/_icons/dots-circle-horizontal.svg @@ -1,7 +1,7 @@  ---  category: System  tags: [more, options] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/dots-diagonal-2.svg b/src/_icons/dots-diagonal-2.svg index a39f069e..b4e44ba9 100644 --- a/src/_icons/dots-diagonal-2.svg +++ b/src/_icons/dots-diagonal-2.svg @@ -2,7 +2,7 @@  category: System  in-bg: false  tags: [hellip, more, ellipsis] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="7" cy="7" r="1" /> diff --git a/src/_icons/dots-diagonal.svg b/src/_icons/dots-diagonal.svg index 5358d197..3d63f08e 100644 --- a/src/_icons/dots-diagonal.svg +++ b/src/_icons/dots-diagonal.svg @@ -2,7 +2,7 @@  category: System  in-bg: false  tags: [hellip, more, ellipsis] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="7" cy="17" r="1" /> diff --git a/src/_icons/dots-vertical.svg b/src/_icons/dots-vertical.svg index 4487a0c0..d8dcf100 100644 --- a/src/_icons/dots-vertical.svg +++ b/src/_icons/dots-vertical.svg @@ -2,7 +2,7 @@  category: System  in-bg: false  tags: [hellip, more, ellipsis] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="12" cy="12" r="1" /> diff --git a/src/_icons/dots.svg b/src/_icons/dots.svg index 6e7d4b02..fc1a79f9 100644 --- a/src/_icons/dots.svg +++ b/src/_icons/dots.svg @@ -2,7 +2,7 @@  in-bg: false  category: System  tags: [hellip, more, ellipsis] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="5" cy="12" r="1" /> diff --git a/src/_icons/download.svg b/src/_icons/download.svg index 968a6ea6..52dfb109 100644 --- a/src/_icons/download.svg +++ b/src/_icons/download.svg @@ -1,7 +1,7 @@  ---  category: Arrows  tags: [save, arrow] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2" /> diff --git a/src/_icons/drag-drop-2.svg b/src/_icons/drag-drop-2.svg index b84f0311..060b1767 100644 --- a/src/_icons/drag-drop-2.svg +++ b/src/_icons/drag-drop-2.svg @@ -1,6 +1,6 @@  ---  tags: [location, gesture, move] -version: 1.3 +version: "1.3"  category: Design  ---  <svg> diff --git a/src/_icons/drag-drop.svg b/src/_icons/drag-drop.svg index 648ed6b0..5a9447e7 100644 --- a/src/_icons/drag-drop.svg +++ b/src/_icons/drag-drop.svg @@ -1,6 +1,6 @@  ---  tags: [location, gesture, move] -version: 1.3 +version: "1.3"  category: Design  ---  <svg> diff --git a/src/_icons/drone-off.svg b/src/_icons/drone-off.svg index a6aba46a..c34f0482 100644 --- a/src/_icons/drone-off.svg +++ b/src/_icons/drone-off.svg @@ -1,7 +1,7 @@  ---  tags: [device, fly, aircraft, surveillance, control, autonomous, forbidden, banned, unlicensed]  category: Vehicles -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M14 14h-4v-4" /> diff --git a/src/_icons/drone.svg b/src/_icons/drone.svg index 4aeb3a38..179585ba 100644 --- a/src/_icons/drone.svg +++ b/src/_icons/drone.svg @@ -1,7 +1,7 @@  ---  tags: [device, fly, aircraft, surveillance, control, autonomous]  category: Vehicles -version: 1.33 +version: "1.33"  ---  <svg>    <path d="M10 10h4v4h-4z" /> diff --git a/src/_icons/droplet-filled-2.svg b/src/_icons/droplet-filled-2.svg index a447b560..f7ad13f2 100644 --- a/src/_icons/droplet-filled-2.svg +++ b/src/_icons/droplet-filled-2.svg @@ -1,7 +1,7 @@  ---  tags: [water, rain, liquid, fill]  category: Design -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M6.8 11a6 6 0 1 0 10.396 0l-5.197 -8l-5.2 8z" /> diff --git a/src/_icons/droplet-filled.svg b/src/_icons/droplet-filled.svg index 0d0230a2..c5018f1d 100644 --- a/src/_icons/droplet-filled.svg +++ b/src/_icons/droplet-filled.svg @@ -1,7 +1,7 @@  ---  tags: [water, rain, liquid, fill]  category: Design -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M6.8 11a6 6 0 1 0 10.396 0l-5.197 -8l-5.2 8z" /> diff --git a/src/_icons/droplet-half-2.svg b/src/_icons/droplet-half-2.svg index 3da21200..b5216b17 100644 --- a/src/_icons/droplet-half-2.svg +++ b/src/_icons/droplet-half-2.svg @@ -1,7 +1,7 @@  ---  tags: [water, rain, liquid, fill]  category: Design -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M6.8 11a6 6 0 1 0 10.396 0l-5.197 -8l-5.2 8z" /> diff --git a/src/_icons/droplet-half.svg b/src/_icons/droplet-half.svg index c700976b..edc68c90 100644 --- a/src/_icons/droplet-half.svg +++ b/src/_icons/droplet-half.svg @@ -1,7 +1,7 @@  ---  tags: [water, rain, liquid, fill]  category: Design -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M6.8 11a6 6 0 1 0 10.396 0l-5.197 -8l-5.2 8z" /> diff --git a/src/_icons/droplet-off.svg b/src/_icons/droplet-off.svg index 320bac32..aa5fa5f1 100644 --- a/src/_icons/droplet-off.svg +++ b/src/_icons/droplet-off.svg @@ -1,7 +1,7 @@  ---  category: Design  tags: [water, rain, liquid] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M8.454 8.458l-1.653 2.545a6 6 0 0 0 10.32 6.123" /> diff --git a/src/_icons/droplet.svg b/src/_icons/droplet.svg index 84102af0..9f38f1e3 100644 --- a/src/_icons/droplet.svg +++ b/src/_icons/droplet.svg @@ -1,7 +1,7 @@  ---  category: Design  tags: [water, rain, liquid] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M6.8 11a6 6 0 1 0 10.396 0l-5.197 -8l-5.2 8z" /> diff --git a/src/_icons/ear-off.svg b/src/_icons/ear-off.svg index 8322cc30..acb3fcb5 100644 --- a/src/_icons/ear-off.svg +++ b/src/_icons/ear-off.svg @@ -1,6 +1,6 @@  ---  tags: [sound, deaf, hearing, impaired, handicapped, hard-of-hearing, mute] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M6 10c0 -1.146 .277 -2.245 .78 -3.219m1.792 -2.208a7 7 0 0 1 10.428 9.027a10 10 0 0 1 -.633 .762m-2.045 1.96a8 8 0 0 0 -1.322 2.278a4.5 4.5 0 0 1 -6.8 1.4" /> diff --git a/src/_icons/ear.svg b/src/_icons/ear.svg index 034bfcd0..1c8b335f 100644 --- a/src/_icons/ear.svg +++ b/src/_icons/ear.svg @@ -1,7 +1,7 @@  ---  category: Media  tags: [sound, listen, music, hear, loud, speakers] -version: 1.6 +version: "1.6"  ---  <svg>    <path d="M6 10a7 7 0 1 1 13 3.6a10 10 0 0 1 -2 2a8 8 0 0 0 -2 3a4.5 4.5 0 0 1 -6.8 1.4" /> diff --git a/src/_icons/edit-circle.svg b/src/_icons/edit-circle.svg index 872334d8..65a2bc86 100644 --- a/src/_icons/edit-circle.svg +++ b/src/_icons/edit-circle.svg @@ -1,7 +1,7 @@  ---  category: Design  tags: [pencil, change, update] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M12 15l8.385 -8.415a2.1 2.1 0 0 0 -2.97 -2.97l-8.415 8.385v3h3z" /> diff --git a/src/_icons/edit.svg b/src/_icons/edit.svg index 317a0146..a96ee563 100644 --- a/src/_icons/edit.svg +++ b/src/_icons/edit.svg @@ -1,7 +1,7 @@  ---  category: Design  tags: [pencil, change, update] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M9 7h-3a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-3" /> diff --git a/src/_icons/egg.svg b/src/_icons/egg.svg index 918cf7f1..e6326fe4 100644 --- a/src/_icons/egg.svg +++ b/src/_icons/egg.svg @@ -1,7 +1,7 @@  ---  category: Food  tags: [food, easter, chicken] -version: 1.3 +version: "1.3"  ---  <svg>    <path d="M5.514 14.639c0 3.513 2.904 6.361 6.486 6.361s6.486 -2.848 6.486 -6.361a12.574 12.574 0 0 0 -3.243 -9.012a4.025 4.025 0 0 0 -3.243 -1.627a4.025 4.025 0 0 0 -3.243 1.627a12.574 12.574 0 0 0 -3.243 9.012" /> diff --git a/src/_icons/emphasis.svg b/src/_icons/emphasis.svg index 8ab7a435..1217c639 100644 --- a/src/_icons/emphasis.svg +++ b/src/_icons/emphasis.svg @@ -1,7 +1,7 @@  ---  tags: [highlight, priority, stress]  category: Text -version: 1.6 +version: "1.6"  ---  <svg>    <path d="M16 5h-8v10h8m-1 -5h-7" /> diff --git a/src/_icons/equal-not.svg b/src/_icons/equal-not.svg index 4e7c57fb..50abfbda 100644 --- a/src/_icons/equal-not.svg +++ b/src/_icons/equal-not.svg @@ -1,7 +1,7 @@  ---  tags: [maths, mathematics, equation, different, value]  category: Math -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M5 9h14m-14 6h14m0 -10l-14 14" /> diff --git a/src/_icons/equal.svg b/src/_icons/equal.svg index 7573dfff..04fbf3e2 100644 --- a/src/_icons/equal.svg +++ b/src/_icons/equal.svg @@ -1,7 +1,7 @@  ---  tags: [maths, mathematics, equation, same, value]  category: Math -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M5 9h14m-14 6h14" /> diff --git a/src/_icons/eraser.svg b/src/_icons/eraser.svg index 83c43d05..d4fd0267 100644 --- a/src/_icons/eraser.svg +++ b/src/_icons/eraser.svg @@ -1,7 +1,7 @@  ---  tags: [delete, remove, eliminate, wipe-out]  category: Text -version: 1.3 +version: "1.3"  ---  <svg>    <path d="M19 19h-11l-4 -4a1 1 0 0 1 0 -1.41l10 -10a1 1 0 0 1 1.41 0l5 5a1 1 0 0 1 0 1.41l-9 9" /> diff --git a/src/_icons/exchange.svg b/src/_icons/exchange.svg index 3ec2ac00..d933abbe 100644 --- a/src/_icons/exchange.svg +++ b/src/_icons/exchange.svg @@ -1,6 +1,6 @@  ---  tags: [cantor, money, product, product, student] -version: 1.7 +version: "1.7"  ---  <svg>    <circle cx="5" cy="18" r="2" /> diff --git a/src/_icons/exposure.svg b/src/_icons/exposure.svg index f88ebb3d..346b751b 100644 --- a/src/_icons/exposure.svg +++ b/src/_icons/exposure.svg @@ -1,7 +1,7 @@  ---  category: Photography  tags: [light, bright, dark, camera] -version: 1.3 +version: "1.3"  ---  <svg>    <rect x="4" y="4" width="16" height="16" rx="2" /> diff --git a/src/_icons/external-link.svg b/src/_icons/external-link.svg index 02fe5a89..dbd81267 100644 --- a/src/_icons/external-link.svg +++ b/src/_icons/external-link.svg @@ -1,7 +1,7 @@  ---  category: System  tags: [connection, outbound, redirect] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M11 7h-5a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-5" /> diff --git a/src/_icons/eye-check.svg b/src/_icons/eye-check.svg index 138e84b1..70d2d3d9 100644 --- a/src/_icons/eye-check.svg +++ b/src/_icons/eye-check.svg @@ -1,6 +1,6 @@  ---  tags: [sight, visual, view, public, approve] -version: 1.39 +version: "1.39"  ---  <svg>    <circle cx="12" cy="12" r="2" /> diff --git a/src/_icons/eye-off.svg b/src/_icons/eye-off.svg index bc26ec5b..02b7e5fb 100644 --- a/src/_icons/eye-off.svg +++ b/src/_icons/eye-off.svg @@ -1,6 +1,6 @@  ---  tags: [view, watch] -version: 1.22 +version: "1.22"  ---  <svg>    <line x1="3" y1="3" x2="21" y2="21" /> diff --git a/src/_icons/eye.svg b/src/_icons/eye.svg index 16199c52..02197bac 100644 --- a/src/_icons/eye.svg +++ b/src/_icons/eye.svg @@ -1,6 +1,6 @@  ---  tags: [view, watch] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="12" cy="12" r="2" /> diff --git a/src/_icons/eyeglass-2.svg b/src/_icons/eyeglass-2.svg index 6f0ae67e..269c35ed 100644 --- a/src/_icons/eyeglass-2.svg +++ b/src/_icons/eyeglass-2.svg @@ -1,6 +1,6 @@  ---  tags: [sight, defect, see, vision, frames, lenses, visually, impaired, myopia, far-sighted] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M8 4h-2l-3 10v2.5" /> diff --git a/src/_icons/eyeglass.svg b/src/_icons/eyeglass.svg index 23ee27a4..4a80481d 100644 --- a/src/_icons/eyeglass.svg +++ b/src/_icons/eyeglass.svg @@ -1,6 +1,6 @@  ---  tags: [sight, defect, see, vision, frames, lenses, visually, impaired, myopia, far-sighted] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M8 4h-2l-3 10" /> diff --git a/src/_icons/face-id.svg b/src/_icons/face-id.svg index 8e0d48da..f85acf2a 100644 --- a/src/_icons/face-id.svg +++ b/src/_icons/face-id.svg @@ -1,6 +1,6 @@  ---  tags: [apple, iphone, ipad] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M4 8v-2a2 2 0 0 1 2 -2h2" /> diff --git a/src/_icons/fall.svg b/src/_icons/fall.svg index d728a84f..bb9265b3 100644 --- a/src/_icons/fall.svg +++ b/src/_icons/fall.svg @@ -1,6 +1,6 @@  ---  tags: [collapse, damage, cliff, height] -version: 1.18 +version: "1.18"  ---  <svg>    <path d="M11 21l1 -5l-1 -4l-3 -4h4l3 -3" /> diff --git a/src/_icons/feather.svg b/src/_icons/feather.svg index 29e4389b..b8b67778 100644 --- a/src/_icons/feather.svg +++ b/src/_icons/feather.svg @@ -1,6 +1,6 @@  ---  tags: [bird, animal, nature] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M4 20l10 -10m0 -5v5h5m-9 -1v5h5m-9 -1v5h5m-5 -5l4 -4l4 -4" /> diff --git a/src/_icons/file-alert.svg b/src/_icons/file-alert.svg index 00d64d6d..b16fca3f 100644 --- a/src/_icons/file-alert.svg +++ b/src/_icons/file-alert.svg @@ -1,7 +1,7 @@  ---  tags: [danger, risk, warning, check, caution, document, error]  category: Document -version: 1.37 +version: "1.37"  ---  <svg>    <path d="M14 3v4a1 1 0 0 0 1 1h4" /> diff --git a/src/_icons/file-analytics.svg b/src/_icons/file-analytics.svg index d312bebd..e5971108 100644 --- a/src/_icons/file-analytics.svg +++ b/src/_icons/file-analytics.svg @@ -1,7 +1,7 @@  ---  tags: [data, statistics, report, chart, document, paper]  category: Document -version: 1.37 +version: "1.37"  ---  <svg>    <path d="M14 3v4a1 1 0 0 0 1 1h4" /> diff --git a/src/_icons/file-certificate.svg b/src/_icons/file-certificate.svg index 24e8bf30..56e1e013 100644 --- a/src/_icons/file-certificate.svg +++ b/src/_icons/file-certificate.svg @@ -1,7 +1,7 @@  ---  tags: [certificate, license, diploma, document, format, data, paper]  category: Document -version: 1.29 +version: "1.29"  ---  <svg>    <path d="M14 3v4a1 1 0 0 0 1 1h4" /> diff --git a/src/_icons/file-check.svg b/src/_icons/file-check.svg index a7aae5e5..b8355db2 100644 --- a/src/_icons/file-check.svg +++ b/src/_icons/file-check.svg @@ -1,7 +1,7 @@  ---  tags: ["yes"]  category: Document -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M14 3v4a1 1 0 0 0 1 1h4" /> diff --git a/src/_icons/file-code-2.svg b/src/_icons/file-code-2.svg index 9c96de53..535b0325 100644 --- a/src/_icons/file-code-2.svg +++ b/src/_icons/file-code-2.svg @@ -1,7 +1,7 @@  ---  tags: [programming, document, developer, technology]  category: Document -version: 1.37 +version: "1.37"  ---  <svg>    <path d="M10 12h-1v5h1" /> diff --git a/src/_icons/file-code.svg b/src/_icons/file-code.svg index 5970fc93..b92dfc5e 100644 --- a/src/_icons/file-code.svg +++ b/src/_icons/file-code.svg @@ -1,7 +1,7 @@  ---  tags: [paper, new]  category: Document -version: 1.6 +version: "1.6"  ---  <svg>    <path d="M14 3v4a1 1 0 0 0 1 1h4" /> diff --git a/src/_icons/file-diff.svg b/src/_icons/file-diff.svg index d366254f..43386db7 100644 --- a/src/_icons/file-diff.svg +++ b/src/_icons/file-diff.svg @@ -1,7 +1,7 @@  ---  tags: [add, create, new]  category: Document -version: 1.22 +version: "1.22"  ---  <svg>    <path d="M14 3v4a1 1 0 0 0 1 1h4" /> diff --git a/src/_icons/file-dislike.svg b/src/_icons/file-dislike.svg index 0a9a1e29..793a11e7 100644 --- a/src/_icons/file-dislike.svg +++ b/src/_icons/file-dislike.svg @@ -1,7 +1,7 @@  ---  tags: [rejected, document]  category: Document -version: 1.26 +version: "1.26"  ---  <svg>    <rect x="3" y="14" width="3" height="5" rx="1" /> diff --git a/src/_icons/file-download.svg b/src/_icons/file-download.svg index cf723a96..03a6f6bb 100644 --- a/src/_icons/file-download.svg +++ b/src/_icons/file-download.svg @@ -1,7 +1,7 @@  ---  tags: [save, transfer, input]  category: Document -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M14 3v4a1 1 0 0 0 1 1h4" /> diff --git a/src/_icons/file-export.svg b/src/_icons/file-export.svg index 612de99e..90e9f9f4 100644 --- a/src/_icons/file-export.svg +++ b/src/_icons/file-export.svg @@ -1,7 +1,7 @@  ---  tags: [arrow, data, paper, document, format]  category: Document -version: 1.37 +version: "1.37"  ---  <svg>    <path d="M14 3v4a1 1 0 0 0 1 1h4" /> diff --git a/src/_icons/file-horizontal.svg b/src/_icons/file-horizontal.svg index f14c5670..84b5fe1d 100644 --- a/src/_icons/file-horizontal.svg +++ b/src/_icons/file-horizontal.svg @@ -1,7 +1,7 @@  ---  tags: [paper, new]  category: Document -version: 1.4 +version: "1.4"  ---  <svg>    <path d="M16 5v4a1 1 0 0 0 1 1h4" /> diff --git a/src/_icons/file-import.svg b/src/_icons/file-import.svg index 8ae54d6a..f949797a 100644 --- a/src/_icons/file-import.svg +++ b/src/_icons/file-import.svg @@ -1,7 +1,7 @@  ---  tags: [arrow, data, paper, document, format]  category: Document -version: 1.37 +version: "1.37"  ---  <svg>    <path d="M14 3v4a1 1 0 0 0 1 1h4" /> diff --git a/src/_icons/file-info.svg b/src/_icons/file-info.svg index b04f81f8..81d96758 100644 --- a/src/_icons/file-info.svg +++ b/src/_icons/file-info.svg @@ -1,7 +1,7 @@  ---  tags: [info, information, informations, paper, file, document, page]  category: Document -version: 1.38 +version: "1.38"  ---  <svg>    <path d="M14 3v4a1 1 0 0 0 1 1h4" /> diff --git a/src/_icons/file-invoice.svg b/src/_icons/file-invoice.svg index c80f7e8c..8ad3a326 100644 --- a/src/_icons/file-invoice.svg +++ b/src/_icons/file-invoice.svg @@ -1,7 +1,7 @@  ---  tags: [accounting, bill, statement, settlement, finance]  category: Document -version: 1.2 +version: "1.2"  ---  <svg>    <path d="M14 3v4a1 1 0 0 0 1 1h4" /> diff --git a/src/_icons/file-like.svg b/src/_icons/file-like.svg index 337ffd1d..df65ae1d 100644 --- a/src/_icons/file-like.svg +++ b/src/_icons/file-like.svg @@ -1,7 +1,7 @@  ---  tags: [approved, document]  category: Document -version: 1.26 +version: "1.26"  ---  <svg>    <rect x="3" y="16" width="3" height="5" rx="1" /> diff --git a/src/_icons/file-minus.svg b/src/_icons/file-minus.svg index 69a60f59..eb999c87 100644 --- a/src/_icons/file-minus.svg +++ b/src/_icons/file-minus.svg @@ -1,7 +1,7 @@  ---  tags: [remove, delete]  category: Document -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M14 3v4a1 1 0 0 0 1 1h4" /> diff --git a/src/_icons/file-music.svg b/src/_icons/file-music.svg index 168ffa7f..5e17772b 100644 --- a/src/_icons/file-music.svg +++ b/src/_icons/file-music.svg @@ -1,7 +1,7 @@  ---  tags: [mp3, wma, wav]  category: Document -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M14 3v4a1 1 0 0 0 1 1h4" /> diff --git a/src/_icons/file-off.svg b/src/_icons/file-off.svg index 27dcb423..7cb21f41 100644 --- a/src/_icons/file-off.svg +++ b/src/_icons/file-off.svg @@ -1,7 +1,7 @@  ---  tags: [new, close, gap, paper]  category: Document -version: 1.22 +version: "1.22"  ---  <svg>    <line x1="3" y1="3" x2="21" y2="21" /> diff --git a/src/_icons/file-phone.svg b/src/_icons/file-phone.svg index 59195b84..f47e6f30 100644 --- a/src/_icons/file-phone.svg +++ b/src/_icons/file-phone.svg @@ -1,7 +1,7 @@  ---  tags: [save, transfer, input]  category: Document -version: 1.20 +version: "1.20"  ---  <svg>    <path d="M14 3v4a1 1 0 0 0 1 1h4" /> diff --git a/src/_icons/file-plus.svg b/src/_icons/file-plus.svg index e5040b53..ab0a4ca2 100644 --- a/src/_icons/file-plus.svg +++ b/src/_icons/file-plus.svg @@ -1,7 +1,7 @@  ---  tags: [add, create, new]  category: Document -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M14 3v4a1 1 0 0 0 1 1h4" /> diff --git a/src/_icons/file-report.svg b/src/_icons/file-report.svg index c5c77224..169d4710 100644 --- a/src/_icons/file-report.svg +++ b/src/_icons/file-report.svg @@ -1,7 +1,7 @@  ---  tags: [stats, data, paper, document, chart, format]  category: Document -version: 1.38 +version: "1.38"  ---  <svg>    <circle cx="17" cy="17" r="4" /> diff --git a/src/_icons/file-search.svg b/src/_icons/file-search.svg index 5b01dba5..81bfce74 100644 --- a/src/_icons/file-search.svg +++ b/src/_icons/file-search.svg @@ -1,7 +1,7 @@  ---  tags: [search, data, paper, document, format]  category: Document -version: 1.31 +version: "1.31"  ---  <svg>    <path d="M14 3v4a1 1 0 0 0 1 1h4" /> diff --git a/src/_icons/file-shredder.svg b/src/_icons/file-shredder.svg index 7c6b3972..48cf2508 100644 --- a/src/_icons/file-shredder.svg +++ b/src/_icons/file-shredder.svg @@ -1,7 +1,7 @@  ---  tags: [shred, destroy, cut]  category: Document -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M14 3v4a1 1 0 0 0 1 1h4" /> diff --git a/src/_icons/file-symlink.svg b/src/_icons/file-symlink.svg index 49d3ae55..ff74d539 100644 --- a/src/_icons/file-symlink.svg +++ b/src/_icons/file-symlink.svg @@ -1,7 +1,7 @@  ---  tags: [text, format, extension, document, format]  category: Document -version: 1.30 +version: "1.30"  ---  <svg>    <path d="M4 21v-4a3 3 0 0 1 3 -3h5" /> diff --git a/src/_icons/file-text.svg b/src/_icons/file-text.svg index d346d145..97317bf2 100644 --- a/src/_icons/file-text.svg +++ b/src/_icons/file-text.svg @@ -1,7 +1,7 @@  ---  tags: [data, pdf, txt]  category: Document -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M14 3v4a1 1 0 0 0 1 1h4" /> diff --git a/src/_icons/file-upload.svg b/src/_icons/file-upload.svg index 97e10d6b..10ada651 100644 --- a/src/_icons/file-upload.svg +++ b/src/_icons/file-upload.svg @@ -1,7 +1,7 @@  ---  tags: [save, transfer, input]  category: Document -version: 1.15 +version: "1.15"  ---  <svg>    <path d="M14 3v4a1 1 0 0 0 1 1h4" /> diff --git a/src/_icons/file-x.svg b/src/_icons/file-x.svg index bfe96984..85e177e0 100644 --- a/src/_icons/file-x.svg +++ b/src/_icons/file-x.svg @@ -1,7 +1,7 @@  ---  tags: [remove, delete, erase]  category: Document -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M14 3v4a1 1 0 0 0 1 1h4" /> diff --git a/src/_icons/file-zip.svg b/src/_icons/file-zip.svg index 5aad9623..8e0e889e 100644 --- a/src/_icons/file-zip.svg +++ b/src/_icons/file-zip.svg @@ -1,7 +1,7 @@  ---  tags: [forms, documents, stack, letter, archive, rar, zipped, extention, bundle, format]  category: Document -version: 1.29 +version: "1.29"  ---  <svg>    <path d="M6 20.735a2 2 0 0 1 -1 -1.735v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-1" /> diff --git a/src/_icons/file.svg b/src/_icons/file.svg index 7cbf3d86..203a9ef8 100644 --- a/src/_icons/file.svg +++ b/src/_icons/file.svg @@ -1,7 +1,7 @@  ---  tags: [paper, new]  category: Document -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M14 3v4a1 1 0 0 0 1 1h4" /> diff --git a/src/_icons/files-off.svg b/src/_icons/files-off.svg index cb3fac73..2e184aa7 100644 --- a/src/_icons/files-off.svg +++ b/src/_icons/files-off.svg @@ -1,7 +1,7 @@  ---  tags: [forms, documents, stack, letter]  category: Document -version: 1.38 +version: "1.38"  ---  <svg>    <path d="M15 3v4a1 1 0 0 0 1 1h4" /> diff --git a/src/_icons/files.svg b/src/_icons/files.svg index 7e47fb5b..707c6477 100644 --- a/src/_icons/files.svg +++ b/src/_icons/files.svg @@ -1,7 +1,7 @@  ---  tags: [forms, documents, stack, letter]  category: Document -version: 1.38 +version: "1.38"  ---  <svg>    <path d="M15 3v4a1 1 0 0 0 1 1h4" /> diff --git a/src/_icons/filter-off.svg b/src/_icons/filter-off.svg index 7afc08fe..649bd240 100644 --- a/src/_icons/filter-off.svg +++ b/src/_icons/filter-off.svg @@ -1,7 +1,7 @@  ---  tags: [funnel, hopper, filtration]  category: System -version: 1.26 +version: "1.26"  ---  <svg>    <line x1="3" y1="3" x2="21" y2="21" /> diff --git a/src/_icons/filter.svg b/src/_icons/filter.svg index 2a64ea35..1543e9ad 100644 --- a/src/_icons/filter.svg +++ b/src/_icons/filter.svg @@ -1,7 +1,7 @@  ---  category: System  tags: [funnel, hopper, filtration] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M5.5 5h13a1 1 0 0 1 .5 1.5l-5 5.5l0 7l-4 -3l0 -4l-5 -5.5a1 1 0 0 1 .5 -1.5" /> diff --git a/src/_icons/fingerprint.svg b/src/_icons/fingerprint.svg index 9d877da8..17d00165 100644 --- a/src/_icons/fingerprint.svg +++ b/src/_icons/fingerprint.svg @@ -1,6 +1,6 @@  ---  tags: [indentify, mark, surface, security, access] -version: 1.6 +version: "1.6"  ---  <svg>    <path d="M18.9 7a8 8 0 0 1 1.1 5v1a6 6 0 0 0 .8 3" /> diff --git a/src/_icons/firetruck.svg b/src/_icons/firetruck.svg index 821d74b4..ef3a3dcc 100644 --- a/src/_icons/firetruck.svg +++ b/src/_icons/firetruck.svg @@ -1,7 +1,7 @@  ---  tags: [help, rescuer, vehicle, fireman, extinguishing]  category: Vehicles -version: 1.7 +version: "1.7"  ---  <svg>    <circle cx="5" cy="17" r="2" /> diff --git a/src/_icons/flag-2.svg b/src/_icons/flag-2.svg index ee846137..15c1169e 100644 --- a/src/_icons/flag-2.svg +++ b/src/_icons/flag-2.svg @@ -1,7 +1,7 @@  ---  tags: [banner, pin, report, map, warning, alert]  category: Map -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M5 14h14v-9h-14v16" /> diff --git a/src/_icons/flag-3.svg b/src/_icons/flag-3.svg index 781cc52d..f9e7ccf9 100644 --- a/src/_icons/flag-3.svg +++ b/src/_icons/flag-3.svg @@ -1,7 +1,7 @@  ---  tags: [banner, pin, report, map, warning, alert]  category: Map -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M5 14h14l-4.5 -4.5l4.5 -4.5h-14v16" /> diff --git a/src/_icons/flag.svg b/src/_icons/flag.svg index eba519d1..ddee13a0 100644 --- a/src/_icons/flag.svg +++ b/src/_icons/flag.svg @@ -1,7 +1,7 @@  ---  tags: [banner, pin, report, map, warning, alert]  category: Map -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="5" y1="5" x2="5" y2="21" /> diff --git a/src/_icons/flame.svg b/src/_icons/flame.svg index eef18022..d9c7e8b9 100644 --- a/src/_icons/flame.svg +++ b/src/_icons/flame.svg @@ -1,6 +1,6 @@  ---  tags: [fire, fireplace, light, burn, bonfire, smoke, barbecue] -version: 1.35 +version: "1.35"  ---  <svg>    <path d="M12 12c2 -2.96 0 -7 -1 -8c0 3.038 -1.773 4.741 -3 6c-1.226 1.26 -2 3.24 -2 5a6 6 0 1 0 12 0c0 -1.532 -1.056 -3.94 -2 -5c-1.786 3 -2.791 3 -4 2z" /> diff --git a/src/_icons/flare.svg b/src/_icons/flare.svg index 1160847c..abf88bcb 100644 --- a/src/_icons/flare.svg +++ b/src/_icons/flare.svg @@ -1,7 +1,7 @@  ---  category: Weather  tags: [shine, flare, heat, sunlight, hot, sun, heat] -version: 1.39 +version: "1.39"  ---  <svg>    <circle cx="12" cy="12" r="2" /> diff --git a/src/_icons/flask.svg b/src/_icons/flask.svg index 8e3ee28c..c02337bb 100644 --- a/src/_icons/flask.svg +++ b/src/_icons/flask.svg @@ -1,6 +1,6 @@  ---  tags: [liquid, container, glass, chemistry] -version: 1.6 +version: "1.6"  ---  <svg>    <line x1="9" y1="3" x2="15" y2="3" /> diff --git a/src/_icons/flip-horizontal.svg b/src/_icons/flip-horizontal.svg index fe80139e..f0706cc7 100644 --- a/src/_icons/flip-horizontal.svg +++ b/src/_icons/flip-horizontal.svg @@ -1,7 +1,7 @@  ---  category: Design  tags: [mirror, rotate] -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="3" y1="12" x2="21" y2="12" /> diff --git a/src/_icons/flip-vertical.svg b/src/_icons/flip-vertical.svg index fd384284..9d6eec40 100644 --- a/src/_icons/flip-vertical.svg +++ b/src/_icons/flip-vertical.svg @@ -1,7 +1,7 @@  ---  category: Design  tags: [mirror, rotate] -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="12" y1="3" x2="12" y2="21" /> diff --git a/src/_icons/float-center.svg b/src/_icons/float-center.svg index c5e2842d..e5dd1091 100644 --- a/src/_icons/float-center.svg +++ b/src/_icons/float-center.svg @@ -1,7 +1,7 @@  ---  tags: [position]  category: Text -version: 1.4 +version: "1.4"  ---  <svg>    <rect width="6" height="6" x="9" y="5" rx="1" /> diff --git a/src/_icons/float-left.svg b/src/_icons/float-left.svg index 4ddfef32..d81011db 100644 --- a/src/_icons/float-left.svg +++ b/src/_icons/float-left.svg @@ -1,7 +1,7 @@  ---  tags: [position]  category: Text -version: 1.4 +version: "1.4"  ---  <svg>    <rect width="6" height="6" x="4" y="5" rx="1" /> diff --git a/src/_icons/float-none.svg b/src/_icons/float-none.svg index 7eea4150..4e052649 100644 --- a/src/_icons/float-none.svg +++ b/src/_icons/float-none.svg @@ -1,7 +1,7 @@  ---  tags: [position]  category: Text -version: 1.24 +version: "1.24"  ---  <svg>    <rect width="6" height="6" x="4" y="5" rx="1" /> diff --git a/src/_icons/float-right.svg b/src/_icons/float-right.svg index 93a47e16..3f8c9555 100644 --- a/src/_icons/float-right.svg +++ b/src/_icons/float-right.svg @@ -1,7 +1,7 @@  ---  tags: [position]  category: Text -version: 1.4 +version: "1.4"  ---  <svg>    <rect width="6" height="6" x="14" y="5" rx="1" /> diff --git a/src/_icons/focus-2.svg b/src/_icons/focus-2.svg index cabdf298..97696223 100644 --- a/src/_icons/focus-2.svg +++ b/src/_icons/focus-2.svg @@ -1,7 +1,7 @@  ---  category: Photography  tags: [spotlight, attention, center, aim, target] -version: 1.6 +version: "1.6"  ---  <svg>    <circle cx="12" cy="12" r=".5" fill="currentColor" /> diff --git a/src/_icons/focus.svg b/src/_icons/focus.svg index 5d32a0c5..4fd1ced3 100644 --- a/src/_icons/focus.svg +++ b/src/_icons/focus.svg @@ -1,7 +1,7 @@  ---  category: Photography  tags: [target, bullseye, aim] -version: 1.3 +version: "1.3"  ---  <svg>    <circle cx="12" cy="12" r=".5" fill="currentColor" /> diff --git a/src/_icons/fold-down.svg b/src/_icons/fold-down.svg index 1cf555c5..e5999e5c 100644 --- a/src/_icons/fold-down.svg +++ b/src/_icons/fold-down.svg @@ -1,6 +1,6 @@  ---  tags: [arrow, move, toggle] -version: 1.30 +version: "1.30"  category: Arrows  ---  <svg> diff --git a/src/_icons/fold-up.svg b/src/_icons/fold-up.svg index 40b6ed6d..29943fe0 100644 --- a/src/_icons/fold-up.svg +++ b/src/_icons/fold-up.svg @@ -1,6 +1,6 @@  ---  tags: [arrow, move, toggle] -version: 1.30 +version: "1.30"  category: Arrows  ---  <svg> diff --git a/src/_icons/fold.svg b/src/_icons/fold.svg index ca6d358b..6dc48fcd 100644 --- a/src/_icons/fold.svg +++ b/src/_icons/fold.svg @@ -1,6 +1,6 @@  ---  tags: [arrow, move, merge] -version: 1.30 +version: "1.30"  category: Arrows  ---  <svg> diff --git a/src/_icons/folder-minus.svg b/src/_icons/folder-minus.svg index eee15a64..35b83ee9 100644 --- a/src/_icons/folder-minus.svg +++ b/src/_icons/folder-minus.svg @@ -1,7 +1,7 @@  ---  tags: [directory, dir]  category: Document -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M5 4h4l3 3h7a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2" /> diff --git a/src/_icons/folder-off.svg b/src/_icons/folder-off.svg index 20933103..c43d3bcd 100644 --- a/src/_icons/folder-off.svg +++ b/src/_icons/folder-off.svg @@ -1,7 +1,7 @@  ---  tags: [cancel, "no", directory, dir]  category: Document -version: 1.24 +version: "1.24"  ---  <svg>    <line x1="3" y1="3" x2="21" y2="21" /> diff --git a/src/_icons/folder-plus.svg b/src/_icons/folder-plus.svg index a6562e0c..832db447 100644 --- a/src/_icons/folder-plus.svg +++ b/src/_icons/folder-plus.svg @@ -1,7 +1,7 @@  ---  tags: [add, create, new, directory, dir]  category: Document -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M5 4h4l3 3h7a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2" /> diff --git a/src/_icons/folder-x.svg b/src/_icons/folder-x.svg index 450042a1..ed33ec9a 100644 --- a/src/_icons/folder-x.svg +++ b/src/_icons/folder-x.svg @@ -1,7 +1,7 @@  ---  tags: [directory, dir]  category: Document -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M5 4h4l3 3h7a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2" /> diff --git a/src/_icons/folder.svg b/src/_icons/folder.svg index 0099c050..ef132566 100644 --- a/src/_icons/folder.svg +++ b/src/_icons/folder.svg @@ -1,7 +1,7 @@  ---  tags: [cancel, "no", directory, dir]  category: Document -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M5 4h4l3 3h7a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2" /> diff --git a/src/_icons/folders.svg b/src/_icons/folders.svg index a028bc8b..5819e6ce 100644 --- a/src/_icons/folders.svg +++ b/src/_icons/folders.svg @@ -1,7 +1,7 @@  ---  tags: [directory, dir, clone, copy]  category: Document -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M9 4h3l2 2h5a2 2 0 0 1 2 2v7a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2" /> diff --git a/src/_icons/forbid-2.svg b/src/_icons/forbid-2.svg index 54b7cb5b..a1326225 100644 --- a/src/_icons/forbid-2.svg +++ b/src/_icons/forbid-2.svg @@ -1,6 +1,6 @@  ---  tag: [access, restriction, ban, limit] -version: 1.6 +version: "1.6"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/forbid.svg b/src/_icons/forbid.svg index ef071144..0fccb4ae 100644 --- a/src/_icons/forbid.svg +++ b/src/_icons/forbid.svg @@ -1,6 +1,6 @@  ---  tag: [access, restriction, ban, limit] -version: 1.6 +version: "1.6"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/forklift.svg b/src/_icons/forklift.svg index 942868b7..550d1f37 100644 --- a/src/_icons/forklift.svg +++ b/src/_icons/forklift.svg @@ -1,7 +1,7 @@  ---  tags: [store, warehouse, inventory, exporting]  category: Vehicles -version: 1.7 +version: "1.7"  ---  <svg>    <circle cx="5" cy="17" r="2" /> diff --git a/src/_icons/forms.svg b/src/_icons/forms.svg index e4af68f9..658c4483 100644 --- a/src/_icons/forms.svg +++ b/src/_icons/forms.svg @@ -1,7 +1,7 @@  ---  tags: [formbuilder, input, url, textarea]  category: Text -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M12 3a3 3 0 0 0 -3 3v12a3 3 0 0 0 3 3" /> diff --git a/src/_icons/frame.svg b/src/_icons/frame.svg index e689bf11..9aef584e 100644 --- a/src/_icons/frame.svg +++ b/src/_icons/frame.svg @@ -1,7 +1,7 @@  ---  category: Design  tags: [crop] -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="4" y1="7" x2="20" y2="7" /> diff --git a/src/_icons/friends.svg b/src/_icons/friends.svg index 478fd5d4..21b9a17d 100644 --- a/src/_icons/friends.svg +++ b/src/_icons/friends.svg @@ -1,6 +1,6 @@  ---  tags: [people, boy, girl, man, woman] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="7" cy="5" r="2" /> diff --git a/src/_icons/gas-station.svg b/src/_icons/gas-station.svg index c968da1f..18522af1 100644 --- a/src/_icons/gas-station.svg +++ b/src/_icons/gas-station.svg @@ -2,7 +2,7 @@  tags: [fuel, oil, cars, vehicles, shop, distributor]  category: Map  category: Vehicles -version: 1.14 +version: "1.14"  ---  <svg>    <path d="M14 11h1a2 2 0 0 1 2 2v3a1.5 1.5 0 0 0 3 0v-7l-3 -3" /> diff --git a/src/_icons/gauge.svg b/src/_icons/gauge.svg index f21a260f..c6890c8d 100644 --- a/src/_icons/gauge.svg +++ b/src/_icons/gauge.svg @@ -1,7 +1,7 @@  ---  category: System  tags: [car, dashboard] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/geometry.svg b/src/_icons/geometry.svg index 89815745..f891a74b 100644 --- a/src/_icons/geometry.svg +++ b/src/_icons/geometry.svg @@ -1,7 +1,7 @@  ---  category: Map  tags: [build, architecture, create, compass] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M7 21l4 -12m2 0l1.48 4.439m.949 2.847l1.571 4.714" /> diff --git a/src/_icons/ghost.svg b/src/_icons/ghost.svg index e113ce92..d45f6a65 100644 --- a/src/_icons/ghost.svg +++ b/src/_icons/ghost.svg @@ -1,6 +1,6 @@  ---  tags: [spirit, transparent, fairytale, horror, movie, shadow, haunt] -version: 1.3 +version: "1.3"  ---  <svg>    <path d="M5 11a7 7 0 0 1 14 0v7a1.78 1.78 0 0 1 -3.1 1.4a1.65 1.65 0 0 0 -2.6 0a1.65 1.65 0 0 1 -2.6 0a1.65 1.65 0 0 0 -2.6 0a1.78 1.78 0 0 1 -3.1 -1.4v-7" /> diff --git a/src/_icons/gift.svg b/src/_icons/gift.svg index a97db886..f8b79ac5 100644 --- a/src/_icons/gift.svg +++ b/src/_icons/gift.svg @@ -1,6 +1,6 @@  ---  tags: [present, birthday, celebration, wish, bonus, souvenire, surprise] -version: 1.2 +version: "1.2"  ---  <svg>    <rect x="3" y="8" width="18" height="4" rx="1" /> diff --git a/src/_icons/git-branch.svg b/src/_icons/git-branch.svg index 7dd586ad..253c3921 100644 --- a/src/_icons/git-branch.svg +++ b/src/_icons/git-branch.svg @@ -1,6 +1,6 @@  ---  tags: [code, version control, command] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="7" cy="18" r="2" /> diff --git a/src/_icons/git-commit.svg b/src/_icons/git-commit.svg index 0c81fe65..d648bbd5 100644 --- a/src/_icons/git-commit.svg +++ b/src/_icons/git-commit.svg @@ -1,6 +1,6 @@  ---  tags: [code, version control, command] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="12" cy="12" r="3" /> diff --git a/src/_icons/git-compare.svg b/src/_icons/git-compare.svg index 2f09a6c9..48c27330 100644 --- a/src/_icons/git-compare.svg +++ b/src/_icons/git-compare.svg @@ -1,6 +1,6 @@  ---  tags: [code, version control, command] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="6" cy="6" r="2" /> diff --git a/src/_icons/git-fork.svg b/src/_icons/git-fork.svg index 1ecebff6..6b58a84c 100644 --- a/src/_icons/git-fork.svg +++ b/src/_icons/git-fork.svg @@ -1,6 +1,6 @@  ---  tags: [code, version control, command] -version: 1.3 +version: "1.3"  ---  <svg>    <circle cx="12" cy="18" r="2" /> diff --git a/src/_icons/git-merge.svg b/src/_icons/git-merge.svg index 547cf3f4..b5814d18 100644 --- a/src/_icons/git-merge.svg +++ b/src/_icons/git-merge.svg @@ -1,6 +1,6 @@  ---  tags: [code, version control, command] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="7" cy="18" r="2" /> diff --git a/src/_icons/git-pull-request.svg b/src/_icons/git-pull-request.svg index 1891ec4e..742d82e6 100644 --- a/src/_icons/git-pull-request.svg +++ b/src/_icons/git-pull-request.svg @@ -1,6 +1,6 @@  ---  tags: [code, version control, command] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="6" cy="18" r="2" /> diff --git a/src/_icons/glass-full.svg b/src/_icons/glass-full.svg index ae803c1b..89fc58c3 100644 --- a/src/_icons/glass-full.svg +++ b/src/_icons/glass-full.svg @@ -1,7 +1,7 @@  ---  category: Food  tags: [wine, cup, goblet] -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="8" y1="21" x2="16" y2="21" /> diff --git a/src/_icons/glass-off.svg b/src/_icons/glass-off.svg index fd9a46f3..b2ec25d4 100644 --- a/src/_icons/glass-off.svg +++ b/src/_icons/glass-off.svg @@ -1,7 +1,7 @@  ---  category: Food  tags: [drink, alcohol, not-allowed, sober, non-alcoholic, wine] -version: 1.39 +version: "1.39"  ---  <svg>    <line x1="8" y1="21" x2="16" y2="21" /> diff --git a/src/_icons/glass.svg b/src/_icons/glass.svg index 96652846..a24bb9a7 100644 --- a/src/_icons/glass.svg +++ b/src/_icons/glass.svg @@ -1,7 +1,7 @@  ---  category: Food  tags: [wine, cup, goblet] -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="8" y1="21" x2="16" y2="21" /> diff --git a/src/_icons/globe.svg b/src/_icons/globe.svg index fa4279eb..a5d52660 100644 --- a/src/_icons/globe.svg +++ b/src/_icons/globe.svg @@ -1,7 +1,7 @@  ---  category: Map  tags: [world, travel, journey, trip, planet, earth] -version: 1.1 +version: "1.1"  ---  <svg>    <circle cx="12" cy="10" r="4" /> diff --git a/src/_icons/golf.svg b/src/_icons/golf.svg index 3d0a16f6..6b4caa2b 100644 --- a/src/_icons/golf.svg +++ b/src/_icons/golf.svg @@ -1,7 +1,7 @@  ---  tags: [game, ball, play, hole, club-and-ball, stroke, luxury, pitch]  category: Sport -version: 1.34 +version: "1.34"  ---  <svg>    <path d="M12 18v-15l7 4l-7 4" /> diff --git a/src/_icons/gps.svg b/src/_icons/gps.svg index e7f98df6..08a3b71d 100644 --- a/src/_icons/gps.svg +++ b/src/_icons/gps.svg @@ -1,7 +1,7 @@  ---  tags: [navigation, directions, global, positioning, system, satnav, radionavigation, system, travel, car]  category: Map -version: 1.33 +version: "1.33"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/grain.svg b/src/_icons/grain.svg index bf6e52b4..48ea7ea5 100644 --- a/src/_icons/grain.svg +++ b/src/_icons/grain.svg @@ -1,6 +1,6 @@  ---  tags: [dots, pattern, random, round, circle, nodes] -version: 1.39 +version: "1.39"  ---  <svg>    <circle cx="4.5" cy="9.5" r="1" /> diff --git a/src/_icons/grid-dots.svg b/src/_icons/grid-dots.svg index 731e6fa3..9ca57d36 100644 --- a/src/_icons/grid-dots.svg +++ b/src/_icons/grid-dots.svg @@ -1,7 +1,7 @@  ---  tags: [network, pattern, layout]  category: System -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="5" cy="5" r="1" /> diff --git a/src/_icons/grip-horizontal.svg b/src/_icons/grip-horizontal.svg index 8f906c97..f2954e53 100644 --- a/src/_icons/grip-horizontal.svg +++ b/src/_icons/grip-horizontal.svg @@ -1,7 +1,7 @@  ---  tags: [picture, abstract, symbol, design, across]  category: System -version: 1.8 +version: "1.8"  ---  <svg>    <circle cx="5" cy="9" r="1" /> diff --git a/src/_icons/grip-vertical.svg b/src/_icons/grip-vertical.svg index 297a1d5e..68d08277 100644 --- a/src/_icons/grip-vertical.svg +++ b/src/_icons/grip-vertical.svg @@ -1,7 +1,7 @@  ---  tags: [picture, abstract, symbol, design, upright]  category: System -version: 1.8 +version: "1.8"  ---  <svg>    <circle cx="9" cy="5" r="1" /> diff --git a/src/_icons/growth.svg b/src/_icons/growth.svg index f4ec1e8d..aa1a0b24 100644 --- a/src/_icons/growth.svg +++ b/src/_icons/growth.svg @@ -1,7 +1,7 @@  ---  tags: [seed, harvest, plant, tree, flower, grain, greenery, garden]  category: Nature -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M16.5 15a4.5 4.5 0 0 0 -4.5 4.5m4.5 -8.5a4.5 4.5 0 0 0 -4.5 4.5m4.5 -8.5a4.5 4.5 0 0 0 -4.5 4.5m-4 3.5c2.21 0 4 2.015 4 4.5m-4 -8.5c2.21 0 4 2.015 4 4.5m-4 -8.5c2.21 0 4 2.015 4 4.5m0 -7.5v6" /> diff --git a/src/_icons/h-1.svg b/src/_icons/h-1.svg index 167318a5..dcf5be93 100644 --- a/src/_icons/h-1.svg +++ b/src/_icons/h-1.svg @@ -1,7 +1,7 @@  ---  tags: [header, text, editor]  category: Text -version: 1.16 +version: "1.16"  ---  <svg>    <path d="M19 18v-8l-2 2" /> diff --git a/src/_icons/h-2.svg b/src/_icons/h-2.svg index c72ef7b7..12367227 100644 --- a/src/_icons/h-2.svg +++ b/src/_icons/h-2.svg @@ -1,7 +1,7 @@  ---  tags: [header, text, editor]  category: Text -version: 1.16 +version: "1.16"  ---  <svg>    <path d="M17 12a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 -.001" /> diff --git a/src/_icons/h-3.svg b/src/_icons/h-3.svg index a4cf77d4..22bfb291 100644 --- a/src/_icons/h-3.svg +++ b/src/_icons/h-3.svg @@ -1,7 +1,7 @@  ---  tags: [header, text, editor]  category: Text -version: 1.16 +version: "1.16"  ---  <svg>    <path d="M19 14a2 2 0 1 0 -2 -2" /> diff --git a/src/_icons/h-4.svg b/src/_icons/h-4.svg index 7f20632a..5f50744a 100644 --- a/src/_icons/h-4.svg +++ b/src/_icons/h-4.svg @@ -1,7 +1,7 @@  ---  tags: [header, text, editor]  category: Text -version: 1.16 +version: "1.16"  ---  <svg>    <path d="M20 18v-8l-4 6h5" /> diff --git a/src/_icons/h-5.svg b/src/_icons/h-5.svg index 2d256bbd..8dd71eae 100644 --- a/src/_icons/h-5.svg +++ b/src/_icons/h-5.svg @@ -1,7 +1,7 @@  ---  tags: [header, text, editor]  category: Text -version: 1.16 +version: "1.16"  ---  <svg>    <path d="M17 18h2a2 2 0 1 0 0 -4h-2v-4h4" /> diff --git a/src/_icons/h-6.svg b/src/_icons/h-6.svg index 0f91311d..2e6c5905 100644 --- a/src/_icons/h-6.svg +++ b/src/_icons/h-6.svg @@ -1,7 +1,7 @@  ---  tags: [header, text, editor]  category: Text -version: 1.16 +version: "1.16"  ---  <svg>    <circle transform="rotate(180 19 16)" cx="19" cy="16" r="2" /> diff --git a/src/_icons/hand-finger.svg b/src/_icons/hand-finger.svg index 3fbed14e..49601367 100644 --- a/src/_icons/hand-finger.svg +++ b/src/_icons/hand-finger.svg @@ -1,7 +1,7 @@  ---  tags: [point, show, index, forefinger, body, human, palm]  category: Gestures -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5" /> diff --git a/src/_icons/hand-little-finger.svg b/src/_icons/hand-little-finger.svg index 7f767665..e23f698c 100644 --- a/src/_icons/hand-little-finger.svg +++ b/src/_icons/hand-little-finger.svg @@ -1,7 +1,7 @@  ---  tags: [small, body, human, palm]  category: Gestures -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M8 13v-2.5a1.5 1.5 0 0 1 3 0v1.5" /> diff --git a/src/_icons/hand-middle-finger.svg b/src/_icons/hand-middle-finger.svg index f8c85cf6..cdb4411c 100644 --- a/src/_icons/hand-middle-finger.svg +++ b/src/_icons/hand-middle-finger.svg @@ -1,7 +1,7 @@  ---  category: Gestures  tags: [signal, gesture, curse, vulgarism, abuse] -version: 1.10 +version: "1.10"  ---  <svg>    <path d="M8 13v-2.5a1.5 1.5 0 0 1 3 0v1.5" /> diff --git a/src/_icons/hand-off.svg b/src/_icons/hand-off.svg index a659d5cb..fbc292c8 100644 --- a/src/_icons/hand-off.svg +++ b/src/_icons/hand-off.svg @@ -1,7 +1,7 @@  ---  category: Gestures  tags: [disclaimer, body] -version: 1.24 +version: "1.24"  ---  <svg>    <line x1="3" y1="3" x2="21" y2="21" /> diff --git a/src/_icons/hand-ring-finger.svg b/src/_icons/hand-ring-finger.svg index 2c9fc411..8995712c 100644 --- a/src/_icons/hand-ring-finger.svg +++ b/src/_icons/hand-ring-finger.svg @@ -1,7 +1,7 @@  ---  tags: [body, human, palm]  category: Gestures -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M8 13v-2.5a1.5 1.5 0 0 1 3 0v1.5" /> diff --git a/src/_icons/hand-rock.svg b/src/_icons/hand-rock.svg index b9146deb..01af7678 100644 --- a/src/_icons/hand-rock.svg +++ b/src/_icons/hand-rock.svg @@ -1,7 +1,7 @@  ---  tags: [heavy, metal, party, concert, rebel]  category: Gestures -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M11 11.5v-1a1.5 1.5 0 0 1 3 0v1.5" /> diff --git a/src/_icons/hand-stop.svg b/src/_icons/hand-stop.svg index 4f32713f..5f75528a 100644 --- a/src/_icons/hand-stop.svg +++ b/src/_icons/hand-stop.svg @@ -1,7 +1,7 @@  ---  category: Gestures  tags: [forbiddance, nixing, ban, interdicting] -version: 1.10 +version: "1.10"  ---  <svg>    <path d="M8 13v-7.5a1.5 1.5 0 0 1 3 0v6.5" /> diff --git a/src/_icons/hand-three-fingers.svg b/src/_icons/hand-three-fingers.svg index 283d9daf..be88572a 100644 --- a/src/_icons/hand-three-fingers.svg +++ b/src/_icons/hand-three-fingers.svg @@ -1,7 +1,7 @@  ---  tags: [body, human, palm]  category: Gestures -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5" /> diff --git a/src/_icons/hand-two-fingers.svg b/src/_icons/hand-two-fingers.svg index 26b82855..594e148f 100644 --- a/src/_icons/hand-two-fingers.svg +++ b/src/_icons/hand-two-fingers.svg @@ -1,7 +1,7 @@  ---  tags: [body, human, palm, gesture]  category: Gestures -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5" /> diff --git a/src/_icons/hanger.svg b/src/_icons/hanger.svg index 3a798157..dc303cd2 100644 --- a/src/_icons/hanger.svg +++ b/src/_icons/hanger.svg @@ -1,6 +1,6 @@  ---  tags: [clothes, wardrobe, hook, hang, wooden, plastic, wire, shop, store, clothing, fashion] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M15 7a3 3 0 1 0 -3 3v2m0 0l-8.624 5.488a0.82 .82 0 0 0 .44 1.512h16.368a0.82 .82 0 0 0 .44 -1.512l-8.624 -5.488z" /> diff --git a/src/_icons/hash.svg b/src/_icons/hash.svg index 0ac3a38b..ebb0e27b 100644 --- a/src/_icons/hash.svg +++ b/src/_icons/hash.svg @@ -1,6 +1,6 @@  ---  tags: [hashtag, "#", instagram] -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="5" y1="9" x2="19" y2="9" /> diff --git a/src/_icons/heading.svg b/src/_icons/heading.svg index de32885f..9fc878fa 100644 --- a/src/_icons/heading.svg +++ b/src/_icons/heading.svg @@ -1,7 +1,7 @@  ---  tags: [main, text, headline, style, styling, html]  category: Text -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M7 12h10" /> diff --git a/src/_icons/headphones-off.svg b/src/_icons/headphones-off.svg index 204a2645..fc24956f 100644 --- a/src/_icons/headphones-off.svg +++ b/src/_icons/headphones-off.svg @@ -1,7 +1,7 @@  ---  tags: [sound, silence, mute, earphones, electronics, wireless, listen]  category: Media -version: 1.25 +version: "1.25"  ---  <svg>    <line x1="3" y1="3" x2="21" y2="21" /> diff --git a/src/_icons/headphones.svg b/src/_icons/headphones.svg index 2ed24bd5..ec6569bb 100644 --- a/src/_icons/headphones.svg +++ b/src/_icons/headphones.svg @@ -1,7 +1,7 @@  ---  category: Media  tags: [music, headset, audio, sound] -version: 1.0 +version: "1.0"  ---  <svg>    <rect x="4" y="13" rx="2" width="5" height="7" /> diff --git a/src/_icons/headset.svg b/src/_icons/headset.svg index e15c5a44..ce88064b 100644 --- a/src/_icons/headset.svg +++ b/src/_icons/headset.svg @@ -1,7 +1,7 @@  ---  category: Media  tags: [music, headphones, audio, sound] -version: 1.3 +version: "1.3"  ---  <svg>    <rect x="4" y="13" rx="2" width="4" height="6" /> diff --git a/src/_icons/heart-broken.svg b/src/_icons/heart-broken.svg index f24eda53..729ab56c 100644 --- a/src/_icons/heart-broken.svg +++ b/src/_icons/heart-broken.svg @@ -1,6 +1,6 @@  ---  tags: [love, emotion, like, favorite, relationship] -version: 1.18 +version: "1.18"  ---  <svg>    <path d="M19.5 13.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /> diff --git a/src/_icons/heart.svg b/src/_icons/heart.svg index 3274eabd..06f6c431 100644 --- a/src/_icons/heart.svg +++ b/src/_icons/heart.svg @@ -1,7 +1,7 @@  ---  category: Shapes  tags: [love, emotion, like, favorite, relationship] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M19.5 13.572l-7.5 7.428l-7.5 -7.428m0 0a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /> diff --git a/src/_icons/helicopter-landing.svg b/src/_icons/helicopter-landing.svg index fe74c1d3..175604a9 100644 --- a/src/_icons/helicopter-landing.svg +++ b/src/_icons/helicopter-landing.svg @@ -1,7 +1,7 @@  ---  tags: [pad, helipad, land, takeoff, navy, travel, aircraft, platform, fly]  category: Vehicles -version: 1.34 +version: "1.34"  ---  <svg>    <rect x="4" y="4" width="16" height="16" rx="2" /> diff --git a/src/_icons/helicopter.svg b/src/_icons/helicopter.svg index 68fbaf63..530e7c21 100644 --- a/src/_icons/helicopter.svg +++ b/src/_icons/helicopter.svg @@ -1,7 +1,7 @@  ---  tags: [land, takeoff, navy, travel, aircraft, platform, fly, pilot, journey, rotorcraft, hover]  category: Vehicles -version: 1.34 +version: "1.34"  ---  <svg>    <path d="M3 10l1 2h6" /> diff --git a/src/_icons/help.svg b/src/_icons/help.svg index e5df21d3..6bb9cec8 100644 --- a/src/_icons/help.svg +++ b/src/_icons/help.svg @@ -1,6 +1,6 @@  ---  tags: [tooltip, assistance, advice, support] -version: 1.1 +version: "1.1"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/hexagon-off.svg b/src/_icons/hexagon-off.svg index acafb160..34f209ca 100644 --- a/src/_icons/hexagon-off.svg +++ b/src/_icons/hexagon-off.svg @@ -1,7 +1,7 @@  ---  tags: [six, angle, shape, crossed]  category: Shapes -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M8.693 4.69l2.336 -1.39a2.056 2.056 0 0 1 2 0l6 3.573h-.029a2 2 0 0 1 1 1.747v6.536c0 .246 -.045 .485 -.13 .707m-2.16 1.847l-4.739 3.027a2 2 0 0 1 -1.942 0l-6 -3.833a2 2 0 0 1 -1.029 -1.747v-6.537a2 2 0 0 1 1.029 -1.748l1.154 -.687" /> diff --git a/src/_icons/hexagon.svg b/src/_icons/hexagon.svg index 213aad8b..98210b2e 100644 --- a/src/_icons/hexagon.svg +++ b/src/_icons/hexagon.svg @@ -1,7 +1,7 @@  ---  tags: [shape, geometric, math, 2D]  category: Shapes -version: 1.8 +version: "1.8"  ---  <svg>    <path d="M19 6.873a2 2 0 0 1 1 1.747v6.536a2 2 0 0 1 -1.029 1.748l-6 3.833a2 2 0 0 1 -1.942 0l-6 -3.833a2 2 0 0 1 -1.029 -1.747v-6.537a2 2 0 0 1 1.029 -1.748l6 -3.572a2.056 2.056 0 0 1 2 0l6 3.573z" /> diff --git a/src/_icons/hierarchy-2.svg b/src/_icons/hierarchy-2.svg index 66ca4fd5..cf5fb48b 100644 --- a/src/_icons/hierarchy-2.svg +++ b/src/_icons/hierarchy-2.svg @@ -1,7 +1,7 @@  ---  tags: [relation, above, below, status, society, important]  category: Design -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M10 3h4v4h-4z" /> diff --git a/src/_icons/hierarchy.svg b/src/_icons/hierarchy.svg index 5a8e2b9a..e6dc9a4c 100644 --- a/src/_icons/hierarchy.svg +++ b/src/_icons/hierarchy.svg @@ -1,7 +1,7 @@  ---  tags: [relation, above, below, status, society, important]  category: Design -version: 1.39 +version: "1.39"  ---  <svg>    <circle cx="12" cy="5" r="2" /> diff --git a/src/_icons/history.svg b/src/_icons/history.svg index 884dcf55..46f3dec6 100644 --- a/src/_icons/history.svg +++ b/src/_icons/history.svg @@ -1,7 +1,7 @@  ---  tags: [search, see, past, card, website]  category: System -version: 1.7 +version: "1.7"  ---  <svg>    <polyline points="12 8 12 12 14 14" /> diff --git a/src/_icons/home-2.svg b/src/_icons/home-2.svg index 7112e5de..3250a27d 100644 --- a/src/_icons/home-2.svg +++ b/src/_icons/home-2.svg @@ -1,7 +1,7 @@  ---  category: Buildings  tags: [house, dashboard, living, building] -version: 1.1 +version: "1.1"  ---  <svg>    <polyline points="5 12 3 12 12 3 21 12 19 12" /> diff --git a/src/_icons/home.svg b/src/_icons/home.svg index 7f32cf09..106c465b 100644 --- a/src/_icons/home.svg +++ b/src/_icons/home.svg @@ -1,7 +1,7 @@  ---  category: Buildings  tags: [house, dashboard, living, building] -version: 1.0 +version: "1.0"  ---  <svg>    <polyline points="5 12 3 12 12 3 21 12 19 12" /> diff --git a/src/_icons/ice-cream-2.svg b/src/_icons/ice-cream-2.svg index 45199c22..fa5ebd84 100644 --- a/src/_icons/ice-cream-2.svg +++ b/src/_icons/ice-cream-2.svg @@ -1,6 +1,6 @@  ---  tags: [sweet, cold, dessert, food, taste, frozen, snack, flavour, flavor, cone] -version: 1.39 +version: "1.39"  category: Food  ---  <svg> diff --git a/src/_icons/ice-cream.svg b/src/_icons/ice-cream.svg index 5fa149b3..b6667b58 100644 --- a/src/_icons/ice-cream.svg +++ b/src/_icons/ice-cream.svg @@ -1,6 +1,6 @@  ---  tags: [candy, dessert, frozen, sweet] -version: 1.0 +version: "1.0"  category: Food  ---  <svg> diff --git a/src/_icons/id.svg b/src/_icons/id.svg index 58989f32..abebdec1 100644 --- a/src/_icons/id.svg +++ b/src/_icons/id.svg @@ -1,6 +1,6 @@  ---  tags: [identification, card, personal details] -version: 1.1 +version: "1.1"  ---  <svg>    <rect x="3" y="4" width="18" height="16" rx="3" /> diff --git a/src/_icons/inbox.svg b/src/_icons/inbox.svg index 380f6ebb..9533c149 100644 --- a/src/_icons/inbox.svg +++ b/src/_icons/inbox.svg @@ -1,6 +1,6 @@  ---  tags: [mail, gmail, email, envelope, post] -version: 1.0 +version: "1.0"  ---  <svg>    <rect x="4" y="4" width="16" height="16" rx="2" /> diff --git a/src/_icons/indent-decrease.svg b/src/_icons/indent-decrease.svg index 4ecca4f5..e8b91add 100644 --- a/src/_icons/indent-decrease.svg +++ b/src/_icons/indent-decrease.svg @@ -1,7 +1,7 @@  ---  category: Text  tags: [line, position, block, margin, paragraph] -version: 1.3 +version: "1.3"  ---  <svg>    <line x1="20" y1="6" x2="13" y2="6" /> diff --git a/src/_icons/indent-increase.svg b/src/_icons/indent-increase.svg index 04d6f3c7..6d15ebae 100644 --- a/src/_icons/indent-increase.svg +++ b/src/_icons/indent-increase.svg @@ -1,7 +1,7 @@  ---  category: Text  tags: [line, position, block, margin, paragraph] -version: 1.3 +version: "1.3"  ---  <svg>    <line x1="20" y1="6" x2="9" y2="6" /> diff --git a/src/_icons/infinity.svg b/src/_icons/infinity.svg index 2aab5e43..1edccd05 100644 --- a/src/_icons/infinity.svg +++ b/src/_icons/infinity.svg @@ -1,7 +1,7 @@  ---  category: Math  tags: [endless, eternity, continuum, time] -version: 1.2 +version: "1.2"  ---  <svg>    <path d="M9.828 9.172a4 4 0 1 0 0 5.656a10 10 0 0 0 2.172 -2.828a10 10 0 0 1 2.172 -2.828a4 4 0 1 1 0 5.656a10 10 0 0 1 -2.172 -2.828a10 10 0 0 0 -2.172 -2.828" /> diff --git a/src/_icons/info-circle.svg b/src/_icons/info-circle.svg index 45398789..7bdaf326 100644 --- a/src/_icons/info-circle.svg +++ b/src/_icons/info-circle.svg @@ -1,6 +1,6 @@  ---  tags: [information, advice, news, tip, sign] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/info-square.svg b/src/_icons/info-square.svg index 4a2e967f..159efd56 100644 --- a/src/_icons/info-square.svg +++ b/src/_icons/info-square.svg @@ -1,6 +1,6 @@  ---  tags: [information, advice, news, tip, sign] -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="12" y1="8" x2="12.01" y2="8" /> diff --git a/src/_icons/italic.svg b/src/_icons/italic.svg index cdc288be..97990721 100644 --- a/src/_icons/italic.svg +++ b/src/_icons/italic.svg @@ -1,7 +1,7 @@  ---  tags: [typography, font, typeface, emphasise]  category: Text -version: 1.3 +version: "1.3"  ---  <svg>    <line x1="11" y1="5" x2="17" y2="5" /> diff --git a/src/_icons/jump-rope.svg b/src/_icons/jump-rope.svg index 762ee529..60a47014 100644 --- a/src/_icons/jump-rope.svg +++ b/src/_icons/jump-rope.svg @@ -1,7 +1,7 @@  ---  tags: [sport, fitness, workout, gym, skipping, cardio, fit, shape]  category: Sport -version: 1.34 +version: "1.34"  ---  <svg>    <path d="M6 14v-6a3 3 0 1 1 6 0v8a3 3 0 0 0 6 0v-6" /> diff --git a/src/_icons/karate.svg b/src/_icons/karate.svg index 60a63e8b..309a4439 100644 --- a/src/_icons/karate.svg +++ b/src/_icons/karate.svg @@ -1,7 +1,7 @@  ---  tags: [martial, art, self, defence, defend, strike, compat, oriental, fight, kick]  category: Sport -version: 1.27 +version: "1.27"  ---  <svg>    <circle cx="18" cy="4" r="1" /> diff --git a/src/_icons/key.svg b/src/_icons/key.svg index 564a3362..3240b1a7 100644 --- a/src/_icons/key.svg +++ b/src/_icons/key.svg @@ -1,6 +1,6 @@  ---  tags: [password, login, authentication, secure] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="8" cy="15" r="4" /> diff --git a/src/_icons/keyboard-hide.svg b/src/_icons/keyboard-hide.svg index 8dd0292d..319e9c49 100644 --- a/src/_icons/keyboard-hide.svg +++ b/src/_icons/keyboard-hide.svg @@ -1,7 +1,7 @@  ---  tags: [computer, laptop, device, type]  category: Devices -version: 1.14 +version: "1.14"  ---  <svg>    <rect x="2" y="3" width="20" height="12" rx="2" /> diff --git a/src/_icons/keyboard-off.svg b/src/_icons/keyboard-off.svg index 8cb9ed65..fe33aff5 100644 --- a/src/_icons/keyboard-off.svg +++ b/src/_icons/keyboard-off.svg @@ -1,7 +1,7 @@  ---  tags: [device, type, disconnect, unplug]  category: Devices -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M18 18h-14a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h2m4 0h10a2 2 0 0 1 2 2v8c0 .554 -.226 1.056 -.59 1.418" /> diff --git a/src/_icons/keyboard-show.svg b/src/_icons/keyboard-show.svg index d711ab96..221d2911 100644 --- a/src/_icons/keyboard-show.svg +++ b/src/_icons/keyboard-show.svg @@ -1,7 +1,7 @@  ---  tags: [computer, laptop, device, type]  category: Devices -version: 1.14 +version: "1.14"  ---  <svg>    <rect x="2" y="3" width="20" height="12" rx="2" /> diff --git a/src/_icons/keyboard.svg b/src/_icons/keyboard.svg index 93ca1a5d..8cead7b4 100644 --- a/src/_icons/keyboard.svg +++ b/src/_icons/keyboard.svg @@ -1,7 +1,7 @@  ---  tags: [computer, laptop, device, type]  category: Devices -version: 1.6 +version: "1.6"  ---  <svg>    <rect x="2" y="6" width="20" height="12" rx="2" /> diff --git a/src/_icons/language.svg b/src/_icons/language.svg index 1fd6e1e6..cc9b2298 100644 --- a/src/_icons/language.svg +++ b/src/_icons/language.svg @@ -1,6 +1,6 @@  ---  tags: [tongue, country, speech, speak, translate, communication, communicate, english, dialect, dictionary, word] -version: 1.5 +version: "1.5"  ---  <svg>    <path d="M5 7h7m-2 -2v2a5 8 0 0 1 -5 8m1 -4a7 4 0 0 0 6.7 4" /> diff --git a/src/_icons/layers-difference.svg b/src/_icons/layers-difference.svg index a26c57c2..7a46e576 100644 --- a/src/_icons/layers-difference.svg +++ b/src/_icons/layers-difference.svg @@ -1,7 +1,7 @@  ---  category: Design  tags: [stack] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M16 16v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h2v-2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-2" /> diff --git a/src/_icons/layers-intersect.svg b/src/_icons/layers-intersect.svg index 3325f11a..a489ee00 100644 --- a/src/_icons/layers-intersect.svg +++ b/src/_icons/layers-intersect.svg @@ -1,7 +1,7 @@  ---  category: Design  tags: [stack] -version: 1.0 +version: "1.0"  ---  <svg>    <rect x="8" y="4" width="12" height="12" rx="2" /> diff --git a/src/_icons/layers-linked.svg b/src/_icons/layers-linked.svg index d4e9dc63..bbb01ef1 100644 --- a/src/_icons/layers-linked.svg +++ b/src/_icons/layers-linked.svg @@ -1,7 +1,7 @@  ---  category: Design  tags: [data, network] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M19 8.268a2 2 0 0 1 1 1.732v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h3" /> diff --git a/src/_icons/layers-subtract.svg b/src/_icons/layers-subtract.svg index d441563a..67ec0eae 100644 --- a/src/_icons/layers-subtract.svg +++ b/src/_icons/layers-subtract.svg @@ -1,7 +1,7 @@  ---  category: Design  tags: [stack] -version: 1.0 +version: "1.0"  ---  <svg>    <rect x="8" y="4" width="12" height="12" rx="2" /> diff --git a/src/_icons/layers-union.svg b/src/_icons/layers-union.svg index bc030365..27a7d16a 100644 --- a/src/_icons/layers-union.svg +++ b/src/_icons/layers-union.svg @@ -1,7 +1,7 @@  ---  category: Design  tags: [stack, join] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M16 16v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h2v-2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-2" /> diff --git a/src/_icons/layout-2.svg b/src/_icons/layout-2.svg index fc28e208..aefeeb32 100644 --- a/src/_icons/layout-2.svg +++ b/src/_icons/layout-2.svg @@ -1,7 +1,7 @@  ---  category: Design  tags: [grid, columns, masonry, collage] -version: 1.0 +version: "1.0"  ---  <svg>    <rect x="4" y="4" width="6" height="5" rx="2" /> diff --git a/src/_icons/layout-align-bottom.svg b/src/_icons/layout-align-bottom.svg index cd93bb0b..43ff287b 100644 --- a/src/_icons/layout-align-bottom.svg +++ b/src/_icons/layout-align-bottom.svg @@ -1,7 +1,7 @@  ---  category: Design  tags: [position, element, design] -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="4" y1="20" x2="20" y2="20" /> diff --git a/src/_icons/layout-align-center.svg b/src/_icons/layout-align-center.svg index f9d5920e..48828b5b 100644 --- a/src/_icons/layout-align-center.svg +++ b/src/_icons/layout-align-center.svg @@ -1,7 +1,7 @@  ---  category: Design  tags: [position, element, design] -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="12" y1="4" x2="12" y2="9" /> diff --git a/src/_icons/layout-align-left.svg b/src/_icons/layout-align-left.svg index 1185c9ff..3488856a 100644 --- a/src/_icons/layout-align-left.svg +++ b/src/_icons/layout-align-left.svg @@ -1,7 +1,7 @@  ---  category: Design  tags: [position, element, design] -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="4" y1="4" x2="4" y2="20" /> diff --git a/src/_icons/layout-align-middle.svg b/src/_icons/layout-align-middle.svg index 94267745..5e9a73d9 100644 --- a/src/_icons/layout-align-middle.svg +++ b/src/_icons/layout-align-middle.svg @@ -1,7 +1,7 @@  ---  category: Design  tags: [position, element, design] -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="4" y1="12" x2="9" y2="12" /> diff --git a/src/_icons/layout-align-right.svg b/src/_icons/layout-align-right.svg index b5f8e7b5..e6c81e2e 100644 --- a/src/_icons/layout-align-right.svg +++ b/src/_icons/layout-align-right.svg @@ -1,7 +1,7 @@  ---  category: Design  tags: [position, element, design] -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="20" y1="4" x2="20" y2="20" /> diff --git a/src/_icons/layout-align-top.svg b/src/_icons/layout-align-top.svg index 54a05e8f..7de018e7 100644 --- a/src/_icons/layout-align-top.svg +++ b/src/_icons/layout-align-top.svg @@ -1,7 +1,7 @@  ---  category: Design  tags: [position, element, design] -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="4" y1="4" x2="20" y2="4" /> diff --git a/src/_icons/layout-bottombar.svg b/src/_icons/layout-bottombar.svg index ca5b684c..eb314ad3 100644 --- a/src/_icons/layout-bottombar.svg +++ b/src/_icons/layout-bottombar.svg @@ -1,7 +1,7 @@  ---  category: Design  tags: [position, element, design, grid, footer] -version: 1.1 +version: "1.1"  ---  <svg>    <rect x="4" y="4" width="16" height="16" rx="2" /> diff --git a/src/_icons/layout-cards.svg b/src/_icons/layout-cards.svg index 2ce5b043..04caea0b 100644 --- a/src/_icons/layout-cards.svg +++ b/src/_icons/layout-cards.svg @@ -1,7 +1,7 @@  ---  tags: [position, element, design, arrangement]  category: Design -version: 1.8 +version: "1.8"  ---  <svg>    <rect x="4" y="4" width="6" height="16" rx="2" /> diff --git a/src/_icons/layout-columns.svg b/src/_icons/layout-columns.svg index 597ce1a3..d29a86f7 100644 --- a/src/_icons/layout-columns.svg +++ b/src/_icons/layout-columns.svg @@ -1,7 +1,7 @@  ---  category: Design  tags: [grid, column, rows] -version: 1.0 +version: "1.0"  ---  <svg>    <rect x="4" y="4" width="16" height="16" rx="2" /> diff --git a/src/_icons/layout-distribute-horizontal.svg b/src/_icons/layout-distribute-horizontal.svg index 78d333c3..6b71982d 100644 --- a/src/_icons/layout-distribute-horizontal.svg +++ b/src/_icons/layout-distribute-horizontal.svg @@ -1,7 +1,7 @@  ---  category: Design  tags: [position, element, design, around] -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="4" y1="4" x2="20" y2="4" /> diff --git a/src/_icons/layout-distribute-vertical.svg b/src/_icons/layout-distribute-vertical.svg index 79da4a22..654727b0 100644 --- a/src/_icons/layout-distribute-vertical.svg +++ b/src/_icons/layout-distribute-vertical.svg @@ -1,7 +1,7 @@  ---  category: Design  tags: [position, element, design, around] -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="4" y1="4" x2="4" y2="20" /> diff --git a/src/_icons/layout-grid-add.svg b/src/_icons/layout-grid-add.svg index e07f7b3c..cbbd2ab0 100644 --- a/src/_icons/layout-grid-add.svg +++ b/src/_icons/layout-grid-add.svg @@ -1,7 +1,7 @@  ---  tags: [layout, table, network, pattern]  category: Design -version: 1.0 +version: "1.0"  ---  <svg>    <rect x="4" y="4" width="6" height="6" rx="1" /> diff --git a/src/_icons/layout-grid.svg b/src/_icons/layout-grid.svg index c0a193d5..f4e048ea 100644 --- a/src/_icons/layout-grid.svg +++ b/src/_icons/layout-grid.svg @@ -1,7 +1,7 @@  ---  tags: [layout, table, network, pattern]  category: Design -version: 1.0 +version: "1.0"  ---  <svg>    <rect x="4" y="4" width="6" height="6" rx="1" /> diff --git a/src/_icons/layout-kanban.svg b/src/_icons/layout-kanban.svg index 3da25f1d..bec21bed 100644 --- a/src/_icons/layout-kanban.svg +++ b/src/_icons/layout-kanban.svg @@ -1,7 +1,7 @@  ---  tags: [position, element, design, board, processing, task]  category: Design -version: 1.11 +version: "1.11"  ---  <svg>    <line x1="4" y1="4" x2="10" y2="4" /> diff --git a/src/_icons/layout-list.svg b/src/_icons/layout-list.svg index 727d66cc..d4a60540 100644 --- a/src/_icons/layout-list.svg +++ b/src/_icons/layout-list.svg @@ -1,7 +1,7 @@  ---  tags: [position, design, element, doable]  category: Design -version: 1.8 +version: "1.8"  ---  <svg>    <rect x="4" y="4" width="16" height="6" rx="2" /> diff --git a/src/_icons/layout-navbar.svg b/src/_icons/layout-navbar.svg index 464b4bd2..463f2d54 100644 --- a/src/_icons/layout-navbar.svg +++ b/src/_icons/layout-navbar.svg @@ -1,7 +1,7 @@  ---  category: Design  tags: [grid, row, header] -version: 1.0 +version: "1.0"  ---  <svg>    <rect x="4" y="4" width="16" height="16" rx="2" /> diff --git a/src/_icons/layout-rows.svg b/src/_icons/layout-rows.svg index 7ff8ec91..4bfb2d99 100644 --- a/src/_icons/layout-rows.svg +++ b/src/_icons/layout-rows.svg @@ -1,7 +1,7 @@  ---  category: Design  tags: [grid, masonry, collage] -version: 1.0 +version: "1.0"  ---  <svg>    <rect x="4" y="4" width="16" height="16" rx="2" /> diff --git a/src/_icons/layout-sidebar-right.svg b/src/_icons/layout-sidebar-right.svg index e9083d5d..98223804 100644 --- a/src/_icons/layout-sidebar-right.svg +++ b/src/_icons/layout-sidebar-right.svg @@ -1,7 +1,7 @@  ---  category: Design  tags: [grid, aside, column, columns] -version: 1.0 +version: "1.0"  ---  <svg>    <rect x="4" y="4" width="16" height="16" rx="2" /> diff --git a/src/_icons/layout-sidebar.svg b/src/_icons/layout-sidebar.svg index c2e402db..f553086d 100644 --- a/src/_icons/layout-sidebar.svg +++ b/src/_icons/layout-sidebar.svg @@ -1,7 +1,7 @@  ---  category: Design  tags: [grid, aside, column, columns] -version: 1.0 +version: "1.0"  ---  <svg>    <rect x="4" y="4" width="16" height="16" rx="2" /> diff --git a/src/_icons/layout.svg b/src/_icons/layout.svg index 2c83e361..e53e064f 100644 --- a/src/_icons/layout.svg +++ b/src/_icons/layout.svg @@ -1,7 +1,7 @@  ---  category: Design  tags: [grid, columns, masonry, collage] -version: 1.0 +version: "1.0"  ---  <svg>    <rect x="4" y="4" width="6" height="5" rx="2" /> diff --git a/src/_icons/leaf.svg b/src/_icons/leaf.svg index 0ef11d29..b7bff9fb 100644 --- a/src/_icons/leaf.svg +++ b/src/_icons/leaf.svg @@ -1,7 +1,7 @@  ---  tags: [nature, plant, tree, autumn, fall, greenery, flower, forest, garden]  category: Nature -version: 1.29 +version: "1.29"  ---  <svg>    <path d="M5 21c.5 -4.5 2.5 -8 7 -10" /> diff --git a/src/_icons/lego.svg b/src/_icons/lego.svg index 6d14b8a5..3d5edeb7 100644 --- a/src/_icons/lego.svg +++ b/src/_icons/lego.svg @@ -1,6 +1,6 @@  ---  tags: [toy, boy, face, play] -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="9.5" y1="11" x2="9.51" y2="11" /> diff --git a/src/_icons/lemon.svg b/src/_icons/lemon.svg index 21d3c02a..b63384a4 100644 --- a/src/_icons/lemon.svg +++ b/src/_icons/lemon.svg @@ -1,6 +1,6 @@  ---  category: Food -version: 1.40 +version: "1.40"  ---  <svg>    <path d="M17.536 3.393c3.905 3.906 3.905 10.237 0 14.143c-3.906 3.905 -10.237 3.905 -14.143 0l14.143 -14.143" /> diff --git a/src/_icons/letter-a.svg b/src/_icons/letter-a.svg index 0c3281b4..ec17ee9f 100644 --- a/src/_icons/letter-a.svg +++ b/src/_icons/letter-a.svg @@ -1,7 +1,7 @@  ---  tags: [alphabet, symbol, text, code]  category: Letters -version: 1.12 +version: "1.12"  ---  <svg>    <path d="M7 20v-12a4 4 0 0 1 4 -4h2a4 4 0 0 1 4 4v12" /> diff --git a/src/_icons/letter-b.svg b/src/_icons/letter-b.svg index c51adfd1..81991a5d 100644 --- a/src/_icons/letter-b.svg +++ b/src/_icons/letter-b.svg @@ -1,7 +1,7 @@  ---  tags: [alphabet, symbol, text, code]  category: Letters -version: 1.12 +version: "1.12"  ---  <svg>    <path d="M7 20v-16h6a4 4 0 0 1 0 8a4 4 0 0 1 0 8h-6" /> diff --git a/src/_icons/letter-c.svg b/src/_icons/letter-c.svg index b9b31e31..cb7f8581 100644 --- a/src/_icons/letter-c.svg +++ b/src/_icons/letter-c.svg @@ -1,7 +1,7 @@  ---  tags: [alphabet, symbol, text, code]  category: Letters -version: 1.12 +version: "1.12"  ---  <svg>    <path d="M18 9a5 5 0 0 0 -5 -5h-2a5 5 0 0 0 -5 5v6a5 5 0 0 0 5 5h2a5 5 0 0 0 5 -5" /> diff --git a/src/_icons/letter-case-lower.svg b/src/_icons/letter-case-lower.svg index f004d9bc..ad09757c 100644 --- a/src/_icons/letter-case-lower.svg +++ b/src/_icons/letter-case-lower.svg @@ -1,7 +1,7 @@  ---  tags: [typography, font, text, style, content]  category: Text -version: 1.39 +version: "1.39"  ---  <svg>    <circle cx="6.5" cy="15.5" r="3.5" /> diff --git a/src/_icons/letter-case-toggle.svg b/src/_icons/letter-case-toggle.svg index c93b1635..cf44ddf8 100644 --- a/src/_icons/letter-case-toggle.svg +++ b/src/_icons/letter-case-toggle.svg @@ -1,7 +1,7 @@  ---  tags: [typography, font, text, style, content]  category: Text -version: 1.39 +version: "1.39"  ---  <svg>    <circle cx="6.5" cy="15.5" r="3.5" /> diff --git a/src/_icons/letter-case-upper.svg b/src/_icons/letter-case-upper.svg index 670c173d..3f7c7e76 100644 --- a/src/_icons/letter-case-upper.svg +++ b/src/_icons/letter-case-upper.svg @@ -1,7 +1,7 @@  ---  tags: [typography, font, text, style, content]  category: Text -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M3 19v-10.5a3.5 3.5 0 0 1 7 0v10.5" /> diff --git a/src/_icons/letter-case.svg b/src/_icons/letter-case.svg index 3b01d8c4..9ea09b3f 100644 --- a/src/_icons/letter-case.svg +++ b/src/_icons/letter-case.svg @@ -1,7 +1,7 @@  ---  tags: [typography, font, text, style, content]  category: Text -version: 1.39 +version: "1.39"  ---  <svg>    <circle cx="17.5" cy="15.5" r="3.5" /> diff --git a/src/_icons/letter-d.svg b/src/_icons/letter-d.svg index 25011ba4..08171db7 100644 --- a/src/_icons/letter-d.svg +++ b/src/_icons/letter-d.svg @@ -1,7 +1,7 @@  ---  tags: [alphabet, symbol, text, code]  category: Letters -version: 1.12 +version: "1.12"  ---  <svg>    <path d="M7 4h6a5 5 0 0 1 5 5v6a5 5 0 0 1 -5 5h-6v-16" /> diff --git a/src/_icons/letter-e.svg b/src/_icons/letter-e.svg index 30a0397f..f80eef0f 100644 --- a/src/_icons/letter-e.svg +++ b/src/_icons/letter-e.svg @@ -1,7 +1,7 @@  ---  tags: [alphabet, symbol, text, code]  category: Letters -version: 1.12 +version: "1.12"  ---  <svg>    <path d="M17 4h-10v16h10" /> diff --git a/src/_icons/letter-f.svg b/src/_icons/letter-f.svg index bbaaea37..89e7d438 100644 --- a/src/_icons/letter-f.svg +++ b/src/_icons/letter-f.svg @@ -1,7 +1,7 @@  ---  tags: [alphabet, symbol, text, code]  category: Letters -version: 1.12 +version: "1.12"  ---  <svg>    <path d="M17 4h-10v16" /> diff --git a/src/_icons/letter-g.svg b/src/_icons/letter-g.svg index 89599244..8ed2ad9d 100644 --- a/src/_icons/letter-g.svg +++ b/src/_icons/letter-g.svg @@ -1,7 +1,7 @@  ---  tags: [alphabet, symbol, text, code]  category: Letters -version: 1.12 +version: "1.12"  ---  <svg>    <path d="M18 9a5 5 0 0 0 -5 -5h-2a5 5 0 0 0 -5 5v6a5 5 0 0 0 5 5h2a5 5 0 0 0 5 -5v-2h-4" /> diff --git a/src/_icons/letter-h.svg b/src/_icons/letter-h.svg index 2513f7a7..0f336e05 100644 --- a/src/_icons/letter-h.svg +++ b/src/_icons/letter-h.svg @@ -1,7 +1,7 @@  ---  tags: [alphabet, symbol, text, code]  category: Letters -version: 1.12 +version: "1.12"  ---  <svg>    <line x1="17" y1="4" x2="17" y2="20" /> diff --git a/src/_icons/letter-i.svg b/src/_icons/letter-i.svg index b530fd01..15c7e1b2 100644 --- a/src/_icons/letter-i.svg +++ b/src/_icons/letter-i.svg @@ -1,7 +1,7 @@  ---  tags: [alphabet, symbol, text, code]  category: Letters -version: 1.12 +version: "1.12"  ---  <svg>    <line x1="12" y1="4" x2="12" y2="20" /> diff --git a/src/_icons/letter-j.svg b/src/_icons/letter-j.svg index e9a44419..e4e88ce7 100644 --- a/src/_icons/letter-j.svg +++ b/src/_icons/letter-j.svg @@ -1,7 +1,7 @@  ---  tags: [alphabet, symbol, text, code]  category: Letters -version: 1.12 +version: "1.12"  ---  <svg>    <path d="M17 4v12a4 4 0 0 1 -4 4h-2a4 4 0 0 1 -4 -4" /> diff --git a/src/_icons/letter-k.svg b/src/_icons/letter-k.svg index 86e7995e..71c156e7 100644 --- a/src/_icons/letter-k.svg +++ b/src/_icons/letter-k.svg @@ -1,7 +1,7 @@  ---  tags: [alphabet, symbol, text, code]  category: Letters -version: 1.12 +version: "1.12"  ---  <svg>    <line x1="7" y1="4" x2="7" y2="20" /> diff --git a/src/_icons/letter-l.svg b/src/_icons/letter-l.svg index 4cbb082d..b9cb2780 100644 --- a/src/_icons/letter-l.svg +++ b/src/_icons/letter-l.svg @@ -1,7 +1,7 @@  ---  tags: [alphabet, symbol, text, code]  category: Letters -version: 1.12 +version: "1.12"  ---  <svg>    <path d="M7 4v16h10" /> diff --git a/src/_icons/letter-m.svg b/src/_icons/letter-m.svg index 904743ed..4af65afe 100644 --- a/src/_icons/letter-m.svg +++ b/src/_icons/letter-m.svg @@ -1,7 +1,7 @@  ---  tags: [alphabet, symbol, text, code]  category: Letters -version: 1.12 +version: "1.12"  ---  <svg>    <path d="M6 20v-16l6 14l6 -14v16" /> diff --git a/src/_icons/letter-n.svg b/src/_icons/letter-n.svg index 4431ebf8..9e846108 100644 --- a/src/_icons/letter-n.svg +++ b/src/_icons/letter-n.svg @@ -1,7 +1,7 @@  ---  tags: [alphabet, symbol, text, code]  category: Letters -version: 1.12 +version: "1.12"  ---  <svg>    <path d="M7 20v-16l10 16v-16" /> diff --git a/src/_icons/letter-o.svg b/src/_icons/letter-o.svg index f941ee43..56b6ff47 100644 --- a/src/_icons/letter-o.svg +++ b/src/_icons/letter-o.svg @@ -1,7 +1,7 @@  ---  tags: [alphabet, symbol, text, code]  category: Letters -version: 1.12 +version: "1.12"  ---  <svg>    <path d="M18 9a5 5 0 0 0 -5 -5h-2a5 5 0 0 0 -5 5v6a5 5 0 0 0 5 5h2a5 5 0 0 0 5 -5v-6" /> diff --git a/src/_icons/letter-p.svg b/src/_icons/letter-p.svg index 7e4dd6d9..69238a43 100644 --- a/src/_icons/letter-p.svg +++ b/src/_icons/letter-p.svg @@ -1,7 +1,7 @@  ---  tags: [alphabet, symbol, text, code]  category: Letters -version: 1.12 +version: "1.12"  ---  <svg>    <path d="M7 20v-16h5.5a4 4 0 0 1 0 9h-5.5" /> diff --git a/src/_icons/letter-q.svg b/src/_icons/letter-q.svg index 168cb08f..96dbe080 100644 --- a/src/_icons/letter-q.svg +++ b/src/_icons/letter-q.svg @@ -1,7 +1,7 @@  ---  tags: [alphabet, symbol, text, code]  category: Letters -version: 1.12 +version: "1.12"  ---  <svg>    <path d="M18 9a5 5 0 0 0 -5 -5h-2a5 5 0 0 0 -5 5v6a5 5 0 0 0 5 5h2a5 5 0 0 0 5 -5v-6" /> diff --git a/src/_icons/letter-r.svg b/src/_icons/letter-r.svg index 6042d1e5..307ecfee 100644 --- a/src/_icons/letter-r.svg +++ b/src/_icons/letter-r.svg @@ -1,7 +1,7 @@  ---  tags: [alphabet, symbol, text, code]  category: Letters -version: 1.12 +version: "1.12"  ---  <svg>    <path d="M7 20v-16h5.5a4 4 0 0 1 0 9h-5.5" /> diff --git a/src/_icons/letter-s.svg b/src/_icons/letter-s.svg index f34566dc..28236ce1 100644 --- a/src/_icons/letter-s.svg +++ b/src/_icons/letter-s.svg @@ -1,7 +1,7 @@  ---  tags: [alphabet, symbol, text, code]  category: Letters -version: 1.12 +version: "1.12"  ---  <svg>    <path d="M17 8a4 4 0 0 0 -4 -4h-2a4 4 0 0 0 0 8h2a4 4 0 0 1 0 8h-2a4 4 0 0 1 -4 -4" /> diff --git a/src/_icons/letter-spacing.svg b/src/_icons/letter-spacing.svg index 56c23358..b2ae5485 100644 --- a/src/_icons/letter-spacing.svg +++ b/src/_icons/letter-spacing.svg @@ -1,7 +1,7 @@  ---  tags: [typography, font, space, character, word]  category: Text -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M5 12v-5.5a2.5 2.5 0 0 1 5 0v5.5m0 -4h-5" /> diff --git a/src/_icons/letter-t.svg b/src/_icons/letter-t.svg index a3e2bd5e..2d762328 100644 --- a/src/_icons/letter-t.svg +++ b/src/_icons/letter-t.svg @@ -1,7 +1,7 @@  ---  tags: [alphabet, symbol, text, code]  category: Letters -version: 1.12 +version: "1.12"  ---  <svg>    <line x1="6" y1="4" x2="18" y2="4" /> diff --git a/src/_icons/letter-u.svg b/src/_icons/letter-u.svg index e616d1e1..529a5c8a 100644 --- a/src/_icons/letter-u.svg +++ b/src/_icons/letter-u.svg @@ -1,7 +1,7 @@  ---  tags: [alphabet, symbol, text, code]  category: Letters -version: 1.12 +version: "1.12"  ---  <svg>    <path d="M6 4v11a5 5 0 0 0 5 5h2a5 5 0 0 0 5 -5v-11" /> diff --git a/src/_icons/letter-v.svg b/src/_icons/letter-v.svg index acefbf6b..b1b37967 100644 --- a/src/_icons/letter-v.svg +++ b/src/_icons/letter-v.svg @@ -1,7 +1,7 @@  ---  tags: [alphabet, symbol, text, code]  category: Letters -version: 1.12 +version: "1.12"  ---  <svg>    <path d="M6 4l6 16l6 -16" /> diff --git a/src/_icons/letter-w.svg b/src/_icons/letter-w.svg index e0547a47..898078ac 100644 --- a/src/_icons/letter-w.svg +++ b/src/_icons/letter-w.svg @@ -1,7 +1,7 @@  ---  tags: [alphabet, symbol, text, code]  category: Letters -version: 1.12 +version: "1.12"  ---  <svg>    <path d="M4 4l4 16l4 -14l4 14l4 -16" /> diff --git a/src/_icons/letter-x.svg b/src/_icons/letter-x.svg index 92651caf..ee51b6e9 100644 --- a/src/_icons/letter-x.svg +++ b/src/_icons/letter-x.svg @@ -1,7 +1,7 @@  ---  tags: [alphabet, symbol, text, code]  category: Letters -version: 1.12 +version: "1.12"  ---  <svg>    <line x1="7" y1="4" x2="17" y2="20" /> diff --git a/src/_icons/letter-y.svg b/src/_icons/letter-y.svg index 17d206f6..1b6e821c 100644 --- a/src/_icons/letter-y.svg +++ b/src/_icons/letter-y.svg @@ -1,7 +1,7 @@  ---  tags: [alphabet, symbol, text, code]  category: Letters -version: 1.12 +version: "1.12"  ---  <svg>    <path d="M7 4l5 9l5 -9" /> diff --git a/src/_icons/letter-z.svg b/src/_icons/letter-z.svg index ef73e42d..ffe71b14 100644 --- a/src/_icons/letter-z.svg +++ b/src/_icons/letter-z.svg @@ -1,7 +1,7 @@  ---  tags: [alphabet, symbol, text, code]  category: Letters -version: 1.12 +version: "1.12"  ---  <svg>    <path d="M7 4h10l-10 16h10" /> diff --git a/src/_icons/letters-case.svg b/src/_icons/letters-case.svg index 73a131ca..3f3a1149 100644 --- a/src/_icons/letters-case.svg +++ b/src/_icons/letters-case.svg @@ -1,7 +1,7 @@  ---  tags: [typography, uppercase, capitals, lowercase, type]  category: Text -version: 1.5 +version: "1.5"  ---  <svg>    <circle cx="18" cy="16" r="3" /> diff --git a/src/_icons/license.svg b/src/_icons/license.svg index 713d099a..86efda11 100644 --- a/src/_icons/license.svg +++ b/src/_icons/license.svg @@ -1,6 +1,6 @@  ---  tags: [authorisation, permission, consent, permit, document, agree] -version: 1.5 +version: "1.5"  ---  <svg>    <path d="M15 21h-9a3 3 0 0 1 -3 -3v-1h10v2a2 2 0 0 0 4 0v-14a2 2 0 1 1 2 2h-2m2 -4h-11a3 3 0 0 0 -3 3v11" /> diff --git a/src/_icons/lifebuoy.svg b/src/_icons/lifebuoy.svg index 4446d37b..d2c0f1c9 100644 --- a/src/_icons/lifebuoy.svg +++ b/src/_icons/lifebuoy.svg @@ -1,6 +1,6 @@  ---  tags: [life ring, help, support] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="12" cy="12" r="4" /> diff --git a/src/_icons/line-dashed.svg b/src/_icons/line-dashed.svg index ae38425d..0a2748e7 100644 --- a/src/_icons/line-dashed.svg +++ b/src/_icons/line-dashed.svg @@ -1,6 +1,6 @@  ---  tags: [geometric, segment, link, connection] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M5 12h2" /> diff --git a/src/_icons/line-dotted.svg b/src/_icons/line-dotted.svg index 71cea8e0..e22f5e23 100644 --- a/src/_icons/line-dotted.svg +++ b/src/_icons/line-dotted.svg @@ -1,6 +1,6 @@  ---  tags: [geometric, segment, link, connection] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M4 12v.01" /> diff --git a/src/_icons/line-height.svg b/src/_icons/line-height.svg index 81176cbf..49f8127f 100644 --- a/src/_icons/line-height.svg +++ b/src/_icons/line-height.svg @@ -1,7 +1,7 @@  ---  tags: [space, inline, display]  category: Text -version: 1.3 +version: "1.3"  ---  <svg>    <polyline points="3 8 6 5 9 8" /> diff --git a/src/_icons/line.svg b/src/_icons/line.svg index 95f5e962..fc5f3c30 100644 --- a/src/_icons/line.svg +++ b/src/_icons/line.svg @@ -1,7 +1,7 @@  ---  tags: [geometric, segment, link, connection]  category: Design -version: 1.11 +version: "1.11"  ---  <svg>    <circle cx="6" cy="18" r="2" /> diff --git a/src/_icons/link.svg b/src/_icons/link.svg index 75faa069..1d96c934 100644 --- a/src/_icons/link.svg +++ b/src/_icons/link.svg @@ -1,7 +1,7 @@  ---  tags: [chain, url, connection, address]  category: Text -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" /> diff --git a/src/_icons/list-check.svg b/src/_icons/list-check.svg index 2ded9e44..ce3c21f2 100644 --- a/src/_icons/list-check.svg +++ b/src/_icons/list-check.svg @@ -1,7 +1,7 @@  ---  tags: [to-do, checklist, form, template, task, reminder, schedule, agenda]  category: Text -version: 1.2 +version: "1.2"  ---  <svg>    <path d="M3.5 5.5l1.5 1.5l2.5 -2.5" /> diff --git a/src/_icons/list-numbers.svg b/src/_icons/list-numbers.svg index 301dc786..e8371349 100644 --- a/src/_icons/list-numbers.svg +++ b/src/_icons/list-numbers.svg @@ -1,7 +1,7 @@  ---  tags: [to-do, checklist, form, template, task, reminder, schedule, agenda]  category: Text -version: 1.40 +version: "1.40"  ---  <svg>    <path d="M11 6h9" /> diff --git a/src/_icons/list-search.svg b/src/_icons/list-search.svg index 6bb9d5a1..8aa3c011 100644 --- a/src/_icons/list-search.svg +++ b/src/_icons/list-search.svg @@ -1,7 +1,7 @@  ---  category: Text  tags: [find, agenda, shopping] -version: 1.39 +version: "1.39"  ---  <svg>    <circle cx="15" cy="15" r="4" /> diff --git a/src/_icons/list.svg b/src/_icons/list.svg index 73d279cb..596f3fbd 100644 --- a/src/_icons/list.svg +++ b/src/_icons/list.svg @@ -1,7 +1,7 @@  ---  tags: [task, unordered, bullets, agenda, shopping]  category: Text -version: 1.2 +version: "1.2"  ---  <svg>    <line x1="9" y1="6" x2="20" y2="6" /> diff --git a/src/_icons/live-photo.svg b/src/_icons/live-photo.svg index daf5ab24..0d28cdd4 100644 --- a/src/_icons/live-photo.svg +++ b/src/_icons/live-photo.svg @@ -1,7 +1,7 @@  ---  category: Photography  tags: [capture, photo, movement, sound, memory, image, camera] -version: 1.1 +version: "1.1"  ---  <svg>    <circle cx="12" cy="12" r="1" /> diff --git a/src/_icons/live-view.svg b/src/_icons/live-view.svg index b092009a..b21ac31a 100644 --- a/src/_icons/live-view.svg +++ b/src/_icons/live-view.svg @@ -1,7 +1,7 @@  ---  tags: [camera, preview, image, photo]  category: Map -version: 1.12 +version: "1.12"  ---  <svg>    <path d="M4 8v-2a2 2 0 0 1 2 -2h2" /> diff --git a/src/_icons/loader-quarter.svg b/src/_icons/loader-quarter.svg index 7c0ccfa7..67a451bc 100644 --- a/src/_icons/loader-quarter.svg +++ b/src/_icons/loader-quarter.svg @@ -1,7 +1,7 @@  ---  tags: [process, download, upload]  category: System -version: 1.17 +version: "1.17"  ---  <svg>    <line x1="12" y1="6" x2="12" y2="3" /> diff --git a/src/_icons/loader.svg b/src/_icons/loader.svg index 7af97c33..89b210bc 100644 --- a/src/_icons/loader.svg +++ b/src/_icons/loader.svg @@ -1,7 +1,7 @@  ---  tags: [process, download, upload]  category: System -version: 1.17 +version: "1.17"  ---  <svg>    <line x1="12" y1="6" x2="12" y2="3" /> diff --git a/src/_icons/location.svg b/src/_icons/location.svg index 09f2e2b2..97a845a7 100644 --- a/src/_icons/location.svg +++ b/src/_icons/location.svg @@ -1,7 +1,7 @@  ---  category: Map  tags: [navigation, map, direction, discover, travel] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M21 3l-6.5 18a0.55 .55 0 0 1 -1 0l-3.5 -7l-7 -3.5a0.55 .55 0 0 1 0 -1l18 -6.5" /> diff --git a/src/_icons/lock-access.svg b/src/_icons/lock-access.svg index 27eaf10f..2d44b034 100644 --- a/src/_icons/lock-access.svg +++ b/src/_icons/lock-access.svg @@ -1,6 +1,6 @@  ---  tags: [block, limited, restricted, unavailable, confidential] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M4 8v-2a2 2 0 0 1 2 -2h2" /> diff --git a/src/_icons/lock-off.svg b/src/_icons/lock-off.svg index 4208cd90..963aaeb0 100644 --- a/src/_icons/lock-off.svg +++ b/src/_icons/lock-off.svg @@ -1,7 +1,7 @@  ---  category: System  tags: [security, password, secure] -version: 1.25 +version: "1.25"  ---  <svg>    <line x1="3" y1="3" x2="21" y2="21" /> diff --git a/src/_icons/lock-open.svg b/src/_icons/lock-open.svg index 4e15b3e4..6637755e 100644 --- a/src/_icons/lock-open.svg +++ b/src/_icons/lock-open.svg @@ -1,7 +1,7 @@  ---  category: System  tags: [security, password, secure, unprotected] -version: 1.0 +version: "1.0"  ---  <svg>    <rect x="5" y="11" width="14" height="10" rx="2" /> diff --git a/src/_icons/lock.svg b/src/_icons/lock.svg index 4673010d..84b2d3d4 100644 --- a/src/_icons/lock.svg +++ b/src/_icons/lock.svg @@ -1,7 +1,7 @@  ---  category: System  tags: [security, password, secure] -version: 1.0 +version: "1.0"  ---  <svg>    <rect x="5" y="11" width="14" height="10" rx="2" /> diff --git a/src/_icons/login.svg b/src/_icons/login.svg index 2350a90b..d92c67ea 100644 --- a/src/_icons/login.svg +++ b/src/_icons/login.svg @@ -1,7 +1,7 @@  ---  category: Arrows  tags: [initialize, password, enter, account, permission] -version: 1.4 +version: "1.4"  ---  <svg>    <path d="M14 8v-2a2 2 0 0 0 -2 -2h-7a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h7a2 2 0 0 0 2 -2v-2" /> diff --git a/src/_icons/logout.svg b/src/_icons/logout.svg index 6513a64b..eebbf3ae 100644 --- a/src/_icons/logout.svg +++ b/src/_icons/logout.svg @@ -1,7 +1,7 @@  ---  category: Arrows  tags: [exit, shut, unplug, close] -version: 1.4 +version: "1.4"  ---  <svg>    <path d="M14 8v-2a2 2 0 0 0 -2 -2h-7a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h7a2 2 0 0 0 2 -2v-2" /> diff --git a/src/_icons/macro.svg b/src/_icons/macro.svg index a57ffe1c..3e06a766 100644 --- a/src/_icons/macro.svg +++ b/src/_icons/macro.svg @@ -1,7 +1,7 @@  ---  tags: [video, photography, photo, camera]  category: Photography -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M6 15a6 6 0 1 0 12 0" /> diff --git a/src/_icons/magnet.svg b/src/_icons/magnet.svg index c830adcb..7bacc9b3 100644 --- a/src/_icons/magnet.svg +++ b/src/_icons/magnet.svg @@ -1,6 +1,6 @@  ---  tags: [magnetic field, pole, iron, attract] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M4 13v-8a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v8a2 2 0 0 0 6 0v-8a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v8a8 8 0 0 1 -16 0" /> diff --git a/src/_icons/mail-forward.svg b/src/_icons/mail-forward.svg index 6fd54943..038652ae 100644 --- a/src/_icons/mail-forward.svg +++ b/src/_icons/mail-forward.svg @@ -1,7 +1,7 @@  ---  tags: [send, recipient, email, inbox, message]  category: Communication -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M12 18h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7.5" /> diff --git a/src/_icons/mail-opened.svg b/src/_icons/mail-opened.svg index 05a7bc19..f94c710c 100644 --- a/src/_icons/mail-opened.svg +++ b/src/_icons/mail-opened.svg @@ -1,7 +1,7 @@  ---  category: Communication  tags: [inbox, gmail, email, envelope, message, read] -version: 1.0 +version: "1.0"  ---  <svg>    <polyline points="3 9 12 15 21 9 12 3 3 9" /> diff --git a/src/_icons/mail.svg b/src/_icons/mail.svg index 00e8ce38..23a156ea 100644 --- a/src/_icons/mail.svg +++ b/src/_icons/mail.svg @@ -1,7 +1,7 @@  ---  category: Communication  tags: [inbox, gmail, email, envelope, message] -version: 1.0 +version: "1.0"  ---  <svg>    <rect x="3" y="5" width="18" height="14" rx="2" /> diff --git a/src/_icons/mailbox.svg b/src/_icons/mailbox.svg index 69041522..1db3e4a4 100644 --- a/src/_icons/mailbox.svg +++ b/src/_icons/mailbox.svg @@ -1,6 +1,6 @@  ---  tags: [send, recipient, email, inbox, message, reply, post] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M10 21v-6.5a3.5 3.5 0 0 0 -7 0v6.5h18v-6a4 4 0 0 0 -4 -4h-10.5" /> diff --git a/src/_icons/man.svg b/src/_icons/man.svg index 6aca5bf8..6655da42 100644 --- a/src/_icons/man.svg +++ b/src/_icons/man.svg @@ -1,6 +1,6 @@  ---  tags: [guy, boy, male, gender] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="12" cy="5" r="2" /> diff --git a/src/_icons/manual-gearbox.svg b/src/_icons/manual-gearbox.svg index 9d94d64d..66c43c43 100644 --- a/src/_icons/manual-gearbox.svg +++ b/src/_icons/manual-gearbox.svg @@ -1,6 +1,6 @@  ---  tags: [car, vehicle, torque, transmission, mechanics, motor, engine] -version: 1.33 +version: "1.33"  ---  <svg>    <circle cx="5" cy="6" r="2" /> diff --git a/src/_icons/map-2.svg b/src/_icons/map-2.svg index 1d4f8275..7605e94b 100644 --- a/src/_icons/map-2.svg +++ b/src/_icons/map-2.svg @@ -1,7 +1,7 @@  ---  category: Map  tags: [navigation, location, travel, pin, position, marker] -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="18" y1="6" x2="18" y2="6.01" /> diff --git a/src/_icons/map-pin-off.svg b/src/_icons/map-pin-off.svg index b56bbb55..b62969c5 100644 --- a/src/_icons/map-pin-off.svg +++ b/src/_icons/map-pin-off.svg @@ -1,7 +1,7 @@  ---  tags: [navigation, location, travel, pin, position, marker]  category: Map -version: 1.22 +version: "1.22"  ---  <svg>    <line x1="3" y1="3" x2="21" y2="21" /> diff --git a/src/_icons/map-pin.svg b/src/_icons/map-pin.svg index 9d489752..84857fec 100644 --- a/src/_icons/map-pin.svg +++ b/src/_icons/map-pin.svg @@ -1,7 +1,7 @@  ---  category: Map  tags: [navigation, location, travel, pin, position, marker] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="12" cy="11" r="3" /> diff --git a/src/_icons/map-pins.svg b/src/_icons/map-pins.svg index e7878345..0987304c 100644 --- a/src/_icons/map-pins.svg +++ b/src/_icons/map-pins.svg @@ -1,7 +1,7 @@  ---  tags: [place, direction, travel, destination, mark, location, address]  category: Map -version: 1.31 +version: "1.31"  ---  <svg>    <path d="M10.828 9.828a4 4 0 1 0 -5.656 0l2.828 2.829l2.828 -2.829z" /> diff --git a/src/_icons/map.svg b/src/_icons/map.svg index 9fb14113..8565ada2 100644 --- a/src/_icons/map.svg +++ b/src/_icons/map.svg @@ -1,7 +1,7 @@  ---  category: Map  tags: [navigation, location, travel] -version: 1.0 +version: "1.0"  ---  <svg>    <polyline points="3 7 9 4 15 7 21 4 21 17 15 20 9 17 3 20 3 7" /> diff --git a/src/_icons/markdown.svg b/src/_icons/markdown.svg index aa23d7e4..5c98514f 100644 --- a/src/_icons/markdown.svg +++ b/src/_icons/markdown.svg @@ -1,7 +1,7 @@  ---  tags: [price, valuation, cost, exchange]  category: Text -version: 1.11 +version: "1.11"  ---  <svg>    <rect x="3" y="5" width="18" height="14" rx="2" /> diff --git a/src/_icons/marquee-2.svg b/src/_icons/marquee-2.svg index ab6c2ecb..8646a29d 100644 --- a/src/_icons/marquee-2.svg +++ b/src/_icons/marquee-2.svg @@ -1,6 +1,6 @@  ---  tags: [tag, tracer, html, animation, text, graphic] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M4 6v-1a1 1 0 0 1 1 -1h1m5 0h2m5 0h1a1 1 0 0 1 1 1v1m0 5v2m0 5v1a1 1 0 0 1 -1 1h-1m-5 0h-2m-5 0h-1a1 1 0 0 1 -1 -1v-1m0 -5v-2" /> diff --git a/src/_icons/marquee.svg b/src/_icons/marquee.svg index 8b442796..4bbbad62 100644 --- a/src/_icons/marquee.svg +++ b/src/_icons/marquee.svg @@ -1,6 +1,6 @@  ---  tags: [tag, tracer, html, animation, text, graphic] -version: 1.13 +version: "1.13"  ---  <svg>    <path d="M4 6a2 2 0 0 1 2 -2m3 0h1.5m3 0h1.5m3 0a2 2 0 0 1 2 2m0 3v1.5m0 3v1.5m0 3a2 2 0 0 1 -2 2m-3 0h-1.5m-3 0h-1.5m-3 0a2 2 0 0 1 -2 -2m0 -3v-1.5m0 -3v-1.5m0 -3" /> diff --git a/src/_icons/mars.svg b/src/_icons/mars.svg index 5821a964..fe6a5a61 100644 --- a/src/_icons/mars.svg +++ b/src/_icons/mars.svg @@ -1,7 +1,7 @@  ---  tags: [male]  category: Symbols -version: 1.14 +version: "1.14"  ---  <svg>    <circle cx="10" cy="14" r="5" /> diff --git a/src/_icons/mask-off.svg b/src/_icons/mask-off.svg index e4cc6bc0..8cbc77df 100644 --- a/src/_icons/mask-off.svg +++ b/src/_icons/mask-off.svg @@ -1,7 +1,7 @@  ---  tags: [edit, layer, mask, tool, design]  category: Design -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M19.42 19.41a2 2 0 0 1 -1.42 .59h-12a2 2 0 0 1 -2 -2v-12c0 -.554 .225 -1.055 .588 -1.417m3.412 -.583h10a2 2 0 0 1 2 2v10" /> diff --git a/src/_icons/mask.svg b/src/_icons/mask.svg index 944a17ce..d7c47c8d 100644 --- a/src/_icons/mask.svg +++ b/src/_icons/mask.svg @@ -1,7 +1,7 @@  ---  tags: [edit, layer, mask, tool, design]  category: Design -version: 1.39 +version: "1.39"  ---  <svg>    <circle cx="12" cy="12" r="3" /> diff --git a/src/_icons/massage.svg b/src/_icons/massage.svg index 64be11dc..3fe9a2e7 100644 --- a/src/_icons/massage.svg +++ b/src/_icons/massage.svg @@ -1,6 +1,6 @@  ---  tags: [physiotherapy, spa, relax, sports, therapy, treatment, spine] -version: 1.39 +version: "1.39"  ---  <svg>    <circle cx="4" cy="17" r="1" /> diff --git a/src/_icons/math-function.svg b/src/_icons/math-function.svg index bce8c2aa..2954f0cb 100644 --- a/src/_icons/math-function.svg +++ b/src/_icons/math-function.svg @@ -1,7 +1,7 @@  ---  tags: sdfsfg  category: Math -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M14 10h1c1 0 1 1 2.016 3.527c.984 2.473 .984 3.473 1.984 3.473h1" /> diff --git a/src/_icons/math-symbols.svg b/src/_icons/math-symbols.svg index 8eced162..77de43de 100644 --- a/src/_icons/math-symbols.svg +++ b/src/_icons/math-symbols.svg @@ -1,7 +1,7 @@  ---  tags: [calculator, equal, plus, multiplication, minus, math]  category: Math -version: 1.39 +version: "1.39"  ---  <svg>    <line x1="3" y1="12" x2="21" y2="12" /> diff --git a/src/_icons/math.svg b/src/_icons/math.svg index 02dc0e3d..7ec31984 100644 --- a/src/_icons/math.svg +++ b/src/_icons/math.svg @@ -1,7 +1,7 @@  ---  tags: [subject, count, plus, minus, times]  category: Math -version: 1.7 +version: "1.7"  ---  <svg>    <path d="M16 13l4 4m0 -4l-4 4" /> diff --git a/src/_icons/maximize.svg b/src/_icons/maximize.svg index e872b35e..4c752161 100644 --- a/src/_icons/maximize.svg +++ b/src/_icons/maximize.svg @@ -1,6 +1,6 @@  ---  tags: [fullscreen] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M4 8v-2a2 2 0 0 1 2 -2h2" /> diff --git a/src/_icons/meat.svg b/src/_icons/meat.svg index 785c053e..c84c64b2 100644 --- a/src/_icons/meat.svg +++ b/src/_icons/meat.svg @@ -1,6 +1,6 @@  ---  category: Food -version: 1.40 +version: "1.40"  ---  <svg>    <path d="M13.62 8.382l1.966 -1.967a2 2 0 1 1 3.414 -1.415a2 2 0 1 1 -1.413 3.414l-1.82 1.821" /> diff --git a/src/_icons/medal.svg b/src/_icons/medal.svg index 3809f570..ac5ddaed 100644 --- a/src/_icons/medal.svg +++ b/src/_icons/medal.svg @@ -1,6 +1,6 @@  ---  tags: [decorate, uniform] -version: 1.13 +version: "1.13"  ---  <svg>    <path d="M12 4v3m-4 -3v6m8 -6v6" /> diff --git a/src/_icons/medical-cross.svg b/src/_icons/medical-cross.svg index d48e0698..2e8837cc 100644 --- a/src/_icons/medical-cross.svg +++ b/src/_icons/medical-cross.svg @@ -1,7 +1,7 @@  ---  tags: [sign, hospital, help, indication]  category: Map -version: 1.10 +version: "1.10"  ---  <svg>    <path d="M13 3a1 1 0 0 1 1 1v4.535l3.928 -2.267a1 1 0 0 1 1.366 .366l1 1.732a1 1 0 0 1 -.366 1.366l-3.927 2.268l3.927 2.269a1 1 0 0 1 .366 1.366l-1 1.732a1 1 0 0 1 -1.366 .366l-3.928 -2.269v4.536a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-4.536l-3.928 2.268a1 1 0 0 1 -1.366 -.366l-1 -1.732a1 1 0 0 1 .366 -1.366l3.927 -2.268l-3.927 -2.268a1 1 0 0 1 -.366 -1.366l1 -1.732a1 1 0 0 1 1.366 -.366l3.928 2.267v-4.535a1 1 0 0 1 1 -1h2z" /> diff --git a/src/_icons/menu-2.svg b/src/_icons/menu-2.svg index 9bc05c24..00345a9b 100644 --- a/src/_icons/menu-2.svg +++ b/src/_icons/menu-2.svg @@ -1,7 +1,7 @@  ---  category: System  tags: [bars, hamburger, navigation, burger] -version: 1.11 +version: "1.11"  ---  <svg>    <line x1="4" y1="6" x2="20" y2="6" /> diff --git a/src/_icons/menu.svg b/src/_icons/menu.svg index 46526926..f7dcfe76 100644 --- a/src/_icons/menu.svg +++ b/src/_icons/menu.svg @@ -1,7 +1,7 @@  ---  category: System  tags: [bars, hamburger, navigation, burger] -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="4" y1="8" x2="20" y2="8" /> diff --git a/src/_icons/message-2.svg b/src/_icons/message-2.svg index 7130a2b3..6862b82a 100644 --- a/src/_icons/message-2.svg +++ b/src/_icons/message-2.svg @@ -1,7 +1,7 @@  ---  category: Communication  tags: [comment, chat, reply] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M12 20l-3 -3h-2a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-2l-3 3" /> diff --git a/src/_icons/message-circle-2.svg b/src/_icons/message-circle-2.svg index 9f4d26ab..31229224 100644 --- a/src/_icons/message-circle-2.svg +++ b/src/_icons/message-circle-2.svg @@ -1,7 +1,7 @@  ---  category: Communication  tags: [comment, chat, reply] -version: 1.28 +version: "1.28"  ---  <svg>    <path d="M3 20l1.3 -3.9a9 8 0 1 1 3.4 2.9l-4.7 1" /> diff --git a/src/_icons/message-circle-off.svg b/src/_icons/message-circle-off.svg index 165d0e0b..5ebddb4e 100644 --- a/src/_icons/message-circle-off.svg +++ b/src/_icons/message-circle-off.svg @@ -1,7 +1,7 @@  ---  category: Communication  tags: [comment, chat, reply] -version: 1.28 +version: "1.28"  ---  <svg>    <line x1="3" y1="3" x2="21" y2="21" /> diff --git a/src/_icons/message-circle.svg b/src/_icons/message-circle.svg index 4fe1de46..24dff4d6 100644 --- a/src/_icons/message-circle.svg +++ b/src/_icons/message-circle.svg @@ -1,7 +1,7 @@  ---  category: Communication  tags: [comment, chat, reply] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M3 20l1.3 -3.9a9 8 0 1 1 3.4 2.9l-4.7 1" /> diff --git a/src/_icons/message-dots.svg b/src/_icons/message-dots.svg index 7effc49e..2113fd2d 100644 --- a/src/_icons/message-dots.svg +++ b/src/_icons/message-dots.svg @@ -1,7 +1,7 @@  ---  category: Communication  tags: [comment, chat, reply] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M4 21v-13a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-9l-4 4" /> diff --git a/src/_icons/message-off.svg b/src/_icons/message-off.svg index 44b2498f..158f7e94 100644 --- a/src/_icons/message-off.svg +++ b/src/_icons/message-off.svg @@ -1,7 +1,7 @@  ---  category: Communication  tags: [comment, chat, reply] -version: 1.28 +version: "1.28"  ---  <svg>    <line x1="3" y1="3" x2="21" y2="21" /> diff --git a/src/_icons/message-plus.svg b/src/_icons/message-plus.svg index 86dd6190..443bd0f2 100644 --- a/src/_icons/message-plus.svg +++ b/src/_icons/message-plus.svg @@ -1,7 +1,7 @@  ---  category: Communication  tags: [comment, chat, reply, communication, conversation] -version: 1.16 +version: "1.16"  ---  <svg>    <path d="M4 21v-13a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-9l-4 4" /> diff --git a/src/_icons/message-report.svg b/src/_icons/message-report.svg index d2e152a2..79d125fa 100644 --- a/src/_icons/message-report.svg +++ b/src/_icons/message-report.svg @@ -1,7 +1,7 @@  ---  category: Communication  tags: [comment, chat, reply, communication, conversation] -version: 1.16 +version: "1.16"  ---  <svg>    <path d="M4 21v-13a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-9l-4 4" /> diff --git a/src/_icons/message.svg b/src/_icons/message.svg index 607dc6cf..94fe604f 100644 --- a/src/_icons/message.svg +++ b/src/_icons/message.svg @@ -1,7 +1,7 @@  ---  category: Communication  tags: [comment, chat, reply, communication, conversation] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M4 21v-13a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-9l-4 4" /> diff --git a/src/_icons/messages-off.svg b/src/_icons/messages-off.svg index 38083136..b552908e 100644 --- a/src/_icons/messages-off.svg +++ b/src/_icons/messages-off.svg @@ -1,7 +1,7 @@  ---  category: Communication  tags: [chat, reply, comment, conversation, communication] -version: 1.28 +version: "1.28"  ---  <svg>    <line x1="3" y1="3" x2="21" y2="21" /> diff --git a/src/_icons/messages.svg b/src/_icons/messages.svg index 17746de4..ba0e22ce 100644 --- a/src/_icons/messages.svg +++ b/src/_icons/messages.svg @@ -1,7 +1,7 @@  ---  category: Communication  tags: [chat, reply, comment, conversation, communication] -version: 1.2 +version: "1.2"  ---  <svg>    <path d="M21 14l-3 -3h-7a1 1 0 0 1 -1 -1v-6a1 1 0 0 1 1 -1h9a1 1 0 0 1 1 1v10" /> diff --git a/src/_icons/microphone-off.svg b/src/_icons/microphone-off.svg index 5de1452e..f884a81c 100644 --- a/src/_icons/microphone-off.svg +++ b/src/_icons/microphone-off.svg @@ -1,7 +1,7 @@  ---  tags: [record, sound, listen, blocked, mute]  category: Media -version: 1.24 +version: "1.24"  ---  <svg>    <line x1="3" y1="3" x2="21" y2="21" /> diff --git a/src/_icons/microphone.svg b/src/_icons/microphone.svg index 251542ff..4eb33324 100644 --- a/src/_icons/microphone.svg +++ b/src/_icons/microphone.svg @@ -1,7 +1,7 @@  ---  category: Media  tags: [record, sound, listen] -version: 1.0 +version: "1.0"  ---  <svg>    <rect x="9" y="2" width="6" height="11" rx="3" /> diff --git a/src/_icons/milk.svg b/src/_icons/milk.svg index e5d7a460..fe8bf347 100644 --- a/src/_icons/milk.svg +++ b/src/_icons/milk.svg @@ -1,6 +1,6 @@  ---  category: Food -version: 1.40 +version: "1.40"  ---  <svg>    <path d="M8 6h8v-2a1 1 0 0 0 -1 -1h-6a1 1 0 0 0 -1 1v2z" /> diff --git a/src/_icons/minimize.svg b/src/_icons/minimize.svg index 96300f5d..6a41d86e 100644 --- a/src/_icons/minimize.svg +++ b/src/_icons/minimize.svg @@ -1,6 +1,6 @@  ---  tags: [exit, close] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M15 19v-2a2 2 0 0 1 2 -2h2" /> diff --git a/src/_icons/minus-vertical.svg b/src/_icons/minus-vertical.svg index 44febdcc..4fb84c37 100644 --- a/src/_icons/minus-vertical.svg +++ b/src/_icons/minus-vertical.svg @@ -1,6 +1,6 @@  ---  tags: [subtract, less, divide] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M12 5v14" /> diff --git a/src/_icons/minus.svg b/src/_icons/minus.svg index 6061878a..a642b1e8 100644 --- a/src/_icons/minus.svg +++ b/src/_icons/minus.svg @@ -1,7 +1,7 @@  ---  category: Math  tags: [subtract, less] -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="5" y1="12" x2="19" y2="12" /> diff --git a/src/_icons/mist.svg b/src/_icons/mist.svg index e570a81e..87cbf950 100644 --- a/src/_icons/mist.svg +++ b/src/_icons/mist.svg @@ -1,7 +1,7 @@  ---  tags: [weather, visibility]  category: Weather -version: 1.10 +version: "1.10"  ---  <svg>    <path d="M5 5h3m4 0h9" /> diff --git a/src/_icons/mood-boy.svg b/src/_icons/mood-boy.svg index 1237b470..fc823730 100644 --- a/src/_icons/mood-boy.svg +++ b/src/_icons/mood-boy.svg @@ -1,7 +1,7 @@  ---  tags: [face, emoji, emotion]  category: Mood -version: 1.26 +version: "1.26"  ---  <svg>    <path d="M17 4.5a9 9 0 0 1 3.864 5.89a2.5 2.5 0 0 1 -.29 4.36a9 9 0 0 1 -17.137 0a2.5 2.5 0 0 1 -.29 -4.36a9 9 0 0 1 3.746 -5.81" /> diff --git a/src/_icons/mood-confuzed.svg b/src/_icons/mood-confuzed.svg index 9514e2ce..a6e7b413 100644 --- a/src/_icons/mood-confuzed.svg +++ b/src/_icons/mood-confuzed.svg @@ -1,7 +1,7 @@  ---  tags: [face, emoji, emotion, frown]  category: Mood -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/mood-crazy-happy.svg b/src/_icons/mood-crazy-happy.svg index 6e9a4ede..fc886eba 100644 --- a/src/_icons/mood-crazy-happy.svg +++ b/src/_icons/mood-crazy-happy.svg @@ -1,7 +1,7 @@  ---  tags: [good, excited, cheerful, jolly, delighted, lucky]  category: Mood -version: 1.34 +version: "1.34"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/mood-cry.svg b/src/_icons/mood-cry.svg index 000a8a4f..1d272f29 100644 --- a/src/_icons/mood-cry.svg +++ b/src/_icons/mood-cry.svg @@ -1,7 +1,7 @@  ---  tags: [face, emoji, emotion, mad]  category: Mood -version: 1.18 +version: "1.18"  ---  <svg>    <line x1="9" y1="10" x2="9.01" y2="10" /> diff --git a/src/_icons/mood-empty.svg b/src/_icons/mood-empty.svg index e24016e8..b2935581 100644 --- a/src/_icons/mood-empty.svg +++ b/src/_icons/mood-empty.svg @@ -1,7 +1,7 @@  ---  tags: [face, emoji, emotion]  category: Mood -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/mood-happy.svg b/src/_icons/mood-happy.svg index 2a59b3bc..f929863c 100644 --- a/src/_icons/mood-happy.svg +++ b/src/_icons/mood-happy.svg @@ -1,7 +1,7 @@  ---  tags: [face, emoji, emotion]  category: Mood -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/mood-kid.svg b/src/_icons/mood-kid.svg index 2833ad4e..1f0753bc 100644 --- a/src/_icons/mood-kid.svg +++ b/src/_icons/mood-kid.svg @@ -1,7 +1,7 @@  ---  tags: [face, emoji, emotion]  category: Mood -version: 1.8 +version: "1.8"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/mood-neutral.svg b/src/_icons/mood-neutral.svg index eecf029d..dc79682d 100644 --- a/src/_icons/mood-neutral.svg +++ b/src/_icons/mood-neutral.svg @@ -1,7 +1,7 @@  ---  tags: [face, emoji, emotion]  category: Mood -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/mood-sad.svg b/src/_icons/mood-sad.svg index 23079f49..279e4338 100644 --- a/src/_icons/mood-sad.svg +++ b/src/_icons/mood-sad.svg @@ -1,7 +1,7 @@  ---  tags: [face, emoji, emotion, mad]  category: Mood -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/mood-smile.svg b/src/_icons/mood-smile.svg index ec4088cb..86c8a615 100644 --- a/src/_icons/mood-smile.svg +++ b/src/_icons/mood-smile.svg @@ -1,7 +1,7 @@  ---  tags: [face, emoji, emotion]  category: Mood -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/mood-suprised.svg b/src/_icons/mood-suprised.svg index c8fa15d6..7b0ca17b 100644 --- a/src/_icons/mood-suprised.svg +++ b/src/_icons/mood-suprised.svg @@ -1,7 +1,7 @@  ---  tags: [face, emoji, emotion]  category: Mood -version: 1.8 +version: "1.8"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/mood-tongue.svg b/src/_icons/mood-tongue.svg index 0ffc517d..c6c41e47 100644 --- a/src/_icons/mood-tongue.svg +++ b/src/_icons/mood-tongue.svg @@ -1,7 +1,7 @@  ---  tags: [face, emoji, emotion]  category: Mood -version: 1.3 +version: "1.3"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/moon-2.svg b/src/_icons/moon-2.svg index 95e7ea68..3ebeb255 100644 --- a/src/_icons/moon-2.svg +++ b/src/_icons/moon-2.svg @@ -1,7 +1,7 @@  ---  tags: [night, dark mode ]  category: Weather -version: 1.21 +version: "1.21"  ---  <svg>    <path d="M16.418 4.157a8 8 0 0 0 0 15.686" /> diff --git a/src/_icons/moon-stars.svg b/src/_icons/moon-stars.svg index 202b665f..be41b882 100644 --- a/src/_icons/moon-stars.svg +++ b/src/_icons/moon-stars.svg @@ -1,7 +1,7 @@  ---  tags: [night, dark mode]  category: Weather -version: 1.21 +version: "1.21"  ---  <svg>    <path d="M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z" /> diff --git a/src/_icons/moon.svg b/src/_icons/moon.svg index 0eebcc50..ac72dee8 100644 --- a/src/_icons/moon.svg +++ b/src/_icons/moon.svg @@ -1,7 +1,7 @@  ---  tags: [night, dark mode]  category: Weather -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z" /> diff --git a/src/_icons/moped.svg b/src/_icons/moped.svg index 068ba6b5..05030202 100644 --- a/src/_icons/moped.svg +++ b/src/_icons/moped.svg @@ -1,7 +1,7 @@  ---  tags: [vehicle, drive, driver, engine, motor, journey, trip]  category: Vehicles -version: 1.18 +version: "1.18"  ---  <svg>    <circle cx="18" cy="17" r="2" /> diff --git a/src/_icons/motorbike.svg b/src/_icons/motorbike.svg index 5c9b3e5c..a7be55a8 100644 --- a/src/_icons/motorbike.svg +++ b/src/_icons/motorbike.svg @@ -1,7 +1,7 @@  ---  tags: [engine, ride, trip, journey, road, street, vehicle, motorcycle]  category: Vehicles -version: 1.39 +version: "1.39"  ---  <svg>    <circle cx="5" cy="16" r="3" /> diff --git a/src/_icons/mouse.svg b/src/_icons/mouse.svg index 55f25d26..9e849d19 100644 --- a/src/_icons/mouse.svg +++ b/src/_icons/mouse.svg @@ -1,6 +1,6 @@  ---  tags: [pointer, cursor, device] -version: 1.0 +version: "1.0"  category: Devices  ---  <svg> diff --git a/src/_icons/movie.svg b/src/_icons/movie.svg index db4fe02d..72dad1ba 100644 --- a/src/_icons/movie.svg +++ b/src/_icons/movie.svg @@ -1,7 +1,7 @@  ---  category: Media  tags: [film, video, cinema] -version: 1.0 +version: "1.0"  ---  <svg>    <rect x="4" y="4" width="16" height="16" rx="2" /> diff --git a/src/_icons/mug.svg b/src/_icons/mug.svg index 08580ba6..0ab98b83 100644 --- a/src/_icons/mug.svg +++ b/src/_icons/mug.svg @@ -1,7 +1,7 @@  ---  category: Food  tags: [tea, coffee, drink, container, jug] -version: 1.1 +version: "1.1"  ---  <svg>    <path d="M4.083 5h10.834a1.08 1.08 0 0 1 1.083 1.077v8.615c0 2.38 -1.94 4.308 -4.333 4.308h-4.334c-2.393 0 -4.333 -1.929 -4.333 -4.308v-8.615a1.08 1.08 0 0 1 1.083 -1.077" /> diff --git a/src/_icons/mushroom.svg b/src/_icons/mushroom.svg index 4b6f013c..522e7648 100644 --- a/src/_icons/mushroom.svg +++ b/src/_icons/mushroom.svg @@ -1,6 +1,6 @@  ---  category: Food -version: 1.40 +version: "1.40"  ---  <svg>    <path d="M20 11.1c0 -4.474 -3.582 -8.1 -8 -8.1s-8 3.626 -8 8.1a0.9 .9 0 0 0 .9 .9h14.2a0.9 .9 0 0 0 .9 -.9z" /> diff --git a/src/_icons/music.svg b/src/_icons/music.svg index 00ce9fd0..e06906ba 100644 --- a/src/_icons/music.svg +++ b/src/_icons/music.svg @@ -1,7 +1,7 @@  ---  category: Media  tags: [sound, mp3, album, sound, speakers, melody] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="6" cy="17" r="3" /> diff --git a/src/_icons/new-section.svg b/src/_icons/new-section.svg index 188daafd..e21f3629 100644 --- a/src/_icons/new-section.svg +++ b/src/_icons/new-section.svg @@ -1,6 +1,6 @@  ---  tags: [add, element, component, layout, page] -version: 1.5 +version: "1.5"  ---  <svg>    <line x1="9" y1="12" x2="15" y2="12" /> diff --git a/src/_icons/news.svg b/src/_icons/news.svg index 9a42aabd..7434079c 100644 --- a/src/_icons/news.svg +++ b/src/_icons/news.svg @@ -1,7 +1,7 @@  ---  category: Document  tags: [newspaper, article] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M16 6h3a1 1 0 0 1 1 1v11a2 2 0 0 1 -4 0v-13a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1v12a3 3 0 0 0 3 3h11" /> diff --git a/src/_icons/nfc.svg b/src/_icons/nfc.svg index a8b1f3a0..4b879ff9 100644 --- a/src/_icons/nfc.svg +++ b/src/_icons/nfc.svg @@ -1,7 +1,7 @@  ---  category: Devices  tags: [payment, nfc, cash, chip, shopping, cashless, pass, contactless] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M11 20a3 3 0 0 1 -3 -3v-11l5 5" /> diff --git a/src/_icons/note.svg b/src/_icons/note.svg index 6c354160..6322cd1b 100644 --- a/src/_icons/note.svg +++ b/src/_icons/note.svg @@ -1,7 +1,7 @@  ---  category: Document  tags: [checkbox, brief, record, write, message] -version: 1.2 +version: "1.2"  ---  <svg>    <line x1="13" y1="20" x2="20" y2="13" /> diff --git a/src/_icons/notebook.svg b/src/_icons/notebook.svg index 6dad4db3..9198ef24 100644 --- a/src/_icons/notebook.svg +++ b/src/_icons/notebook.svg @@ -1,7 +1,7 @@  ---  category: Document  tags: [study, learn, diary, write, journal, page, paper, jot down] -version: 1.3 +version: "1.3"  ---  <svg>    <path d="M6 4h11a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-11a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1m3 0v18" /> diff --git a/src/_icons/notes.svg b/src/_icons/notes.svg index 7d6313cd..2118b924 100644 --- a/src/_icons/notes.svg +++ b/src/_icons/notes.svg @@ -1,7 +1,7 @@  ---  category: Document  tags: [notetaking, journal, draft, idea, to-do list] -version: 1.2 +version: "1.2"  ---  <svg>    <rect x="5" y="3" width="14" height="18" rx="2" /> diff --git a/src/_icons/notification.svg b/src/_icons/notification.svg index 9f5de458..80970a64 100644 --- a/src/_icons/notification.svg +++ b/src/_icons/notification.svg @@ -1,6 +1,6 @@  ---  tags: [bell, alarm, reminder, important] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M10 6h-3a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-3" /> diff --git a/src/_icons/number-0.svg b/src/_icons/number-0.svg index 2ef5b9d8..ee5ef2d7 100644 --- a/src/_icons/number-0.svg +++ b/src/_icons/number-0.svg @@ -1,7 +1,7 @@  ---  tags: [zero, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit]  category: Numbers -version: 1.38 +version: "1.38"  ---  <svg>    <path d="M16 16v-8" /> diff --git a/src/_icons/number-1.svg b/src/_icons/number-1.svg index 208d0f71..fb4ec245 100644 --- a/src/_icons/number-1.svg +++ b/src/_icons/number-1.svg @@ -1,7 +1,7 @@  ---  tags: [one, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit]  category: Numbers -version: 1.38 +version: "1.38"  ---  <svg>    <path d="M13 20v-16l-5 5" /> diff --git a/src/_icons/number-2.svg b/src/_icons/number-2.svg index cc73b1e6..fdea82c1 100644 --- a/src/_icons/number-2.svg +++ b/src/_icons/number-2.svg @@ -1,7 +1,7 @@  ---  tags: [two, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit]  category: Numbers -version: 1.38 +version: "1.38"  ---  <svg>    <path d="M8 8a4 4 0 1 1 8 0c0 1.098 -.564 2.025 -1.159 2.815l-6.841 9.185h8" /> diff --git a/src/_icons/number-3.svg b/src/_icons/number-3.svg index 7ba766dd..bb121da8 100644 --- a/src/_icons/number-3.svg +++ b/src/_icons/number-3.svg @@ -1,7 +1,7 @@  ---  tags: [three, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit]  category: Numbers -version: 1.38 +version: "1.38"  ---  <svg>    <path d="M12 12a4 4 0 1 0 -4 -4" /> diff --git a/src/_icons/number-4.svg b/src/_icons/number-4.svg index 801e19c3..aab1ab17 100644 --- a/src/_icons/number-4.svg +++ b/src/_icons/number-4.svg @@ -1,7 +1,7 @@  ---  tags: [four, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit]  category: Numbers -version: 1.38 +version: "1.38"  ---  <svg>    <path d="M15 20v-15l-8 11h10" /> diff --git a/src/_icons/number-5.svg b/src/_icons/number-5.svg index 8979097f..139c7feb 100644 --- a/src/_icons/number-5.svg +++ b/src/_icons/number-5.svg @@ -1,7 +1,7 @@  ---  tags: [five, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit]  category: Numbers -version: 1.38 +version: "1.38"  ---  <svg>    <path d="M8 20h4a4 4 0 1 0 0 -8h-4v-8h8" /> diff --git a/src/_icons/number-6.svg b/src/_icons/number-6.svg index c2b9db1d..42447b14 100644 --- a/src/_icons/number-6.svg +++ b/src/_icons/number-6.svg @@ -1,7 +1,7 @@  ---  tags: [six, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit]  category: Numbers -version: 1.38 +version: "1.38"  ---  <svg>    <path d="M8 16a4 4 0 1 0 8 0v-1a4 4 0 1 0 -8 0" /> diff --git a/src/_icons/number-7.svg b/src/_icons/number-7.svg index 1694f1d0..8aafc14b 100644 --- a/src/_icons/number-7.svg +++ b/src/_icons/number-7.svg @@ -1,7 +1,7 @@  ---  tags: [seven, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit]  category: Numbers -version: 1.38 +version: "1.38"  ---  <svg>    <path d="M8 4h8l-4 16" /> diff --git a/src/_icons/number-8.svg b/src/_icons/number-8.svg index 2c46cc78..1fad5fc6 100644 --- a/src/_icons/number-8.svg +++ b/src/_icons/number-8.svg @@ -1,7 +1,7 @@  ---  tags: [eight, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit]  category: Numbers -version: 1.38 +version: "1.38"  ---  <svg>    <circle cx="12" cy="8" r="4" /> diff --git a/src/_icons/number-9.svg b/src/_icons/number-9.svg index 17d3ea91..93b161dc 100644 --- a/src/_icons/number-9.svg +++ b/src/_icons/number-9.svg @@ -1,7 +1,7 @@  ---  tags: [nine, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit]  category: Numbers -version: 1.38 +version: "1.38"  ---  <svg>    <path d="M16 8a4 4 0 1 0 -8 0v1a4 4 0 1 0 8 0" /> diff --git a/src/_icons/octagon-off.svg b/src/_icons/octagon-off.svg index b4ff0ce1..92df8317 100644 --- a/src/_icons/octagon-off.svg +++ b/src/_icons/octagon-off.svg @@ -1,7 +1,7 @@  ---  tags: [shape, eight, angle, crossed]  category: Shapes -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M7.647 3.653l.353 -.353c.2 -.2 .4 -.3 .7 -.3h6.6c.3 0 .5 .1 .7 .3l4.7 4.7c.2 .2 .3 .4 .3 .7v6.6c0 .3 -.1 .5 -.3 .7l-.35 .35m-1.997 1.997l-2.353 2.353c-.2 .2 -.4 .3 -.7 .3h-6.6c-.3 0 -.5 -.1 -.7 -.3l-4.7 -4.7c-.2 -.2 -.3 -.4 -.3 -.7v-6.6c0 -.3 .1 -.5 .3 -.7l2.35 -2.35" /> diff --git a/src/_icons/octagon.svg b/src/_icons/octagon.svg index 5cef323a..9f60223a 100644 --- a/src/_icons/octagon.svg +++ b/src/_icons/octagon.svg @@ -1,7 +1,7 @@  ---  tags: [shape, geometric, math, 2D, building, government]  category: Shapes -version: 1.18 +version: "1.18"  ---  <svg>    <path d="M8.7 3h6.6c.3 0 .5 .1 .7 .3l4.7 4.7c.2 .2 .3 .4 .3 .7v6.6c0 .3 -.1 .5 -.3 .7l-4.7 4.7c-.2 .2 -.4 .3 -.7 .3h-6.6c-.3 0 -.5 -.1 -.7 -.3l-4.7 -4.7c-.2 -.2 -.3 -.4 -.3 -.7v-6.6c0 -.3 .1 -.5 .3 -.7l4.7 -4.7c.2 -.2 .4 -.3 .7 -.3z" /> diff --git a/src/_icons/old.svg b/src/_icons/old.svg index 9ebf1dd5..a12f30d2 100644 --- a/src/_icons/old.svg +++ b/src/_icons/old.svg @@ -1,6 +1,6 @@  ---  tags: [senior, person, elderly, age] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M11 21l-1 -4l-2 -3v-6" /> diff --git a/src/_icons/olympics.svg b/src/_icons/olympics.svg index 0f5ebb46..b92d4a28 100644 --- a/src/_icons/olympics.svg +++ b/src/_icons/olympics.svg @@ -1,7 +1,7 @@  ---  tags: [game, play, sport, sportsman, champion, win, medal, sporting, event, competition, athlete]  category: Sport -version: 1.39 +version: "1.39"  ---  <svg>    <circle cx="6" cy="9" r="3" /> diff --git a/src/_icons/omega.svg b/src/_icons/omega.svg index b4e3ee0d..2237ce05 100644 --- a/src/_icons/omega.svg +++ b/src/_icons/omega.svg @@ -1,6 +1,6 @@  ---  tags: [alphabet, greek, symbol, final, last] -version: 1.3 +version: "1.3"  ---  <svg>    <path d="M4 19h5v-1a7.35 7.35 0 1 1 6 0v1h5" /> diff --git a/src/_icons/outlet.svg b/src/_icons/outlet.svg index 82ede259..56d31d17 100644 --- a/src/_icons/outlet.svg +++ b/src/_icons/outlet.svg @@ -1,6 +1,6 @@  ---  tags: [socket, electricity, electrical, plug in, device] -version: 1.6 +version: "1.6"  ---  <svg>    <rect x="4" y="4" width="16" height="16" rx="2" /> diff --git a/src/_icons/overline.svg b/src/_icons/overline.svg index af1e2f4e..5b3dd069 100644 --- a/src/_icons/overline.svg +++ b/src/_icons/overline.svg @@ -1,7 +1,7 @@  ---  tags: [above, overbar, overscore, horizontal]  category: Text -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M7 9v5a5 5 0 0 0 10 0v-5" /> diff --git a/src/_icons/package.svg b/src/_icons/package.svg index 6ae497c2..5c338326 100644 --- a/src/_icons/package.svg +++ b/src/_icons/package.svg @@ -1,7 +1,7 @@  ---  category: E-commerce  tags: [npm, box, container] -version: 1.0 +version: "1.0"  ---  <svg>    <polyline points="12 3 20 7.5 20 16.5 12 21 4 16.5 4 7.5 12 3" /> diff --git a/src/_icons/pacman.svg b/src/_icons/pacman.svg index e4c4cce6..206bcc34 100644 --- a/src/_icons/pacman.svg +++ b/src/_icons/pacman.svg @@ -1,6 +1,6 @@  ---  tags: [game, play, online, maze, eat, dot, ghost] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M5.636 5.636a9 9 0 0 1 13.397 .747l-5.619 5.617l5.619 5.617a9 9 0 1 1 -13.397 -11.981z" /> diff --git a/src/_icons/page-break.svg b/src/_icons/page-break.svg index 71f5a2eb..f1c2f41b 100644 --- a/src/_icons/page-break.svg +++ b/src/_icons/page-break.svg @@ -1,6 +1,6 @@  ---  tags: [summary, feature, element, css] -version: 1.14 +version: "1.14"  ---  <svg>    <path d="M14 3v4a1 1 0 0 0 1 1h4" /> diff --git a/src/_icons/paint.svg b/src/_icons/paint.svg index 5785c518..0998f90e 100644 --- a/src/_icons/paint.svg +++ b/src/_icons/paint.svg @@ -1,7 +1,7 @@  ---  category: Design  tags: [brush, renovation, refurbishment, color, wall] -version: 1.0 +version: "1.0"  ---  <svg>    <rect x="5" y="3" width="14" height="6" rx="2" /> diff --git a/src/_icons/palette.svg b/src/_icons/palette.svg index e1f16aa9..5f090f73 100644 --- a/src/_icons/palette.svg +++ b/src/_icons/palette.svg @@ -1,7 +1,7 @@  ---  category: Design  tags: [color, paint, painter, picture, board, artist] -version: 1.1 +version: "1.1"  ---  <svg>    <path d="M12 21a9 9 0 1 1 0 -18a9 8 0 0 1 9 8a4.5 4 0 0 1 -4.5 4h-2.5a2 2 0 0 0 -1 3.75a1.3 1.3 0 0 1 -1 2.25" /> diff --git a/src/_icons/panorama-horizontal.svg b/src/_icons/panorama-horizontal.svg index 90d5f332..c92a1d28 100644 --- a/src/_icons/panorama-horizontal.svg +++ b/src/_icons/panorama-horizontal.svg @@ -1,7 +1,7 @@  ---  tags: [photo, picture, panoramic]  category: Photography -version: 1.27 +version: "1.27"  ---  <svg>    <path d="M4.338 5.53c5.106 1.932 10.211 1.932 15.317 .002a1 1 0 0 1 1.345 .934v11c0 .692 -.692 1.2 -1.34 .962c-5.107 -1.932 -10.214 -1.932 -15.321 0c-.648 .246 -1.339 -.242 -1.339 -.935v-11.027a1 1 0 0 1 1.338 -.935z" /> diff --git a/src/_icons/panorama-vertical.svg b/src/_icons/panorama-vertical.svg index 86a0ef27..ff4dbc9b 100644 --- a/src/_icons/panorama-vertical.svg +++ b/src/_icons/panorama-vertical.svg @@ -1,7 +1,7 @@  ---  tags: [photo, picture, panoramic]  category: Photography -version: 1.27 +version: "1.27"  ---  <svg>    <path d="M18.463 4.338c-1.932 5.106 -1.932 10.211 0 15.317a1 1 0 0 1 -.934 1.345h-11c-.692 0 -1.208 -.692 -.962 -1.34c1.932 -5.107 1.932 -10.214 0 -15.321c-.246 -.648 .243 -1.339 .935 -1.339h11.028c.693 0 1.18 .691 .935 1.338z" /> diff --git a/src/_icons/paperclip.svg b/src/_icons/paperclip.svg index 960b0235..05fe4b8b 100644 --- a/src/_icons/paperclip.svg +++ b/src/_icons/paperclip.svg @@ -1,6 +1,6 @@  ---  tags: [attachment, annex, hold] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M15 7l-6.5 6.5a1.5 1.5 0 0 0 3 3l6.5 -6.5a3 3 0 0 0 -6 -6l-6.5 6.5a4.5 4.5 0 0 0 9 9l6.5 -6.5" /> diff --git a/src/_icons/parachute.svg b/src/_icons/parachute.svg index ac6790ca..dcd024ca 100644 --- a/src/_icons/parachute.svg +++ b/src/_icons/parachute.svg @@ -1,7 +1,7 @@  ---  tags: [plane, aircraft, land, float, pilot]  category: Vehicles -version: 1.33 +version: "1.33"  ---  <svg>    <path d="M22 12a10 10 0 1 0 -20 0" /> diff --git a/src/_icons/parentheses.svg b/src/_icons/parentheses.svg index 1850d3af..0b314bd8 100644 --- a/src/_icons/parentheses.svg +++ b/src/_icons/parentheses.svg @@ -1,7 +1,7 @@  ---  category: Math  tags: [brackets, aside, punctuation, mark, insert] -version: 1.6 +version: "1.6"  ---  <svg>    <path d="M7 4a12.25 12.25 0 0 0 0 16" /> diff --git a/src/_icons/parking.svg b/src/_icons/parking.svg index be1d91f8..ec37bf1f 100644 --- a/src/_icons/parking.svg +++ b/src/_icons/parking.svg @@ -1,7 +1,7 @@  ---  category: Map  tags: [sign, car, vehicle, space] -version: 1.0 +version: "1.0"  ---  <svg>    <rect x="4" y="4" width="16" height="16" rx="2" /> diff --git a/src/_icons/peace.svg b/src/_icons/peace.svg index 7106d532..6e7e2111 100644 --- a/src/_icons/peace.svg +++ b/src/_icons/peace.svg @@ -1,7 +1,7 @@  ---  tags: [love, hippy, minority, opinion, equilibrium]  category: Symbols -version: 1.18 +version: "1.18"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/pencil.svg b/src/_icons/pencil.svg index 3c6e258e..085ceb44 100644 --- a/src/_icons/pencil.svg +++ b/src/_icons/pencil.svg @@ -1,7 +1,7 @@  ---  category: Design  tags: [write, draft, edit, note] -version: 1.1 +version: "1.1"  ---  <svg>    <path d="M4 20h4l10.5 -10.5a1.5 1.5 0 0 0 -4 -4l-10.5 10.5v4" /> diff --git a/src/_icons/pennant.svg b/src/_icons/pennant.svg index e8d61c48..cb0e1cae 100644 --- a/src/_icons/pennant.svg +++ b/src/_icons/pennant.svg @@ -1,7 +1,7 @@  ---  category: Map  tags: [flag, ship, sports, championship, mark, spot, winner] -version: 1.33 +version: "1.33"  ---  <svg>    <line x1="8" y1="21" x2="12" y2="21" /> diff --git a/src/_icons/pepper.svg b/src/_icons/pepper.svg index 4dd1f73b..61cb9863 100644 --- a/src/_icons/pepper.svg +++ b/src/_icons/pepper.svg @@ -1,6 +1,6 @@  ---  category: Food -version: 1.40 +version: "1.40"  ---  <svg>    <path d="M13 11c0 2.21 -2.239 4 -5 4s-5 -1.79 -5 -4a8 8 0 1 0 16 0a3 3 0 0 0 -6 0" /> diff --git a/src/_icons/percentage.svg b/src/_icons/percentage.svg index 0fc94304..9d51a6a7 100644 --- a/src/_icons/percentage.svg +++ b/src/_icons/percentage.svg @@ -1,7 +1,7 @@  ---  tags: [sign, symbol, math, economics, cash, bank account, chart, graph, diagram, statistic]  category: Math -version: 1.22 +version: "1.22"  ---  <svg>    <circle cx="17" cy="17" r="1" /> diff --git a/src/_icons/perspective.svg b/src/_icons/perspective.svg index c378f5ee..70a827d0 100644 --- a/src/_icons/perspective.svg +++ b/src/_icons/perspective.svg @@ -1,7 +1,7 @@  ---  category: Shapes  tags: [3d, perspective, transform, reshape, scale] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M6.141 4.163l12 1.714a1 1 0 0 1 .859 .99v10.266a1 1 0 0 1 -.859 .99l-12 1.714a1 1 0 0 1 -1.141 -.99v-13.694a1 1 0 0 1 1.141 -.99z" /> diff --git a/src/_icons/phone-call.svg b/src/_icons/phone-call.svg index dd0db1e8..206043f1 100644 --- a/src/_icons/phone-call.svg +++ b/src/_icons/phone-call.svg @@ -1,7 +1,7 @@  ---  category: Devices  tags: [ring, mobile, conversation, answer, dial, landline] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2" /> diff --git a/src/_icons/phone-calling.svg b/src/_icons/phone-calling.svg index 44c89f83..96d51d9a 100644 --- a/src/_icons/phone-calling.svg +++ b/src/_icons/phone-calling.svg @@ -1,7 +1,7 @@  ---  category: Devices  tags: [ring, mobile, conversation, answer, dial, landline] -version: 1.11 +version: "1.11"  ---  <svg>    <path d="M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2" /> diff --git a/src/_icons/phone-check.svg b/src/_icons/phone-check.svg index cf65d93b..5ed8f2ca 100644 --- a/src/_icons/phone-check.svg +++ b/src/_icons/phone-check.svg @@ -1,7 +1,7 @@  ---  category: Devices  tags: [ring, mobile, conversation, answer, dial, landline] -version: 1.8 +version: "1.8"  ---  <svg>    <path d="M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2" /> diff --git a/src/_icons/phone-incoming.svg b/src/_icons/phone-incoming.svg index f9995123..4c6f3a97 100644 --- a/src/_icons/phone-incoming.svg +++ b/src/_icons/phone-incoming.svg @@ -1,7 +1,7 @@  ---  category: Devices  tags: [call, answer, mobile, landline, conversation] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2" /> diff --git a/src/_icons/phone-off.svg b/src/_icons/phone-off.svg index c6f68ac5..70d31885 100644 --- a/src/_icons/phone-off.svg +++ b/src/_icons/phone-off.svg @@ -1,7 +1,7 @@  ---  category: Devices  tags: [call, mobile, conversation, landline, answer, number] -version: 1.22 +version: "1.22"  ---  <svg>    <line x1="3" y1="21" x2="21" y2="3" /> diff --git a/src/_icons/phone-outgoing.svg b/src/_icons/phone-outgoing.svg index 083200cb..37c50b18 100644 --- a/src/_icons/phone-outgoing.svg +++ b/src/_icons/phone-outgoing.svg @@ -1,7 +1,7 @@  ---  category: Devices  tags: [call, signal, mobile, landline, conversation] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2" /> diff --git a/src/_icons/phone-pause.svg b/src/_icons/phone-pause.svg index 05b7d74e..3c324500 100644 --- a/src/_icons/phone-pause.svg +++ b/src/_icons/phone-pause.svg @@ -1,7 +1,7 @@  ---  category: Devices  tags: [call, mute, mobile, landline, conversation] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2" /> diff --git a/src/_icons/phone-plus.svg b/src/_icons/phone-plus.svg index b98f30c1..921163ee 100644 --- a/src/_icons/phone-plus.svg +++ b/src/_icons/phone-plus.svg @@ -1,7 +1,7 @@  ---  category: Devices  tags: [call, signal, mobile, landline, conversation] -version: 1.8 +version: "1.8"  ---  <svg>    <path d="M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2" /> diff --git a/src/_icons/phone-x.svg b/src/_icons/phone-x.svg index a8a649bb..6440af4a 100644 --- a/src/_icons/phone-x.svg +++ b/src/_icons/phone-x.svg @@ -1,7 +1,7 @@  ---  category: Devices  tags: [ring, mobile, conversation, answer, dial, landline] -version: 1.8 +version: "1.8"  ---  <svg>    <path d="M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2" /> diff --git a/src/_icons/phone.svg b/src/_icons/phone.svg index 5c71f71e..77bc31fb 100644 --- a/src/_icons/phone.svg +++ b/src/_icons/phone.svg @@ -1,7 +1,7 @@  ---  category: Devices  tags: [call, mobile, conversation, landline, answer, number] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2" /> diff --git a/src/_icons/photo-off.svg b/src/_icons/photo-off.svg index 5aa8f4a6..030e9a17 100644 --- a/src/_icons/photo-off.svg +++ b/src/_icons/photo-off.svg @@ -1,7 +1,7 @@  ---  tags: [image, picture, landscape, camera]  category: Media -version: 1.22 +version: "1.22"  ---  <svg>    <line x1="3" y1="3" x2="21" y2="21" /> diff --git a/src/_icons/photo.svg b/src/_icons/photo.svg index 12152446..b40b1e1e 100644 --- a/src/_icons/photo.svg +++ b/src/_icons/photo.svg @@ -1,7 +1,7 @@  ---  category: Media  tags: [image, picture, landscape, camera] -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="15" y1="8" x2="15.01" y2="8" /> diff --git a/src/_icons/physotherapist.svg b/src/_icons/physotherapist.svg index e7d0314c..fa888fc5 100644 --- a/src/_icons/physotherapist.svg +++ b/src/_icons/physotherapist.svg @@ -1,6 +1,6 @@  ---  tags: [physiotherapy, spa, therapy, treatment, pain, exercise] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M9 15l-1 -3l4 -2l4 1h3.5" /> diff --git a/src/_icons/picture-in-picture-off.svg b/src/_icons/picture-in-picture-off.svg index 4369ac38..cfda56d2 100644 --- a/src/_icons/picture-in-picture-off.svg +++ b/src/_icons/picture-in-picture-off.svg @@ -1,7 +1,7 @@  ---  tags: [size, photo, elements, adjust, image]  category: Media -version: 1.28 +version: "1.28"  ---  <svg>    <path d="M11 19h-6a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4" /> diff --git a/src/_icons/picture-in-picture-on.svg b/src/_icons/picture-in-picture-on.svg index 3c1d71ec..ab2161c6 100644 --- a/src/_icons/picture-in-picture-on.svg +++ b/src/_icons/picture-in-picture-on.svg @@ -1,7 +1,7 @@  ---  tags: [size, photo, elements, adjust, image]  category: Media -version: 1.28 +version: "1.28"  ---  <svg>    <path d="M11 19h-6a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4" /> diff --git a/src/_icons/picture-in-picture.svg b/src/_icons/picture-in-picture.svg index c7175795..cf096173 100644 --- a/src/_icons/picture-in-picture.svg +++ b/src/_icons/picture-in-picture.svg @@ -1,7 +1,7 @@  ---  tags: [size, photo, elements, adjust, image]  category: Media -version: 1.27 +version: "1.27"  ---  <svg>    <path d="M11 19h-6a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4" /> diff --git a/src/_icons/pill.svg b/src/_icons/pill.svg index 2d9804aa..1b11d1da 100644 --- a/src/_icons/pill.svg +++ b/src/_icons/pill.svg @@ -1,5 +1,5 @@  --- -version: 1.1 +version: "1.1"  tags: [drug, medication, illness, sickness, doctor, prescription]  ---  <svg> diff --git a/src/_icons/pin.svg b/src/_icons/pin.svg index bce323a4..e481d977 100644 --- a/src/_icons/pin.svg +++ b/src/_icons/pin.svg @@ -1,7 +1,7 @@  ---  tags: [thing, localization, maps, clip, place, location]  category: Map -version: 1.16 +version: "1.16"  ---  <svg>    <path d="M15 4.5l-4 4l-4 1.5l-1.5 1.5l7 7l1.5 -1.5l1.5 -4l4 -4" /> diff --git a/src/_icons/pinned-off.svg b/src/_icons/pinned-off.svg index 9bd6cc1d..b6292a5a 100644 --- a/src/_icons/pinned-off.svg +++ b/src/_icons/pinned-off.svg @@ -1,7 +1,7 @@  ---  tags: [removed, attach, corkboard, unfasten, noticeboard]  category: Map -version: 1.31 +version: "1.31"  ---  <svg>    <line x1="3" y1="3" x2="21" y2="21" /> diff --git a/src/_icons/pinned.svg b/src/_icons/pinned.svg index a973e8b8..7e32e5ce 100644 --- a/src/_icons/pinned.svg +++ b/src/_icons/pinned.svg @@ -1,7 +1,7 @@  ---  tags: [board, attach, nail, pointed, corkboard, favourite, noticeboard]  category: Map -version: 1.31 +version: "1.31"  ---  <svg>    <path d="M9 4v6l-2 4v2h10v-2l-2 -4v-6" /> diff --git a/src/_icons/pizza.svg b/src/_icons/pizza.svg index 2daaf885..fb740108 100644 --- a/src/_icons/pizza.svg +++ b/src/_icons/pizza.svg @@ -1,5 +1,5 @@  --- -version: 1.35 +version: "1.35"  category: Food  ---  <svg> diff --git a/src/_icons/plane-arrival.svg b/src/_icons/plane-arrival.svg index a195b5f4..8a00050f 100644 --- a/src/_icons/plane-arrival.svg +++ b/src/_icons/plane-arrival.svg @@ -1,7 +1,7 @@  ---  tags: [travel, land, journey, trip, airport, baggage, luggage]  category: Vehicles -version: 1.3 +version: "1.3"  ---  <svg>    <path d="M15 12h5a2 2 0 0 1 0 4h-15l-3 -6h3l2 2h3l-2 -7h3z" transform="rotate(15 12 12) translate(0 -1)" /> diff --git a/src/_icons/plane-departure.svg b/src/_icons/plane-departure.svg index 7663117e..33b02f19 100644 --- a/src/_icons/plane-departure.svg +++ b/src/_icons/plane-departure.svg @@ -1,7 +1,7 @@  ---  tags: [travel, take off, journey, trip, airport, baggage, luggage]  category: Vehicles -version: 1.3 +version: "1.3"  ---  <svg>    <path d="M15 12h5a2 2 0 0 1 0 4h-15l-3 -6h3l2 2h3l-2 -7h3z" transform="rotate(-15 12 12) translate(0 -1)" /> diff --git a/src/_icons/plane.svg b/src/_icons/plane.svg index f80ba913..da2dc42a 100644 --- a/src/_icons/plane.svg +++ b/src/_icons/plane.svg @@ -1,7 +1,7 @@  ---  tags: [travel, journey, trip, airport, baggage, luggage]  category: Vehicles -version: 1.2 +version: "1.2"  ---  <svg>    <path d="M16 10h4a2 2 0 0 1 0 4h-4l-4 7h-3l2 -7h-4l-2 2h-3l2 -4l-2 -4h3l2 2h4l-2 -7h3z" /> diff --git a/src/_icons/planet.svg b/src/_icons/planet.svg index 0d14a043..9f1ab338 100644 --- a/src/_icons/planet.svg +++ b/src/_icons/planet.svg @@ -1,7 +1,7 @@  ---  tags: [earth, uranus, universe, space, galaxy, orbit, atmosphere]  category: Map -version: 1.8 +version: "1.8"  ---  <svg>    <path d="M18.816 13.58c2.292 2.138 3.546 4 3.092 4.9c-.745 1.46 -5.783 -.259 -11.255 -3.838c-5.47 -3.579 -9.304 -7.664 -8.56 -9.123c.464 -.91 2.926 -.444 5.803 .805" /> diff --git a/src/_icons/plant-2.svg b/src/_icons/plant-2.svg index 1f24f5b0..67afe6f1 100644 --- a/src/_icons/plant-2.svg +++ b/src/_icons/plant-2.svg @@ -1,7 +1,7 @@  ---  tags: [nature, green, flower, pot, tree, leaf, greenery, root, stem, seed]  category: Nature -version: 1.33 +version: "1.33"  ---  <svg>    <path d="M2 9a10 10 0 1 0 20 0" /> diff --git a/src/_icons/plant.svg b/src/_icons/plant.svg index 47a2cff9..f0791cf7 100644 --- a/src/_icons/plant.svg +++ b/src/_icons/plant.svg @@ -1,7 +1,7 @@  ---  tags: [nature, green, flower, pot, tree, leaf, greenery, root, stem, seed]  category: Nature -version: 1.29 +version: "1.29"  ---  <svg>    <path d="M7 15h10v4a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2v-4z" /> diff --git a/src/_icons/play-card.svg b/src/_icons/play-card.svg index 82fd5565..fbd40b26 100644 --- a/src/_icons/play-card.svg +++ b/src/_icons/play-card.svg @@ -1,6 +1,6 @@  ---  tags: [game, magic, trick, casino, entertainment, spade, heart, diamond, club, playing] -version: 1.39 +version: "1.39"  ---  <svg>    <rect transform="rotate(90 12 12)" x="3" y="5" width="18" height="14" rx="2" /> diff --git a/src/_icons/player-pause.svg b/src/_icons/player-pause.svg index 46147c71..1397f6f0 100644 --- a/src/_icons/player-pause.svg +++ b/src/_icons/player-pause.svg @@ -1,7 +1,7 @@  ---  category: Media  tags: [video, film, music, player, stop] -version: 1.28 +version: "1.28"  ---  <svg>    <rect x="6" y="5" width="4" height="14" rx="1" /> diff --git a/src/_icons/player-play.svg b/src/_icons/player-play.svg index 3c3fd1a9..9fe943f8 100644 --- a/src/_icons/player-play.svg +++ b/src/_icons/player-play.svg @@ -1,6 +1,6 @@  ---  category: Media -version: 1.28 +version: "1.28"  tags: [start, video, film, music, player]  ---  <svg> diff --git a/src/_icons/player-record.svg b/src/_icons/player-record.svg index 7d3bd7bc..c18a3a42 100644 --- a/src/_icons/player-record.svg +++ b/src/_icons/player-record.svg @@ -1,7 +1,7 @@  ---  tags: [music, song, playlist, melody, device, voice, recorder, dictation, machine]  category: Media -version: 1.28 +version: "1.28"  ---  <svg>    <circle cx="12" cy="12" r="7" /> diff --git a/src/_icons/player-skip-back.svg b/src/_icons/player-skip-back.svg index a41a522d..194d4100 100644 --- a/src/_icons/player-skip-back.svg +++ b/src/_icons/player-skip-back.svg @@ -1,7 +1,7 @@  ---  tags: [button, player, video, film, music, cancel, rewind, reverse]  category: Media -version: 1.28 +version: "1.28"  ---  <svg>    <path d="M20 5v14l-12 -7z" /> diff --git a/src/_icons/player-skip-forward.svg b/src/_icons/player-skip-forward.svg index 7a112d0c..d920a3ab 100644 --- a/src/_icons/player-skip-forward.svg +++ b/src/_icons/player-skip-forward.svg @@ -1,7 +1,7 @@  ---  tags: [button, player, video, film, music, omit]  category: Media -version: 1.28 +version: "1.28"  ---  <svg>    <path d="M4 5v14l12 -7z" /> diff --git a/src/_icons/player-stop.svg b/src/_icons/player-stop.svg index 5cd6934c..fb433afb 100644 --- a/src/_icons/player-stop.svg +++ b/src/_icons/player-stop.svg @@ -1,7 +1,7 @@  ---  tags: [music, song, playlist, melody, device, voice, silence, break]  category: Media -version: 1.28 +version: "1.28"  ---  <svg>    <rect x="5" y="5" width="14" height="14" rx="2" /> diff --git a/src/_icons/player-track-next.svg b/src/_icons/player-track-next.svg index eff9fd94..fe317c60 100644 --- a/src/_icons/player-track-next.svg +++ b/src/_icons/player-track-next.svg @@ -1,7 +1,7 @@  ---  tags: [music, forward, play, song, playlist]  category: Media -version: 1.28 +version: "1.28"  ---  <svg>    <path d="M3 5v14l8 -7z" /> diff --git a/src/_icons/player-track-prev.svg b/src/_icons/player-track-prev.svg index 54b90e49..2381ffdd 100644 --- a/src/_icons/player-track-prev.svg +++ b/src/_icons/player-track-prev.svg @@ -1,7 +1,7 @@  ---  tags: [music, forward, play, song, playlist]  category: Media -version: 1.28 +version: "1.28"  ---  <svg>    <path d="M21 5v14l-8 -7z" /> diff --git a/src/_icons/playlist.svg b/src/_icons/playlist.svg index 05262239..172cc1d2 100644 --- a/src/_icons/playlist.svg +++ b/src/_icons/playlist.svg @@ -1,7 +1,7 @@  ---  tags: [music, song, artist, spotify, track, play, record]  category: Media -version: 1.39 +version: "1.39"  ---  <svg>    <circle cx="14" cy="17" r="3" /> diff --git a/src/_icons/plug.svg b/src/_icons/plug.svg index 3bd5099c..5ba2dfba 100644 --- a/src/_icons/plug.svg +++ b/src/_icons/plug.svg @@ -1,6 +1,6 @@  ---  tags: [electricity, charger, socket, connection] -version: 1.6 +version: "1.6"  ---  <svg>    <path d="M7 7h10v6a3 3 0 0 1 -3 3h-4a3 3 0 0 1 -3 -3v-6" /> diff --git a/src/_icons/plus.svg b/src/_icons/plus.svg index 09e879b0..25197bb1 100644 --- a/src/_icons/plus.svg +++ b/src/_icons/plus.svg @@ -1,7 +1,7 @@  ---  category: Math  tags: [add, create, new] -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="12" y1="5" x2="12" y2="19" /> diff --git a/src/_icons/point.svg b/src/_icons/point.svg index 5559aa25..a29baa67 100644 --- a/src/_icons/point.svg +++ b/src/_icons/point.svg @@ -1,6 +1,6 @@  ---  tags: [dot, label] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="12" cy="12" r="4" /> diff --git a/src/_icons/pokeball.svg b/src/_icons/pokeball.svg index 10c23aa5..15f7e5f6 100644 --- a/src/_icons/pokeball.svg +++ b/src/_icons/pokeball.svg @@ -1,7 +1,7 @@  ---  category: Map  tags: [pokemon, go, catch, game, play] -version: 1.39 +version: "1.39"  ---  <svg>    <circle cx="9" cy="9" r="9" transform="translate(3 3)" /> diff --git a/src/_icons/polaroid.svg b/src/_icons/polaroid.svg index de77e317..aaf48c08 100644 --- a/src/_icons/polaroid.svg +++ b/src/_icons/polaroid.svg @@ -1,7 +1,7 @@  ---  tags: [picture, photo, camera, polarization, develop, film, lens]  category: Photography -version: 1.39 +version: "1.39"  ---  <svg>    <rect x="4" y="4" width="16" height="16" rx="2" /> diff --git a/src/_icons/pool.svg b/src/_icons/pool.svg index 73843ec2..453c1260 100644 --- a/src/_icons/pool.svg +++ b/src/_icons/pool.svg @@ -1,7 +1,7 @@  ---  tags: [swim, water, swimmer, holiday, swimming, vacation, relax, sport]  category: Sport -version: 1.34 +version: "1.34"  ---  <svg>    <path d="M2 20a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1" /> diff --git a/src/_icons/power.svg b/src/_icons/power.svg index 7d3d40aa..198083ea 100644 --- a/src/_icons/power.svg +++ b/src/_icons/power.svg @@ -1,7 +1,7 @@  ---  category: Devices  tags: ["on", "off", turn on, turn off, electricity] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M7 6a7.75 7.75 0 1 0 10 0" /> diff --git a/src/_icons/pray.svg b/src/_icons/pray.svg index a7c21537..1b06ec5c 100644 --- a/src/_icons/pray.svg +++ b/src/_icons/pray.svg @@ -1,6 +1,6 @@  ---  tags: [religion, faith, christianity, islam, buddhism, judaism] -version: 1.18 +version: "1.18"  ---  <svg>    <circle cx="12" cy="5" r="1" /> diff --git a/src/_icons/presentation-analytics.svg b/src/_icons/presentation-analytics.svg index 9afd108a..1d8a846c 100644 --- a/src/_icons/presentation-analytics.svg +++ b/src/_icons/presentation-analytics.svg @@ -1,7 +1,7 @@  ---  tags: [slideshow, display, exhibition, speech, topic, conference]  category: Document -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M9 12v-4" /> diff --git a/src/_icons/presentation.svg b/src/_icons/presentation.svg index ff5c1d0f..ef631d82 100644 --- a/src/_icons/presentation.svg +++ b/src/_icons/presentation.svg @@ -1,7 +1,7 @@  ---  tags: [slideshow, display, exhibition, speech, topic, conference]  category: Document -version: 1.2 +version: "1.2"  ---  <svg>    <line x1="3" y1="4" x2="21" y2="4" /> diff --git a/src/_icons/printer.svg b/src/_icons/printer.svg index 83777e1d..2d07dada 100644 --- a/src/_icons/printer.svg +++ b/src/_icons/printer.svg @@ -1,7 +1,7 @@  ---  category: Devices  tags: [fax, office, device] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M17 17h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-14a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2" /> diff --git a/src/_icons/prompt.svg b/src/_icons/prompt.svg index 39ede302..53f1e5ee 100644 --- a/src/_icons/prompt.svg +++ b/src/_icons/prompt.svg @@ -1,6 +1,6 @@  ---  tags: [command line, terminal, code] -version: 1.0 +version: "1.0"  ---  <svg>    <polyline points="5 7 10 12 5 17" /> diff --git a/src/_icons/propeller.svg b/src/_icons/propeller.svg index f4d80785..ba95853c 100644 --- a/src/_icons/propeller.svg +++ b/src/_icons/propeller.svg @@ -1,6 +1,6 @@  ---  tags: [rotate, blade, spiral, air, ship, fan, power] -version: 1.39 +version: "1.39"  ---  <svg>    <circle cx="12" cy="13" r="3" /> diff --git a/src/_icons/puzzle.svg b/src/_icons/puzzle.svg index 4d5fc695..c851f773 100644 --- a/src/_icons/puzzle.svg +++ b/src/_icons/puzzle.svg @@ -1,6 +1,6 @@  ---  tags: [jigsaw, extension, add-on] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M4 7h3a1 1 0 0 0 1 -1v-1a2 2 0 0 1 4 0v1a1 1 0 0 0 1 1h3a1 1 0 0 1 1 1v3a1 1 0 0 0 1 1h1a2 2 0 0 1 0 4h-1a1 1 0 0 0 -1 1v3a1 1 0 0 1 -1 1h-3a1 1 0 0 1 -1 -1v-1a2 2 0 0 0 -4 0v1a1 1 0 0 1 -1 1h-3a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1h1a2 2 0 0 0 0 -4h-1a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1" /> diff --git a/src/_icons/pyramid.svg b/src/_icons/pyramid.svg index 1661d8e9..8d45f7e7 100644 --- a/src/_icons/pyramid.svg +++ b/src/_icons/pyramid.svg @@ -1,6 +1,6 @@  ---  tags: [pattern, abstract, geometric, shape] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M3 17l9 4l9 -4l-9 -14z" /> diff --git a/src/_icons/qrcode.svg b/src/_icons/qrcode.svg index e12c3a63..9d6dd8f6 100644 --- a/src/_icons/qrcode.svg +++ b/src/_icons/qrcode.svg @@ -1,7 +1,7 @@  ---  category: Devices  tags: [scan, data] -version: 1.0 +version: "1.0"  ---  <svg>    <rect x="4" y="4" width="6" height="6" rx="1" /> diff --git a/src/_icons/question-mark.svg b/src/_icons/question-mark.svg index d9dbb9fb..2968945b 100644 --- a/src/_icons/question-mark.svg +++ b/src/_icons/question-mark.svg @@ -1,6 +1,6 @@  ---  tags: [sign, symbol, ask, sentence, word, letters] -version: 1.16 +version: "1.16"  ---  <svg>    <path d="M8 8a3.5 3 0 0 1 3.5 -3h1a3.5 3 0 0 1 3.5 3a3 3 0 0 1 -2 3a3 4 0 0 0 -2 4" /> diff --git a/src/_icons/radioactive.svg b/src/_icons/radioactive.svg index aaa90acd..7e61667a 100644 --- a/src/_icons/radioactive.svg +++ b/src/_icons/radioactive.svg @@ -1,7 +1,7 @@  ---  tags: [dangerous, precarious, danger, sign, symbol, warning, caution, chernobyl, reactor, atomic, powerhouses, generator]  category: Symbols -version: 1.18 +version: "1.18"  ---  <svg>    <path d="M13.5 14.6l3 5.19a9 9 0 0 0 4.5 -7.79h-6a3 3 0 0 1 -1.5 2.6" /> diff --git a/src/_icons/radius-bottom-left.svg b/src/_icons/radius-bottom-left.svg index 28977e05..6a6cdfb3 100644 --- a/src/_icons/radius-bottom-left.svg +++ b/src/_icons/radius-bottom-left.svg @@ -1,6 +1,6 @@  ---  tags: [round, corner, rounded, border, css, style, bottom] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M19 19h-6a8 8 0 0 1 -8 -8v-6" /> diff --git a/src/_icons/radius-bottom-right.svg b/src/_icons/radius-bottom-right.svg index c4ca81b3..006affe9 100644 --- a/src/_icons/radius-bottom-right.svg +++ b/src/_icons/radius-bottom-right.svg @@ -1,6 +1,6 @@  ---  tags: [round, corner, rounded, border, css, style, top] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M19 5v6a8 8 0 0 1 -8 8h-6" /> diff --git a/src/_icons/radius-top-left.svg b/src/_icons/radius-top-left.svg index a392ae3d..f0042fd7 100644 --- a/src/_icons/radius-top-left.svg +++ b/src/_icons/radius-top-left.svg @@ -1,6 +1,6 @@  ---  tags: [round, corner, rounded, border, css, style, bottom] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M5 19v-6a8 8 0 0 1 8 -8h6" /> diff --git a/src/_icons/radius-top-right.svg b/src/_icons/radius-top-right.svg index 5ba4b2cf..26153279 100644 --- a/src/_icons/radius-top-right.svg +++ b/src/_icons/radius-top-right.svg @@ -1,6 +1,6 @@  ---  tags: [round, corner, rounded, border, css, style, top] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M5 5h6a8 8 0 0 1 8 8v6" /> diff --git a/src/_icons/rainbow.svg b/src/_icons/rainbow.svg index d8ab594d..ccc0d68d 100644 --- a/src/_icons/rainbow.svg +++ b/src/_icons/rainbow.svg @@ -1,5 +1,5 @@  --- -version: 1.35 +version: "1.35"  ---  <svg>    <path d="M22 17c0 -5.523 -4.477 -10 -10 -10s-10 4.477 -10 10" /> diff --git a/src/_icons/receipt-2.svg b/src/_icons/receipt-2.svg index f834a2df..4a21d7f6 100644 --- a/src/_icons/receipt-2.svg +++ b/src/_icons/receipt-2.svg @@ -1,7 +1,7 @@  ---  tags: [bill, restaurant, shop, price, pay, money, total, tax]  category: Document -version: 1.38 +version: "1.38"  ---  <svg>    <path d="M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2" /> diff --git a/src/_icons/receipt-off.svg b/src/_icons/receipt-off.svg index 347aba4f..6784260a 100644 --- a/src/_icons/receipt-off.svg +++ b/src/_icons/receipt-off.svg @@ -1,7 +1,7 @@  ---  tags: [bill, restaurant, shop, price, pay, money, total, tax, free]  category: Document -version: 1.38 +version: "1.38"  ---  <svg>    <path d="M5 21v-16m2 -2h10a2 2 0 0 1 2 2v10m0 4.01v1.99l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2" /> diff --git a/src/_icons/receipt-refund.svg b/src/_icons/receipt-refund.svg index 4edb39b5..a56cef0b 100644 --- a/src/_icons/receipt-refund.svg +++ b/src/_icons/receipt-refund.svg @@ -1,7 +1,7 @@  ---  tags: [bill, restaurant, shop, price, pay, money, total, give, back, return]  category: Document -version: 1.38 +version: "1.38"  ---  <svg>    <path d="M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2" /> diff --git a/src/_icons/receipt-tax.svg b/src/_icons/receipt-tax.svg index 2b5cbf51..d89ad296 100644 --- a/src/_icons/receipt-tax.svg +++ b/src/_icons/receipt-tax.svg @@ -1,7 +1,7 @@  ---  category: Document  tags: [income, percentage, money, finance, charge, obligation, taxpayer, vat] -version: 1.5 +version: "1.5"  ---  <svg>    <line x1="9" y1="14" x2="15" y2="8" /> diff --git a/src/_icons/receipt.svg b/src/_icons/receipt.svg index 6e689bfa..d5184e52 100644 --- a/src/_icons/receipt.svg +++ b/src/_icons/receipt.svg @@ -1,7 +1,7 @@  ---  tags: [bill, restaurant, shop, price, pay, money, total, tax]  category: Document -version: 1.38 +version: "1.38"  ---  <svg>    <path d="M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2m4 -14h6m-6 4h6m-2 4h2" /> diff --git a/src/_icons/recharging.svg b/src/_icons/recharging.svg index a57e63a2..b51d87e9 100644 --- a/src/_icons/recharging.svg +++ b/src/_icons/recharging.svg @@ -1,6 +1,6 @@  ---  tags: [battery, power, charge, socket, electricity, device, phone, laptop, low] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M7.038 4.5a9 9 0 0 0 -2.495 2.47" /> diff --git a/src/_icons/record-mail.svg b/src/_icons/record-mail.svg index 067826cf..013ed897 100644 --- a/src/_icons/record-mail.svg +++ b/src/_icons/record-mail.svg @@ -1,6 +1,6 @@  ---  tags: [voice, voicemail, message] -version: 1.1 +version: "1.1"  ---  <svg>    <circle cx="7" cy="12" r="3" /> diff --git a/src/_icons/rectangle-vertical.svg b/src/_icons/rectangle-vertical.svg index a2b19a33..a7d13f96 100644 --- a/src/_icons/rectangle-vertical.svg +++ b/src/_icons/rectangle-vertical.svg @@ -1,7 +1,7 @@  ---  tags: [shape, geometric, math, upright ]  category: Shapes -version: 1.27 +version: "1.27"  ---  <svg>    <rect x="5" y="3" width="14" height="18" rx="2" /> diff --git a/src/_icons/rectangle.svg b/src/_icons/rectangle.svg index 312558da..c81b13ba 100644 --- a/src/_icons/rectangle.svg +++ b/src/_icons/rectangle.svg @@ -1,7 +1,7 @@  ---  tags: [shape, geometric, math]  category: Shapes -version: 1.27 +version: "1.27"  ---  <svg>    <rect x="3" y="5" width="18" height="14" rx="2" /> diff --git a/src/_icons/recycle.svg b/src/_icons/recycle.svg index dba650b7..599ec82b 100644 --- a/src/_icons/recycle.svg +++ b/src/_icons/recycle.svg @@ -1,6 +1,6 @@  ---  tags: [trash, rubbish, recyclable, reuse, waste] -version: 1.3 +version: "1.3"  category: Symbols  ---  <svg> diff --git a/src/_icons/refresh-alert.svg b/src/_icons/refresh-alert.svg index 03ca823b..1a4e7d9f 100644 --- a/src/_icons/refresh-alert.svg +++ b/src/_icons/refresh-alert.svg @@ -1,6 +1,6 @@  ---  tags: [synchronization, reload, restart, spinner, loader, ajax, update, arrows] -version: 1.0 +version: "1.0"  category: Arrows  ---  <svg> diff --git a/src/_icons/refresh.svg b/src/_icons/refresh.svg index 37be37a8..50810ff6 100644 --- a/src/_icons/refresh.svg +++ b/src/_icons/refresh.svg @@ -1,6 +1,6 @@  ---  tags: [synchronization, reload, restart, spinner, loader, ajax, update, arrows] -version: 1.0 +version: "1.0"  category: Arrows  ---  <svg> diff --git a/src/_icons/registered.svg b/src/_icons/registered.svg index 87e9b1a6..d02c3f6d 100644 --- a/src/_icons/registered.svg +++ b/src/_icons/registered.svg @@ -1,6 +1,6 @@  ---  tags: [copyright, trademark, rights] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/relation-many-to-many.svg b/src/_icons/relation-many-to-many.svg index c732468e..f0743982 100644 --- a/src/_icons/relation-many-to-many.svg +++ b/src/_icons/relation-many-to-many.svg @@ -1,7 +1,7 @@  ---  tags: [data, model, analysis, multiple, connection, database, link]  category: Database -version: 1.33 +version: "1.33"  ---  <svg>    <rect x="3" y="5" width="18" height="14" rx="2" /> diff --git a/src/_icons/relation-one-to-many.svg b/src/_icons/relation-one-to-many.svg index ccdbcbfd..912e31d1 100644 --- a/src/_icons/relation-one-to-many.svg +++ b/src/_icons/relation-one-to-many.svg @@ -1,7 +1,7 @@  ---  tags: [data, model, analysis, multiple, connection, database, link]  category: Database -version: 1.33 +version: "1.33"  ---  <svg>    <rect x="3" y="5" width="18" height="14" rx="2" /> diff --git a/src/_icons/relation-one-to-one.svg b/src/_icons/relation-one-to-one.svg index d9ce64fa..189605f2 100644 --- a/src/_icons/relation-one-to-one.svg +++ b/src/_icons/relation-one-to-one.svg @@ -1,7 +1,7 @@  ---  tags: [data, model, analysis, connection, database, link]  category: Database -version: 1.33 +version: "1.33"  ---  <svg>    <rect x="3" y="5" width="18" height="14" rx="2" /> diff --git a/src/_icons/repeat-once.svg b/src/_icons/repeat-once.svg index ad2dfc2b..40b7e2d6 100644 --- a/src/_icons/repeat-once.svg +++ b/src/_icons/repeat-once.svg @@ -1,7 +1,7 @@  ---  category: Media  tags: [reuse, redo, action, replay, loop] -version: 1.2 +version: "1.2"  ---  <svg>    <path d="M4 12v-3a3 3 0 0 1 3 -3h13m-3 -3l3 3l-3 3" /> diff --git a/src/_icons/repeat.svg b/src/_icons/repeat.svg index 6f53e049..d0294255 100644 --- a/src/_icons/repeat.svg +++ b/src/_icons/repeat.svg @@ -1,7 +1,7 @@  ---  category: Media  tags: [reuse, redo, action, replay, loop] -version: 1.2 +version: "1.2"  ---  <svg>    <path d="M4 12v-3a3 3 0 0 1 3 -3h13m-3 -3l3 3l-3 3" /> diff --git a/src/_icons/replace.svg b/src/_icons/replace.svg index 073c951f..15e78934 100644 --- a/src/_icons/replace.svg +++ b/src/_icons/replace.svg @@ -1,6 +1,6 @@  ---  tags: [change, place, position, move, exchange] -version: 1.5 +version: "1.5"  ---  <svg>    <rect x="3" y="3" width="6" height="6" rx="1" /> diff --git a/src/_icons/report-analytics.svg b/src/_icons/report-analytics.svg index 875340fc..3ccf8804 100644 --- a/src/_icons/report-analytics.svg +++ b/src/_icons/report-analytics.svg @@ -1,7 +1,7 @@  ---  tags: [statistics, results, business, sales, analysis, analyse, bar, chart]  category: Document -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" /> diff --git a/src/_icons/report-medical.svg b/src/_icons/report-medical.svg index 89733392..f2bb7cf9 100644 --- a/src/_icons/report-medical.svg +++ b/src/_icons/report-medical.svg @@ -1,7 +1,7 @@  ---  tags: [hospital, doctor, health, sickness, illness, test, results]  category: Document -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" /> diff --git a/src/_icons/report-money.svg b/src/_icons/report-money.svg index 4bcf2ac8..8e08746f 100644 --- a/src/_icons/report-money.svg +++ b/src/_icons/report-money.svg @@ -1,7 +1,7 @@  ---  tags: [results, business, sales, analysis, analyse, finance, financial, total]  category: Document -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" /> diff --git a/src/_icons/report.svg b/src/_icons/report.svg index 14085c0b..96e948fb 100644 --- a/src/_icons/report.svg +++ b/src/_icons/report.svg @@ -1,7 +1,7 @@  ---  tags: [time, timesheet, analysis, analyse, results, business, company]  category: Document -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M8 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h5.697" /> diff --git a/src/_icons/resize.svg b/src/_icons/resize.svg index bcacd68c..f0a4e878 100644 --- a/src/_icons/resize.svg +++ b/src/_icons/resize.svg @@ -1,7 +1,7 @@  ---  tags: [picture, photo, alter, change, height, width]  category: Design -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M4 11v8a1 1 0 0 0 1 1h8m-9 -14v-1a1 1 0 0 1 1 -1h1m5 0h2m5 0h1a1 1 0 0 1 1 1v1m0 5v2m0 5v1a1 1 0 0 1 -1 1h-1" /> diff --git a/src/_icons/ripple.svg b/src/_icons/ripple.svg index a549bc46..3e18ed5b 100644 --- a/src/_icons/ripple.svg +++ b/src/_icons/ripple.svg @@ -1,6 +1,6 @@  ---  tags: [wave, water, breeze, ocean, sea] -version: 1.33 +version: "1.33"  ---  <svg>    <path d="M3 7c3 -2 6 -2 9 0s6 2 9 0" /> diff --git a/src/_icons/road-sign.svg b/src/_icons/road-sign.svg index 490a8874..581e2106 100644 --- a/src/_icons/road-sign.svg +++ b/src/_icons/road-sign.svg @@ -1,7 +1,7 @@  ---  tags: [telltale, prohibitive, indicative, cautionary, codex, restrictions]  category: Map -version: 1.20 +version: "1.20"  ---  <svg>    <path d="M10.5 20.4l-6.9 -6.9c-.781 -.781 -.781 -2.219 0 -3l6.9 -6.9c.781 -.781 2.219 -.781 3 0l6.9 6.9c.781 .781 .781 2.219 0 3l-6.9 6.9c-.781 .781 -2.219 .781 -3 0z" /> diff --git a/src/_icons/rocket.svg b/src/_icons/rocket.svg index 78a2f054..36a8b6b8 100644 --- a/src/_icons/rocket.svg +++ b/src/_icons/rocket.svg @@ -1,7 +1,7 @@  ---  tags: [universe, galaxy, space, journey, discover, extraterrestrial, spaceship]  category: Map -version: 1.11 +version: "1.11"  ---  <svg>    <path d="M4 13a8 8 0 0 1 7 7a6 6 0 0 0 3 -5a9 9 0 0 0 6 -8a3 3 0 0 0 -3 -3a9 9 0 0 0 -8 6a6 6 0 0 0 -5 3" /> diff --git a/src/_icons/rotate-2.svg b/src/_icons/rotate-2.svg index d75459fc..976a979e 100644 --- a/src/_icons/rotate-2.svg +++ b/src/_icons/rotate-2.svg @@ -1,7 +1,7 @@  ---  tags: [refresh, synchronization, reload, restart, spinner, loader, ajax, update, arrows]  category: Arrows -version: 1.4 +version: "1.4"  ---  <svg>    <path d="M15 4.55a8 8 0 0 0 -6 14.9m0 -4.45v5h-5" /> diff --git a/src/_icons/rotate-clockwise-2.svg b/src/_icons/rotate-clockwise-2.svg index e4e8fbef..b627c17b 100644 --- a/src/_icons/rotate-clockwise-2.svg +++ b/src/_icons/rotate-clockwise-2.svg @@ -1,7 +1,7 @@  ---  tags: [refresh, synchronization, reload, restart, spinner, loader, ajax, update, arrows]  category: Arrows -version: 1.4 +version: "1.4"  ---  <svg>    <path d="M9 4.55a8 8 0 0 1 6 14.9m0 -4.45v5h5" /> diff --git a/src/_icons/rotate-clockwise.svg b/src/_icons/rotate-clockwise.svg index c6b869f5..074ad5d1 100644 --- a/src/_icons/rotate-clockwise.svg +++ b/src/_icons/rotate-clockwise.svg @@ -1,7 +1,7 @@  ---  tags: [refresh, synchronization, reload, restart, spinner, loader, ajax, update, arrows]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M4.05 11a8 8 0 1 1 .5 4m-.5 5v-5h5" /> diff --git a/src/_icons/rotate-rectangle.svg b/src/_icons/rotate-rectangle.svg index 46701680..82a025be 100644 --- a/src/_icons/rotate-rectangle.svg +++ b/src/_icons/rotate-rectangle.svg @@ -1,7 +1,7 @@  ---  tags: [refresh, synchronization, reload, restart, spinner, loader, ajax, update, arrows]  category: Arrows -version: 1.8 +version: "1.8"  ---  <svg>    <path d="M16.3 5h.7a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h5l-2.82 -2.82m0 5.64l2.82 -2.82" transform="rotate(-45 12 12)" /> diff --git a/src/_icons/rotate.svg b/src/_icons/rotate.svg index 917eb0a1..8da16cba 100644 --- a/src/_icons/rotate.svg +++ b/src/_icons/rotate.svg @@ -1,7 +1,7 @@  ---  tags: [refresh, synchronization, reload, restart, spinner, loader, ajax, update, arrows]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M19.95 11a8 8 0 1 0 -.5 4m.5 5v-5h-5" /> diff --git a/src/_icons/route.svg b/src/_icons/route.svg index d8d8562f..720f37c8 100644 --- a/src/_icons/route.svg +++ b/src/_icons/route.svg @@ -1,7 +1,7 @@  ---  category: Map  tags: [path, navigation, map] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="6" cy="19" r="2" /> diff --git a/src/_icons/router.svg b/src/_icons/router.svg index 58500c08..be19b1c5 100644 --- a/src/_icons/router.svg +++ b/src/_icons/router.svg @@ -1,7 +1,7 @@  ---  category: Devices  tags: [wifi, device, wireless, signal, station, cast] -version: 1.0 +version: "1.0"  ---  <svg>    <rect x="3" y="13" width="18" height="8" rx="2" /> diff --git a/src/_icons/row-insert-bottom.svg b/src/_icons/row-insert-bottom.svg index 8c23f7a8..3b8e7488 100644 --- a/src/_icons/row-insert-bottom.svg +++ b/src/_icons/row-insert-bottom.svg @@ -1,7 +1,7 @@  ---  tags: [table, layout, add, below, macro, excel]  category: Database -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M20 6v4a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1z" /> diff --git a/src/_icons/row-insert-top.svg b/src/_icons/row-insert-top.svg index 51669490..095052e3 100644 --- a/src/_icons/row-insert-top.svg +++ b/src/_icons/row-insert-top.svg @@ -1,7 +1,7 @@  ---  tags: [table, layout, add, below, macro, excel]  category: Database -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M4 18v-4a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1z" /> diff --git a/src/_icons/rss.svg b/src/_icons/rss.svg index d4ffc5a8..dc81701a 100644 --- a/src/_icons/rss.svg +++ b/src/_icons/rss.svg @@ -1,6 +1,6 @@  ---  tags: [feed, subscribe] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="5" cy="19" r="1" /> diff --git a/src/_icons/ruler-2.svg b/src/_icons/ruler-2.svg index 3ddf01f3..cea8196d 100644 --- a/src/_icons/ruler-2.svg +++ b/src/_icons/ruler-2.svg @@ -1,6 +1,6 @@  ---  tags: [maths, dimensions, size, width, length, geometry, measure, technical] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M17 3l4 4l-14 14l-4 -4z" /> diff --git a/src/_icons/ruler.svg b/src/_icons/ruler.svg index 11779e0f..60cf5d85 100644 --- a/src/_icons/ruler.svg +++ b/src/_icons/ruler.svg @@ -1,6 +1,6 @@  ---  tags: [maths, dimensions, size, width, length, geometry, measure, technical] -version: 1.1 +version: "1.1"  ---  <svg>    <path d="M5 4h14a1 1 0 0 1 1 1v5a1 1 0 0 1 -1 1h-7a1 1 0 0 0 -1 1v7a1 1 0 0 1 -1 1h-5a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1" /> diff --git a/src/_icons/run.svg b/src/_icons/run.svg index eab8c601..ae516178 100644 --- a/src/_icons/run.svg +++ b/src/_icons/run.svg @@ -1,7 +1,7 @@  ---  tags: [jog, dislocating, movement, motion, sprint]  category: Sport -version: 1.14 +version: "1.14"  ---  <svg>    <circle cx="13" cy="4" r="1" /> diff --git a/src/_icons/sailboat.svg b/src/_icons/sailboat.svg index b8534f05..6494a059 100644 --- a/src/_icons/sailboat.svg +++ b/src/_icons/sailboat.svg @@ -1,7 +1,7 @@  ---  tags: [sailor, journey, sea, lake, ocean, river]  category: Vehicles -version: 1.14 +version: "1.14"  ---  <svg>    <path d="M2 20a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1" /> diff --git a/src/_icons/salt.svg b/src/_icons/salt.svg index e4c6ba0e..879dcffd 100644 --- a/src/_icons/salt.svg +++ b/src/_icons/salt.svg @@ -1,6 +1,6 @@  ---  category: Food -version: 1.40 +version: "1.40"  ---  <svg>    <path d="M12 13v.01" /> diff --git a/src/_icons/satellite.svg b/src/_icons/satellite.svg index 481aa953..6f10f15d 100644 --- a/src/_icons/satellite.svg +++ b/src/_icons/satellite.svg @@ -1,7 +1,7 @@  ---  tags: [orbit, space, moon, earth, planet, communication, information, celestial]  category: Map -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M3.707 6.293l2.586 -2.586a1 1 0 0 1 1.414 0l5.586 5.586a1 1 0 0 1 0 1.414l-2.586 2.586a1 1 0 0 1 -1.414 0l-5.586 -5.586a1 1 0 0 1 0 -1.414z" /> diff --git a/src/_icons/sausage.svg b/src/_icons/sausage.svg index 28c06cd6..3248164e 100644 --- a/src/_icons/sausage.svg +++ b/src/_icons/sausage.svg @@ -1,6 +1,6 @@  ---  category: Food -version: 1.40 +version: "1.40"  ---  <svg>    <path d="M5.5 5.5a2.5 2.5 0 0 0 -2.5 2.5c0 7.18 5.82 13 13 13a2.5 2.5 0 1 0 0 -5a8 8 0 0 1 -8 -8a2.5 2.5 0 0 0 -2.5 -2.5z" /> diff --git a/src/_icons/scale.svg b/src/_icons/scale.svg index 91f140cc..8bbf7366 100644 --- a/src/_icons/scale.svg +++ b/src/_icons/scale.svg @@ -1,6 +1,6 @@  ---  tags: [weigh, balance, amount, heavy, light, libra] -version: 1.1 +version: "1.1"  ---  <svg>    <line x1="7" y1="20" x2="17" y2="20" /> diff --git a/src/_icons/scan.svg b/src/_icons/scan.svg index 4e859a1a..d3732e3d 100644 --- a/src/_icons/scan.svg +++ b/src/_icons/scan.svg @@ -1,6 +1,6 @@  ---  tags: [code, barcode, qr code, app, scanner, document] -version: 1.5 +version: "1.5"  ---  <svg>    <path d="M4 7v-1a2 2 0 0 1 2 -2h2" /> diff --git a/src/_icons/school.svg b/src/_icons/school.svg index a240e24c..b8b8b27d 100644 --- a/src/_icons/school.svg +++ b/src/_icons/school.svg @@ -1,7 +1,7 @@  ---  category: Map  tags: [students, class, teachers, professors, doctors, hall, classroom, subject, science, break, lesson] -version: 1.22 +version: "1.22"  ---  <svg>    <path d="M22 9l-10 -4l-10 4l10 4l10 -4v6" /> diff --git a/src/_icons/scissors.svg b/src/_icons/scissors.svg index 242ea2fb..671bdcb3 100644 --- a/src/_icons/scissors.svg +++ b/src/_icons/scissors.svg @@ -1,7 +1,7 @@  ---  category: Design  tags: [cut, paper, file, document, hairdresser, blade, sharp] -version: 1.1 +version: "1.1"  ---  <svg>    <circle cx="6" cy="7" r="3" /> diff --git a/src/_icons/scooter-electric.svg b/src/_icons/scooter-electric.svg index 12c8b5c3..9b2f22fb 100644 --- a/src/_icons/scooter-electric.svg +++ b/src/_icons/scooter-electric.svg @@ -1,7 +1,7 @@  ---  tags: [vehicle, drive, driver, engine, motor, journey, trip]  category: Vehicles -version: 1.12 +version: "1.12"  ---  <svg>    <circle cx="18" cy="17" r="2" /> diff --git a/src/_icons/scooter.svg b/src/_icons/scooter.svg index 9be7247c..ed145eb8 100644 --- a/src/_icons/scooter.svg +++ b/src/_icons/scooter.svg @@ -1,7 +1,7 @@  ---  tags: [vehicle, drive, driver, engine, motor, journey, trip]  category: Vehicles -version: 1.12 +version: "1.12"  ---  <svg>    <circle cx="18" cy="17" r="2" /> diff --git a/src/_icons/screen-share-off.svg b/src/_icons/screen-share-off.svg index 1fdf62c0..69a51404 100644 --- a/src/_icons/screen-share-off.svg +++ b/src/_icons/screen-share-off.svg @@ -1,7 +1,7 @@  ---  tags: [monitor, stream, tv, mirroring, cast, online]  category: Devices -version: 1.24 +version: "1.24"  ---  <svg>    <path d="M21 12v3a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h9" /> diff --git a/src/_icons/screen-share.svg b/src/_icons/screen-share.svg index 1956170b..e132a1fb 100644 --- a/src/_icons/screen-share.svg +++ b/src/_icons/screen-share.svg @@ -1,7 +1,7 @@  ---  tags: [monitor, stream, tv, mirroring, cast, online]  category: Devices -version: 1.24 +version: "1.24"  ---  <svg>    <path d="M21 12v3a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h9" /> diff --git a/src/_icons/scuba-mask.svg b/src/_icons/scuba-mask.svg index 91406862..d2161e1a 100644 --- a/src/_icons/scuba-mask.svg +++ b/src/_icons/scuba-mask.svg @@ -1,7 +1,7 @@  ---  tags: [dive, diving, water, holiday, underwater, snorkeling, equipment]  category: Sport -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M4 7h12a1 1 0 0 1 1 1v4.5a2.5 2.5 0 0 1 -2.5 2.5h-.5a2 2 0 0 1 -2 -2a2 2 0 1 0 -4 0a2 2 0 0 1 -2 2h-.5a2.5 2.5 0 0 1 -2.5 -2.5v-4.5a1 1 0 0 1 1 -1z" /> diff --git a/src/_icons/search.svg b/src/_icons/search.svg index 16c675bb..222ec6ef 100644 --- a/src/_icons/search.svg +++ b/src/_icons/search.svg @@ -1,6 +1,6 @@  ---  tags: [find, magnifier, magnifying glass] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="10" cy="10" r="7" /> diff --git a/src/_icons/section.svg b/src/_icons/section.svg index 786eb6ea..e7c62cdc 100644 --- a/src/_icons/section.svg +++ b/src/_icons/section.svg @@ -1,7 +1,7 @@  ---  tags: [html, element, layout, divide, position, website]  category: Design -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M20 20h.01" /> diff --git a/src/_icons/seeding.svg b/src/_icons/seeding.svg index a7714fd7..0c04aff4 100644 --- a/src/_icons/seeding.svg +++ b/src/_icons/seeding.svg @@ -1,7 +1,7 @@  ---  tags: [nature, greenery, grow, soil, harvest, plant, flower, tree, leaf]  category: Nature -version: 1.29 +version: "1.29"  ---  <svg>    <path d="M12 10a6 6 0 0 0 -6 -6h-3v2a6 6 0 0 0 6 6h3" /> diff --git a/src/_icons/select.svg b/src/_icons/select.svg index fbbfaf5a..1fcf530f 100644 --- a/src/_icons/select.svg +++ b/src/_icons/select.svg @@ -1,6 +1,6 @@  ---  tags: [input] -version: 1.16 +version: "1.16"  ---  <svg>    <rect x="4" y="4" width="16" height="16" rx="2" /> diff --git a/src/_icons/selector.svg b/src/_icons/selector.svg index 48344383..21381431 100644 --- a/src/_icons/selector.svg +++ b/src/_icons/selector.svg @@ -1,6 +1,6 @@  ---  tags: [arrows] -version: 1.0 +version: "1.0"  ---  <svg>    <polyline points="8 9 12 5 16 9" /> diff --git a/src/_icons/send.svg b/src/_icons/send.svg index e8149bf5..82502f9f 100644 --- a/src/_icons/send.svg +++ b/src/_icons/send.svg @@ -1,7 +1,7 @@  ---  category: Communication  tags: [message, mail, email, gmail, paper, airplane, aeroplane] -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="10" y1="14" x2="21" y2="3" /> diff --git a/src/_icons/separator-horizontal.svg b/src/_icons/separator-horizontal.svg index ed113511..19806789 100644 --- a/src/_icons/separator-horizontal.svg +++ b/src/_icons/separator-horizontal.svg @@ -1,7 +1,7 @@  ---  tags: [divider, space, separate, set apart, flat-lying ]  category: Text -version: 1.13 +version: "1.13"  ---  <svg>    <line x1="4" y1="12" x2="20" y2="12" /> diff --git a/src/_icons/separator-vertical.svg b/src/_icons/separator-vertical.svg index b8efbbaf..0a7f7ec1 100644 --- a/src/_icons/separator-vertical.svg +++ b/src/_icons/separator-vertical.svg @@ -1,7 +1,7 @@  ---  tags: [divider, space, separate, set apart, upright ]  category: Text -version: 1.13 +version: "1.13"  ---  <svg>    <line x1="12" y1="4" x2="12" y2="20" /> diff --git a/src/_icons/separator.svg b/src/_icons/separator.svg index 28f83d44..f68b9eab 100644 --- a/src/_icons/separator.svg +++ b/src/_icons/separator.svg @@ -1,7 +1,7 @@  ---  category: Text  tags: [divider, space, separate, set apart] -version: 1.6 +version: "1.6"  ---  <svg>    <line x1="3" y1="12" x2="3" y2="12.01" /> diff --git a/src/_icons/server.svg b/src/_icons/server.svg index 5475e13a..6826a174 100644 --- a/src/_icons/server.svg +++ b/src/_icons/server.svg @@ -1,7 +1,7 @@  ---  category: Devices  tags: [storage, hosting, www] -version: 1.0 +version: "1.0"  ---  <svg>    <rect x="3" y="4" width="18" height="8" rx="3" /> diff --git a/src/_icons/servicemark.svg b/src/_icons/servicemark.svg index 1096d978..573d78e5 100644 --- a/src/_icons/servicemark.svg +++ b/src/_icons/servicemark.svg @@ -1,6 +1,6 @@  ---  tags: [trademark, sign, symbol, registration ] -version: 1.8 +version: "1.8"  category: Symbols  ---  <svg> diff --git a/src/_icons/settings-automation.svg b/src/_icons/settings-automation.svg index c9036225..52f9adaa 100644 --- a/src/_icons/settings-automation.svg +++ b/src/_icons/settings-automation.svg @@ -1,7 +1,7 @@  ---  category: System  tags: [system, technology, automate, configure, device, program] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M10.325 4.317c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35a1.724 1.724 0 0 0 -1.066 2.573c.94 1.543 -.826 3.31 -2.37 2.37a1.724 1.724 0 0 0 -2.572 1.065c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065z" /> diff --git a/src/_icons/settings.svg b/src/_icons/settings.svg index 8c061faf..f869d7f1 100644 --- a/src/_icons/settings.svg +++ b/src/_icons/settings.svg @@ -1,7 +1,7 @@  ---  category: System  tags: [cog, edit, gear, preferences, tools] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M10.325 4.317c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35a1.724 1.724 0 0 0 -1.066 2.573c.94 1.543 -.826 3.31 -2.37 2.37a1.724 1.724 0 0 0 -2.572 1.065c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065z" /> diff --git a/src/_icons/shadow-off.svg b/src/_icons/shadow-off.svg index 77643b83..666dc49c 100644 --- a/src/_icons/shadow-off.svg +++ b/src/_icons/shadow-off.svg @@ -1,7 +1,7 @@  ---  tags: [dark, sun, area, light, css, effect, clear]  category: Photography -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M5.634 5.638a9 9 0 0 0 12.728 12.727m1.68 -2.32a9 9 0 0 0 -12.086 -12.088" /> diff --git a/src/_icons/shadow.svg b/src/_icons/shadow.svg index eb6fd0e0..69a1efe2 100644 --- a/src/_icons/shadow.svg +++ b/src/_icons/shadow.svg @@ -1,7 +1,7 @@  ---  tags: [dark, sun, area, covered, dim, light, css, effect]  category: Photography -version: 1.39 +version: "1.39"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/shape-2.svg b/src/_icons/shape-2.svg index c1aa9f87..6c953131 100644 --- a/src/_icons/shape-2.svg +++ b/src/_icons/shape-2.svg @@ -1,7 +1,7 @@  ---  category: Design  tags: [draw, square, form, create, outline] -version: 1.39 +version: "1.39"  ---  <svg>    <circle cx="5" cy="5" r="2" /> diff --git a/src/_icons/shape-3.svg b/src/_icons/shape-3.svg index 205a90e6..93d530e5 100644 --- a/src/_icons/shape-3.svg +++ b/src/_icons/shape-3.svg @@ -1,7 +1,7 @@  ---  category: Design  tags: [draw, square, form, create, outline] -version: 1.39 +version: "1.39"  ---  <svg>    <circle cx="5" cy="5" r="2" /> diff --git a/src/_icons/shape.svg b/src/_icons/shape.svg index 9c566423..6423f72d 100644 --- a/src/_icons/shape.svg +++ b/src/_icons/shape.svg @@ -1,7 +1,7 @@  ---  category: Design  tags: [draw, square, form, create, outline] -version: 1.3 +version: "1.3"  ---  <svg>    <circle cx="5" cy="5" r="2" /> diff --git a/src/_icons/share.svg b/src/_icons/share.svg index 154ff3bc..244d1e9e 100644 --- a/src/_icons/share.svg +++ b/src/_icons/share.svg @@ -1,6 +1,6 @@  ---  tags: [network, link, connection] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="6" cy="12" r="3" /> diff --git a/src/_icons/shield-check.svg b/src/_icons/shield-check.svg index db0daab5..a7b52213 100644 --- a/src/_icons/shield-check.svg +++ b/src/_icons/shield-check.svg @@ -1,7 +1,7 @@  ---  category: System  tags: [safety, protect, protection, "yes", add] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M9 12l2 2l4 -4" /> diff --git a/src/_icons/shield-lock.svg b/src/_icons/shield-lock.svg index 5007d08e..e5c16082 100644 --- a/src/_icons/shield-lock.svg +++ b/src/_icons/shield-lock.svg @@ -1,7 +1,7 @@  ---  category: System  tags: [secure, security, closed, key, safety] -version: 1.30 +version: "1.30"  ---  <svg>    <path d="M12 3a12 12 0 0 0 8.5 3a12 12 0 0 1 -8.5 15a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3" /> diff --git a/src/_icons/shield-off.svg b/src/_icons/shield-off.svg index 9af429f3..d5e73756 100644 --- a/src/_icons/shield-off.svg +++ b/src/_icons/shield-off.svg @@ -1,7 +1,7 @@  ---  category: System  tags: [unprotected, protection, cancel, no] -version: 1.22 +version: "1.22"  ---  <svg>    <line x1="3" y1="3" x2="21" y2="21" /> diff --git a/src/_icons/shield-x.svg b/src/_icons/shield-x.svg index 207e7664..7815a9b6 100644 --- a/src/_icons/shield-x.svg +++ b/src/_icons/shield-x.svg @@ -1,7 +1,7 @@  ---  category: System  tags: [unprotected, protection, cancel, "no"] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M12 3a12 12 0 0 0 8.5 3a12 12 0 0 1 -8.5 15a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3" /> diff --git a/src/_icons/shield.svg b/src/_icons/shield.svg index 635ae775..ce2eb115 100644 --- a/src/_icons/shield.svg +++ b/src/_icons/shield.svg @@ -1,7 +1,7 @@  ---  category: System  tags: [safety, protect, protection] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M12 3a12 12 0 0 0 8.5 3a12 12 0 0 1 -8.5 15a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3" /> diff --git a/src/_icons/ship.svg b/src/_icons/ship.svg index 601603c5..fa4ddf7b 100644 --- a/src/_icons/ship.svg +++ b/src/_icons/ship.svg @@ -1,7 +1,7 @@  ---  tags: [sail, sail across, ocean, river, lake, sea, sailor, journey, transit, manufactures, containers ]  category: Vehicles -version: 1.14 +version: "1.14"  ---  <svg>    <path d="M2 20a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1" /> diff --git a/src/_icons/shirt.svg b/src/_icons/shirt.svg index b13e76c1..d3a9e965 100644 --- a/src/_icons/shirt.svg +++ b/src/_icons/shirt.svg @@ -1,6 +1,6 @@  ---  tags: [gear, outfit, mocker] -version: 1.8 +version: "1.8"  ---  <svg>    <path d="M15 4l6 2v5h-3v8a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1v-8h-3v-5l6 -2a3 3 0 0 0 6 0" /> diff --git a/src/_icons/shopping-cart-discount.svg b/src/_icons/shopping-cart-discount.svg index 2a1cbe9c..973546b6 100644 --- a/src/_icons/shopping-cart-discount.svg +++ b/src/_icons/shopping-cart-discount.svg @@ -1,7 +1,7 @@  ---  category: E-commerce  tags: [shop, store, buy, purchase, product, bag, trolley, supermarket, grocery] -version: 1.39 +version: "1.39"  ---  <svg>    <circle cx="6" cy="19" r="2" /> diff --git a/src/_icons/shopping-cart-off.svg b/src/_icons/shopping-cart-off.svg index 4c6213a3..be2adbb3 100644 --- a/src/_icons/shopping-cart-off.svg +++ b/src/_icons/shopping-cart-off.svg @@ -1,7 +1,7 @@  ---  category: E-commerce  tags: [shop, store, buy, purchase, product, bag, trolley, supermarket, grocery] -version: 1.39 +version: "1.39"  ---  <svg>    <circle cx="6" cy="19" r="2" /> diff --git a/src/_icons/shopping-cart-plus.svg b/src/_icons/shopping-cart-plus.svg index 11cba263..9fe0f659 100644 --- a/src/_icons/shopping-cart-plus.svg +++ b/src/_icons/shopping-cart-plus.svg @@ -1,7 +1,7 @@  ---  category: E-commerce  tags: [shop, store, buy, purchase, product, bag, trolley, supermarket, grocery] -version: 1.39 +version: "1.39"  ---  <svg>    <circle cx="6" cy="19" r="2" /> diff --git a/src/_icons/shopping-cart-x.svg b/src/_icons/shopping-cart-x.svg index e709070e..b27a0a34 100644 --- a/src/_icons/shopping-cart-x.svg +++ b/src/_icons/shopping-cart-x.svg @@ -1,7 +1,7 @@  ---  category: E-commerce  tags: [shop, store, buy, purchase, product, bag, trolley, supermarket, grocery] -version: 1.39 +version: "1.39"  ---  <svg>    <circle cx="6" cy="19" r="2" /> diff --git a/src/_icons/shopping-cart.svg b/src/_icons/shopping-cart.svg index e28c0cc2..8d3c547f 100644 --- a/src/_icons/shopping-cart.svg +++ b/src/_icons/shopping-cart.svg @@ -1,7 +1,7 @@  ---  category: E-commerce  tags: [shop, store, buy, purchase, product, bag, trolley, supermarket, grocery] -version: 1.1 +version: "1.1"  ---  <svg>    <circle cx="6" cy="19" r="2" /> diff --git a/src/_icons/shredder.svg b/src/_icons/shredder.svg index ad9f42b8..3bb2e3a3 100644 --- a/src/_icons/shredder.svg +++ b/src/_icons/shredder.svg @@ -1,7 +1,7 @@  ---  tags: [paper, document, destroy, device, office, confidential]  category: Devices -version: 1.39 +version: "1.39"  ---  <svg>    <rect x="4" y="10" width="16" height="5" rx="1" /> diff --git a/src/_icons/signature.svg b/src/_icons/signature.svg index dac73ff1..78205648 100644 --- a/src/_icons/signature.svg +++ b/src/_icons/signature.svg @@ -1,7 +1,7 @@  ---  tags: [name, certficate, sign, edit, write, document, writing]  category: Text -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M3 17c3.333 -3.333 5 -6 5 -8c0 -3 -1 -3 -2 -3s-2.032 1.085 -2 3c.034 2.048 1.658 4.877 2.5 6c1.5 2 2.5 2.5 3.5 1l2 -3c.333 2.667 1.333 4 3 4c.53 0 2.639 -2 3 -2c.517 0 1.517 .667 3 2" /> diff --git a/src/_icons/sitemap.svg b/src/_icons/sitemap.svg index 61eafcec..abbc75e4 100644 --- a/src/_icons/sitemap.svg +++ b/src/_icons/sitemap.svg @@ -1,6 +1,6 @@  ---  tags: [page, webpage, website, list, roadmap, index] -version: 1.3 +version: "1.3"  ---  <svg>    <rect x="3" y="15" width="6" height="6" rx="2" /> diff --git a/src/_icons/skateboard.svg b/src/_icons/skateboard.svg index a056a9dc..d3ed1059 100644 --- a/src/_icons/skateboard.svg +++ b/src/_icons/skateboard.svg @@ -1,7 +1,7 @@  ---  tags: [toy, vehicle, electrical ]  category: Vehicles -version: 1.18 +version: "1.18"  ---  <svg>    <circle cx="7" cy="15" r="2" /> diff --git a/src/_icons/slice.svg b/src/_icons/slice.svg index ced02d32..d7880624 100644 --- a/src/_icons/slice.svg +++ b/src/_icons/slice.svg @@ -1,7 +1,7 @@  ---  category: Design  tags: [knife, cut, chop, portion, kitchen, tool] -version: 1.6 +version: "1.6"  ---  <svg>    <path d="M3 19l15 -15l3 3l-6 6l2 2a14 14 0 0 1 -14 4" /> diff --git a/src/_icons/slideshow.svg b/src/_icons/slideshow.svg index 4e666a6d..5b78273c 100644 --- a/src/_icons/slideshow.svg +++ b/src/_icons/slideshow.svg @@ -1,7 +1,7 @@  ---  tags: [photo, picture, video, presentation, camera, display, ad]  category: Text -version: 1.5 +version: "1.5"  ---  <svg>    <line x1="15" y1="6" x2="15.01" y2="6" /> diff --git a/src/_icons/smart-home.svg b/src/_icons/smart-home.svg index 0ece9093..b5750f18 100644 --- a/src/_icons/smart-home.svg +++ b/src/_icons/smart-home.svg @@ -1,7 +1,7 @@  ---  tags: [apple, devices, connection, link, WiFi, bluetooth ]  category: Buildings -version: 1.20 +version: "1.20"  ---  <svg>    <path d="M19 8.71l-5.333 -4.148a2.666 2.666 0 0 0 -3.274 0l-5.334 4.148a2.665 2.665 0 0 0 -1.029 2.105v7.2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-7.2c0 -.823 -.38 -1.6 -1.03 -2.105" /> diff --git a/src/_icons/smoking-no.svg b/src/_icons/smoking-no.svg index 45b11041..ae5fbd48 100644 --- a/src/_icons/smoking-no.svg +++ b/src/_icons/smoking-no.svg @@ -1,6 +1,6 @@  ---  tags: [ ban, prohibition, cigarette, public place] -version: 1.18 +version: "1.18"  ---  <svg>    <line x1="8" y1="13" x2="8" y2="17" /> diff --git a/src/_icons/smoking.svg b/src/_icons/smoking.svg index 64e45293..57b5f103 100644 --- a/src/_icons/smoking.svg +++ b/src/_icons/smoking.svg @@ -1,6 +1,6 @@  ---  tags: [cigarette, public place] -version: 1.18 +version: "1.18"  ---  <svg>    <rect x="3" y="13" width="18" height="4" rx="1" /> diff --git a/src/_icons/snowflake.svg b/src/_icons/snowflake.svg index dfad7e18..33e828f7 100644 --- a/src/_icons/snowflake.svg +++ b/src/_icons/snowflake.svg @@ -1,7 +1,7 @@  ---  tags: [winter, weather, cold, frost]  category: Weather -version: 1.8 +version: "1.8"  ---  <svg>    <path d="M10 4l2 1l2 -1m-2 -2v6.5l3 1.72" /> diff --git a/src/_icons/soccer-field.svg b/src/_icons/soccer-field.svg index b871d6e8..795c4ac4 100644 --- a/src/_icons/soccer-field.svg +++ b/src/_icons/soccer-field.svg @@ -1,7 +1,7 @@  ---  tags: [football, pitch, player, vall, goal, goalkeeper, kick, ball, score, sport, sportsman]  category: Sport -version: 1.34 +version: "1.34"  ---  <svg>    <circle cx="12" cy="12" r="3" /> diff --git a/src/_icons/social.svg b/src/_icons/social.svg index d32aa143..08d9f1ad 100644 --- a/src/_icons/social.svg +++ b/src/_icons/social.svg @@ -1,6 +1,6 @@  ---  tags: [society, community, collectivity] -version: 1.7 +version: "1.7"  ---  <svg>    <circle cx="12" cy="5" r="2" /> diff --git a/src/_icons/sock.svg b/src/_icons/sock.svg index 7df3c7ab..6a6b08cb 100644 --- a/src/_icons/sock.svg +++ b/src/_icons/sock.svg @@ -1,6 +1,6 @@  ---  tags: [clothing, clothes, foot, feet, leg, knit, wool, cotton, ankle] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M13 3v6l4.798 5.142a4 4 0 0 1 -5.441 5.86l-6.736 -6.41a2 2 0 0 1 -.621 -1.451v-9.141h8z" /> diff --git a/src/_icons/sort-ascending-2.svg b/src/_icons/sort-ascending-2.svg index aea6deca..10589bb2 100644 --- a/src/_icons/sort-ascending-2.svg +++ b/src/_icons/sort-ascending-2.svg @@ -1,7 +1,7 @@  ---  category: Text  tags: [filter, classify, arrange, order] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M14 9l3 -3l3 3" /> diff --git a/src/_icons/sort-ascending-letters.svg b/src/_icons/sort-ascending-letters.svg index 35bb81d0..f2554162 100644 --- a/src/_icons/sort-ascending-letters.svg +++ b/src/_icons/sort-ascending-letters.svg @@ -1,7 +1,7 @@  ---  category: Text  tags: [filter, classify, arrange, order] -version: 1.40 +version: "1.40"  ---  <svg>    <path d="M15 10v-5c0 -1.38 .62 -2 2 -2s2 .62 2 2v5m0 -3h-4" /> diff --git a/src/_icons/sort-ascending-numbers.svg b/src/_icons/sort-ascending-numbers.svg index b71aa997..2ade076e 100644 --- a/src/_icons/sort-ascending-numbers.svg +++ b/src/_icons/sort-ascending-numbers.svg @@ -1,7 +1,7 @@  ---  category: Text  tags: [filter, classify, arrange, order] -version: 1.40 +version: "1.40"  ---  <svg>    <path d="M4 15l3 3l3 -3" /> diff --git a/src/_icons/sort-ascending.svg b/src/_icons/sort-ascending.svg index 4e4d7ca8..ae985032 100644 --- a/src/_icons/sort-ascending.svg +++ b/src/_icons/sort-ascending.svg @@ -1,7 +1,7 @@  ---  category: Text  tags: [filter, classify, arrange, order] -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="4" y1="6" x2="11" y2="6" /> diff --git a/src/_icons/sort-descending-2.svg b/src/_icons/sort-descending-2.svg index a10a8376..a924d6ba 100644 --- a/src/_icons/sort-descending-2.svg +++ b/src/_icons/sort-descending-2.svg @@ -1,7 +1,7 @@  ---  category: Text  tags: [filter, classify, arrange, order] -version: 1.39 +version: "1.39"  ---  <svg>    <rect x="5" y="5" width="5" height="5" rx=".5" /> diff --git a/src/_icons/sort-descending-letters.svg b/src/_icons/sort-descending-letters.svg index 1635a49c..5176626c 100644 --- a/src/_icons/sort-descending-letters.svg +++ b/src/_icons/sort-descending-letters.svg @@ -1,7 +1,7 @@  ---  category: Text  tags: [filter, classify, arrange, order] -version: 1.40 +version: "1.40"  ---  <svg>    <path d="M15 21v-5c0 -1.38 .62 -2 2 -2s2 .62 2 2v5m0 -3h-4" /> diff --git a/src/_icons/sort-descending-numbers.svg b/src/_icons/sort-descending-numbers.svg index 218d2cf7..91bcc22f 100644 --- a/src/_icons/sort-descending-numbers.svg +++ b/src/_icons/sort-descending-numbers.svg @@ -1,7 +1,7 @@  ---  category: Text  tags: [filter, classify, arrange, order] -version: 1.40 +version: "1.40"  ---  <svg>    <path d="M4 15l3 3l3 -3" /> diff --git a/src/_icons/sort-descending.svg b/src/_icons/sort-descending.svg index 19a1ae7c..7d374361 100644 --- a/src/_icons/sort-descending.svg +++ b/src/_icons/sort-descending.svg @@ -1,7 +1,7 @@  ---  category: Text  tags: [filter, classify, arrange, order] -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="4" y1="6" x2="13" y2="6" /> diff --git a/src/_icons/space.svg b/src/_icons/space.svg index 817d1618..819899ea 100644 --- a/src/_icons/space.svg +++ b/src/_icons/space.svg @@ -1,7 +1,7 @@  ---  tags: [keyboard, type, gap]  category: Text -version: 1.8 +version: "1.8"  ---  <svg>    <path d="M4 10v3a1 1 0 0 0 1 1h14a1 1 0 0 0 1 -1v-3" /> diff --git a/src/_icons/speakerphone.svg b/src/_icons/speakerphone.svg index 7fd23b6d..225dfa77 100644 --- a/src/_icons/speakerphone.svg +++ b/src/_icons/speakerphone.svg @@ -1,7 +1,7 @@  ---  tags: [voice, loud, microphone, loudspeaker, event, protest, speaker, shout, listen]  category: Media -version: 1.31 +version: "1.31"  ---  <svg>    <path d="M18 8a3 3 0 0 1 0 6" /> diff --git a/src/_icons/speedboat.svg b/src/_icons/speedboat.svg index 7e4ab0fc..6d7f02ac 100644 --- a/src/_icons/speedboat.svg +++ b/src/_icons/speedboat.svg @@ -1,7 +1,7 @@  ---  tags: [motorboat, holiday, sea, ocean, engine, travel, lake, summer]  category: Vehicles -version: 1.34 +version: "1.34"  ---  <svg>    <path d="M3 17h13.4a3 3 0 0 0 2.5 -1.34l3.1 -4.66h0h-6.23a4 4 0 0 0 -1.49 .29l-3.56 1.42a4 4 0 0 1 -1.49 .29h-3.73h0h-1l-1.5 4z" /> diff --git a/src/_icons/sport-billard.svg b/src/_icons/sport-billard.svg index d2ab269b..10c7fc47 100644 --- a/src/_icons/sport-billard.svg +++ b/src/_icons/sport-billard.svg @@ -1,6 +1,6 @@  ---  tags: [pool, game, ball, pub, entertainment] -version: 1.39 +version: "1.39"  ---  <svg>    <circle cx="12" cy="10" r="2" /> diff --git a/src/_icons/square-0.svg b/src/_icons/square-0.svg index c66508b9..2957ef66 100644 --- a/src/_icons/square-0.svg +++ b/src/_icons/square-0.svg @@ -1,7 +1,7 @@  ---  tags: [zero, number, digit, quantity, amount, order, maths, sum, total]  category: Numbers -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" /> diff --git a/src/_icons/square-1.svg b/src/_icons/square-1.svg index 8e4fa375..990c212d 100644 --- a/src/_icons/square-1.svg +++ b/src/_icons/square-1.svg @@ -1,7 +1,7 @@  ---  tags: [one, zero, number, digit, quantity, amount, order, maths, sum, total]  category: Numbers -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M12 16v-8l-2 2" /> diff --git a/src/_icons/square-2.svg b/src/_icons/square-2.svg index 3d925cea..ad11b6ed 100644 --- a/src/_icons/square-2.svg +++ b/src/_icons/square-2.svg @@ -1,7 +1,7 @@  ---  tags: [two, zero, number, digit, quantity, amount, order, maths, sum, total]  category: Numbers -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M10 10a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 -.001" /> diff --git a/src/_icons/square-3.svg b/src/_icons/square-3.svg index 07ded769..ffe61b5d 100644 --- a/src/_icons/square-3.svg +++ b/src/_icons/square-3.svg @@ -1,7 +1,7 @@  ---  tags: [three, zero, number, digit, quantity, amount, order, maths, sum, total]  category: Numbers -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M12 12a2 2 0 1 0 -2 -2" /> diff --git a/src/_icons/square-4.svg b/src/_icons/square-4.svg index 3f8afd80..caa73662 100644 --- a/src/_icons/square-4.svg +++ b/src/_icons/square-4.svg @@ -1,7 +1,7 @@  ---  tags: [four, zero, number, digit, quantity, amount, order, maths, sum, total]  category: Numbers -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M13 16v-8l-4 6h5" /> diff --git a/src/_icons/square-5.svg b/src/_icons/square-5.svg index c57df5d4..7b5b4955 100644 --- a/src/_icons/square-5.svg +++ b/src/_icons/square-5.svg @@ -1,7 +1,7 @@  ---  tags: [five, zero, number, digit, quantity, amount, order, maths, sum, total]  category: Numbers -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M10 16h2a2 2 0 1 0 0 -4h-2v-4h4" /> diff --git a/src/_icons/square-6.svg b/src/_icons/square-6.svg index 65612bb6..f5a986cd 100644 --- a/src/_icons/square-6.svg +++ b/src/_icons/square-6.svg @@ -1,7 +1,7 @@  ---  tags: [six, zero, number, digit, quantity, amount, order, maths, sum, total]  category: Numbers -version: 1.39 +version: "1.39"  ---  <svg>    <circle transform="rotate(180 12 14)" cx="12" cy="14" r="2" /> diff --git a/src/_icons/square-7.svg b/src/_icons/square-7.svg index d79801c0..e2c975e7 100644 --- a/src/_icons/square-7.svg +++ b/src/_icons/square-7.svg @@ -1,7 +1,7 @@  ---  tags: [seven, zero, number, digit, quantity, amount, order, maths, sum, total]  category: Numbers -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M10 8h4l-2 8" /> diff --git a/src/_icons/square-8.svg b/src/_icons/square-8.svg index f31fe1ee..97a6349f 100644 --- a/src/_icons/square-8.svg +++ b/src/_icons/square-8.svg @@ -1,7 +1,7 @@  ---  tags: [eight, zero, number, digit, quantity, amount, order, maths, sum, total]  category: Numbers -version: 1.39 +version: "1.39"  ---  <svg>    <circle cx="12" cy="10" r="2" /> diff --git a/src/_icons/square-9.svg b/src/_icons/square-9.svg index 3ca27836..855ac6ae 100644 --- a/src/_icons/square-9.svg +++ b/src/_icons/square-9.svg @@ -1,7 +1,7 @@  ---  tags: [nine, zero, number, digit, quantity, amount, order, maths, sum, total]  category: Numbers -version: 1.39 +version: "1.39"  ---  <svg>    <circle cx="12" cy="10" r="2" /> diff --git a/src/_icons/square-check.svg b/src/_icons/square-check.svg index 10fc903d..fd551490 100644 --- a/src/_icons/square-check.svg +++ b/src/_icons/square-check.svg @@ -1,6 +1,6 @@  ---  tags: [checkbox, "yes"] -version: 1.0 +version: "1.0"  ---  <svg>    <rect x="4" y="4" width="16" height="16" rx="2" /> diff --git a/src/_icons/square-dot.svg b/src/_icons/square-dot.svg index c64bf6af..1a6cb23a 100644 --- a/src/_icons/square-dot.svg +++ b/src/_icons/square-dot.svg @@ -1,6 +1,6 @@  ---  tags: [corner, shape, element, point] -version: 1.30 +version: "1.30"  ---  <svg>    <rect x="4" y="4" width="16" height="16" rx="2" /> diff --git a/src/_icons/square-forbid-2.svg b/src/_icons/square-forbid-2.svg index 7b618846..99cd6c24 100644 --- a/src/_icons/square-forbid-2.svg +++ b/src/_icons/square-forbid-2.svg @@ -1,6 +1,6 @@  ---  tags: [box, disabled, off, block] -version: 1.30 +version: "1.30"  ---  <svg>    <rect x="4" y="4" width="16" height="16" rx="2" /> diff --git a/src/_icons/square-forbid.svg b/src/_icons/square-forbid.svg index a1d26895..3989a9b2 100644 --- a/src/_icons/square-forbid.svg +++ b/src/_icons/square-forbid.svg @@ -1,6 +1,6 @@  ---  tags: [box, disabled, off, block] -version: 1.30 +version: "1.30"  ---  <svg>    <rect x="4" y="4" width="16" height="16" rx="2" /> diff --git a/src/_icons/square-minus.svg b/src/_icons/square-minus.svg index ba901060..e20b9f64 100644 --- a/src/_icons/square-minus.svg +++ b/src/_icons/square-minus.svg @@ -1,6 +1,6 @@  ---  tags: [remove, indeterminate] -version: 1.0 +version: "1.0"  ---  <svg>    <rect x="4" y="4" width="16" height="16" rx="2" /> diff --git a/src/_icons/square-off.svg b/src/_icons/square-off.svg index 65cf1417..e45421d3 100644 --- a/src/_icons/square-off.svg +++ b/src/_icons/square-off.svg @@ -1,7 +1,7 @@  ---  tags: [box, disabled, block]  category: Shapes -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M8 4h10a2 2 0 0 1 2 2v10m-.584 3.412a1.994 1.994 0 0 1 -1.416 .588h-12a2 2 0 0 1 -2 -2v-12c0 -.552 .224 -1.052 .586 -1.414" /> diff --git a/src/_icons/square-plus.svg b/src/_icons/square-plus.svg index 3c3eff4b..b9fbfd3d 100644 --- a/src/_icons/square-plus.svg +++ b/src/_icons/square-plus.svg @@ -1,6 +1,6 @@  ---  tags: [add, create, new] -version: 1.0 +version: "1.0"  ---  <svg>    <rect x="4" y="4" width="16" height="16" rx="2" /> diff --git a/src/_icons/square-root-2.svg b/src/_icons/square-root-2.svg index 0d04e8d4..25e15bf8 100644 --- a/src/_icons/square-root-2.svg +++ b/src/_icons/square-root-2.svg @@ -1,7 +1,7 @@  ---  tags: [mathematics, maths, science, calculate, calculator, algebra]  category: Math -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M13 12h1c1 0 1 1 2.016 3.527c.984 2.473 .984 3.473 1.984 3.473h1" /> diff --git a/src/_icons/square-root.svg b/src/_icons/square-root.svg index 31bafd3b..f9174152 100644 --- a/src/_icons/square-root.svg +++ b/src/_icons/square-root.svg @@ -1,7 +1,7 @@  ---  tags: [mathematics, maths, science, calculate, calculator, algebra]  category: Math -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M3 12h2l4 8l4 -16h8" /> diff --git a/src/_icons/square-rotated-off.svg b/src/_icons/square-rotated-off.svg index 1924608c..be28f37e 100644 --- a/src/_icons/square-rotated-off.svg +++ b/src/_icons/square-rotated-off.svg @@ -1,7 +1,7 @@  ---  tags: [box, disabled, block]  category: Shapes -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M16.964 16.952l-3.462 3.461c-.782 .783 -2.222 .783 -3.004 0l-6.911 -6.91c-.783 -.783 -.783 -2.223 0 -3.005l3.455 -3.456m2.003 -2.003l1.453 -1.452c.782 -.783 2.222 -.783 3.004 0l6.911 6.91c.783 .783 .783 2.223 0 3.005l-1.448 1.45" /> diff --git a/src/_icons/square-rotated.svg b/src/_icons/square-rotated.svg index 28f67260..f04bed33 100644 --- a/src/_icons/square-rotated.svg +++ b/src/_icons/square-rotated.svg @@ -1,6 +1,6 @@  ---  category: Shapes -version: 1.20 +version: "1.20"  ---  <svg>    <path d="M10.5 20.4l-6.9 -6.9c-.781 -.781 -.781 -2.219 0 -3l6.9 -6.9c.781 -.781 2.219 -.781 3 0l6.9 6.9c.781 .781 .781 2.219 0 3l-6.9 6.9c-.781 .781 -2.219 .781 -3 0z" /> diff --git a/src/_icons/square-toggle-horizontal.svg b/src/_icons/square-toggle-horizontal.svg index b4b9424c..9ddda63d 100644 --- a/src/_icons/square-toggle-horizontal.svg +++ b/src/_icons/square-toggle-horizontal.svg @@ -1,7 +1,7 @@  ---  tags: [box, clone, move]  category: Design -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M22 12h-20" /> diff --git a/src/_icons/square-toggle.svg b/src/_icons/square-toggle.svg index f8401437..de8bbb28 100644 --- a/src/_icons/square-toggle.svg +++ b/src/_icons/square-toggle.svg @@ -1,7 +1,7 @@  ---  tags: [box, clone, move]  category: Design -version: 1.39 +version: "1.39"  ---  <svg>    <line x1="12" y1="2" x2="12" y2="22" /> diff --git a/src/_icons/square-x.svg b/src/_icons/square-x.svg index 1d7a0bf9..d45f78b4 100644 --- a/src/_icons/square-x.svg +++ b/src/_icons/square-x.svg @@ -1,6 +1,6 @@  ---  tags: [cancel, close, delete, remove, times, clear, "no"] -version: 1.0 +version: "1.0"  ---  <svg>    <rect x="4" y="4" width="16" height="16" rx="2" /> diff --git a/src/_icons/square.svg b/src/_icons/square.svg index f2867c74..3e4fc463 100644 --- a/src/_icons/square.svg +++ b/src/_icons/square.svg @@ -1,7 +1,7 @@  ---  category: Shapes  tags: [checkbox] -version: 1.0 +version: "1.0"  ---  <svg>    <rect x="4" y="4" width="16" height="16" rx="2" /> diff --git a/src/_icons/squares-diagonal.svg b/src/_icons/squares-diagonal.svg index bd80fd48..d8a2aecf 100644 --- a/src/_icons/squares-diagonal.svg +++ b/src/_icons/squares-diagonal.svg @@ -1,7 +1,7 @@  ---  tags: [boxes, layers]  category: Design -version: 1.39 +version: "1.39"  ---  <svg>    <rect x="8" y="8" width="12" height="12" rx="2" /> diff --git a/src/_icons/squares-filled.svg b/src/_icons/squares-filled.svg index 95d42a40..0cbb1759 100644 --- a/src/_icons/squares-filled.svg +++ b/src/_icons/squares-filled.svg @@ -1,7 +1,7 @@  ---  tags: [boxes, layers]  category: Design -version: 1.39 +version: "1.39"  ---  <svg>    <rect x="8" y="8" width="12" height="12" rx="2" /> diff --git a/src/_icons/stack-2.svg b/src/_icons/stack-2.svg index 53c9cf05..28dc6879 100644 --- a/src/_icons/stack-2.svg +++ b/src/_icons/stack-2.svg @@ -1,7 +1,7 @@  ---  category: Design  tags: [pile, elements, layout, wrap] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M12 6l-8 4l8 4l8 -4l-8 -4" /> diff --git a/src/_icons/stack.svg b/src/_icons/stack.svg index a3f06694..c34b6926 100644 --- a/src/_icons/stack.svg +++ b/src/_icons/stack.svg @@ -1,7 +1,7 @@  ---  category: Design  tags: [pile, elements, layout, wrap] -version: 1.1 +version: "1.1"  ---  <svg>    <polyline points="12 4 4 8 12 12 20 8 12 4" /> diff --git a/src/_icons/stairs-down.svg b/src/_icons/stairs-down.svg index 0234d72c..6d9dc81e 100644 --- a/src/_icons/stairs-down.svg +++ b/src/_icons/stairs-down.svg @@ -1,7 +1,7 @@  ---  category: Map  tags: [building, step, floor, staircase, clamber] -version: 1.17 +version: "1.17"  ---  <svg>    <path d="M4 20h4v-4h4v-4h4v-4h4" /> diff --git a/src/_icons/stairs-up.svg b/src/_icons/stairs-up.svg index c6570efd..f693816d 100644 --- a/src/_icons/stairs-up.svg +++ b/src/_icons/stairs-up.svg @@ -1,7 +1,7 @@  ---  category: Map  tags: [building, step, floor, staircase, entryway] -version: 1.17 +version: "1.17"  ---  <svg>    <path d="M4 20h4v-4h4v-4h4v-4h4" /> diff --git a/src/_icons/stairs.svg b/src/_icons/stairs.svg index 0cfbaa64..60ca74ab 100644 --- a/src/_icons/stairs.svg +++ b/src/_icons/stairs.svg @@ -1,7 +1,7 @@  ---  category: Map  tags: [building, step, floor, staircase] -version: 1.17 +version: "1.17"  ---  <svg>    <path d="M4 18h4v-4h4v-4h4v-4h4" /> diff --git a/src/_icons/star-half.svg b/src/_icons/star-half.svg index 281cc480..3a19689d 100644 --- a/src/_icons/star-half.svg +++ b/src/_icons/star-half.svg @@ -1,7 +1,7 @@  ---  category: System  tags: [favorite, like, mark, bookmark, grade] -version: 1.24 +version: "1.24"  ---  <svg>    <path d="M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253z" /> diff --git a/src/_icons/star-off.svg b/src/_icons/star-off.svg index a9e7eb78..c281fca2 100644 --- a/src/_icons/star-off.svg +++ b/src/_icons/star-off.svg @@ -1,7 +1,7 @@  ---  tags: [favorite, like, mark, bookmark, grade]  category: System -version: 1.31 +version: "1.31"  ---  <svg>    <line x1="3" y1="3" x2="21" y2="21" /> diff --git a/src/_icons/star.svg b/src/_icons/star.svg index c2e2123a..8a0256cc 100644 --- a/src/_icons/star.svg +++ b/src/_icons/star.svg @@ -1,7 +1,7 @@  ---  category: System  tags: [favorite, like, mark, bookmark, grade] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z" /> diff --git a/src/_icons/stars.svg b/src/_icons/stars.svg index 3667c044..e709cfef 100644 --- a/src/_icons/stars.svg +++ b/src/_icons/stars.svg @@ -1,6 +1,6 @@  ---  tags: [favorite, like, mark, grade, bookmark, grade, space, universe, extraterrestrial, galaxy] -version: 1.27 +version: "1.27"  category: System  ---  <svg> diff --git a/src/_icons/steering-wheel.svg b/src/_icons/steering-wheel.svg index 3e0cea32..55cebab9 100644 --- a/src/_icons/steering-wheel.svg +++ b/src/_icons/steering-wheel.svg @@ -1,7 +1,7 @@  ---  tags: [drive, vehicle, direction, turn, holding, racing]  category: Vehicles -version: 1.13 +version: "1.13"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/step-into.svg b/src/_icons/step-into.svg index 2e28148f..c83c31cc 100644 --- a/src/_icons/step-into.svg +++ b/src/_icons/step-into.svg @@ -1,7 +1,7 @@  ---  tags: [vector, placement, among, within]  category: Arrows -version: 1.20 +version: "1.20"  ---  <svg>    <line x1="12" y1="3" x2="12" y2="15" /> diff --git a/src/_icons/step-out.svg b/src/_icons/step-out.svg index 67e2822a..3b0b7a90 100644 --- a/src/_icons/step-out.svg +++ b/src/_icons/step-out.svg @@ -1,7 +1,7 @@  ---  tags: [vector, placement, outside, except]  category: Arrows -version: 1.20 +version: "1.20"  ---  <svg>    <line x1="12" y1="3" x2="12" y2="15" /> diff --git a/src/_icons/stethoscope.svg b/src/_icons/stethoscope.svg index 00966664..b62b13e9 100644 --- a/src/_icons/stethoscope.svg +++ b/src/_icons/stethoscope.svg @@ -1,6 +1,6 @@  ---  tags: [doctor, medical, physician, test, examination, health, illness, sickness, scrutiny, test, hospital] -version: 1.33 +version: "1.33"  ---  <svg>    <path d="M6 4h-1a2 2 0 0 0 -2 2v3.5h0a5.5 5.5 0 0 0 11 0v-3.5a2 2 0 0 0 -2 -2h-1" /> diff --git a/src/_icons/sticker.svg b/src/_icons/sticker.svg index c2b99605..3585b572 100644 --- a/src/_icons/sticker.svg +++ b/src/_icons/sticker.svg @@ -1,6 +1,6 @@  ---  tags: [label, stamp, adhesive] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M20 12l-2 .5a6 6 0 0 1 -6.5 -6.5l.5 -2l8 8" /> diff --git a/src/_icons/strikethrough.svg b/src/_icons/strikethrough.svg index 2f752358..b6f3f73d 100644 --- a/src/_icons/strikethrough.svg +++ b/src/_icons/strikethrough.svg @@ -1,7 +1,7 @@  ---  tags: [typography, horizontal, deleted, removed, unimportant]  category: Text -version: 1.3 +version: "1.3"  ---  <svg>    <path d="M7 5v9a5 5 0 0 0 10 0v-9" /> diff --git a/src/_icons/submarine.svg b/src/_icons/submarine.svg index 7492b06f..bd861590 100644 --- a/src/_icons/submarine.svg +++ b/src/_icons/submarine.svg @@ -1,7 +1,7 @@  ---  tags: [sea, ocean, underwater, shipwater, war]  category: Vehicles -version: 1.34 +version: "1.34"  ---  <svg>    <path d="M3 11v6h2l1 -1.5l3 1.5h10a3 3 0 0 0 0 -6h-10h0l-3 1.5l-1 -1.5h-2z" /> diff --git a/src/_icons/subscript.svg b/src/_icons/subscript.svg index e74868fa..ad7a2bc5 100644 --- a/src/_icons/subscript.svg +++ b/src/_icons/subscript.svg @@ -1,7 +1,7 @@  ---  tags: [typography, below, formula, maths, fraction]  category: Text -version: 1.3 +version: "1.3"  ---  <svg>    <path d="M5 7l8 10m-8 0l8 -10" /> diff --git a/src/_icons/subtask.svg b/src/_icons/subtask.svg index eee572cb..c3a5a982 100644 --- a/src/_icons/subtask.svg +++ b/src/_icons/subtask.svg @@ -1,6 +1,6 @@  ---  tags: [management, break down, work] -version: 1.16 +version: "1.16"  ---  <svg>    <line x1="6" y1="9" x2="12" y2="9" /> diff --git a/src/_icons/sum.svg b/src/_icons/sum.svg index c392dd30..5bbab0cd 100644 --- a/src/_icons/sum.svg +++ b/src/_icons/sum.svg @@ -1,7 +1,7 @@  ---  category: Math  tags: [equation, add, plus, amount, total] -version: 1.2 +version: "1.2"  ---  <svg>    <path d="M18 16v2a1 1 0 0 1 -1 1h-11l6 -7l-6 -7h11a1 1 0 0 1 1 1v2" /> diff --git a/src/_icons/sun-off.svg b/src/_icons/sun-off.svg index aa3e4656..640550a5 100644 --- a/src/_icons/sun-off.svg +++ b/src/_icons/sun-off.svg @@ -1,7 +1,7 @@  ---  tags: [dark, darkmode, summer, light, brightness]  category: Weather -version: 1.31 +version: "1.31"  ---  <svg>    <line x1="3" y1="3" x2="21" y2="21" /> diff --git a/src/_icons/sun.svg b/src/_icons/sun.svg index ceb16d05..c43c7526 100644 --- a/src/_icons/sun.svg +++ b/src/_icons/sun.svg @@ -1,7 +1,7 @@  ---  tags: [weather, light, mode, brightness]  category: Weather -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="12" cy="12" r="4" /> diff --git a/src/_icons/sunrise.svg b/src/_icons/sunrise.svg index 9cb22a3d..b54fc629 100644 --- a/src/_icons/sunrise.svg +++ b/src/_icons/sunrise.svg @@ -1,7 +1,7 @@  ---  tags: [west, horizon, landscape, evening ]  category: Weather -version: 1.10 +version: "1.10"  ---  <svg>    <path d="M3 17h1m16 0h1m-15.4 -6.4l.7 .7m12.1 -.7l-.7 .7m-9.7 5.7a4 4 0 0 1 8 0" /> diff --git a/src/_icons/sunset.svg b/src/_icons/sunset.svg index 9d90a00e..3cca66eb 100644 --- a/src/_icons/sunset.svg +++ b/src/_icons/sunset.svg @@ -1,7 +1,7 @@  ---  tags: [east, horizon, landscape, morning]  category: Weather -version: 1.10 +version: "1.10"  ---  <svg>    <path d="M3 17h1m16 0h1m-15.4 -6.4l.7 .7m12.1 -.7l-.7 .7m-9.7 5.7a4 4 0 0 1 8 0" /> diff --git a/src/_icons/superscript.svg b/src/_icons/superscript.svg index 6a8187ac..0bc71880 100644 --- a/src/_icons/superscript.svg +++ b/src/_icons/superscript.svg @@ -1,7 +1,7 @@  ---  tags: [typography, above, maths, fraction, trademark, footer]  category: Text -version: 1.3 +version: "1.3"  ---  <svg>    <path d="M5 7l8 10m-8 0l8 -10" /> diff --git a/src/_icons/swimming.svg b/src/_icons/swimming.svg index 8253b782..bc381b28 100644 --- a/src/_icons/swimming.svg +++ b/src/_icons/swimming.svg @@ -1,7 +1,7 @@  ---  tags: [sport, water, pool, style, athletics, competitive ]  category: Sport -version: 1.14 +version: "1.14"  ---  <svg>    <circle cx="16" cy="9" r="1" /> diff --git a/src/_icons/switch-2.svg b/src/_icons/switch-2.svg index 5a323dd1..824e49aa 100644 --- a/src/_icons/switch-2.svg +++ b/src/_icons/switch-2.svg @@ -1,5 +1,5 @@  --- -version: 1.35 +version: "1.35"  ---  <svg>    <path d="M3 17h5l1.67 -2.386m3.66 -5.227l1.67 -2.387h6" /> diff --git a/src/_icons/switch-3.svg b/src/_icons/switch-3.svg index 6214b6ab..ba7332ec 100644 --- a/src/_icons/switch-3.svg +++ b/src/_icons/switch-3.svg @@ -1,5 +1,5 @@  --- -version: 1.35 +version: "1.35"  ---  <svg>    <path d="M3 17h2.397a5 5 0 0 0 4.096 -2.133l.177 -.253m3.66 -5.227l.177 -.254a5 5 0 0 1 4.096 -2.133h3.397" /> diff --git a/src/_icons/switch-horizontal.svg b/src/_icons/switch-horizontal.svg index dfdd8c7a..04a3ce60 100644 --- a/src/_icons/switch-horizontal.svg +++ b/src/_icons/switch-horizontal.svg @@ -1,7 +1,7 @@  ---  tags: [toggle, left, right, arrows]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <polyline points="16 3 20 7 16 11" /> diff --git a/src/_icons/switch-vertical.svg b/src/_icons/switch-vertical.svg index 04374bab..63bfbd52 100644 --- a/src/_icons/switch-vertical.svg +++ b/src/_icons/switch-vertical.svg @@ -1,7 +1,7 @@  ---  tags: [toggle, up, down, arrows]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <polyline points="3 8 7 4 11 8" /> diff --git a/src/_icons/switch.svg b/src/_icons/switch.svg index 5ebac033..966c47e8 100644 --- a/src/_icons/switch.svg +++ b/src/_icons/switch.svg @@ -1,7 +1,7 @@  ---  tags: [toggle, arrows]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <polyline points="15 4 19 4 19 8" /> diff --git a/src/_icons/table-export.svg b/src/_icons/table-export.svg index 52aebda4..e2340a30 100644 --- a/src/_icons/table-export.svg +++ b/src/_icons/table-export.svg @@ -1,7 +1,7 @@  ---  tags: [spreadsheet, layout, grid, arrange, row, column, cells, sheet, arrow]  category: Database -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M11.5 20h-5.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v7.5m-16 -3.5h16m-10 -6v16m4 -1h7m-3 -3l3 3l-3 3" /> diff --git a/src/_icons/table-import.svg b/src/_icons/table-import.svg index a92e557e..1c108674 100644 --- a/src/_icons/table-import.svg +++ b/src/_icons/table-import.svg @@ -1,7 +1,7 @@  ---  tags: [spreadsheet, layout, grid, arrange, row, column, cells, sheet, arrow]  category: Database -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M4 13.5v-7.5a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-6m-8 -10h16m-10 -6v11.5m-8 3.5h7m-3 -3l3 3l-3 3" /> diff --git a/src/_icons/table-off.svg b/src/_icons/table-off.svg index 6f956600..a48f2f33 100644 --- a/src/_icons/table-off.svg +++ b/src/_icons/table-off.svg @@ -1,7 +1,7 @@  ---  tags: [spreadsheet, layout, grid, arrange, row, column]  category: Database -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M8 4h10a2 2 0 0 1 2 2v10m-.588 3.417c-.362 .36 -.86 .583 -1.412 .583h-12a2 2 0 0 1 -2 -2v-12c0 -.552 .224 -1.053 .586 -1.414" /> diff --git a/src/_icons/table.svg b/src/_icons/table.svg index 7370a9d6..c04458d6 100644 --- a/src/_icons/table.svg +++ b/src/_icons/table.svg @@ -1,7 +1,7 @@  ---  category: Database  tags: [spreadsheet, layout, grid, arrange, row, column] -version: 1.3 +version: "1.3"  ---  <svg>    <rect x="4" y="4" width="16" height="16" rx="2" /> diff --git a/src/_icons/tag.svg b/src/_icons/tag.svg index ccd89b96..a046508d 100644 --- a/src/_icons/tag.svg +++ b/src/_icons/tag.svg @@ -1,6 +1,6 @@  ---  tags: [label, price] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M11 3l9 9a1.5 1.5 0 0 1 0 2l-6 6a1.5 1.5 0 0 1 -2 0l-9 -9v-4a4 4 0 0 1 4 -4h4" /> diff --git a/src/_icons/tallymark-1.svg b/src/_icons/tallymark-1.svg index 607c3a7c..0a37b4ef 100644 --- a/src/_icons/tallymark-1.svg +++ b/src/_icons/tallymark-1.svg @@ -1,7 +1,7 @@  ---  tags: [sign, symbol, numerical, consistent, system, counting]  category: Math -version: 1.11 +version: "1.11"  ---  <svg>    <line x1="12" y1="5" x2="12" y2="19" /> diff --git a/src/_icons/tallymark-2.svg b/src/_icons/tallymark-2.svg index 2c14941a..540949f3 100644 --- a/src/_icons/tallymark-2.svg +++ b/src/_icons/tallymark-2.svg @@ -1,7 +1,7 @@  ---  tags: [sign, symbol, numerical, consistent, system, counting]  category: Math -version: 1.11 +version: "1.11"  ---  <svg>    <line x1="10" y1="5" x2="10" y2="19" /> diff --git a/src/_icons/tallymark-3.svg b/src/_icons/tallymark-3.svg index 3830bcd3..427a5a0d 100644 --- a/src/_icons/tallymark-3.svg +++ b/src/_icons/tallymark-3.svg @@ -1,7 +1,7 @@  ---  tags: [sign, symbol, numerical, consistent, system, counting]  category: Math -version: 1.11 +version: "1.11"  ---  <svg>    <line x1="8" y1="5" x2="8" y2="19" /> diff --git a/src/_icons/tallymark-4.svg b/src/_icons/tallymark-4.svg index f7fbc49b..1fc3fcba 100644 --- a/src/_icons/tallymark-4.svg +++ b/src/_icons/tallymark-4.svg @@ -1,7 +1,7 @@  ---  tags: [sign, symbol, numerical, consistent, system, counting]  category: Math -version: 1.11 +version: "1.11"  ---  <svg>    <line x1="6" y1="5" x2="6" y2="19" /> diff --git a/src/_icons/tallymarks.svg b/src/_icons/tallymarks.svg index 6d334e50..6385919f 100644 --- a/src/_icons/tallymarks.svg +++ b/src/_icons/tallymarks.svg @@ -1,7 +1,7 @@  ---  tags: [sign, symbol, numerical, consistent, system, counting]  category: Math -version: 1.11 +version: "1.11"  ---  <svg>    <line x1="6" y1="5" x2="6" y2="19" /> diff --git a/src/_icons/tank.svg b/src/_icons/tank.svg index 0178556a..8b4cf804 100644 --- a/src/_icons/tank.svg +++ b/src/_icons/tank.svg @@ -1,7 +1,7 @@  ---  tags: [war, military, armour, vehicle, gun, attack, shoot, battle, battlefield]  category: Vehicles -version: 1.34 +version: "1.34"  ---  <svg>    <rect x="2" y="12" width="18" height="6" rx="3" /> diff --git a/src/_icons/target.svg b/src/_icons/target.svg index 8552e501..fd648f00 100644 --- a/src/_icons/target.svg +++ b/src/_icons/target.svg @@ -1,7 +1,7 @@  ---  category: Map  tags: [focus, bullseye, aim] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="12" cy="12" r="1" /> diff --git a/src/_icons/temperature-celsius.svg b/src/_icons/temperature-celsius.svg index 5731f8c6..fbc19d37 100644 --- a/src/_icons/temperature-celsius.svg +++ b/src/_icons/temperature-celsius.svg @@ -1,7 +1,7 @@  ---  tags: [weather, celcius, fahrenheit, cold, hot]  category: Weather -version: 1.1 +version: "1.1"  ---  <svg>    <circle cx="6" cy="8" r="2" /> diff --git a/src/_icons/temperature-fahrenheit.svg b/src/_icons/temperature-fahrenheit.svg index c372bda3..07ed562f 100644 --- a/src/_icons/temperature-fahrenheit.svg +++ b/src/_icons/temperature-fahrenheit.svg @@ -1,7 +1,7 @@  ---  tags: [weather, celcius, fahrenheit, cold, hot]  category: Weather -version: 1.1 +version: "1.1"  ---  <svg>    <circle cx="6" cy="8" r="2" /> diff --git a/src/_icons/temperature-minus.svg b/src/_icons/temperature-minus.svg index 2a23a4e0..2c68ecd2 100644 --- a/src/_icons/temperature-minus.svg +++ b/src/_icons/temperature-minus.svg @@ -1,7 +1,7 @@  ---  tags: [weather, celcius, fahrenheit, cold, hot]  category: Weather -version: 1.7 +version: "1.7"  ---  <svg>    <path d="M8 13.5a4 4 0 1 0 4 0v-8.5a2 2 0 0 0 -4 0v8.5" /> diff --git a/src/_icons/temperature-plus.svg b/src/_icons/temperature-plus.svg index 234d952a..24b9afb9 100644 --- a/src/_icons/temperature-plus.svg +++ b/src/_icons/temperature-plus.svg @@ -1,7 +1,7 @@  ---  tags: [weather, celcius, fahrenheit, cold, hot]  category: Weather -version: 1.7 +version: "1.7"  ---  <svg>    <path d="M8 13.5a4 4 0 1 0 4 0v-8.5a2 2 0 0 0 -4 0v8.5" /> diff --git a/src/_icons/temperature.svg b/src/_icons/temperature.svg index 3f2aeb9f..a087b229 100644 --- a/src/_icons/temperature.svg +++ b/src/_icons/temperature.svg @@ -1,7 +1,7 @@  ---  tags: [weather, celcius, fahrenheit, cold, hot]  category: Weather -version: 1.1 +version: "1.1"  ---  <svg>    <path d="M10 13.5a4 4 0 1 0 4 0v-8.5a2 2 0 0 0 -4 0v8.5" /> diff --git a/src/_icons/template.svg b/src/_icons/template.svg index 147fd316..7012287f 100644 --- a/src/_icons/template.svg +++ b/src/_icons/template.svg @@ -1,7 +1,7 @@  ---  category: Design  tags: [grid, columns, masonry, collage] -version: 1.1 +version: "1.1"  ---  <svg>    <rect x="4" y="4" width="16" height="4" rx="1" /> diff --git a/src/_icons/tent.svg b/src/_icons/tent.svg index 4323f053..08e17aca 100644 --- a/src/_icons/tent.svg +++ b/src/_icons/tent.svg @@ -1,6 +1,6 @@  ---  tags: [camping, holiday, vacation, outdoor, survival, travel, adventure] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M11 14l4 6h6l-9 -16l-9 16h6l4 -6" /> diff --git a/src/_icons/terminal-2.svg b/src/_icons/terminal-2.svg index 16168cbe..dfec36fe 100644 --- a/src/_icons/terminal-2.svg +++ b/src/_icons/terminal-2.svg @@ -1,6 +1,6 @@  ---  tags: [console, command, git, command line, command prompt] -version: 1.7 +version: "1.7"  ---  <svg>    <path d="M8 9l3 3l-3 3" /> diff --git a/src/_icons/terminal.svg b/src/_icons/terminal.svg index 4e310949..8117a2f7 100644 --- a/src/_icons/terminal.svg +++ b/src/_icons/terminal.svg @@ -1,6 +1,6 @@  ---  tags: [console, command, git, command line, command prompt] -version: 1.6 +version: "1.6"  ---  <svg>    <path d="M5 7l5 5l-5 5" /> diff --git a/src/_icons/test-pipe.svg b/src/_icons/test-pipe.svg index 7e85dcf6..847f4790 100644 --- a/src/_icons/test-pipe.svg +++ b/src/_icons/test-pipe.svg @@ -1,6 +1,6 @@  ---  tags: [sample, color] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M16 4l3 3l-12.35 12.35a1.5 1.5 0 0 1 -3 -3l12.35 -12.35" /> diff --git a/src/_icons/text-direction-ltr.svg b/src/_icons/text-direction-ltr.svg index dcf8d8a7..2498c2b3 100644 --- a/src/_icons/text-direction-ltr.svg +++ b/src/_icons/text-direction-ltr.svg @@ -1,7 +1,7 @@  ---  tags: [left, right, bidi]  category: Text -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M5 19h14" /> diff --git a/src/_icons/text-direction-rtl.svg b/src/_icons/text-direction-rtl.svg index 604d9e35..74d3e7fd 100644 --- a/src/_icons/text-direction-rtl.svg +++ b/src/_icons/text-direction-rtl.svg @@ -1,7 +1,7 @@  ---  tags: [left, right, bidi]  category: Text -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M16 4h-6.5a3.5 3.5 0 0 0 0 7h.5" /> diff --git a/src/_icons/text-wrap-disabled.svg b/src/_icons/text-wrap-disabled.svg index 1a0d4dec..cc5da679 100644 --- a/src/_icons/text-wrap-disabled.svg +++ b/src/_icons/text-wrap-disabled.svg @@ -1,7 +1,7 @@  ---  tags: [text, alignment, position]  category: Text -version: 1.17 +version: "1.17"  ---  <svg>    <line x1="4" y1="6" x2="14" y2="6" /> diff --git a/src/_icons/text-wrap.svg b/src/_icons/text-wrap.svg index 677a1fcb..9412e5b2 100644 --- a/src/_icons/text-wrap.svg +++ b/src/_icons/text-wrap.svg @@ -1,7 +1,7 @@  ---  tags: [text, alignment, position]  category: Text -version: 1.6 +version: "1.6"  ---  <svg>    <line x1="4" y1="6" x2="20" y2="6" /> diff --git a/src/_icons/thumb-down.svg b/src/_icons/thumb-down.svg index 7bb887ed..417ae5d2 100644 --- a/src/_icons/thumb-down.svg +++ b/src/_icons/thumb-down.svg @@ -1,7 +1,7 @@  ---  category: System  tags: [dislike, bad, emotion] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M7 13v-8a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v7a1 1 0 0 0 1 1h3a4 4 0 0 1 4 4v1a2 2 0 0 0 4 0v-5h3a2 2 0 0 0 2 -2l-1 -5a2 3 0 0 0 -2 -2h-7a3 3 0 0 0 -3 3" /> diff --git a/src/_icons/thumb-up.svg b/src/_icons/thumb-up.svg index c1cfe11c..025c9cb4 100644 --- a/src/_icons/thumb-up.svg +++ b/src/_icons/thumb-up.svg @@ -1,7 +1,7 @@  ---  category: System  tags: [like, emotion, good, love] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M7 11v8a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-7a1 1 0 0 1 1 -1h3a4 4 0 0 0 4 -4v-1a2 2 0 0 1 4 0v5h3a2 2 0 0 1 2 2l-1 5a2 3 0 0 1 -2 2h-7a3 3 0 0 1 -3 -3" /> diff --git a/src/_icons/ticket.svg b/src/_icons/ticket.svg index 8ecbb804..eb558bb2 100644 --- a/src/_icons/ticket.svg +++ b/src/_icons/ticket.svg @@ -1,6 +1,6 @@  ---  tags: [cinema, event, theatre, entry, fine, coupon, pass] -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="15" y1="5" x2="15" y2="7" /> diff --git a/src/_icons/tilt-shift.svg b/src/_icons/tilt-shift.svg index 13535ebd..7263f9b0 100644 --- a/src/_icons/tilt-shift.svg +++ b/src/_icons/tilt-shift.svg @@ -1,7 +1,7 @@  ---  tags: [filter, shift, photography, photo]  category: Photography -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M8.56 3.69a9 9 0 0 0 -2.92 1.95" /> diff --git a/src/_icons/tir.svg b/src/_icons/tir.svg index 16a684fa..6118abf8 100644 --- a/src/_icons/tir.svg +++ b/src/_icons/tir.svg @@ -1,7 +1,7 @@  ---  tags: [delivery, transportation, transport, logistics, vehicle, goods]  category: Vehicles -version: 1.7 +version: "1.7"  ---  <svg>    <circle cx="5" cy="17" r="2" /> diff --git a/src/_icons/toggle-left.svg b/src/_icons/toggle-left.svg index 58147bb6..ab177a22 100644 --- a/src/_icons/toggle-left.svg +++ b/src/_icons/toggle-left.svg @@ -1,7 +1,7 @@  ---  category: System  tags: ["on", "off", switch] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="8" cy="12" r="2" /> diff --git a/src/_icons/toggle-right.svg b/src/_icons/toggle-right.svg index 93c7741f..2a153810 100644 --- a/src/_icons/toggle-right.svg +++ b/src/_icons/toggle-right.svg @@ -1,7 +1,7 @@  ---  category: System  tags: ["on", "off", switch] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="16" cy="12" r="2" /> diff --git a/src/_icons/tool.svg b/src/_icons/tool.svg index f2cb4372..0fac597e 100644 --- a/src/_icons/tool.svg +++ b/src/_icons/tool.svg @@ -1,6 +1,6 @@  ---  tags: [preferences, edit, settings] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M7 10h3v-3l-3.5 -3.5a6 6 0 0 1 8 8l6 6a2 2 0 0 1 -3 3l-6 -6a6 6 0 0 1 -8 -8l3.5 3.5" /> diff --git a/src/_icons/tools-kitchen-2.svg b/src/_icons/tools-kitchen-2.svg index 5b2204a2..15a7e1d5 100644 --- a/src/_icons/tools-kitchen-2.svg +++ b/src/_icons/tools-kitchen-2.svg @@ -1,7 +1,7 @@  ---  tags: [knife, fork, spoon, cutlery, eat, restaurant, menu, cafe, cook, cut, soup, dinner, breakfast, dining, plate, dish]  category: Map -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M19 3v12h-5c-.023 -3.681 .184 -7.406 5 -12zm0 12v6h-1v-3m-10 -14v17m-3 -17v3a3 3 0 1 0 6 0v-3" /> diff --git a/src/_icons/tools-kitchen.svg b/src/_icons/tools-kitchen.svg index 7faeca80..e3d482ea 100644 --- a/src/_icons/tools-kitchen.svg +++ b/src/_icons/tools-kitchen.svg @@ -1,7 +1,7 @@  ---  tags: [knife, fork, spoon, cutlery, eat, restaurant, menu, cafe, cook, cut, soup, dinner, breakfast, dining, plate, dish]  category: Map -version: 1.31 +version: "1.31"  ---  <svg>    <path d="M4 3h8l-1 9h-6z" /> diff --git a/src/_icons/tools.svg b/src/_icons/tools.svg index dc8cb5f2..a08db49f 100644 --- a/src/_icons/tools.svg +++ b/src/_icons/tools.svg @@ -1,7 +1,7 @@  ---  category: Design  tags: [preferences, edit, settings] -version: 1.5 +version: "1.5"  ---  <svg>    <path d="M3 21h4l13 -13a1.5 1.5 0 0 0 -4 -4l-13 13v4" /> diff --git a/src/_icons/tornado.svg b/src/_icons/tornado.svg index e3f264fe..79a7d7a0 100644 --- a/src/_icons/tornado.svg +++ b/src/_icons/tornado.svg @@ -1,7 +1,7 @@  ---  tags: [wind, rotate, storm, spin, spinning, air, catastrophe, vortex]  category: Weather -version: 1.20 +version: "1.20"  ---  <svg>    <line x1="21" y1="4" x2="3" y2="4" /> diff --git a/src/_icons/tournament.svg b/src/_icons/tournament.svg index ed8979de..10ca9824 100644 --- a/src/_icons/tournament.svg +++ b/src/_icons/tournament.svg @@ -1,6 +1,6 @@  ---  tags: [competition, competitor, sport, game, play, champion] -version: 1.19 +version: "1.19"  ---  <svg>    <path d="M5 4h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4" /> diff --git a/src/_icons/track.svg b/src/_icons/track.svg index 7e0d4744..3abd0312 100644 --- a/src/_icons/track.svg +++ b/src/_icons/track.svg @@ -1,7 +1,7 @@  ---  tags: [trail, path, route, train, railway, railroad]  category: Vehicles -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M4 15l11 -11m5 5l-11 11m-4 -8l7 7m-3.5 -10.5l7 7m-3.5 -10.5l7 7" /> diff --git a/src/_icons/tractor.svg b/src/_icons/tractor.svg index f8221a1e..c81ae3f0 100644 --- a/src/_icons/tractor.svg +++ b/src/_icons/tractor.svg @@ -1,7 +1,7 @@  ---  tags: [countryside, vehicle, harvest, machine, motor, farm, trailer]  category: Vehicles -version: 1.8 +version: "1.8"  ---  <svg>    <circle cx="7" cy="15" r="4" /> diff --git a/src/_icons/trademark.svg b/src/_icons/trademark.svg index 6afc3507..cf89ef85 100644 --- a/src/_icons/trademark.svg +++ b/src/_icons/trademark.svg @@ -1,6 +1,6 @@  ---  tags: [legal, product, company, own, ownership, brand, law, right, certificate] -version: 1.8 +version: "1.8"  category: Symbols  ---  <svg> diff --git a/src/_icons/traffic-cone.svg b/src/_icons/traffic-cone.svg index a85cabcf..4e3c3ff0 100644 --- a/src/_icons/traffic-cone.svg +++ b/src/_icons/traffic-cone.svg @@ -1,7 +1,7 @@  ---  tags: [street, road, vehicle, repair, warning, lane, drive]  category: Map -version: 1.8 +version: "1.8"  ---  <svg>    <line x1="4" y1="20" x2="20" y2="20" /> diff --git a/src/_icons/traffic-lights.svg b/src/_icons/traffic-lights.svg index 8613ae5e..5b219e97 100644 --- a/src/_icons/traffic-lights.svg +++ b/src/_icons/traffic-lights.svg @@ -1,7 +1,7 @@  ---  tags: [street, road, green, red, yellow, vehicle, stop, drive, crossing, pedestrian, crossroads, junction, intersection]  category: Map -version: 1.27 +version: "1.27"  ---  <svg>    <rect x="7" y="2" width="10" height="20" rx="5" /> diff --git a/src/_icons/train.svg b/src/_icons/train.svg index 3d4e6352..8538e463 100644 --- a/src/_icons/train.svg +++ b/src/_icons/train.svg @@ -1,7 +1,7 @@  ---  tags: [railway, rails, tgv, journey, travel, network, route, passenger]  category: Vehicles -version: 1.34 +version: "1.34"  ---  <svg>    <path d="M21 13c0 -3.87 -3.37 -7 -10 -7h-8" /> diff --git a/src/_icons/trash-off.svg b/src/_icons/trash-off.svg index fe69aff6..92fc851f 100644 --- a/src/_icons/trash-off.svg +++ b/src/_icons/trash-off.svg @@ -1,7 +1,7 @@  ---  category: System  tags: [bin, litter, recycle, remove, delete, throw, away, waste] -version: 1.31 +version: "1.31"  ---  <svg>    <line x1="3" y1="3" x2="21" y2="21" /> diff --git a/src/_icons/trash.svg b/src/_icons/trash.svg index 56d633a1..15185b72 100644 --- a/src/_icons/trash.svg +++ b/src/_icons/trash.svg @@ -1,7 +1,7 @@  ---  category: System  tags: [garbage, delete, remove, bin, ash-bin, uninstall, dustbin] -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="4" y1="7" x2="20" y2="7" /> diff --git a/src/_icons/tree.svg b/src/_icons/tree.svg index 6e464517..0690ad92 100644 --- a/src/_icons/tree.svg +++ b/src/_icons/tree.svg @@ -1,7 +1,7 @@  ---  tags: [nature, greenery, park, leaf, trunk, stem, root, forest, garden]  category: Map -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M12 13l-2 -2" /> diff --git a/src/_icons/trees.svg b/src/_icons/trees.svg index 66aa72fb..667929e9 100644 --- a/src/_icons/trees.svg +++ b/src/_icons/trees.svg @@ -1,7 +1,7 @@  ---  tags: [nature, greenery, park, leaf, trunk, stem, root, forest, garden]  category: Map -version: 1.35 +version: "1.35"  ---  <svg>    <path d="M16 5l3 3l-2 1l4 4l-3 1l4 4h-9" /> diff --git a/src/_icons/trending-down-2.svg b/src/_icons/trending-down-2.svg index 7f65918e..0e78aa7a 100644 --- a/src/_icons/trending-down-2.svg +++ b/src/_icons/trending-down-2.svg @@ -1,7 +1,7 @@  ---  tags: [arrow, decrease, fall]  category: Arrows -version: 1.35 +version: "1.35"  ---  <svg>    <path d="M3 6h5l7 10h6" /> diff --git a/src/_icons/trending-down-3.svg b/src/_icons/trending-down-3.svg index cd5894d8..11b24e90 100644 --- a/src/_icons/trending-down-3.svg +++ b/src/_icons/trending-down-3.svg @@ -1,7 +1,7 @@  ---  tags: [arrow, decrease, fall]  category: Arrows -version: 1.35 +version: "1.35"  ---  <svg>    <path d="M3 6h2.397a5 5 0 0 1 4.096 2.133l4.014 5.734a5 5 0 0 0 4.096 2.133h3.397" /> diff --git a/src/_icons/trending-down.svg b/src/_icons/trending-down.svg index 5dfbd8fa..fff853fd 100644 --- a/src/_icons/trending-down.svg +++ b/src/_icons/trending-down.svg @@ -1,7 +1,7 @@  ---  tags: [arrow, decrease, fall]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <polyline points="3 7 9 13 13 9 21 17" /> diff --git a/src/_icons/trending-up-2.svg b/src/_icons/trending-up-2.svg index 5780eac3..040f7666 100644 --- a/src/_icons/trending-up-2.svg +++ b/src/_icons/trending-up-2.svg @@ -1,7 +1,7 @@  ---  tags: [arrow, grow, increase]  category: Arrows -version: 1.35 +version: "1.35"  ---  <svg>    <path d="M18 5l3 3l-3 3" /> diff --git a/src/_icons/trending-up-3.svg b/src/_icons/trending-up-3.svg index 06114608..a1b9f533 100644 --- a/src/_icons/trending-up-3.svg +++ b/src/_icons/trending-up-3.svg @@ -1,7 +1,7 @@  ---  tags: [arrow, grow, increase]  category: Arrows -version: 1.35 +version: "1.35"  ---  <svg>    <path d="M18 5l3 3l-3 3" /> diff --git a/src/_icons/trending-up.svg b/src/_icons/trending-up.svg index eeaccebd..a37b8c18 100644 --- a/src/_icons/trending-up.svg +++ b/src/_icons/trending-up.svg @@ -1,7 +1,7 @@  ---  tags: [arrow, grow, increase]  category: Arrows -version: 1.0 +version: "1.0"  ---  <svg>    <polyline points="3 17 9 11 13 15 21 7" /> diff --git a/src/_icons/triangle-off.svg b/src/_icons/triangle-off.svg index f0d1e3e0..c70590e7 100644 --- a/src/_icons/triangle-off.svg +++ b/src/_icons/triangle-off.svg @@ -1,7 +1,7 @@  ---  tags: [shape, crossed, angle]  category: Shapes -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M5 19h14m1.986 -2.014a2 2 0 0 0 -.146 -.736l-7.1 -12.25a2 2 0 0 0 -3.5 0l-.825 1.424m-1.467 2.53l-4.808 8.296a2 2 0 0 0 1.75 2.75" /> diff --git a/src/_icons/triangle-square-circle.svg b/src/_icons/triangle-square-circle.svg index e638b82b..8466564f 100644 --- a/src/_icons/triangle-square-circle.svg +++ b/src/_icons/triangle-square-circle.svg @@ -1,7 +1,7 @@  ---  tags: [shape, geometry, round, angle]  category: Shapes -version: 1.21 +version: "1.21"  ---  <svg>    <path d="M12 3l-4 7h8z" /> diff --git a/src/_icons/triangle.svg b/src/_icons/triangle.svg index e467c6c2..69c91fd3 100644 --- a/src/_icons/triangle.svg +++ b/src/_icons/triangle.svg @@ -1,7 +1,7 @@  ---  category: Shapes  tags: [delta] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M5 19h14a2 2 0 0 0 1.84 -2.75l-7.1 -12.25a2 2 0 0 0 -3.5 0l-7.1 12.25a2 2 0 0 0 1.75 2.75" /> diff --git a/src/_icons/trident.svg b/src/_icons/trident.svg index 1dd6c5d7..4493bdb8 100644 --- a/src/_icons/trident.svg +++ b/src/_icons/trident.svg @@ -1,6 +1,6 @@  ---  tags: [three, spear, weapon, sharp, tool] -version: 1.18 +version: "1.18"  ---  <svg>    <path d="M3 6l2 -2v3a7 7 0 0 0 14 0v-3l2 2" /> diff --git a/src/_icons/trophy.svg b/src/_icons/trophy.svg index da50b25f..1d49dc08 100644 --- a/src/_icons/trophy.svg +++ b/src/_icons/trophy.svg @@ -1,6 +1,6 @@  ---  tags: [success, win, prize, winner] -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="8" y1="21" x2="16" y2="21" /> diff --git a/src/_icons/truck-delivery.svg b/src/_icons/truck-delivery.svg index eba4c34f..fe7df40e 100644 --- a/src/_icons/truck-delivery.svg +++ b/src/_icons/truck-delivery.svg @@ -1,7 +1,7 @@  ---  tags: [order, purchase, online, shop, store, e-commerce, lorry]  category: E-commerce -version: 1.11 +version: "1.11"  ---  <svg>    <circle cx="7" cy="17" r="2" /> diff --git a/src/_icons/truck-off.svg b/src/_icons/truck-off.svg index 95855dfa..2297961c 100644 --- a/src/_icons/truck-off.svg +++ b/src/_icons/truck-off.svg @@ -1,7 +1,7 @@  ---  tags: [order, purchase, online, shop, store, e-commerce, lorry]  category: Vehicles -version: 1.39 +version: "1.39"  ---  <svg>    <circle cx="7" cy="17" r="2" /> diff --git a/src/_icons/truck-return.svg b/src/_icons/truck-return.svg index 617d0818..04d6a726 100644 --- a/src/_icons/truck-return.svg +++ b/src/_icons/truck-return.svg @@ -1,7 +1,7 @@  ---  tags: [order, purchase, online, shop, store, e-commerce, lorry]  category: E-commerce -version: 1.11 +version: "1.11"  ---  <svg>    <circle cx="7" cy="17" r="2" /> diff --git a/src/_icons/truck.svg b/src/_icons/truck.svg index 50e55b22..957372dd 100644 --- a/src/_icons/truck.svg +++ b/src/_icons/truck.svg @@ -1,7 +1,7 @@  ---  tags: [transport, vahicle, van, lorry, cargo, delivery]  category: Vehicles -version: 1.5 +version: "1.5"  ---  <svg>    <circle cx="7" cy="17" r="2" /> diff --git a/src/_icons/typography.svg b/src/_icons/typography.svg index 0315d7a0..b59eb283 100644 --- a/src/_icons/typography.svg +++ b/src/_icons/typography.svg @@ -1,7 +1,7 @@  ---  tags: [type, display, typeface, point size, line length, line-spacing, letter-spacing, font]  category: Text -version: 1.5 +version: "1.5"  ---  <svg>    <line x1="4" y1="20" x2="7" y2="20" /> diff --git a/src/_icons/umbrella.svg b/src/_icons/umbrella.svg index 4c2e836f..8873f735 100644 --- a/src/_icons/umbrella.svg +++ b/src/_icons/umbrella.svg @@ -1,6 +1,6 @@  ---  tags: [rain, weather, storm, wet, autumn, fall] -version: 1.7 +version: "1.7"  ---  <svg>    <path d="M4 12a8 8 0 0 1 16 0z" /> diff --git a/src/_icons/underline.svg b/src/_icons/underline.svg index 0c4a6255..cbbe3d43 100644 --- a/src/_icons/underline.svg +++ b/src/_icons/underline.svg @@ -1,7 +1,7 @@  ---  tags: [underscore, emphasis, horizontal, typography]  category: Text -version: 1.1 +version: "1.1"  ---  <svg>    <path d="M7 5v5a5 5 0 0 0 10 0v-5" /> diff --git a/src/_icons/unlink.svg b/src/_icons/unlink.svg index 885a5485..1d640f07 100644 --- a/src/_icons/unlink.svg +++ b/src/_icons/unlink.svg @@ -1,7 +1,7 @@  ---  tags: [chain, url, address, remove, broke, unconnect]  category: Text -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" /> diff --git a/src/_icons/upload.svg b/src/_icons/upload.svg index 49291833..c9c604ee 100644 --- a/src/_icons/upload.svg +++ b/src/_icons/upload.svg @@ -1,7 +1,7 @@  ---  category: Arrows  tags: [file, arrow] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2" /> diff --git a/src/_icons/urgent.svg b/src/_icons/urgent.svg index 846c693a..840cbc79 100644 --- a/src/_icons/urgent.svg +++ b/src/_icons/urgent.svg @@ -1,6 +1,6 @@  ---  tags: [alert, important] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M8 16v-4a4 4 0 0 1 8 0v4" /> diff --git a/src/_icons/user-check.svg b/src/_icons/user-check.svg index db2a91c8..acc9caf2 100644 --- a/src/_icons/user-check.svg +++ b/src/_icons/user-check.svg @@ -1,6 +1,6 @@  ---  tags: [tick, person, account] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="9" cy="7" r="4" /> diff --git a/src/_icons/user-exclamation.svg b/src/_icons/user-exclamation.svg index 8a033913..b7363d82 100644 --- a/src/_icons/user-exclamation.svg +++ b/src/_icons/user-exclamation.svg @@ -1,6 +1,6 @@  ---  tags: [user, account, note, excitement, admiration, mark] -version: 1.8 +version: "1.8"  ---  <svg>    <circle cx="9" cy="7" r="4" /> diff --git a/src/_icons/user-minus.svg b/src/_icons/user-minus.svg index 4909ae55..80cbd7c8 100644 --- a/src/_icons/user-minus.svg +++ b/src/_icons/user-minus.svg @@ -1,6 +1,6 @@  ---  tags: [remove, cancel, person, account, unsubscribe] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="9" cy="7" r="4" /> diff --git a/src/_icons/user-off.svg b/src/_icons/user-off.svg index b8d78da5..fc91005b 100644 --- a/src/_icons/user-off.svg +++ b/src/_icons/user-off.svg @@ -1,6 +1,6 @@  ---  tags: [person, account] -version: 1.22 +version: "1.22"  ---  <svg>    <path d="M14.274 10.291a4 4 0 1 0 -5.554 -5.58m-.548 3.453a4.01 4.01 0 0 0 2.62 2.65" /> diff --git a/src/_icons/user-plus.svg b/src/_icons/user-plus.svg index d9ad3bda..f8954256 100644 --- a/src/_icons/user-plus.svg +++ b/src/_icons/user-plus.svg @@ -1,6 +1,6 @@  ---  tags: [add, create, new, person, people, follow, subscribe] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="9" cy="7" r="4" /> diff --git a/src/_icons/user-x.svg b/src/_icons/user-x.svg index 47abf8e2..f0349732 100644 --- a/src/_icons/user-x.svg +++ b/src/_icons/user-x.svg @@ -1,6 +1,6 @@  ---  tags: [cancel, remove, person, account, unsubscribe] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="9" cy="7" r="4" /> diff --git a/src/_icons/user.svg b/src/_icons/user.svg index 3f13fd5e..903f4045 100644 --- a/src/_icons/user.svg +++ b/src/_icons/user.svg @@ -1,6 +1,6 @@  ---  tags: [person, account] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="12" cy="7" r="4" /> diff --git a/src/_icons/users.svg b/src/_icons/users.svg index fa700158..6f901d40 100644 --- a/src/_icons/users.svg +++ b/src/_icons/users.svg @@ -1,6 +1,6 @@  ---  tags: [people, persons, accounts] -version: 1.7 +version: "1.7"  ---  <svg>    <circle cx="9" cy="7" r="4" /> diff --git a/src/_icons/vaccine.svg b/src/_icons/vaccine.svg index 9ee9aaac..c7ed36cf 100644 --- a/src/_icons/vaccine.svg +++ b/src/_icons/vaccine.svg @@ -1,6 +1,6 @@  ---  tags: [illness, sickness, disease, injection, medicine, medical, doctor, nurse] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M17 3l4 4" /> diff --git a/src/_icons/variable.svg b/src/_icons/variable.svg index c7692b14..c7a792b7 100644 --- a/src/_icons/variable.svg +++ b/src/_icons/variable.svg @@ -1,7 +1,7 @@  ---  tags: [maths, mathematics, science, calculate, function]  category: Math -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M5 4c-2.5 5 -2.5 10 0 16m14 -16c2.5 5 2.5 10 0 16m-10 -11h1c1 0 1 1 2.016 3.527c.984 2.473 .984 3.473 1.984 3.473h1" /> diff --git a/src/_icons/vector-beizer-2.svg b/src/_icons/vector-beizer-2.svg index dc896977..60cec398 100644 --- a/src/_icons/vector-beizer-2.svg +++ b/src/_icons/vector-beizer-2.svg @@ -1,7 +1,7 @@  ---  tags: [curve, parametric, design, vector graphics, representation]  category: Design -version: 1.27 +version: "1.27"  ---  <svg>    <rect x="3" y="3" width="4" height="4" rx="1" /> diff --git a/src/_icons/vector-bezier.svg b/src/_icons/vector-bezier.svg index ebf987a8..6c413eac 100644 --- a/src/_icons/vector-bezier.svg +++ b/src/_icons/vector-bezier.svg @@ -1,7 +1,7 @@  ---  tags: [curve, parametric, design, vector graphics, representation]  category: Design -version: 1.27 +version: "1.27"  ---  <svg>    <rect x="3" y="14" width="4" height="4" rx="1" /> diff --git a/src/_icons/vector-triangle.svg b/src/_icons/vector-triangle.svg index d4eb580e..2dcf9074 100644 --- a/src/_icons/vector-triangle.svg +++ b/src/_icons/vector-triangle.svg @@ -1,7 +1,7 @@  ---  tags: [curve, parametric, design, vector graphics, placement ]  category: Design -version: 1.17 +version: "1.17"  ---  <svg>    <rect x="10" y="4" width="4" height="4" rx="1" /> diff --git a/src/_icons/vector.svg b/src/_icons/vector.svg index 325d0159..e2662bcd 100644 --- a/src/_icons/vector.svg +++ b/src/_icons/vector.svg @@ -1,7 +1,7 @@  ---  tags: [curve, parametric, design, vector graphics, placement ]  category: Design -version: 1.17 +version: "1.17"  ---  <svg>    <rect x="3" y="3" width="4" height="4" rx="1" /> diff --git a/src/_icons/venus.svg b/src/_icons/venus.svg index 268f56eb..05379201 100644 --- a/src/_icons/venus.svg +++ b/src/_icons/venus.svg @@ -1,7 +1,7 @@  ---  tags: [female]  category: Symbols -version: 1.14 +version: "1.14"  ---  <svg>    <circle cx="12" cy="9" r="5" /> diff --git a/src/_icons/versions.svg b/src/_icons/versions.svg index c88c5eef..e7e7f722 100644 --- a/src/_icons/versions.svg +++ b/src/_icons/versions.svg @@ -1,6 +1,6 @@  ---  tags: [app, variation, different, variant, alternative] -version: 1.29 +version: "1.29"  ---  <svg>    <rect x="10" y="5" width="10" height="14" rx="2" /> diff --git a/src/_icons/video-minus.svg b/src/_icons/video-minus.svg index 102a09da..b735b040 100644 --- a/src/_icons/video-minus.svg +++ b/src/_icons/video-minus.svg @@ -1,7 +1,7 @@  ---  tags: [film, shoot, recording, taping, camera, remotion]  category: Media -version: 1.25 +version: "1.25"  ---  <svg>    <path d="M15 10l4.553 -2.276a1 1 0 0 1 1.447 .894v6.764a1 1 0 0 1 -1.447 .894l-4.553 -2.276v-4z" /> diff --git a/src/_icons/video-off.svg b/src/_icons/video-off.svg index 0c86cc59..408e54ec 100644 --- a/src/_icons/video-off.svg +++ b/src/_icons/video-off.svg @@ -1,7 +1,7 @@  ---  tags: [film, shoot, recording, taping, camera, end, complete ]  category: Media -version: 1.25 +version: "1.25"  ---  <svg>    <line x1="3" y1="3" x2="21" y2="21" /> diff --git a/src/_icons/video-plus.svg b/src/_icons/video-plus.svg index c6df16fa..15bf7777 100644 --- a/src/_icons/video-plus.svg +++ b/src/_icons/video-plus.svg @@ -1,7 +1,7 @@  ---  tags: [film, shoot, recording, taping, camera, closeup]  category: Media -version: 1.25 +version: "1.25"  ---  <svg>    <path d="M15 10l4.553 -2.276a1 1 0 0 1 1.447 .894v6.764a1 1 0 0 1 -1.447 .894l-4.553 -2.276v-4z" /> diff --git a/src/_icons/video.svg b/src/_icons/video.svg index 6a74e589..ba8e5e3c 100644 --- a/src/_icons/video.svg +++ b/src/_icons/video.svg @@ -1,7 +1,7 @@  ---  tags: [film, shoot, recording, taping, camera]  category: Media -version: 1.25 +version: "1.25"  ---  <svg>    <path d="M15 10l4.553 -2.276a1 1 0 0 1 1.447 .894v6.764a1 1 0 0 1 -1.447 .894l-4.553 -2.276v-4z" /> diff --git a/src/_icons/view-360.svg b/src/_icons/view-360.svg index 5d2c007a..ee93390b 100644 --- a/src/_icons/view-360.svg +++ b/src/_icons/view-360.svg @@ -1,6 +1,6 @@  ---  tags: [panoramic, degrees, image, around] -version: 1.33 +version: "1.33"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/viewfinder.svg b/src/_icons/viewfinder.svg index b64b05fd..1633940f 100644 --- a/src/_icons/viewfinder.svg +++ b/src/_icons/viewfinder.svg @@ -1,7 +1,7 @@  ---  category: Map  tags: [target, aim, focus] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/viewport-narrow.svg b/src/_icons/viewport-narrow.svg index 3a1e0b85..be5f6b22 100644 --- a/src/_icons/viewport-narrow.svg +++ b/src/_icons/viewport-narrow.svg @@ -1,7 +1,7 @@  ---  tags: [data, account, excel, tight]  category: Devices -version: 1.7 +version: "1.7"  ---  <svg>    <path d="M3 12h7l-3 -3m0 6l3 -3" /> diff --git a/src/_icons/viewport-wide.svg b/src/_icons/viewport-wide.svg index 404e9423..bae93e1b 100644 --- a/src/_icons/viewport-wide.svg +++ b/src/_icons/viewport-wide.svg @@ -1,7 +1,7 @@  ---  tags: [data, account, broad, excel]  category: Devices -version: 1.7 +version: "1.7"  ---  <svg>    <path d="M10 12h-7l3 -3m0 6l-3 -3" /> diff --git a/src/_icons/virus-off.svg b/src/_icons/virus-off.svg index 83d91c26..59709d94 100644 --- a/src/_icons/virus-off.svg +++ b/src/_icons/virus-off.svg @@ -1,6 +1,6 @@  ---  tags: [covid, coronavirus, biology, infection, infected, cell, viral, infectious, disease] -version: 1.31 +version: "1.31"  ---  <svg>    <line x1="3" y1="3" x2="21" y2="21" /> diff --git a/src/_icons/virus-search.svg b/src/_icons/virus-search.svg index bd506c94..f371b002 100644 --- a/src/_icons/virus-search.svg +++ b/src/_icons/virus-search.svg @@ -1,6 +1,6 @@  ---  tags: [covid, coronavirus, biology, infection, infected, cell, viral, infectious, disease] -version: 1.31 +version: "1.31"  ---  <svg>    <path d="M17 12a5 5 0 1 0 -5 5" /> diff --git a/src/_icons/virus.svg b/src/_icons/virus.svg index 36bc1769..9a0a7ef1 100644 --- a/src/_icons/virus.svg +++ b/src/_icons/virus.svg @@ -1,6 +1,6 @@  ---  tags: [infection, illness, cell, infectious, health] -version: 1.2 +version: "1.2"  ---  <svg>    <circle cx="12" cy="12" r="5" /> diff --git a/src/_icons/vocabulary.svg b/src/_icons/vocabulary.svg index c7ad99a8..117d3cc3 100644 --- a/src/_icons/vocabulary.svg +++ b/src/_icons/vocabulary.svg @@ -1,6 +1,6 @@  ---  category: Text -version: 1.40 +version: "1.40"  ---  <svg>    <path d="M10 19h-6a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1h6a2 2 0 0 1 2 2a2 2 0 0 1 2 -2h6a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-6a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2z" /> diff --git a/src/_icons/volume-2.svg b/src/_icons/volume-2.svg index 65533a1f..f10011c0 100644 --- a/src/_icons/volume-2.svg +++ b/src/_icons/volume-2.svg @@ -1,7 +1,7 @@  ---  category: Media  tags: [music, sound, speaker] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M15 8a5 5 0 0 1 0 8" /> diff --git a/src/_icons/volume-3.svg b/src/_icons/volume-3.svg index dfa6d718..8972f084 100644 --- a/src/_icons/volume-3.svg +++ b/src/_icons/volume-3.svg @@ -1,7 +1,7 @@  ---  category: Media  tags: [mute, music, sound, off, speaker] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M6 15h-2a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h2l3.5 -4.5a0.8 .8 0 0 1 1.5 .5v14a0.8 .8 0 0 1 -1.5 .5l-3.5 -4.5" /> diff --git a/src/_icons/volume.svg b/src/_icons/volume.svg index 2a345606..603cbc27 100644 --- a/src/_icons/volume.svg +++ b/src/_icons/volume.svg @@ -1,7 +1,7 @@  ---  category: Media  tags: [music, sound, speaker] -version: 1.0 +version: "1.0"  ---  <svg>    <path d="M15 8a5 5 0 0 1 0 8" /> diff --git a/src/_icons/walk.svg b/src/_icons/walk.svg index eb447c00..9061d3b7 100644 --- a/src/_icons/walk.svg +++ b/src/_icons/walk.svg @@ -1,7 +1,7 @@  ---  tags: [ambulation, dislocating, movement, motion, destination]  category: Sport -version: 1.14 +version: "1.14"  ---  <svg>    <circle cx="13" cy="4" r="1" /> diff --git a/src/_icons/wallet.svg b/src/_icons/wallet.svg index 45f13835..b82e2f5d 100644 --- a/src/_icons/wallet.svg +++ b/src/_icons/wallet.svg @@ -1,6 +1,6 @@  ---  tags: [money, pay, banknote, coin, payment, bank] -version: 1.2 +version: "1.2"  ---  <svg>    <path d="M17 8v-3a1 1 0 0 0 -1 -1h-10a2 2 0 0 0 0 4h12a1 1 0 0 1 1 1v3m0 4v3a1 1 0 0 1 -1 1h-12a2 2 0 0 1 -2 -2v-12" /> diff --git a/src/_icons/wand.svg b/src/_icons/wand.svg index 598c020f..6bd8f530 100644 --- a/src/_icons/wand.svg +++ b/src/_icons/wand.svg @@ -1,6 +1,6 @@  ---  tags: [magic, tool, color, pixel, design] -version: 1.5 +version: "1.5"  ---  <svg>    <polyline points="6 21 21 6 18 3 3 18 6 21" /> diff --git a/src/_icons/wave-saw-tool.svg b/src/_icons/wave-saw-tool.svg index 6fd41494..e053c761 100644 --- a/src/_icons/wave-saw-tool.svg +++ b/src/_icons/wave-saw-tool.svg @@ -1,6 +1,6 @@  ---  tags: [pulse, signal, ratio, rate, volume ] -version: 1.19 +version: "1.19"  ---  <svg>    <path d="M3 12h5l4 8v-16l4 8h5" /> diff --git a/src/_icons/wave-sine.svg b/src/_icons/wave-sine.svg index f6e3f97c..f34052df 100644 --- a/src/_icons/wave-sine.svg +++ b/src/_icons/wave-sine.svg @@ -1,6 +1,6 @@  ---  tags: [pulse, signal, ratio, rate, volume ] -version: 1.19 +version: "1.19"  ---  <svg>    <path d="M21 12h-2c-.894 0 -1.662 -.857 -1.761 -2c-.296 -3.45 -.749 -6 -2.749 -6s-2.5 3.582 -2.5 8s-.5 8 -2.5 8s-2.452 -2.547 -2.749 -6c-.1 -1.147 -.867 -2 -1.763 -2h-2" /> diff --git a/src/_icons/wave-square.svg b/src/_icons/wave-square.svg index d28a2508..0da7ee6d 100644 --- a/src/_icons/wave-square.svg +++ b/src/_icons/wave-square.svg @@ -1,6 +1,6 @@  ---  tags: [pulse, signal, ratio, rate, volume] -version: 1.19 +version: "1.19"  ---  <svg>    <path d="M3 12h5v8h4v-16h4v8h5" /> diff --git a/src/_icons/wifi-0.svg b/src/_icons/wifi-0.svg index a227f5ab..f45cd95b 100644 --- a/src/_icons/wifi-0.svg +++ b/src/_icons/wifi-0.svg @@ -1,7 +1,7 @@  ---  category: Devices  tags: [online, connection, signal, wireless] -version: 1.3 +version: "1.3"  ---  <svg>    <line x1="12" y1="18" x2="12.01" y2="18" /> diff --git a/src/_icons/wifi-1.svg b/src/_icons/wifi-1.svg index c30b6f82..518f872b 100644 --- a/src/_icons/wifi-1.svg +++ b/src/_icons/wifi-1.svg @@ -1,7 +1,7 @@  ---  category: Devices  tags: [online, connection, signal, wireless] -version: 1.3 +version: "1.3"  ---  <svg>    <line x1="12" y1="18" x2="12.01" y2="18" /> diff --git a/src/_icons/wifi-2.svg b/src/_icons/wifi-2.svg index d367467d..7b852882 100644 --- a/src/_icons/wifi-2.svg +++ b/src/_icons/wifi-2.svg @@ -1,7 +1,7 @@  ---  category: Devices  tags: [online, connection, signal, wireless] -version: 1.3 +version: "1.3"  ---  <svg>    <line x1="12" y1="18" x2="12.01" y2="18" /> diff --git a/src/_icons/wifi-off.svg b/src/_icons/wifi-off.svg index b01d4bf5..a91fde68 100644 --- a/src/_icons/wifi-off.svg +++ b/src/_icons/wifi-off.svg @@ -1,7 +1,7 @@  ---  category: Devices  tags: [online, connection, signal, wireless] -version: 1.22 +version: "1.22"  ---  <svg>    <line x1="12" y1="18" x2="12.01" y2="18" /> diff --git a/src/_icons/wifi.svg b/src/_icons/wifi.svg index e1f3c35d..81f89ebb 100644 --- a/src/_icons/wifi.svg +++ b/src/_icons/wifi.svg @@ -1,7 +1,7 @@  ---  category: Devices  tags: [online, connection, signal, wireless] -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="12" y1="18" x2="12.01" y2="18" /> diff --git a/src/_icons/wind.svg b/src/_icons/wind.svg index 25751dd8..c0107c34 100644 --- a/src/_icons/wind.svg +++ b/src/_icons/wind.svg @@ -1,7 +1,7 @@  ---  tags: [weather, breeze, tornado, typhoon, cyclone, hurricane]  category: Weather -version: 1.10 +version: "1.10"  ---  <svg>    <path d="M5 8h8.5a2.5 2.5 0 1 0 -2.34 -3.24" /> diff --git a/src/_icons/windmill.svg b/src/_icons/windmill.svg index dc27b5ef..2505df09 100644 --- a/src/_icons/windmill.svg +++ b/src/_icons/windmill.svg @@ -1,6 +1,6 @@  ---  tags: [generate, power, blade, energy, electricity] -version: 1.33 +version: "1.33"  ---  <svg>    <path d="M12 12c2.76 0 5 -2.01 5 -4.5s-2.24 -4.5 -5 -4.5v9z" /> diff --git a/src/_icons/window.svg b/src/_icons/window.svg index bd320112..2a932a1f 100644 --- a/src/_icons/window.svg +++ b/src/_icons/window.svg @@ -1,6 +1,6 @@  ---  tags: [house, view, glass, apartment, vehicle, light, frame, home, building] -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M12 3c-3.866 0 -7 3.272 -7 7v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1 -1v-10c0 -3.728 -3.134 -7 -7 -7z" /> diff --git a/src/_icons/wiper-wash.svg b/src/_icons/wiper-wash.svg index b7fc2a8c..e7fb1589 100644 --- a/src/_icons/wiper-wash.svg +++ b/src/_icons/wiper-wash.svg @@ -1,7 +1,7 @@  ---  tags: [car, pane, vehicle, sprinkler, scour]  category: Vehicles -version: 1.17 +version: "1.17"  ---  <svg>    <circle cx="12" cy="20" r="1" /> diff --git a/src/_icons/wiper.svg b/src/_icons/wiper.svg index f61b588e..cbfbfe89 100644 --- a/src/_icons/wiper.svg +++ b/src/_icons/wiper.svg @@ -1,7 +1,7 @@  ---  tags: [car, pane, vehicle, sprinkler, scour]  category: Vehicles -version: 1.17 +version: "1.17"  ---  <svg>    <circle cx="12" cy="18" r="1" /> diff --git a/src/_icons/woman.svg b/src/_icons/woman.svg index 80ff54f3..8e80aecd 100644 --- a/src/_icons/woman.svg +++ b/src/_icons/woman.svg @@ -1,6 +1,6 @@  ---  tags: [girl, female, gender] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="12" cy="5" r="2" /> diff --git a/src/_icons/world-latitude.svg b/src/_icons/world-latitude.svg index 52cb3ad4..010f1c01 100644 --- a/src/_icons/world-latitude.svg +++ b/src/_icons/world-latitude.svg @@ -1,7 +1,7 @@  ---  category: Map  tags: [earth, globe, global, language, union] -version: 1.26 +version: "1.26"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/world-longitude.svg b/src/_icons/world-longitude.svg index cabfd958..067803e3 100644 --- a/src/_icons/world-longitude.svg +++ b/src/_icons/world-longitude.svg @@ -1,7 +1,7 @@  ---  category: Map  tags: [earth, globe, global, language, union] -version: 1.26 +version: "1.26"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/world.svg b/src/_icons/world.svg index 2d956526..1f95c3b0 100644 --- a/src/_icons/world.svg +++ b/src/_icons/world.svg @@ -1,7 +1,7 @@  ---  category: Map  tags: [earth, globe, global, language, union] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/wrecking-ball.svg b/src/_icons/wrecking-ball.svg index b48558ea..955f629e 100644 --- a/src/_icons/wrecking-ball.svg +++ b/src/_icons/wrecking-ball.svg @@ -1,7 +1,7 @@  ---  tags: [demolish, building, wrecker, metal, swing, knock, down]  category: Vehicles -version: 1.34 +version: "1.34"  ---  <svg>    <circle cx="19" cy="13" r="2" /> diff --git a/src/_icons/writing-sign.svg b/src/_icons/writing-sign.svg index 1656a32f..e6419b8f 100644 --- a/src/_icons/writing-sign.svg +++ b/src/_icons/writing-sign.svg @@ -1,7 +1,7 @@  ---  tags: [name, certficate, sign, edit, write, document, writing, pen]  category: Text -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M3 19c3.333 -2 5 -4 5 -6c0 -3 -1 -3 -2 -3s-2.032 1.085 -2 3c.034 2.048 1.658 2.877 2.5 4c1.5 2 2.5 2.5 3.5 1c.667 -1 1.167 -1.833 1.5 -2.5c1 2.333 2.333 3.5 4 3.5h2.5" /> diff --git a/src/_icons/writing.svg b/src/_icons/writing.svg index e2d6477e..15e48f91 100644 --- a/src/_icons/writing.svg +++ b/src/_icons/writing.svg @@ -1,7 +1,7 @@  ---  tags: [name, certficate, sign, edit, write, document, pen, drawing, contract, signature]  category: Text -version: 1.39 +version: "1.39"  ---  <svg>    <path d="M20 17v-12c0 -1.121 -.879 -2 -2 -2s-2 .879 -2 2v12l2 2l2 -2z" /> diff --git a/src/_icons/x.svg b/src/_icons/x.svg index 3ae6e1d8..92886da1 100644 --- a/src/_icons/x.svg +++ b/src/_icons/x.svg @@ -1,6 +1,6 @@  ---  tags: [cancel, remove, delete, empty] -version: 1.0 +version: "1.0"  ---  <svg>    <line x1="18" y1="6" x2="6" y2="18" /> diff --git a/src/_icons/yin-yang.svg b/src/_icons/yin-yang.svg index 1356a66e..ab69377d 100644 --- a/src/_icons/yin-yang.svg +++ b/src/_icons/yin-yang.svg @@ -1,7 +1,7 @@  ---  tags: [equality, good, evil, balance, peace]  category: Symbols -version: 1.10 +version: "1.10"  ---  <svg>    <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/zodiac-aquarius.svg b/src/_icons/zodiac-aquarius.svg index d75dc706..8d947885 100644 --- a/src/_icons/zodiac-aquarius.svg +++ b/src/_icons/zodiac-aquarius.svg @@ -1,7 +1,7 @@  ---  tags: [sign, horoscope, constellation, stars]  category: Zodiac -version: 1.17 +version: "1.17"  ---  <svg>    <path d="M3 10l3 -3l3 3l3 -3l3 3l3 -3l3 3" /> diff --git a/src/_icons/zodiac-aries.svg b/src/_icons/zodiac-aries.svg index 5f8071a1..e79b69cc 100644 --- a/src/_icons/zodiac-aries.svg +++ b/src/_icons/zodiac-aries.svg @@ -1,7 +1,7 @@  ---  tags: [sign, horoscope, constellation, stars]  category: Zodiac -version: 1.17 +version: "1.17"  ---  <svg>    <path d="M12 5a5 5 0 1 0 -4 8" /> diff --git a/src/_icons/zodiac-cancer.svg b/src/_icons/zodiac-cancer.svg index 87a407a9..78097294 100644 --- a/src/_icons/zodiac-cancer.svg +++ b/src/_icons/zodiac-cancer.svg @@ -1,7 +1,7 @@  ---  tags: [sign, horoscope, constellation, stars]  category: Zodiac -version: 1.17 +version: "1.17"  ---  <svg>    <circle cx="6" cy="12" r="3" /> diff --git a/src/_icons/zodiac-capricorn.svg b/src/_icons/zodiac-capricorn.svg index 4f4d1ae6..22207b49 100644 --- a/src/_icons/zodiac-capricorn.svg +++ b/src/_icons/zodiac-capricorn.svg @@ -1,7 +1,7 @@  ---  tags: [sign, horoscope, constellation, stars]  category: Zodiac -version: 1.17 +version: "1.17"  ---  <svg>    <path d="M4 4a3 3 0 0 1 3 3v9" /> diff --git a/src/_icons/zodiac-gemini.svg b/src/_icons/zodiac-gemini.svg index 6674365e..ab6f4918 100644 --- a/src/_icons/zodiac-gemini.svg +++ b/src/_icons/zodiac-gemini.svg @@ -1,7 +1,7 @@  ---  tags: [sign, horoscope, constellation, stars]  category: Zodiac -version: 1.17 +version: "1.17"  ---  <svg>    <path d="M3 3a21 21 0 0 0 18 0" /> diff --git a/src/_icons/zodiac-leo.svg b/src/_icons/zodiac-leo.svg index 2e714bf1..62ee1604 100644 --- a/src/_icons/zodiac-leo.svg +++ b/src/_icons/zodiac-leo.svg @@ -1,7 +1,7 @@  ---  tags: [sign, horoscope, constellation, stars]  category: Zodiac -version: 1.17 +version: "1.17"  ---  <svg>    <path d="M13 17a4 4 0 1 0 8 0" /> diff --git a/src/_icons/zodiac-libra.svg b/src/_icons/zodiac-libra.svg index 0e55fbfb..f7f94fec 100644 --- a/src/_icons/zodiac-libra.svg +++ b/src/_icons/zodiac-libra.svg @@ -1,7 +1,7 @@  ---  tags: [sign, horoscope, constellation, stars]  category: Zodiac -version: 1.17 +version: "1.17"  ---  <svg>    <line x1="5" y1="20" x2="19" y2="20" /> diff --git a/src/_icons/zodiac-pisces.svg b/src/_icons/zodiac-pisces.svg index 4ee26c72..446c733f 100644 --- a/src/_icons/zodiac-pisces.svg +++ b/src/_icons/zodiac-pisces.svg @@ -1,7 +1,7 @@  ---  tags: [sign, horoscope, constellation, stars]  category: Zodiac -version: 1.17 +version: "1.17"  ---  <svg>    <path d="M5 3a21 21 0 0 1 0 18" /> diff --git a/src/_icons/zodiac-sagittarius.svg b/src/_icons/zodiac-sagittarius.svg index 8b75223f..83240436 100644 --- a/src/_icons/zodiac-sagittarius.svg +++ b/src/_icons/zodiac-sagittarius.svg @@ -1,7 +1,7 @@  ---  tags: [sign, horoscope, constellation, stars]  category: Zodiac -version: 1.17 +version: "1.17"  ---  <svg>    <line x1="4" y1="20" x2="20" y2="4" /> diff --git a/src/_icons/zodiac-scorpio.svg b/src/_icons/zodiac-scorpio.svg index 32c96bfc..f086e658 100644 --- a/src/_icons/zodiac-scorpio.svg +++ b/src/_icons/zodiac-scorpio.svg @@ -1,7 +1,7 @@  ---  tags: [sign, horoscope, constellation, stars]  category: Zodiac -version: 1.17 +version: "1.17"  ---  <svg>    <path d="M3 4a2 2 0 0 1 2 2v9" /> diff --git a/src/_icons/zodiac-taurus.svg b/src/_icons/zodiac-taurus.svg index 2356948c..fb750368 100644 --- a/src/_icons/zodiac-taurus.svg +++ b/src/_icons/zodiac-taurus.svg @@ -1,7 +1,7 @@  ---  tags: [sign, horoscope, constellation, stars]  category: Zodiac -version: 1.17 +version: "1.17"  ---  <svg>    <path d="M6 3a6 6 0 0 0 12 0" /> diff --git a/src/_icons/zodiac-virgo.svg b/src/_icons/zodiac-virgo.svg index e2ffa5b8..c2006e8e 100644 --- a/src/_icons/zodiac-virgo.svg +++ b/src/_icons/zodiac-virgo.svg @@ -1,7 +1,7 @@  ---  tags: [sign, horoscope, constellation, stars]  category: Zodiac -version: 1.17 +version: "1.17"  ---  <svg>    <path d="M3 4a2 2 0 0 1 2 2v9" /> diff --git a/src/_icons/zoom-cancel.svg b/src/_icons/zoom-cancel.svg index ba01373d..41802f38 100644 --- a/src/_icons/zoom-cancel.svg +++ b/src/_icons/zoom-cancel.svg @@ -1,7 +1,7 @@  ---  category: Map  tags: [magnifying glass] -version: 1.11 +version: "1.11"  ---  <svg>    <circle cx="10" cy="10" r="7" /> diff --git a/src/_icons/zoom-check.svg b/src/_icons/zoom-check.svg index d3bc47c2..fc6935e5 100644 --- a/src/_icons/zoom-check.svg +++ b/src/_icons/zoom-check.svg @@ -1,6 +1,6 @@  ---  tags: [verify, magnifying, glass, magnifier, ok, done] -version: 1.39 +version: "1.39"  ---  <svg>    <circle cx="10" cy="10" r="7" /> diff --git a/src/_icons/zoom-in.svg b/src/_icons/zoom-in.svg index a0a1f726..3c7324f6 100644 --- a/src/_icons/zoom-in.svg +++ b/src/_icons/zoom-in.svg @@ -1,7 +1,7 @@  ---  category: Map  tags: [magnifying glass] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="10" cy="10" r="7" /> diff --git a/src/_icons/zoom-money.svg b/src/_icons/zoom-money.svg index 18c2bd67..45af29cf 100644 --- a/src/_icons/zoom-money.svg +++ b/src/_icons/zoom-money.svg @@ -1,6 +1,6 @@  ---  tags: [magnifying, glass, magnifier, earn, pay, sum, total, finance, financial] -version: 1.39 +version: "1.39"  ---  <svg>    <circle cx="10" cy="10" r="7" /> diff --git a/src/_icons/zoom-out.svg b/src/_icons/zoom-out.svg index 2196698f..c870c92c 100644 --- a/src/_icons/zoom-out.svg +++ b/src/_icons/zoom-out.svg @@ -1,7 +1,7 @@  ---  category: Map  tags: [magnifying glass] -version: 1.0 +version: "1.0"  ---  <svg>    <circle cx="10" cy="10" r="7" /> diff --git a/src/_icons/zoom-question.svg b/src/_icons/zoom-question.svg index 5c6de8c8..f6a6388f 100644 --- a/src/_icons/zoom-question.svg +++ b/src/_icons/zoom-question.svg @@ -1,6 +1,6 @@  ---  category: Map -version: 1.37 +version: "1.37"  ---  <svg>    <circle cx="10" cy="10" r="7" /> @@ -1,17664 +1,6402 @@ -{ +{     "2fa": {      "category": "", -    "tags": [ -      "2fa", -      "login", -      "password", -      "verification", -      "code", -      "two-step" -    ], -    "version": "1.17", -    "unicode": "eca0" -  }, +    "tags": ["2fa", "login", "password", "verification", "code", "two-step"], +    "version": "1.17" +  },     "3d-cube-sphere": {      "category": "", -    "tags": [ -      "3d", -      "cube", -      "sphere", -      "printing", -      "vector", -      "shape" -    ], -    "version": "1.2", -    "unicode": "ecd7" -  }, +    "tags": ["3d", "cube", "sphere", "printing", "vector", "shape"], +    "version": "1.20" +  },     "a-b": {      "category": "", -    "tags": [ -      "a", -      "b", -      "test", -      "visual", -      "user" -    ], -    "version": "1.11", -    "unicode": "ec36" -  }, +    "tags": ["a", "b", "test", "visual", "user"], +    "version": "1.11" +  },     "access-point-off": {      "category": "Devices", -    "tags": [ -      "access", -      "point", -      "off", -      "device", -      "hosts", -      "airwaves", -      "wireless", -      "network" -    ], -    "version": "1.25", -    "unicode": "ed1a" -  }, +    "tags": ["access", "point", "off", "device", "hosts", "airwaves", "wireless", "network"], +    "version": "1.25" +  },     "access-point": {      "category": "Devices", -    "tags": [ -      "access", -      "point", -      "device", -      "hosts", -      "airwaves", -      "wireless", -      "network" -    ], -    "version": "1.25", -    "unicode": "ed1b" -  }, +    "tags": ["access", "point", "device", "hosts", "airwaves", "wireless", "network"], +    "version": "1.25" +  },     "accessible": {      "category": "", -    "tags": [ -      "accessible", -      "low-vision", -      "blind", -      "disability", -      "handicapped" -    ], -    "version": "1.4", -    "unicode": "eba9" -  }, +    "tags": ["accessible", "low-vision", "blind", "disability", "handicapped"], +    "version": "1.4" +  },     "activity": {      "category": "", -    "tags": [ -      "activity", -      "pulse", -      "motion", -      "health", -      "action" -    ], -    "version": "1.0", -    "unicode": "ed23" -  }, +    "tags": ["activity", "pulse", "motion", "health", "action"], +    "version": "1.0" +  },     "ad": {      "category": "", -    "tags": [ -      "ad", -      "advert", -      "advertisement", -      "marketing", -      "commercial", -      "traffic" -    ], -    "version": "1.1", -    "unicode": "ea02" -  }, +    "tags": ["ad", "advert", "advertisement", "marketing", "commercial", "traffic"], +    "version": "1.1" +  },     "adjustments-alt": {      "category": "System", -    "tags": [ -      "adjustments", -      "alt", -      "equalizer", -      "sliders", -      "controls", -      "settings", -      "filter" -    ], -    "version": "1.11", -    "unicode": "ec37" -  }, +    "tags": ["adjustments", "alt", "equalizer", "sliders", "controls", "settings", "filter"], +    "version": "1.11" +  },     "adjustments-horizontal": {      "category": "System", -    "tags": [ -      "adjustments", -      "horizontal", -      "equalizer", -      "sliders", -      "controls", -      "settings", -      "filter" -    ], -    "version": "1.11", -    "unicode": "ec38" -  }, +    "tags": ["adjustments", "horizontal", "equalizer", "sliders", "controls", "settings", "filter"], +    "version": "1.11" +  },     "adjustments": {      "category": "System", -    "tags": [ -      "adjustments", -      "equalizer", -      "sliders", -      "controls", -      "settings", -      "filter" -    ], -    "version": "1.0", -    "unicode": "ea03" -  }, +    "tags": ["adjustments", "equalizer", "sliders", "controls", "settings", "filter"], +    "version": "1.0" +  },     "aerial-lift": {      "category": "Vehicles", -    "tags": [ -      "aerial", -      "lift", -      "cable", -      "car", -      "gondola", -      "mountains", -      "ski", -      "tramway" -    ], -    "version": "1.39", -    "unicode": "edfe" -  }, +    "tags": ["aerial", "lift", "cable", "car", "gondola", "mountains", "ski", "tramway"], +    "version": "1.39" +  },     "affiliate": {      "category": "", -    "tags": [ -      "affiliate", -      "network", -      "connection", -      "collaboration", -      "people", -      "connect", -      "organization", -      "networking" -    ], -    "version": "1.39", -    "unicode": "edff" -  }, +    "tags": ["affiliate", "network", "connection", "collaboration", "people", "connect", "organization", "networking"], +    "version": "1.39" +  },     "alarm": {      "category": "", -    "tags": [ -      "alarm", -      "time", -      "watch", -      "clock", -      "ring" -    ], -    "version": "1.1", -    "unicode": "ea04" -  }, +    "tags": ["alarm", "time", "watch", "clock", "ring"], +    "version": "1.1" +  },     "alert-circle": {      "category": "", -    "tags": [ -      "alert", -      "circle", -      "warning", -      "danger", -      "caution", -      "risk" -    ], -    "version": "1.0", -    "unicode": "ea05" -  }, +    "tags": ["alert", "circle", "warning", "danger", "caution", "risk"], +    "version": "1.0" +  },     "alert-octagon": {      "category": "", -    "tags": [ -      "alert", -      "octagon", -      "warning", -      "danger", -      "caution", -      "risk" -    ], -    "version": "1.19", -    "unicode": "ecc6" -  }, +    "tags": ["alert", "octagon", "warning", "danger", "caution", "risk"], +    "version": "1.19" +  },     "alert-triangle": {      "category": "", -    "tags": [ -      "alert", -      "triangle", -      "warning", -      "danger", -      "caution", -      "risk" -    ], -    "version": "1.0", -    "unicode": "ea06" -  }, +    "tags": ["alert", "triangle", "warning", "danger", "caution", "risk"], +    "version": "1.0" +  },     "alien": {      "category": "", -    "tags": [ -      "alien", -      "universe", -      "extraterrestrial", -      "ufo", -      "space", -      "galaxy", -      "planet" -    ], -    "version": "1.7", -    "unicode": "ebde" -  }, +    "tags": ["alien", "universe", "extraterrestrial", "ufo", "space", "galaxy", "planet"], +    "version": "1.7" +  },     "align-center": {      "category": "Text", -    "tags": [ -      "align", -      "center", -      "text", -      "alignment", -      "position" -    ], -    "version": "1.0", -    "unicode": "ea07" -  }, +    "tags": ["align", "center", "text", "alignment", "position"], +    "version": "1.0" +  },     "align-justified": {      "category": "Text", -    "tags": [ -      "align", -      "justified", -      "text", -      "alignment", -      "position" -    ], -    "version": "1.0", -    "unicode": "ea08" -  }, +    "tags": ["align", "justified", "text", "alignment", "position"], +    "version": "1.0" +  },     "align-left": {      "category": "Text", -    "tags": [ -      "align", -      "left", -      "text", -      "alignment", -      "position" -    ], -    "version": "1.0", -    "unicode": "ea09" -  }, +    "tags": ["align", "left", "text", "alignment", "position"], +    "version": "1.0" +  },     "align-right": {      "category": "Text", -    "tags": [ -      "align", -      "right", -      "text", -      "alignment", -      "position" -    ], -    "version": "1.0", -    "unicode": "ea0a" -  }, +    "tags": ["align", "right", "text", "alignment", "position"], +    "version": "1.0" +  },     "ambulance": {      "category": "Vehicles", -    "tags": [ -      "ambulance", -      "vehicle", -      "car", -      "hospital", -      "ward", -      "doctor", -      "rescuer" -    ], -    "version": "1.8", -    "unicode": "ebf5" -  }, +    "tags": ["ambulance", "vehicle", "car", "hospital", "ward", "doctor", "rescuer"], +    "version": "1.8" +  },     "anchor": {      "category": "Map", -    "tags": [ -      "anchor", -      "hold", -      "ship", -      "harbor", -      "docks" -    ], -    "version": "1.3", -    "unicode": "eb76" -  }, +    "tags": ["anchor", "hold", "ship", "harbor", "docks"], +    "version": "1.3" +  },     "antenna-bars-1": {      "category": "Devices", -    "tags": [ -      "antenna", -      "bars", -      "1", -      "signal", -      "wireless", -      "wi-fi", -      "quality" -    ], -    "version": "1.19", -    "unicode": "ecc7" -  }, +    "tags": ["antenna", "bars", "1", "signal", "wireless", "wi-fi", "quality"], +    "version": "1.19" +  },     "antenna-bars-2": {      "category": "Devices", -    "tags": [ -      "antenna", -      "bars", -      "2", -      "signal", -      "wireless", -      "wi-fi", -      "quality" -    ], -    "version": "1.19", -    "unicode": "ecc8" -  }, +    "tags": ["antenna", "bars", "2", "signal", "wireless", "wi-fi", "quality"], +    "version": "1.19" +  },     "antenna-bars-3": {      "category": "Devices", -    "tags": [ -      "antenna", -      "bars", -      "3", -      "signal", -      "wireless", -      "wi-fi", -      "quality" -    ], -    "version": "1.19", -    "unicode": "ecc9" -  }, +    "tags": ["antenna", "bars", "3", "signal", "wireless", "wi-fi", "quality"], +    "version": "1.19" +  },     "antenna-bars-4": {      "category": "Devices", -    "tags": [ -      "antenna", -      "bars", -      "4", -      "signal", -      "wireless", -      "wi-fi", -      "quality" -    ], -    "version": "1.19", -    "unicode": "ecca" -  }, +    "tags": ["antenna", "bars", "4", "signal", "wireless", "wi-fi", "quality"], +    "version": "1.19" +  },     "antenna-bars-5": {      "category": "Devices", -    "tags": [ -      "antenna", -      "bars", -      "5", -      "signal", -      "wireless", -      "wi-fi", -      "quality" -    ], -    "version": "1.19", -    "unicode": "eccb" -  }, +    "tags": ["antenna", "bars", "5", "signal", "wireless", "wi-fi", "quality"], +    "version": "1.19" +  },     "aperture": {      "category": "Photography", -    "tags": [ -      "aperture", -      "hole", -      "opening", -      "vent" -    ], -    "version": "1.2", -    "unicode": "eb58" -  }, +    "tags": ["aperture", "hole", "opening", "vent"], +    "version": "1.2" +  },     "apps": {      "category": "", -    "tags": [ -      "apps", -      "application", -      "add-on", -      "user", -      "download", -      "mobile" -    ], -    "version": "1.5", -    "unicode": "ebb6" -  }, +    "tags": ["apps", "application", "add-on", "user", "download", "mobile"], +    "version": "1.5" +  },     "archive": {      "category": "", -    "tags": [ -      "archive", -      "box", -      "index", -      "records", -      "old", -      "collect" -    ], -    "version": "1.0", -    "unicode": "ea0b" -  }, +    "tags": ["archive", "box", "index", "records", "old", "collect"], +    "version": "1.0" +  },     "arrow-back-up": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "back", -      "up", -      "pointer", -      "return", -      "revert", -      "reverse" -    ], -    "version": "1.3", -    "unicode": "eb77" -  }, +    "tags": ["arrow", "back", "up", "pointer", "return", "revert", "reverse"], +    "version": "1.3" +  },     "arrow-back": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "back", -      "pointer", -      "return", -      "revert", -      "reverse" -    ], -    "version": "1.1", -    "unicode": "ea0c" -  }, +    "tags": ["arrow", "back", "pointer", "return", "revert", "reverse"], +    "version": "1.1" +  },     "arrow-bar-down": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "bar", -      "down", -      "drag", -      "move" -    ], -    "version": "1.0", -    "unicode": "ea0d" -  }, +    "tags": ["arrow", "bar", "down", "drag", "move"], +    "version": "1.0" +  },     "arrow-bar-left": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "bar", -      "left", -      "drag", -      "move" -    ], -    "version": "1.0", -    "unicode": "ea0e" -  }, +    "tags": ["arrow", "bar", "left", "drag", "move"], +    "version": "1.0" +  },     "arrow-bar-right": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "bar", -      "right", -      "drag", -      "move" -    ], -    "version": "1.0", -    "unicode": "ea0f" -  }, +    "tags": ["arrow", "bar", "right", "drag", "move"], +    "version": "1.0" +  },     "arrow-bar-to-down": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "bar", -      "to", -      "down", -      "drag", -      "move" -    ], -    "version": "1.15", -    "unicode": "ec88" -  }, +    "tags": ["arrow", "bar", "to", "down", "drag", "move"], +    "version": "1.15" +  },     "arrow-bar-to-left": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "bar", -      "to", -      "left", -      "drag", -      "move" -    ], -    "version": "1.15", -    "unicode": "ec89" -  }, +    "tags": ["arrow", "bar", "to", "left", "drag", "move"], +    "version": "1.15" +  },     "arrow-bar-to-right": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "bar", -      "to", -      "right", -      "drag", -      "move" -    ], -    "version": "1.15", -    "unicode": "ec8a" -  }, +    "tags": ["arrow", "bar", "to", "right", "drag", "move"], +    "version": "1.15" +  },     "arrow-bar-to-up": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "bar", -      "to", -      "up", -      "drag", -      "move" -    ], -    "version": "1.15", -    "unicode": "ec8b" -  }, +    "tags": ["arrow", "bar", "to", "up", "drag", "move"], +    "version": "1.15" +  },     "arrow-bar-up": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "bar", -      "up", -      "drag", -      "move" -    ], -    "version": "1.0", -    "unicode": "ea10" -  }, +    "tags": ["arrow", "bar", "up", "drag", "move"], +    "version": "1.0" +  },     "arrow-big-down": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "big", -      "down" -    ], -    "version": "1.37", -    "unicode": "edda" -  }, +    "tags": ["arrow", "big", "down"], +    "version": "1.37" +  },     "arrow-big-left": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "big", -      "left" -    ], -    "version": "1.37", -    "unicode": "eddb" -  }, +    "tags": ["arrow", "big", "left"], +    "version": "1.37" +  },     "arrow-big-right": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "big", -      "right" -    ], -    "version": "1.37", -    "unicode": "eddc" -  }, +    "tags": ["arrow", "big", "right"], +    "version": "1.37" +  },     "arrow-big-top": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "big", -      "top" -    ], -    "version": "1.37", -    "unicode": "eddd" -  }, +    "tags": ["arrow", "big", "top"], +    "version": "1.37" +  },     "arrow-bottom-bar": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "bottom", -      "bar", -      "drag", -      "move" -    ], -    "version": "1.35", -    "unicode": "ed98" -  }, +    "tags": ["arrow", "bottom", "bar", "drag", "move"], +    "version": "1.35" +  },     "arrow-bottom-circle": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "bottom", -      "circle", -      "drag", -      "move" -    ], -    "version": "1.35", -    "unicode": "ed99" -  }, +    "tags": ["arrow", "bottom", "circle", "drag", "move"], +    "version": "1.35" +  },     "arrow-bottom-square": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "bottom", -      "square", -      "drag", -      "move" -    ], -    "version": "1.35", -    "unicode": "ed9a" -  }, +    "tags": ["arrow", "bottom", "square", "drag", "move"], +    "version": "1.35" +  },     "arrow-bottom-tail": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "bottom", -      "tail", -      "drag", -      "move" -    ], -    "version": "1.35", -    "unicode": "ed9b" -  }, +    "tags": ["arrow", "bottom", "tail", "drag", "move"], +    "version": "1.35" +  },     "arrow-down-circle": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "down", -      "circle", -      "proceed", -      "swipe", -      "below", -      "bottom" -    ], -    "version": "1.0", -    "unicode": "ea11" -  }, +    "tags": ["arrow", "down", "circle", "proceed", "swipe", "below", "bottom"], +    "version": "1.0" +  },     "arrow-down-left-circle": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "down", -      "left", -      "circle", -      "corner", -      "bottom", -      "point" -    ], -    "version": "1.0", -    "unicode": "ea12" -  }, +    "tags": ["arrow", "down", "left", "circle", "corner", "bottom", "point"], +    "version": "1.0" +  },     "arrow-down-left": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "down", -      "left", -      "corner", -      "bottom", -      "point" -    ], -    "version": "1.0", -    "unicode": "ea13" -  }, +    "tags": ["arrow", "down", "left", "corner", "bottom", "point"], +    "version": "1.0" +  },     "arrow-down-right-circle": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "down", -      "right", -      "circle", -      "corner", -      "bottom", -      "point" -    ], -    "version": "1.0", -    "unicode": "ea14" -  }, +    "tags": ["arrow", "down", "right", "circle", "corner", "bottom", "point"], +    "version": "1.0" +  },     "arrow-down-right": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "down", -      "right", -      "corner", -      "bottom", -      "point" -    ], -    "version": "1.0", -    "unicode": "ea15" -  }, +    "tags": ["arrow", "down", "right", "corner", "bottom", "point"], +    "version": "1.0" +  },     "arrow-down": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "down", -      "proceed", -      "swipe", -      "below", -      "bottom" -    ], -    "version": "1.0", -    "unicode": "ea16" -  }, +    "tags": ["arrow", "down", "proceed", "swipe", "below", "bottom"], +    "version": "1.0" +  },     "arrow-forward-up": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "forward", -      "up", -      "point", -      "turn", -      "next" -    ], -    "version": "1.3", -    "unicode": "eb78" -  }, +    "tags": ["arrow", "forward", "up", "point", "turn", "next"], +    "version": "1.3" +  },     "arrow-forward": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "forward", -      "point", -      "turn", -      "next" -    ], -    "version": "1.1", -    "unicode": "ea17" -  }, +    "tags": ["arrow", "forward", "point", "turn", "next"], +    "version": "1.1" +  },     "arrow-left-bar": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "left", -      "bar", -      "drag", -      "move" -    ], -    "version": "1.35", -    "unicode": "ed9c" -  }, +    "tags": ["arrow", "left", "bar", "drag", "move"], +    "version": "1.35" +  },     "arrow-left-circle": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "left", -      "circle", -      "drag", -      "move" -    ], -    "version": "1.35", -    "unicode": "ea18" -  }, +    "tags": ["arrow", "left", "circle", "drag", "move"], +    "version": "1.35" +  },     "arrow-left-square": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "left", -      "square", -      "drag", -      "move" -    ], -    "version": "1.35", -    "unicode": "ed9d" -  }, +    "tags": ["arrow", "left", "square", "drag", "move"], +    "version": "1.35" +  },     "arrow-left-tail": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "left", -      "tail", -      "drag", -      "move" -    ], -    "version": "1.35", -    "unicode": "ed9e" -  }, +    "tags": ["arrow", "left", "tail", "drag", "move"], +    "version": "1.35" +  },     "arrow-left": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "left", -      "back", -      "swipe", -      "return" -    ], -    "version": "1.0", -    "unicode": "ea19" -  }, +    "tags": ["arrow", "left", "back", "swipe", "return"], +    "version": "1.0" +  },     "arrow-loop-left": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "loop", -      "left", -      "drag", -      "move", -      "turn" -    ], -    "version": "1.35", -    "unicode": "ed9f" -  }, +    "tags": ["arrow", "loop", "left", "drag", "move", "turn"], +    "version": "1.35" +  },     "arrow-loop-right": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "loop", -      "right", -      "drag", -      "move", -      "turn" -    ], -    "version": "1.35", -    "unicode": "eda0" -  }, +    "tags": ["arrow", "loop", "right", "drag", "move", "turn"], +    "version": "1.35" +  },     "arrow-narrow-down": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "narrow", -      "down", -      "bottom", -      "proceed", -      "swipe", -      "next" -    ], -    "version": "1.0", -    "unicode": "ea1a" -  }, +    "tags": ["arrow", "narrow", "down", "bottom", "proceed", "swipe", "next"], +    "version": "1.0" +  },     "arrow-narrow-left": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "narrow", -      "left", -      "back", -      "previous", -      "pointer", -      "point" -    ], -    "version": "1.0", -    "unicode": "ea1b" -  }, +    "tags": ["arrow", "narrow", "left", "back", "previous", "pointer", "point"], +    "version": "1.0" +  },     "arrow-narrow-right": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "narrow", -      "right", -      "next", -      "proceed", -      "point", -      "pointer" -    ], -    "version": "1.0", -    "unicode": "ea1c" -  }, +    "tags": ["arrow", "narrow", "right", "next", "proceed", "point", "pointer"], +    "version": "1.0" +  },     "arrow-narrow-up": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "narrow", -      "up", -      "top", -      "point" -    ], -    "version": "1.0", -    "unicode": "ea1d" -  }, +    "tags": ["arrow", "narrow", "up", "top", "point"], +    "version": "1.0" +  },     "arrow-ramp-left": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "ramp", -      "left", -      "direction", -      "side", -      "turn" -    ], -    "version": "1.28", -    "unicode": "ed3c" -  }, +    "tags": ["arrow", "ramp", "left", "direction", "side", "turn"], +    "version": "1.28" +  },     "arrow-ramp-right": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "ramp", -      "right", -      "direction", -      "side", -      "turn" -    ], -    "version": "1.28", -    "unicode": "ed3d" -  }, +    "tags": ["arrow", "ramp", "right", "direction", "side", "turn"], +    "version": "1.28" +  },     "arrow-right-bar": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "right", -      "bar", -      "drag", -      "move" -    ], -    "version": "1.35", -    "unicode": "eda1" -  }, +    "tags": ["arrow", "right", "bar", "drag", "move"], +    "version": "1.35" +  },     "arrow-right-circle": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "right", -      "circle", -      "drag", -      "move" -    ], -    "version": "1.35", -    "unicode": "ea1e" -  }, +    "tags": ["arrow", "right", "circle", "drag", "move"], +    "version": "1.35" +  },     "arrow-right-square": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "right", -      "square" -    ], -    "version": "1.35", -    "unicode": "eda2" -  }, +    "tags": ["arrow", "right", "square"], +    "version": "1.35" +  },     "arrow-right-tail": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "right", -      "tail" -    ], -    "version": "1.35", -    "unicode": "eda3" -  }, +    "tags": ["arrow", "right", "tail"], +    "version": "1.35" +  },     "arrow-right": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "right", -      "next", -      "proceed", -      "swipe" -    ], -    "version": "1.0", -    "unicode": "ea1f" -  }, +    "tags": ["arrow", "right", "next", "proceed", "swipe"], +    "version": "1.0" +  },     "arrow-top-bar": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "top", -      "bar" -    ], -    "version": "1.35", -    "unicode": "eda4" -  }, +    "tags": ["arrow", "top", "bar"], +    "version": "1.35" +  },     "arrow-top-circle": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "top", -      "circle" -    ], -    "version": "1.35", -    "unicode": "eda5" -  }, +    "tags": ["arrow", "top", "circle"], +    "version": "1.35" +  },     "arrow-top-square": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "top", -      "square" -    ], -    "version": "1.35", -    "unicode": "eda6" -  }, +    "tags": ["arrow", "top", "square"], +    "version": "1.35" +  },     "arrow-top-tail": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "top", -      "tail" -    ], -    "version": "1.35", -    "unicode": "eda7" -  }, +    "tags": ["arrow", "top", "tail"], +    "version": "1.35" +  },     "arrow-up-circle": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "up", -      "circle", -      "top", -      "point" -    ], -    "version": "1.0", -    "unicode": "ea20" -  }, +    "tags": ["arrow", "up", "circle", "top", "point"], +    "version": "1.0" +  },     "arrow-up-left-circle": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "up", -      "left", -      "circle", -      "top", -      "corner", -      "point" -    ], -    "version": "1.0", -    "unicode": "ea21" -  }, +    "tags": ["arrow", "up", "left", "circle", "top", "corner", "point"], +    "version": "1.0" +  },     "arrow-up-left": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "up", -      "left", -      "top", -      "corner", -      "point" -    ], -    "version": "1.0", -    "unicode": "ea22" -  }, +    "tags": ["arrow", "up", "left", "top", "corner", "point"], +    "version": "1.0" +  },     "arrow-up-right-circle": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "up", -      "right", -      "circle", -      "top", -      "corner", -      "point" -    ], -    "version": "1.0", -    "unicode": "ea23" -  }, +    "tags": ["arrow", "up", "right", "circle", "top", "corner", "point"], +    "version": "1.0" +  },     "arrow-up-right": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "up", -      "right", -      "top", -      "corner", -      "point" -    ], -    "version": "1.0", -    "unicode": "ea24" -  }, +    "tags": ["arrow", "up", "right", "top", "corner", "point"], +    "version": "1.0" +  },     "arrow-up": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "up", -      "top", -      "point" -    ], -    "version": "1.0", -    "unicode": "ea25" -  }, +    "tags": ["arrow", "up", "top", "point"], +    "version": "1.0" +  },     "arrow-wave-left-down": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "wave", -      "left", -      "down" -    ], -    "version": "1.35", -    "unicode": "eda8" -  }, +    "tags": ["arrow", "wave", "left", "down"], +    "version": "1.35" +  },     "arrow-wave-left-up": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "wave", -      "left", -      "up" -    ], -    "version": "1.35", -    "unicode": "eda9" -  }, +    "tags": ["arrow", "wave", "left", "up"], +    "version": "1.35" +  },     "arrow-wave-right-down": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "wave", -      "right", -      "down" -    ], -    "version": "1.35", -    "unicode": "edaa" -  }, +    "tags": ["arrow", "wave", "right", "down"], +    "version": "1.35" +  },     "arrow-wave-right-up": {      "category": "Arrows", -    "tags": [ -      "arrow", -      "wave", -      "right", -      "up" -    ], -    "version": "1.35", -    "unicode": "edab" -  }, +    "tags": ["arrow", "wave", "right", "up"], +    "version": "1.35" +  },     "arrows-diagonal-2": {      "category": "Arrows", -    "tags": [ -      "arrows", -      "diagonal", -      "2", -      "zoom", -      "corners", -      "stretch" -    ], -    "version": "1.0", -    "unicode": "ea26" -  }, +    "tags": ["arrows", "diagonal", "2", "zoom", "corners", "stretch"], +    "version": "1.0" +  },     "arrows-diagonal": {      "category": "Arrows", -    "tags": [ -      "arrows", -      "diagonal", -      "zoom", -      "corners", -      "stretch" -    ], -    "version": "1.0", -    "unicode": "ea27" -  }, +    "tags": ["arrows", "diagonal", "zoom", "corners", "stretch"], +    "version": "1.0" +  },     "arrows-double-ne-sw": {      "category": "Arrows", -    "tags": [ -      "arrows", -      "double", -      "ne", -      "sw" -    ], -    "version": "1.37", -    "unicode": "edde" -  }, +    "tags": ["arrows", "double", "ne", "sw"], +    "version": "1.37" +  },     "arrows-double-nw-se": {      "category": "Arrows", -    "tags": [ -      "arrows", -      "double", -      "nw", -      "se" -    ], -    "version": "1.37", -    "unicode": "eddf" -  }, +    "tags": ["arrows", "double", "nw", "se"], +    "version": "1.37" +  },     "arrows-double-se-nw": {      "category": "Arrows", -    "tags": [ -      "arrows", -      "double", -      "se", -      "nw" -    ], -    "version": "1.37", -    "unicode": "ede0" -  }, +    "tags": ["arrows", "double", "se", "nw"], +    "version": "1.37" +  },     "arrows-double-sw-ne": {      "category": "Arrows", -    "tags": [ -      "arrows", -      "double", -      "sw", -      "ne" -    ], -    "version": "1.37", -    "unicode": "ede1" -  }, +    "tags": ["arrows", "double", "sw", "ne"], +    "version": "1.37" +  },     "arrows-down-up": {      "category": "Arrows", -    "tags": [ -      "arrows", -      "down", -      "up" -    ], -    "version": "1.35", -    "unicode": "edac" -  }, +    "tags": ["arrows", "down", "up"], +    "version": "1.35" +  },     "arrows-down": {      "category": "Arrows", -    "tags": [ -      "arrows", -      "down" -    ], -    "version": "1.35", -    "unicode": "edad" -  }, +    "tags": ["arrows", "down"], +    "version": "1.35" +  },     "arrows-horizontal": {      "category": "Arrows", -    "tags": [ -      "arrows", -      "horizontal", -      "zoom", -      "stretch", -      "left", -      "right" -    ], -    "version": "1.2", -    "unicode": "eb59" -  }, +    "tags": ["arrows", "horizontal", "zoom", "stretch", "left", "right"], +    "version": "1.2" +  },     "arrows-join-2": {      "category": "Arrows", -    "tags": [ -      "arrows", -      "join", -      "2" -    ], -    "version": "1.35", -    "unicode": "edae" -  }, +    "tags": ["arrows", "join", "2"], +    "version": "1.35" +  },     "arrows-join": {      "category": "Arrows", -    "tags": [ -      "arrows", -      "join" -    ], -    "version": "1.35", -    "unicode": "edaf" -  }, +    "tags": ["arrows", "join"], +    "version": "1.35" +  },     "arrows-left-down": {      "category": "", -    "tags": [ -      "arrows", -      "left", -      "down", -      "drag", -      "move" -    ], -    "version": "1.39", -    "unicode": "ee00" -  }, +    "tags": ["arrows", "left", "down", "drag", "move"], +    "version": "1.39" +  },     "arrows-left-right": {      "category": "Arrows", -    "tags": [ -      "arrows", -      "left", -      "right" -    ], -    "version": "1.35", -    "unicode": "edb0" -  }, +    "tags": ["arrows", "left", "right"], +    "version": "1.35" +  },     "arrows-left": {      "category": "Arrows", -    "tags": [ -      "arrows", -      "left" -    ], -    "version": "1.35", -    "unicode": "edb1" -  }, +    "tags": ["arrows", "left"], +    "version": "1.35" +  },     "arrows-maximize": {      "category": "Arrows", -    "tags": [ -      "arrows", -      "maximize", -      "fullscreen", -      "expand" -    ], -    "version": "1.0", -    "unicode": "ea28" -  }, +    "tags": ["arrows", "maximize", "fullscreen", "expand"], +    "version": "1.0" +  },     "arrows-minimize": {      "category": "Arrows", -    "tags": [ -      "arrows", -      "minimize", -      "fullscreen", -      "exit", -      "close" -    ], -    "version": "1.0", -    "unicode": "ea29" -  }, +    "tags": ["arrows", "minimize", "fullscreen", "exit", "close"], +    "version": "1.0" +  },     "arrows-right-down": {      "category": "", -    "tags": [ -      "arrows", -      "right", -      "down", -      "drag", -      "move" -    ], -    "version": "1.39", -    "unicode": "ee01" -  }, +    "tags": ["arrows", "right", "down", "drag", "move"], +    "version": "1.39" +  },     "arrows-right-left": {      "category": "Arrows", -    "tags": [ -      "arrows", -      "right", -      "left" -    ], -    "version": "1.35", -    "unicode": "edb2" -  }, +    "tags": ["arrows", "right", "left"], +    "version": "1.35" +  },     "arrows-right": {      "category": "Arrows", -    "tags": [ -      "arrows", -      "right" -    ], -    "version": "1.35", -    "unicode": "edb3" -  }, +    "tags": ["arrows", "right"], +    "version": "1.35" +  },     "arrows-sort": {      "category": "Arrows", -    "tags": [ -      "arrows", -      "sort", -      "top", -      "bottom", -      "parallel", -      "order" -    ], -    "version": "1.2", -    "unicode": "eb5a" -  }, +    "tags": ["arrows", "sort", "top", "bottom", "parallel", "order"], +    "version": "1.2" +  },     "arrows-split-2": {      "category": "Arrows", -    "tags": [ -      "arrows", -      "split", -      "2" -    ], -    "version": "1.35", -    "unicode": "edb4" -  }, +    "tags": ["arrows", "split", "2"], +    "version": "1.35" +  },     "arrows-split": {      "category": "Arrows", -    "tags": [ -      "arrows", -      "split" -    ], -    "version": "1.35", -    "unicode": "edb5" -  }, +    "tags": ["arrows", "split"], +    "version": "1.35" +  },     "arrows-up-down": {      "category": "Arrows", -    "tags": [ -      "arrows", -      "up", -      "down" -    ], -    "version": "1.35", -    "unicode": "edb6" -  }, +    "tags": ["arrows", "up", "down"], +    "version": "1.35" +  },     "arrows-up-left": {      "category": "", -    "tags": [ -      "arrows", -      "up", -      "left", -      "drag", -      "move" -    ], -    "version": "1.39", -    "unicode": "ee02" -  }, +    "tags": ["arrows", "up", "left", "drag", "move"], +    "version": "1.39" +  },     "arrows-up-right": {      "category": "", -    "tags": [ -      "arrows", -      "up", -      "right", -      "drag", -      "move" -    ], -    "version": "1.39", -    "unicode": "ee03" -  }, +    "tags": ["arrows", "up", "right", "drag", "move"], +    "version": "1.39" +  },     "arrows-up": {      "category": "Arrows", -    "tags": [ -      "arrows", -      "up" -    ], -    "version": "1.35", -    "unicode": "edb7" -  }, +    "tags": ["arrows", "up"], +    "version": "1.35" +  },     "arrows-vertical": {      "category": "Arrows", -    "tags": [ -      "arrows", -      "vertical", -      "expand", -      "stretch", -      "top", -      "bottom" -    ], -    "version": "1.2", -    "unicode": "eb5b" -  }, +    "tags": ["arrows", "vertical", "expand", "stretch", "top", "bottom"], +    "version": "1.2" +  },     "artboard": {      "category": "", -    "tags": [ -      "artboard", -      "graphics", -      "drawing", -      "design", -      "art", -      "canvas" -    ], -    "version": "1.1", -    "unicode": "ea2a" -  }, +    "tags": ["artboard", "graphics", "drawing", "design", "art", "canvas"], +    "version": "1.1" +  },     "aspect-ratio": {      "category": "Media", -    "tags": [ -      "aspect", -      "ratio", -      "size", -      "dimension", -      "width", -      "height", -      "orientation" -    ], -    "version": "1.27", -    "unicode": "ed30" -  }, +    "tags": ["aspect", "ratio", "size", "dimension", "width", "height", "orientation"], +    "version": "1.27" +  },     "at": {      "category": "", -    "tags": [ -      "at", -      "email", -      "message", -      "mention", -      "sign", -      "@" -    ], -    "version": "1.0", -    "unicode": "ea2b" -  }, +    "tags": ["at", "email", "message", "mention", "sign", "@"], +    "version": "1.0" +  },     "atom-2": {      "category": "", -    "tags": [ -      "atom", -      "2", -      "unit", -      "element", -      "part", -      "electrons", -      "protons", -      "neutrons" -    ], -    "version": "1.7", -    "unicode": "ebdf" -  }, +    "tags": ["atom", "2", "unit", "element", "part", "electrons", "protons", "neutrons"], +    "version": "1.7" +  },     "atom": {      "category": "", -    "tags": [ -      "atom", -      "unit", -      "element", -      "part", -      "electrons" -    ], -    "version": "1.3", -    "unicode": "eb79" -  }, +    "tags": ["atom", "unit", "element", "part", "electrons"], +    "version": "1.3" +  },     "award": {      "category": "", -    "tags": [ -      "award", -      "prize", -      "reward", -      "competition", -      "contest", -      "win" -    ], -    "version": "1.1", -    "unicode": "ea2c" -  }, +    "tags": ["award", "prize", "reward", "competition", "contest", "win"], +    "version": "1.1" +  },     "backhoe": {      "category": "Vehicles", -    "tags": [ -      "backhoe", -      "rear", -      "equipment", -      "digger", -      "excavation", -      "tractor", -      "loader", -      "construction", -      "site", -      "excavator" -    ], -    "version": "1.34", -    "unicode": "ed86" -  }, +    "tags": ["backhoe", "rear", "equipment", "digger", "excavation", "tractor", "loader", "construction", "site", "excavator"], +    "version": "1.34" +  },     "backspace": {      "category": "Text", -    "tags": [ -      "backspace", -      "delete", -      "remove", -      "eliminate" -    ], -    "version": "1.0", -    "unicode": "ea2d" -  }, +    "tags": ["backspace", "delete", "remove", "eliminate"], +    "version": "1.0" +  },     "ball-american-football": {      "category": "Sport", -    "tags": [ -      "ball", -      "american", -      "football", -      "sport", -      "game", -      "sportsman", -      "play", -      "match", -      "pitch" -    ], -    "version": "1.39", -    "unicode": "ee04" -  }, +    "tags": ["ball", "american", "football", "sport", "game", "sportsman", "play", "match", "pitch"], +    "version": "1.39" +  },     "ball-basketball": {      "category": "Sport", -    "tags": [ -      "ball", -      "basketball", -      "game", -      "round", -      "quarter", -      "basket", -      "NBA" -    ], -    "version": "1.1", -    "unicode": "ec28" -  }, +    "tags": ["ball", "basketball", "game", "round", "quarter", "basket", "NBA"], +    "version": "1.1" +  },     "ball-bowling": {      "category": "Sport", -    "tags": [ -      "ball", -      "bowling", -      "round", -      "strike", -      "spare", -      "pin" -    ], -    "version": "1.1", -    "unicode": "ec29" -  }, +    "tags": ["ball", "bowling", "round", "strike", "spare", "pin"], +    "version": "1.10" +  },     "ball-football-off": {      "category": "Sport", -    "tags": [ -      "ball", -      "football", -      "off", -      "sport", -      "game", -      "sportsman", -      "play", -      "match", -      "pitch" -    ], -    "version": "1.39", -    "unicode": "ee05" -  }, +    "tags": ["ball", "football", "off", "sport", "game", "sportsman", "play", "match", "pitch"], +    "version": "1.39" +  },     "ball-football": {      "category": "Sport", -    "tags": [ -      "ball", -      "football", -      "sport", -      "game", -      "sportsman", -      "play", -      "match", -      "pitch" -    ], -    "version": "1.39", -    "unicode": "ee06" -  }, +    "tags": ["ball", "football", "sport", "game", "sportsman", "play", "match", "pitch"], +    "version": "1.39" +  },     "ball-tennis": {      "category": "Sport", -    "tags": [ -      "ball", -      "tennis", -      "game", -      "set", -      "match", -      "court", -      "racket" -    ], -    "version": "1.1", -    "unicode": "ec2a" -  }, +    "tags": ["ball", "tennis", "game", "set", "match", "court", "racket"], +    "version": "1.10" +  },     "ball-volleyball": {      "category": "Sport", -    "tags": [ -      "ball", -      "volleyball", -      "point", -      "set", -      "match", -      "attacker", -      "ace", -      "setter", -      "serve" -    ], -    "version": "1.1", -    "unicode": "ec2b" -  }, +    "tags": ["ball", "volleyball", "point", "set", "match", "attacker", "ace", "setter", "serve"], +    "version": "1.10" +  },     "ban": {      "category": "", -    "tags": [ -      "ban", -      "no", -      "reject", -      "restriction", -      "prohibited" -    ], -    "version": "1.0", -    "unicode": "ea2e" -  }, +    "tags": ["ban", "no", "reject", "restriction", "prohibited"], +    "version": "1.0" +  },     "bandage": {      "category": "", -    "tags": [ -      "bandage", -      "patch", -      "wound", -      "cut", -      "pain" -    ], -    "version": "1.3", -    "unicode": "eb7a" -  }, +    "tags": ["bandage", "patch", "wound", "cut", "pain"], +    "version": "1.3" +  },     "barcode": {      "category": "", -    "tags": [ -      "barcode", -      "product", -      "shop", -      "scan", -      "supermarket" -    ], -    "version": "1.5", -    "unicode": "ebc6" -  }, +    "tags": ["barcode", "product", "shop", "scan", "supermarket"], +    "version": "1.5" +  },     "basket": {      "category": "E-commerce", -    "tags": [ -      "basket", -      "shop", -      "store", -      "online", -      "shopping" -    ], -    "version": "1.7", -    "unicode": "ebe1" -  }, +    "tags": ["basket", "shop", "store", "online", "shopping"], +    "version": "1.7" +  },     "battery-1": {      "category": "Devices", -    "tags": [ -      "battery", -      "1", -      "energy", -      "power", -      "electricity" -    ], -    "version": "1.0", -    "unicode": "ea2f" -  }, +    "tags": ["battery", "1", "energy", "power", "electricity"], +    "version": "1.0" +  },     "battery-2": {      "category": "Devices", -    "tags": [ -      "battery", -      "2", -      "energy", -      "power", -      "electricity" -    ], -    "version": "1.0", -    "unicode": "ea30" -  }, +    "tags": ["battery", "2", "energy", "power", "electricity"], +    "version": "1.0" +  },     "battery-3": {      "category": "Devices", -    "tags": [ -      "battery", -      "3", -      "energy", -      "power", -      "electricity" -    ], -    "version": "1.0", -    "unicode": "ea31" -  }, +    "tags": ["battery", "3", "energy", "power", "electricity"], +    "version": "1.0" +  },     "battery-4": {      "category": "Devices", -    "tags": [ -      "battery", -      "4", -      "energy", -      "power", -      "electricity" -    ], -    "version": "1.0", -    "unicode": "ea32" -  }, +    "tags": ["battery", "4", "energy", "power", "electricity"], +    "version": "1.0" +  },     "battery-automotive": {      "category": "Vehicles", -    "tags": [ -      "battery", -      "automotive", -      "vehicle", -      "charge", -      "motor", -      "current", -      "car", -      "electricity", -      "electric", -      "power" -    ], -    "version": "1.39", -    "unicode": "ee07" -  }, +    "tags": ["battery", "automotive", "vehicle", "charge", "motor", "current", "car", "electricity", "electric", "power"], +    "version": "1.39" +  },     "battery-charging": {      "category": "Devices", -    "tags": [ -      "battery", -      "charging", -      "charge", -      "energy", -      "power", -      "electricity" -    ], -    "version": "1.0", -    "unicode": "ea33" -  }, +    "tags": ["battery", "charging", "charge", "energy", "power", "electricity"], +    "version": "1.0" +  },     "battery-off": {      "category": "Devices", -    "tags": [ -      "battery", -      "off", -      "energy", -      "power", -      "electricity" -    ], -    "version": "1.25", -    "unicode": "ed1c" -  }, +    "tags": ["battery", "off", "energy", "power", "electricity"], +    "version": "1.25" +  },     "battery": {      "category": "Devices", -    "tags": [ -      "battery", -      "energy", -      "power", -      "electricity" -    ], -    "version": "1.0", -    "unicode": "ea34" -  }, +    "tags": ["battery", "energy", "power", "electricity"], +    "version": "1.0" +  },     "bed": {      "category": "Map", -    "tags": [ -      "bed", -      "sleep", -      "night", -      "bedroom", -      "rest" -    ], -    "version": "1.2", -    "unicode": "eb5c" -  }, +    "tags": ["bed", "sleep", "night", "bedroom", "rest"], +    "version": "1.2" +  },     "bell-minus": {      "category": "System", -    "tags": [ -      "bell", -      "minus" -    ], -    "version": "1.37", -    "unicode": "ede2" -  }, +    "tags": ["bell", "minus"], +    "version": "1.37" +  },     "bell-off": {      "category": "System", -    "tags": [ -      "bell", -      "off" -    ], -    "version": "1.22", -    "unicode": "ece9" -  }, +    "tags": ["bell", "off"], +    "version": "1.22" +  },     "bell-plus": {      "category": "System", -    "tags": [ -      "bell", -      "plus" -    ], -    "version": "1.37", -    "unicode": "ede3" -  }, +    "tags": ["bell", "plus"], +    "version": "1.37" +  },     "bell-ringing-2": {      "category": "System", -    "tags": [ -      "bell", -      "ringing", -      "2", -      "alarm", -      "sound", -      "notification" -    ], -    "version": "1.37", -    "unicode": "ede4" -  }, +    "tags": ["bell", "ringing", "2", "alarm", "sound", "notification"], +    "version": "1.37" +  },     "bell-ringing": {      "category": "System", -    "tags": [ -      "bell", -      "ringing", -      "alarm", -      "sound", -      "notification" -    ], -    "version": "1.24", -    "unicode": "ed07" -  }, +    "tags": ["bell", "ringing", "alarm", "sound", "notification"], +    "version": "1.24" +  },     "bell-x": {      "category": "System", -    "tags": [ -      "bell", -      "x" -    ], -    "version": "1.37", -    "unicode": "ede5" -  }, +    "tags": ["bell", "x"], +    "version": "1.37" +  },     "bell": {      "category": "System", -    "tags": [ -      "bell", -      "alarm", -      "sound", -      "notification" -    ], -    "version": "1.0", -    "unicode": "ea35" -  }, +    "tags": ["bell", "alarm", "sound", "notification"], +    "version": "1.0" +  },     "bike": {      "category": "Vehicles", -    "tags": [ -      "bike", -      "cycling", -      "bicycle", -      "sport", -      "wheel" -    ], -    "version": "1.0", -    "unicode": "ea36" -  }, +    "tags": ["bike", "cycling", "bicycle", "sport", "wheel"], +    "version": "1.0" +  },     "binary": {      "category": "", -    "tags": [ -      "binary", -      "binary" -    ], -    "version": "1.39", -    "unicode": "ee08" -  }, +    "tags": ["binary", "binary"], +    "version": "1.39" +  },     "biohazard": {      "category": "Symbols", -    "tags": [ -      "biohazard", -      "danger", -      "radioactive", -      "toxic", -      "microbe", -      "virus", -      "biotoxin" -    ], -    "version": "1.18", -    "unicode": "ecb8" -  }, +    "tags": ["biohazard", "danger", "radioactive", "toxic", "microbe", "virus", "biotoxin"], +    "version": "1.18" +  },     "blockquote": {      "category": "Text", -    "tags": [ -      "blockquote", -      "citation", -      "quotation", -      "saying", -      "text", -      "section", -      "style", -      "styling", -      "css" -    ], -    "version": "1.39", -    "unicode": "ee09" -  }, +    "tags": ["blockquote", "citation", "quotation", "saying", "text", "section", "style", "styling", "css"], +    "version": "1.39" +  },     "bluetooth-connected": {      "category": "Devices", -    "tags": [ -      "bluetooth", -      "connected", -      "wireless", -      "connection", -      "connect" -    ], -    "version": "1.22", -    "unicode": "ecea" -  }, +    "tags": ["bluetooth", "connected", "wireless", "connection", "connect"], +    "version": "1.22" +  },     "bluetooth-off": {      "category": "Devices", -    "tags": [ -      "bluetooth", -      "off", -      "wireless", -      "conection", -      "connect" -    ], -    "version": "1.22", -    "unicode": "eceb" -  }, +    "tags": ["bluetooth", "off", "wireless", "conection", "connect"], +    "version": "1.22" +  },     "bluetooth": {      "category": "Devices", -    "tags": [ -      "bluetooth", -      "wireless", -      "connection", -      "connect" -    ], -    "version": "1.0", -    "unicode": "ea37" -  }, +    "tags": ["bluetooth", "wireless", "connection", "connect"], +    "version": "1.0" +  },     "bold": {      "category": "Text", -    "tags": [ -      "bold", -      "font", -      "style", -      "boldface" -    ], -    "version": "1.3", -    "unicode": "eb7b" -  }, +    "tags": ["bold", "font", "style", "boldface"], +    "version": "1.3" +  },     "bolt-off": {      "category": "", -    "tags": [ -      "bolt", -      "off", -      "energy", -      "power", -      "electricity", -      "storm" -    ], -    "version": "1.22", -    "unicode": "ecec" -  }, +    "tags": ["bolt", "off", "energy", "power", "electricity", "storm"], +    "version": "1.22" +  },     "bolt": {      "category": "", -    "tags": [ -      "bolt", -      "energy", -      "power", -      "electricity", -      "storm" -    ], -    "version": "1.0", -    "unicode": "ea38" -  }, +    "tags": ["bolt", "energy", "power", "electricity", "storm"], +    "version": "1.0" +  },     "bone": {      "category": "Food", -    "tags": [ -      "bone" -    ], -    "version": "1.35", -    "unicode": "edb8" -  }, +    "tags": ["bone"], +    "version": "1.35" +  },     "book": {      "category": "Document", -    "tags": [ -      "book", -      "read", -      "dictionary", -      "magazine", -      "library", -      "booklet", -      "novel" -    ], -    "version": "1.0", -    "unicode": "ea39" -  }, +    "tags": ["book", "read", "dictionary", "magazine", "library", "booklet", "novel"], +    "version": "1.0" +  },     "bookmark-off": {      "category": "Document", -    "tags": [ -      "bookmark", -      "off", -      "read", -      "clip", -      "marker", -      "tag" -    ], -    "version": "1.22", -    "unicode": "eced" -  }, +    "tags": ["bookmark", "off", "read", "clip", "marker", "tag"], +    "version": "1.22" +  },     "bookmark": {      "category": "Document", -    "tags": [ -      "bookmark", -      "read", -      "clip", -      "marker", -      "tag" -    ], -    "version": "1.0", -    "unicode": "ea3a" -  }, +    "tags": ["bookmark", "read", "clip", "marker", "tag"], +    "version": "1.0" +  },     "bookmarks": {      "category": "Document", -    "tags": [ -      "bookmarks", -      "read", -      "clip", -      "marker", -      "tag" -    ], -    "version": "1.24", -    "unicode": "ed08" -  }, +    "tags": ["bookmarks", "read", "clip", "marker", "tag"], +    "version": "1.24" +  },     "border-all": {      "category": "Design", -    "tags": [ -      "border", -      "all", -      "table", -      "side", -      "line" -    ], -    "version": "1.0", -    "unicode": "ea3b" -  }, +    "tags": ["border", "all", "table", "side", "line"], +    "version": "1.0" +  },     "border-bottom": {      "category": "Design", -    "tags": [ -      "border", -      "bottom", -      "table", -      "side", -      "line" -    ], -    "version": "1.0", -    "unicode": "ea3c" -  }, +    "tags": ["border", "bottom", "table", "side", "line"], +    "version": "1.0" +  },     "border-horizontal": {      "category": "Design", -    "tags": [ -      "border", -      "horizontal", -      "table", -      "side", -      "line" -    ], -    "version": "1.0", -    "unicode": "ea3d" -  }, +    "tags": ["border", "horizontal", "table", "side", "line"], +    "version": "1.0" +  },     "border-inner": {      "category": "Design", -    "tags": [ -      "border", -      "inner", -      "table", -      "side", -      "line" -    ], -    "version": "1.0", -    "unicode": "ea3e" -  }, +    "tags": ["border", "inner", "table", "side", "line"], +    "version": "1.0" +  },     "border-left": {      "category": "Design", -    "tags": [ -      "border", -      "left", -      "table", -      "side", -      "line" -    ], -    "version": "1.0", -    "unicode": "ea3f" -  }, +    "tags": ["border", "left", "table", "side", "line"], +    "version": "1.0" +  },     "border-none": {      "category": "Design", -    "tags": [ -      "border", -      "none", -      "table" -    ], -    "version": "1.0", -    "unicode": "ea40" -  }, +    "tags": ["border", "none", "table"], +    "version": "1.0" +  },     "border-outer": {      "category": "Design", -    "tags": [ -      "border", -      "outer", -      "table", -      "side", -      "line" -    ], -    "version": "1.0", -    "unicode": "ea41" -  }, +    "tags": ["border", "outer", "table", "side", "line"], +    "version": "1.0" +  },     "border-radius": {      "category": "Design", -    "tags": [ -      "border", -      "radius", -      "corner", -      "rounded", -      "line" -    ], -    "version": "1.3", -    "unicode": "eb7c" -  }, +    "tags": ["border", "radius", "corner", "rounded", "line"], +    "version": "1.3" +  },     "border-right": {      "category": "Design", -    "tags": [ -      "border", -      "right", -      "table", -      "side", -      "line" -    ], -    "version": "1.0", -    "unicode": "ea42" -  }, +    "tags": ["border", "right", "table", "side", "line"], +    "version": "1.0" +  },     "border-style": {      "category": "", -    "tags": [ -      "border", -      "style", -      "google", -      "excel", -      "sheets", -      "sheets" -    ], -    "version": "1.39", -    "unicode": "ee0a" -  }, +    "tags": ["border", "style", "google", "excel", "sheets", "sheets"], +    "version": "1.39" +  },     "border-top": {      "category": "Design", -    "tags": [ -      "border", -      "top", -      "table", -      "side", -      "line" -    ], -    "version": "1.0", -    "unicode": "ea43" -  }, +    "tags": ["border", "top", "table", "side", "line"], +    "version": "1.0" +  },     "border-vertical": {      "category": "Design", -    "tags": [ -      "border", -      "vertical", -      "table", -      "side", -      "line" -    ], -    "version": "1.0", -    "unicode": "ea44" -  }, +    "tags": ["border", "vertical", "table", "side", "line"], +    "version": "1.0" +  },     "bottle": {      "category": "Food", -    "tags": [ -      "bottle" -    ], -    "version": "1.4" -  }, +    "tags": ["bottle"], +    "version": "1.40" +  },     "box-margin": {      "category": "Design", -    "tags": [ -      "box", -      "margin", -      "css", -      "cascading", -      "style", -      "section", -      "space", -      "text", -      "content", -      "outside", -      "container" -    ], -    "version": "1.39", -    "unicode": "ee0b" -  }, +    "tags": ["box", "margin", "css", "cascading", "style", "section", "space", "text", "content", "outside", "container"], +    "version": "1.39" +  },     "box-model": {      "category": "Design", -    "tags": [ -      "box", -      "model", -      "css", -      "cascading", -      "style", -      "section", -      "element", -      "square", -      "website", -      "container" -    ], -    "version": "1.39", -    "unicode": "ee0c" -  }, +    "tags": ["box", "model", "css", "cascading", "style", "section", "element", "square", "website", "container"], +    "version": "1.39" +  },     "box-multiple-0": {      "category": "Numbers", -    "tags": [ -      "box", -      "multiple", -      "0", -      "css", -      "cascading", -      "style", -      "sheet", -      "background", -      "section", -      "zero", -      "website", -      "layer" -    ], -    "version": "1.39", -    "unicode": "ee0d" -  }, +    "tags": ["box", "multiple", "0", "css", "cascading", "style", "sheet", "background", "section", "zero", "website", "layer"], +    "version": "1.39" +  },     "box-multiple-1": {      "category": "Numbers", -    "tags": [ -      "box", -      "multiple", -      "1", -      "css", -      "cascading", -      "style", -      "sheet", -      "background", -      "section", -      "one", -      "website", -      "layer" -    ], -    "version": "1.39", -    "unicode": "ee0e" -  }, +    "tags": ["box", "multiple", "1", "css", "cascading", "style", "sheet", "background", "section", "one", "website", "layer"], +    "version": "1.39" +  },     "box-multiple-2": {      "category": "Numbers", -    "tags": [ -      "box", -      "multiple", -      "2", -      "css", -      "cascading", -      "style", -      "sheet", -      "background", -      "section", -      "two", -      "website", -      "layer" -    ], -    "version": "1.39", -    "unicode": "ee0f" -  }, +    "tags": ["box", "multiple", "2", "css", "cascading", "style", "sheet", "background", "section", "two", "website", "layer"], +    "version": "1.39" +  },     "box-multiple-3": {      "category": "Numbers", -    "tags": [ -      "box", -      "multiple", -      "3", -      "css", -      "cascading", -      "style", -      "sheet", -      "background", -      "section", -      "three", -      "website", -      "layer" -    ], -    "version": "1.39", -    "unicode": "ee10" -  }, +    "tags": ["box", "multiple", "3", "css", "cascading", "style", "sheet", "background", "section", "three", "website", "layer"], +    "version": "1.39" +  },     "box-multiple-4": {      "category": "Numbers", -    "tags": [ -      "box", -      "multiple", -      "4", -      "css", -      "cascading", -      "style", -      "sheet", -      "background", -      "section", -      "four", -      "website", -      "layer" -    ], -    "version": "1.39", -    "unicode": "ee11" -  }, +    "tags": ["box", "multiple", "4", "css", "cascading", "style", "sheet", "background", "section", "four", "website", "layer"], +    "version": "1.39" +  },     "box-multiple-5": {      "category": "Numbers", -    "tags": [ -      "box", -      "multiple", -      "5", -      "css", -      "cascading", -      "style", -      "sheet", -      "background", -      "section", -      "five", -      "website", -      "layer" -    ], -    "version": "1.39", -    "unicode": "ee12" -  }, +    "tags": ["box", "multiple", "5", "css", "cascading", "style", "sheet", "background", "section", "five", "website", "layer"], +    "version": "1.39" +  },     "box-multiple-6": {      "category": "Numbers", -    "tags": [ -      "box", -      "multiple", -      "6", -      "css", -      "cascading", -      "style", -      "sheet", -      "background", -      "section", -      "six", -      "website", -      "layer" -    ], -    "version": "1.39", -    "unicode": "ee13" -  }, +    "tags": ["box", "multiple", "6", "css", "cascading", "style", "sheet", "background", "section", "six", "website", "layer"], +    "version": "1.39" +  },     "box-multiple-7": {      "category": "Numbers", -    "tags": [ -      "box", -      "multiple", -      "7", -      "css", -      "cascading", -      "style", -      "sheet", -      "background", -      "section", -      "seven", -      "website", -      "layer" -    ], -    "version": "1.39", -    "unicode": "ee14" -  }, +    "tags": ["box", "multiple", "7", "css", "cascading", "style", "sheet", "background", "section", "seven", "website", "layer"], +    "version": "1.39" +  },     "box-multiple-8": {      "category": "Numbers", -    "tags": [ -      "box", -      "multiple", -      "8", -      "css", -      "cascading", -      "style", -      "sheet", -      "background", -      "section", -      "eight", -      "website", -      "layer" -    ], -    "version": "1.39", -    "unicode": "ee15" -  }, +    "tags": ["box", "multiple", "8", "css", "cascading", "style", "sheet", "background", "section", "eight", "website", "layer"], +    "version": "1.39" +  },     "box-multiple-9": {      "category": "Numbers", -    "tags": [ -      "box", -      "multiple", -      "9", -      "css", -      "cascading", -      "style", -      "sheet", -      "background", -      "section", -      "nine", -      "website", -      "layer" -    ], -    "version": "1.39", -    "unicode": "ee16" -  }, +    "tags": ["box", "multiple", "9", "css", "cascading", "style", "sheet", "background", "section", "nine", "website", "layer"], +    "version": "1.39" +  },     "box-multiple": {      "category": "", -    "tags": [ -      "box", -      "multiple", -      "css", -      "cascading", -      "style", -      "sheet", -      "background", -      "section", -      "website", -      "layer" -    ], -    "version": "1.39", -    "unicode": "ee17" -  }, +    "tags": ["box", "multiple", "css", "cascading", "style", "sheet", "background", "section", "website", "layer"], +    "version": "1.39" +  },     "box-padding": {      "category": "Design", -    "tags": [ -      "box", -      "padding", -      "css", -      "cascading", -      "style", -      "section", -      "space", -      "text", -      "content", -      "website", -      "container", -      "inside" -    ], -    "version": "1.39", -    "unicode": "ee18" -  }, +    "tags": ["box", "padding", "css", "cascading", "style", "section", "space", "text", "content", "website", "container", "inside"], +    "version": "1.39" +  },     "box": {      "category": "", -    "tags": [ -      "box", -      "cube", -      "app", -      "application", -      "package", -      "container" -    ], -    "version": "1.0", -    "unicode": "ea45" -  }, +    "tags": ["box", "cube", "app", "application", "package", "container"], +    "version": "1.0" +  },     "braces": {      "category": "Math", -    "tags": [ -      "braces", -      "punctuation", -      "additional", -      "information" -    ], -    "version": "1.6", -    "unicode": "ebcc" -  }, +    "tags": ["braces", "punctuation", "additional", "information"], +    "version": "1.6" +  },     "brackets": {      "category": "Math", -    "tags": [ -      "brackets", -      "punctuation", -      "additional", -      "information" -    ], -    "version": "1.6", -    "unicode": "ebcd" -  }, +    "tags": ["brackets", "punctuation", "additional", "information"], +    "version": "1.6" +  },     "brand-airbnb": {      "category": "Brand", -    "tags": [ -      "brand", -      "airbnb", -      "flat", -      "apartment", -      "holiday", -      "vacation", -      "city", -      "break", -      "book" -    ], -    "version": "1.32", -    "unicode": "ed68" -  }, +    "tags": ["brand", "airbnb", "flat", "apartment", "holiday", "vacation", "city", "break", "book"], +    "version": "1.32" +  },     "brand-android": {      "category": "Brand", -    "tags": [ -      "brand", -      "android", -      "OS", -      "company", -      "system", -      "interface", -      "software", -      "logo" -    ], -    "version": "1.9", -    "unicode": "ec16" -  }, +    "tags": ["brand", "android", "OS", "company", "system", "interface", "software", "logo"], +    "version": "1.9" +  },     "brand-apple-arcade": {      "category": "Brand", -    "tags": [ -      "brand", -      "apple", -      "arcade", -      "technology", -      "video", -      "game", -      "service", -      "macOS", -      "device", -      "play", -      "online" -    ], -    "version": "1.32", -    "unicode": "ed69" -  }, +    "tags": ["brand", "apple", "arcade", "technology", "video", "game", "service", "macOS", "device", "play", "online"], +    "version": "1.32" +  },     "brand-apple": {      "category": "Brand", -    "tags": [ -      "brand", -      "apple", -      "OS", -      "company", -      "system", -      "interface", -      "software", -      "devices", -      "logo" -    ], -    "version": "1.9", -    "unicode": "ec17" -  }, +    "tags": ["brand", "apple", "OS", "company", "system", "interface", "software", "devices", "logo"], +    "version": "1.9" +  },     "brand-appstore": {      "category": "Brand", -    "tags": [ -      "brand", -      "appstore", -      "shop", -      "online", -      "application", -      "logo" -    ], -    "version": "1.26", -    "unicode": "ed24" -  }, +    "tags": ["brand", "appstore", "shop", "online", "application", "logo"], +    "version": "1.26" +  },     "brand-asana": {      "category": "Brand", -    "tags": [ -      "brand", -      "asana", -      "task", -      "management", -      "project management", -      "manage", -      "collaborate", -      "collaboration", -      "team", -      "teamwork", -      "technology" -    ], -    "version": "1.36", -    "unicode": "edc5" -  }, +    "tags": ["brand", "asana", "task", "management", "project management", "manage", "collaborate", "collaboration", "team", "teamwork", "technology"], +    "version": "1.36" +  },     "brand-behance": {      "category": "Brand", -    "tags": [ -      "brand", -      "behance", -      "logo", -      "website", -      "Adobe", -      "project", -      "views", -      "marks", -      "platform", -      "designer" -    ], -    "version": "1.13", -    "unicode": "ec6e" -  }, +    "tags": ["brand", "behance", "logo", "website", "Adobe", "project", "views", "marks", "platform", "designer"], +    "version": "1.13" +  },     "brand-bing": {      "category": "Brand", -    "tags": [ -      "brand", -      "bing", -      "search", -      "result", -      "find", -      "search", -      "engine", -      "internet", -      "microsoft", -      "web", -      "technology" -    ], -    "version": "1.36", -    "unicode": "edc6" -  }, +    "tags": ["brand", "bing", "search", "result", "find", "search", "engine", "internet", "microsoft", "web", "technology"], +    "version": "1.36" +  },     "brand-bitbucket": {      "category": "Brand", -    "tags": [ -      "brand", -      "bitbucket", -      "version", -      "control", -      "repository", -      "hosting", -      "atlassian", -      "source", -      "code", -      "development", -      "git", -      "technology" -    ], -    "version": "1.36", -    "unicode": "edc7" -  }, +    "tags": ["brand", "bitbucket", "version", "control", "repository", "hosting", "atlassian", "source", "code", "development", "git", "technology"], +    "version": "1.36" +  },     "brand-booking": {      "category": "Brand", -    "tags": [ -      "brand", -      "booking", -      "flat", -      "apartment", -      "holiday", -      "vacation", -      "city", -      "break", -      "book", -      "rent" -    ], -    "version": "1.36", -    "unicode": "edc8" -  }, +    "tags": ["brand", "booking", "flat", "apartment", "holiday", "vacation", "city", "break", "book", "rent"], +    "version": "1.36" +  },     "brand-chrome": {      "category": "Brand", -    "tags": [ -      "brand", -      "chrome", -      "browser", -      "internet", -      "web", -      "logo" -    ], -    "version": "1.9", -    "unicode": "ec18" -  }, +    "tags": ["brand", "chrome", "browser", "internet", "web", "logo"], +    "version": "1.9" +  },     "brand-codepen": {      "category": "Brand", -    "tags": [ -      "brand", -      "codepen", -      "logo", -      "community", -      "internet", -      "codes", -      "programing", -      "programmer", -      "source", -      "website", -      "platform", -      "designer" -    ], -    "version": "1.13", -    "unicode": "ec6f" -  }, +    "tags": ["brand", "codepen", "logo", "community", "internet", "codes", "programing", "programmer", "source", "website", "platform", "designer"], +    "version": "1.13" +  },     "brand-codesandbox": {      "category": "Brand", -    "tags": [ -      "brand", -      "codesandbox", -      "online", -      "code", -      "editor", -      "prototyping", -      "prototype", -      "web", -      "app", -      "programming", -      "integrated", -      "development", -      "environment", -      "technology" -    ], -    "version": "1.32", -    "unicode": "ed6a" -  }, +    "tags": ["brand", "codesandbox", "online", "code", "editor", "prototyping", "prototype", "web", "app", "programming", "integrated", "development", "environment", "technology"], +    "version": "1.32" +  },     "brand-css3": {      "category": "Brand", -    "tags": [ -      "brand", -      "css3", -      "cascading", -      "style", -      "sheet", -      "programming", -      "development", -      "web", -      "website", -      "technology" -    ], -    "version": "1.32", -    "unicode": "ed6b" -  }, +    "tags": ["brand", "css3", "cascading", "style", "sheet", "programming", "development", "web", "website", "technology"], +    "version": "1.32" +  },     "brand-deviantart": {      "category": "Brand", -    "tags": [ -      "brand", -      "deviantart", -      "logo", -      "community", -      "internet", -      "works", -      "designer", -      "project", -      "presenting", -      "artist", -      "discussion", -      "website", -      "platform" -    ], -    "version": "1.23", -    "unicode": "ecfb" -  }, +    "tags": ["brand", "deviantart", "logo", "community", "internet", "works", "designer", "project", "presenting", "artist", "discussion", "website", "platform"], +    "version": "1.23" +  },     "brand-discord": {      "category": "Brand", -    "tags": [ -      "brand", -      "discord", -      "app", -      "application", -      "logo", -      "communication", -      "talks", -      "gamers", -      "freeware", -      "platform" -    ], -    "version": "1.21", -    "unicode": "ece3" -  }, +    "tags": ["brand", "discord", "app", "application", "logo", "communication", "talks", "gamers", "freeware", "platform"], +    "version": "1.21" +  },     "brand-disqus": {      "category": "Brand", -    "tags": [ -      "brand", -      "disqus", -      "comment", -      "blog", -      "service", -      "website", -      "online", -      "platform", -      "social", -      "networking", -      "technology" -    ], -    "version": "1.36", -    "unicode": "edc9" -  }, +    "tags": ["brand", "disqus", "comment", "blog", "service", "website", "online", "platform", "social", "networking", "technology"], +    "version": "1.36" +  },     "brand-docker": {      "category": "Brand", -    "tags": [ -      "brand", -      "docker", -      "app", -      "development", -      "hub", -      "platform", -      "software", -      "developer", -      "programming", -      "programmer", -      "virtualization", -      "technology" -    ], -    "version": "1.36", -    "unicode": "edca" -  }, +    "tags": ["brand", "docker", "app", "development", "hub", "platform", "software", "developer", "programming", "programmer", "virtualization", "technology"], +    "version": "1.36" +  },     "brand-dribbble": {      "category": "Brand", -    "tags": [ -      "brand", -      "dribbble", -      "logo", -      "website", -      "community", -      "project", -      "platform", -      "self-promotion", -      "designer", -      "portfolio" -    ], -    "version": "1.18", -    "unicode": "ec19" -  }, +    "tags": ["brand", "dribbble", "logo", "website", "community", "project", "platform", "self-promotion", "designer", "portfolio"], +    "version": "1.18" +  },     "brand-edge": {      "category": "Brand", -    "tags": [ -      "brand", -      "edge", -      "browser", -      "internet", -      "web", -      "logo", -      "explorer" -    ], -    "version": "1.23", -    "unicode": "ecfc" -  }, +    "tags": ["brand", "edge", "browser", "internet", "web", "logo", "explorer"], +    "version": "1.23" +  },     "brand-facebook": {      "category": "Brand", -    "tags": [ -      "brand", -      "facebook", -      "logo", -      "app", -      "application", -      "community", -      "social", -      "communication", -      "website", -      "user", -      "post", -      "images", -      "photos", -      "comment", -      "feedback" -    ], -    "version": "1.18", -    "unicode": "ec1a" -  }, +    "tags": ["brand", "facebook", "logo", "app", "application", "community", "social", "communication", "website", "user", "post", "images", "photos", "comment", "feedback"], +    "version": "1.18" +  },     "brand-figma": {      "category": "Brand", -    "tags": [ -      "brand", -      "figma", -      "logo", -      "editor", -      "graphic", -      "image", -      "implement", -      "prototyping" -    ], -    "version": "1.16", -    "unicode": "ec93" -  }, +    "tags": ["brand", "figma", "logo", "editor", "graphic", "image", "implement", "prototyping"], +    "version": "1.16" +  },     "brand-firefox": {      "category": "Brand", -    "tags": [ -      "brand", -      "firefox", -      "browser", -      "internet", -      "web", -      "logo" -    ], -    "version": "1.23", -    "unicode": "ecfd" -  }, +    "tags": ["brand", "firefox", "browser", "internet", "web", "logo"], +    "version": "1.23" +  },     "brand-flickr": {      "category": "Brand", -    "tags": [ -      "brand", -      "flickr", -      "logo", -      "website", -      "house", -      "facilitate", -      "sharing", -      "digital", -      "photos", -      "images" -    ], -    "version": "1.23", -    "unicode": "ecfe" -  }, +    "tags": ["brand", "flickr", "logo", "website", "house", "facilitate", "sharing", "digital", "photos", "images"], +    "version": "1.23" +  },     "brand-foursquare": {      "category": "Brand", -    "tags": [ -      "brand", -      "foursquare", -      "logo", -      "website", -      "community", -      "social", -      "network" -    ], -    "version": "1.23", -    "unicode": "ecff" -  }, +    "tags": ["brand", "foursquare", "logo", "website", "community", "social", "network"], +    "version": "1.23" +  },     "brand-framer": {      "category": "Brand", -    "tags": [ -      "brand", -      "framer", -      "logo", -      "application", -      "app", -      "prototyping", -      "prototype", -      "animations" -    ], -    "version": "1.9", -    "unicode": "ec1b" -  }, +    "tags": ["brand", "framer", "logo", "application", "app", "prototyping", "prototype", "animations"], +    "version": "1.9" +  },     "brand-github": {      "category": "Brand", -    "tags": [ -      "brand", -      "github", -      "logo", -      "website", -      "hosting", -      "project", -      "programming", -      "software", -      "development" -    ], -    "version": "1.18", -    "unicode": "ec1c" -  }, +    "tags": ["brand", "github", "logo", "website", "hosting", "project", "programming", "software", "development"], +    "version": "1.18" +  },     "brand-gitlab": {      "category": "Brand", -    "tags": [ -      "brand", -      "gitlab", -      "logo", -      "website", -      "software", -      "code", -      "programming", -      "programmers" -    ], -    "version": "1.9", -    "unicode": "ec1d" -  }, +    "tags": ["brand", "gitlab", "logo", "website", "software", "code", "programming", "programmers"], +    "version": "1.9" +  },     "brand-google-analytics": {      "category": "Brand", -    "tags": [ -      "brand", -      "google", -      "analytics", -      "advertising", -      "track", -      "website", -      "traffic", -      "e-commerce", -      "online", -      "technology" -    ], -    "version": "1.36", -    "unicode": "edcb" -  }, +    "tags": ["brand", "google", "analytics", "advertising", "track", "website", "traffic", "e-commerce", "online", "technology"], +    "version": "1.36" +  },     "brand-google-drive": {      "category": "Brand", -    "tags": [ -      "brand", -      "google", -      "drive", -      "logo", -      "cloud", -      "disc", -      "documents", -      "sheet", -      "presentation", -      "file", -      "edit" -    ], -    "version": "1.9", -    "unicode": "ec1e" -  }, +    "tags": ["brand", "google", "drive", "logo", "cloud", "disc", "documents", "sheet", "presentation", "file", "edit"], +    "version": "1.9" +  },     "brand-google-play": {      "category": "Brand", -    "tags": [ -      "brand", -      "google", -      "play", -      "logo", -      "application", -      "app", -      "shop", -      "store", -      "online" -    ], -    "version": "1.26", -    "unicode": "ed25" -  }, +    "tags": ["brand", "google", "play", "logo", "application", "app", "shop", "store", "online"], +    "version": "1.26" +  },     "brand-google": {      "category": "Brand", -    "tags": [ -      "brand", -      "google", -      "logo", -      "enterprise", -      "browser", -      "internet", -      "web", -      "discover" -    ], -    "version": "1.18", -    "unicode": "ec1f" -  }, +    "tags": ["brand", "google", "logo", "enterprise", "browser", "internet", "web", "discover"], +    "version": "1.18" +  },     "brand-gravatar": {      "category": "Brand", -    "tags": [ -      "brand", -      "gravatar", -      "avatar", -      "image", -      "face", -      "blog", -      "comment", -      "represent", -      "online", -      "technology" -    ], -    "version": "1.36", -    "unicode": "edcc" -  }, +    "tags": ["brand", "gravatar", "avatar", "image", "face", "blog", "comment", "represent", "online", "technology"], +    "version": "1.36" +  },     "brand-hipchat": {      "category": "Brand", -    "tags": [ -      "brand", -      "hipchat", -      "chat", -      "communicate", -      "communication", -      "talk", -      "discuss", -      "app", -      "collaborate", -      "collaboration", -      "technology" -    ], -    "version": "1.36", -    "unicode": "edcd" -  }, +    "tags": ["brand", "hipchat", "chat", "communicate", "communication", "talk", "discuss", "app", "collaborate", "collaboration", "technology"], +    "version": "1.36" +  },     "brand-html5": {      "category": "Brand", -    "tags": [ -      "brand", -      "html5", -      "programming", -      "development", -      "web", -      "website", -      "technology", -      "markup", -      "language", -      "technology" -    ], -    "version": "1.32", -    "unicode": "ed6c" -  }, +    "tags": ["brand", "html5", "programming", "development", "web", "website", "technology", "markup", "language", "technology"], +    "version": "1.32" +  },     "brand-instagram": {      "category": "Brand", -    "tags": [ -      "brand", -      "instagram", -      "logo", -      "app", -      "application", -      "images", -      "photos", -      "videos", -      "post", -      "stories", -      "online", -      "community" -    ], -    "version": "1.9", -    "unicode": "ec20" -  }, +    "tags": ["brand", "instagram", "logo", "app", "application", "images", "photos", "videos", "post", "stories", "online", "community"], +    "version": "1.9" +  },     "brand-javascript": {      "category": "Brand", -    "tags": [ -      "brand", -      "javascript", -      "js", -      "language", -      "programming" -    ], -    "version": "1.4" -  }, +    "tags": ["brand", "javascript", "js", "language", "programming"], +    "version": "1.40" +  },     "brand-kickstarter": {      "category": "Brand", -    "tags": [ -      "brand", -      "kickstarter", -      "crowdfunding", -      "platform", -      "project", -      "creative", -      "idea", -      "business", -      "launch", -      "technology" -    ], -    "version": "1.36", -    "unicode": "edce" -  }, +    "tags": ["brand", "kickstarter", "crowdfunding", "platform", "project", "creative", "idea", "business", "launch", "technology"], +    "version": "1.36" +  },     "brand-kotlin": {      "category": "Brand", -    "tags": [ -      "brand", -      "kotlin", -      "programming", -      "language", -      "programmer", -      "development", -      "developer", -      "technology" -    ], -    "version": "1.32", -    "unicode": "ed6d" -  }, +    "tags": ["brand", "kotlin", "programming", "language", "programmer", "development", "developer", "technology"], +    "version": "1.32" +  },     "brand-linkedin": {      "category": "Brand", -    "tags": [ -      "brand", -      "linkedin", -      "logo", -      "website", -      "corporation", -      "work", -      "business", -      "internet" -    ], -    "version": "1.15", -    "unicode": "ec8c" -  }, +    "tags": ["brand", "linkedin", "logo", "website", "corporation", "work", "business", "internet"], +    "version": "1.15" +  },     "brand-medium": {      "category": "Brand", -    "tags": [ -      "brand", -      "medium", -      "logo", -      "website", -      "brand", -      "wordmark", -      "design" -    ], -    "version": "1.13", -    "unicode": "ec70" -  }, +    "tags": ["brand", "medium", "logo", "website", "brand", "wordmark", "design"], +    "version": "1.13" +  },     "brand-messenger": {      "category": "Brand", -    "tags": [ -      "brand", -      "messenger", -      "logo", -      "app", -      "application", -      "communication", -      "text", -      "messages", -      "communicator", -      "photos", -      "images", -      "videos", -      "giphy" -    ], -    "version": "1.13", -    "unicode": "ec71" -  }, +    "tags": ["brand", "messenger", "logo", "app", "application", "communication", "text", "messages", "communicator", "photos", "images", "videos", "giphy"], +    "version": "1.13" +  },     "brand-netflix": {      "category": "Brand", -    "tags": [ -      "brand", -      "netflix", -      "series", -      "tv", -      "episode", -      "movie", -      "film", -      "media", -      "watch", -      "app", -      "technology" -    ], -    "version": "1.36", -    "unicode": "edcf" -  }, +    "tags": ["brand", "netflix", "series", "tv", "episode", "movie", "film", "media", "watch", "app", "technology"], +    "version": "1.36" +  },     "brand-open-source": {      "category": "Brand", -    "tags": [ -      "brand", -      "open", -      "source", -      "software", -      "code", -      "developer", -      "public", -      "licence", -      "technology" -    ], -    "version": "1.36", -    "unicode": "edd0" -  }, +    "tags": ["brand", "open", "source", "software", "code", "developer", "public", "licence", "technology"], +    "version": "1.36" +  },     "brand-opera": {      "category": "Brand", -    "tags": [ -      "brand", -      "opera", -      "logo", -      "browser", -      "internet", -      "free", -      "program" -    ], -    "version": "1.9", -    "unicode": "ec21" -  }, +    "tags": ["brand", "opera", "logo", "browser", "internet", "free", "program"], +    "version": "1.9" +  },     "brand-pagekit": {      "category": "Brand", -    "tags": [ -      "brand", -      "pagekit", -      "content", -      "management", -      "system", -      "website", -      "component", -      "modular", -      "technology" -    ], -    "version": "1.36", -    "unicode": "edd1" -  }, +    "tags": ["brand", "pagekit", "content", "management", "system", "website", "component", "modular", "technology"], +    "version": "1.36" +  },     "brand-patreon": {      "category": "Brand", -    "tags": [ -      "brand", -      "patreon", -      "artist", -      "software", -      "creator", -      "patron", -      "art", -      "subscription", -      "income", -      "earn" -    ], -    "version": "1.36", -    "unicode": "edd2" -  }, +    "tags": ["brand", "patreon", "artist", "software", "creator", "patron", "art", "subscription", "income", "earn"], +    "version": "1.36" +  },     "brand-paypal": {      "category": "Brand", -    "tags": [ -      "brand", -      "paypal", -      "logo", -      "enterprise", -      "service", -      "payment", -      "internet", -      "businessman", -      "consumer" -    ], -    "version": "1.9", -    "unicode": "ec22" -  }, +    "tags": ["brand", "paypal", "logo", "enterprise", "service", "payment", "internet", "businessman", "consumer"], +    "version": "1.9" +  },     "brand-pinterest": {      "category": "Brand", -    "tags": [ -      "brand", -      "pinterest", -      "logo", -      "website", -      "images", -      "materials" -    ], -    "version": "1.15", -    "unicode": "ec8d" -  }, +    "tags": ["brand", "pinterest", "logo", "website", "images", "materials"], +    "version": "1.15" +  },     "brand-pocket": {      "category": "Brand", -    "tags": [ -      "brand", -      "pocket", -      "logo", -      "software", -      "application", -      "app", -      "mobile", -      "device", -      "gathering", -      "storage" -    ], -    "version": "1.23", -    "unicode": "ed00" -  }, +    "tags": ["brand", "pocket", "logo", "software", "application", "app", "mobile", "device", "gathering", "storage"], +    "version": "1.23" +  },     "brand-producthunt": {      "category": "Brand", -    "tags": [ -      "brand", -      "producthunt", -      "technology", -      "product", -      "share", -      "discover", -      "new", -      "novelty", -      "web", -      "geek" -    ], -    "version": "1.36", -    "unicode": "edd3" -  }, +    "tags": ["brand", "producthunt", "technology", "product", "share", "discover", "new", "novelty", "web", "geek"], +    "version": "1.36" +  },     "brand-python": {      "category": "Brand", -    "tags": [ -      "brand", -      "python", -      "logo", -      "language", -      "programming", -      "source" -    ], -    "version": "1.23", -    "unicode": "ed01" -  }, +    "tags": ["brand", "python", "logo", "language", "programming", "source"], +    "version": "1.23" +  },     "brand-reddit": {      "category": "Brand", -    "tags": [ -      "brand", -      "reddit", -      "logo", -      "website", -      "information", -      "link", -      "internet" -    ], -    "version": "1.15", -    "unicode": "ec8e" -  }, +    "tags": ["brand", "reddit", "logo", "website", "information", "link", "internet"], +    "version": "1.15" +  },     "brand-safari": {      "category": "Brand", -    "tags": [ -      "brand", -      "safari", -      "logo", -      "browser", -      "internet", -      "iPhone", -      "iPad", -      "MacBook", -      "compass", -      "apple", -      "discover" -    ], -    "version": "1.9", -    "unicode": "ec23" -  }, +    "tags": ["brand", "safari", "logo", "browser", "internet", "iPhone", "iPad", "MacBook", "compass", "apple", "discover"], +    "version": "1.9" +  },     "brand-sass": {      "category": "Brand", -    "tags": [ -      "brand", -      "sass", -      "technology", -      "preprocessor", -      "script", -      "language", -      "programming", -      "css", -      "syntax", -      "compile" -    ], -    "version": "1.36", -    "unicode": "edd4" -  }, +    "tags": ["brand", "sass", "technology", "preprocessor", "script", "language", "programming", "css", "syntax", "compile"], +    "version": "1.36" +  },     "brand-sentry": {      "category": "Brand", -    "tags": [ -      "brand", -      "sentry", -      "technology", -      "application", -      "monitoring", -      "error", -      "tracking", -      "software", -      "cloud", -      "development", -      "app" -    ], -    "version": "1.36", -    "unicode": "edd5" -  }, +    "tags": ["brand", "sentry", "technology", "application", "monitoring", "error", "tracking", "software", "cloud", "development", "app"], +    "version": "1.36" +  },     "brand-shazam": {      "category": "Brand", -    "tags": [ -      "brand", -      "shazam", -      "app", -      "technology", -      "device", -      "music", -      "sound", -      "play", -      "discover", -      "artist", -      "recognize" -    ], -    "version": "1.36", -    "unicode": "edd6" -  }, +    "tags": ["brand", "shazam", "app", "technology", "device", "music", "sound", "play", "discover", "artist", "recognize"], +    "version": "1.36" +  },     "brand-sketch": {      "category": "Brand", -    "tags": [ -      "brand", -      "sketch", -      "logo", -      "editor", -      "edit", -      "graphic", -      "apple", -      "commercial" -    ], -    "version": "1.9", -    "unicode": "ec24" -  }, +    "tags": ["brand", "sketch", "logo", "editor", "edit", "graphic", "apple", "commercial"], +    "version": "1.9" +  },     "brand-skype": {      "category": "Brand", -    "tags": [ -      "brand", -      "skype", -      "logo", -      "application", -      "app", -      "communication", -      "talks", -      "call", -      "video", -      "internet", -      "camera" -    ], -    "version": "1.23", -    "unicode": "ed02" -  }, +    "tags": ["brand", "skype", "logo", "application", "app", "communication", "talks", "call", "video", "internet", "camera"], +    "version": "1.23" +  },     "brand-slack": {      "category": "Brand", -    "tags": [ -      "brand", -      "slack", -      "logo", -      "free", -      "internet", -      "service", -      "stuff", -      "Electron", -      "app", -      "application", -      "communicator", -      "textual", -      "audio", -      "multimedia" -    ], -    "version": "1.13", -    "unicode": "ec72" -  }, +    "tags": ["brand", "slack", "logo", "free", "internet", "service", "stuff", "Electron", "app", "application", "communicator", "textual", "audio", "multimedia"], +    "version": "1.13" +  },     "brand-snapchat": {      "category": "Brand", -    "tags": [ -      "brand", -      "snapchat", -      "logo", -      "app", -      "application", -      "photos", -      "sending", -      "images", -      "mobile", -      "video" -    ], -    "version": "1.9", -    "unicode": "ec25" -  }, +    "tags": ["brand", "snapchat", "logo", "app", "application", "photos", "sending", "images", "mobile", "video"], +    "version": "1.9" +  },     "brand-soundcloud": {      "category": "Brand", -    "tags": [ -      "brand", -      "soundcloud", -      "technology", -      "audio", -      "distribution", -      "platform", -      "music", -      "upload", -      "promote", -      "streaming" -    ], -    "version": "1.32", -    "unicode": "ed6e" -  }, +    "tags": ["brand", "soundcloud", "technology", "audio", "distribution", "platform", "music", "upload", "promote", "streaming"], +    "version": "1.32" +  },     "brand-spotify": {      "category": "Brand", -    "tags": [ -      "brand", -      "spotify", -      "logo", -      "app", -      "application", -      "platform", -      "music", -      "listening", -      "streaming", -      "podcast" -    ], -    "version": "1.23", -    "unicode": "ed03" -  }, +    "tags": ["brand", "spotify", "logo", "app", "application", "platform", "music", "listening", "streaming", "podcast"], +    "version": "1.23" +  },     "brand-steam": {      "category": "Brand", -    "tags": [ -      "brand", -      "steam", -      "technology", -      "video", -      "game", -      "digital", -      "distribution", -      "software", -      "player", -      "pc" -    ], -    "version": "1.32", -    "unicode": "ed6f" -  }, +    "tags": ["brand", "steam", "technology", "video", "game", "digital", "distribution", "software", "player", "pc"], +    "version": "1.32" +  },     "brand-stripe": {      "category": "Brand", -    "tags": [ -      "brand", -      "stripe", -      "technology", -      "payment", -      "processing", -      "money", -      "subscription", -      "finance", -      "financial", -      "software", -      "e-commerce" -    ], -    "version": "1.36", -    "unicode": "edd7" -  }, +    "tags": ["brand", "stripe", "technology", "payment", "processing", "money", "subscription", "finance", "financial", "software", "e-commerce"], +    "version": "1.36" +  },     "brand-tabler": {      "category": "Brand", -    "tags": [ -      "brand", -      "tabler", -      "logo", -      "website", -      "dashboard", -      "download", -      "open-source", -      "UI" -    ], -    "version": "1.15", -    "unicode": "ec8f" -  }, +    "tags": ["brand", "tabler", "logo", "website", "dashboard", "download", "open-source", "UI"], +    "version": "1.15" +  },     "brand-tailwind": {      "category": "Brand", -    "tags": [ -      "brand", -      "tailwind", -      "logo", -      "firm", -      "website" -    ], -    "version": "1.17", -    "unicode": "eca1" -  }, +    "tags": ["brand", "tailwind", "logo", "firm", "website"], +    "version": "1.17" +  },     "brand-telegram": {      "category": "Brand", -    "tags": [ -      "brand", -      "telegram", -      "logo", -      "app", -      "application", -      "communicator", -      "internet", -      "cloud", -      "messages", -      "text", -      "images", -      "photos", -      "videos", -      "record", -      "file", -      "send" -    ], -    "version": "1.9", -    "unicode": "ec26" -  }, +    "tags": ["brand", "telegram", "logo", "app", "application", "communicator", "internet", "cloud", "messages", "text", "images", "photos", "videos", "record", "file", "send"], +    "version": "1.9" +  },     "brand-tidal": {      "category": "Brand", -    "tags": [ -      "brand", -      "tidal", -      "technology", -      "subscription", -      "music", -      "podcast", -      "video", -      "streaming", -      "playlist", -      "party", -      "track", -      "song" -    ], -    "version": "1.32", -    "unicode": "ed70" -  }, +    "tags": ["brand", "tidal", "technology", "subscription", "music", "podcast", "video", "streaming", "playlist", "party", "track", "song"], +    "version": "1.32" +  },     "brand-tiktok": {      "category": "Brand", -    "tags": [ -      "brand", -      "tiktok", -      "logo", -      "app", -      "application", -      "mobile", -      "video", -      "music" -    ], -    "version": "1.13", -    "unicode": "ec73" -  }, +    "tags": ["brand", "tiktok", "logo", "app", "application", "mobile", "video", "music"], +    "version": "1.13" +  },     "brand-tinder": {      "category": "Brand", -    "tags": [ -      "brand", -      "tinder", -      "date", -      "dating", -      "app", -      "love", -      "affection", -      "affair", -      "couple", -      "technology", -      "networking", -      "swipe", -      "match" -    ], -    "version": "1.32", -    "unicode": "ed71" -  }, +    "tags": ["brand", "tinder", "date", "dating", "app", "love", "affection", "affair", "couple", "technology", "networking", "swipe", "match"], +    "version": "1.32" +  },     "brand-tumblr": {      "category": "Brand", -    "tags": [ -      "brand", -      "tumblr", -      "logo", -      "website", -      "platform", -      "blog", -      "community" -    ], -    "version": "1.23", -    "unicode": "ed04" -  }, +    "tags": ["brand", "tumblr", "logo", "website", "platform", "blog", "community"], +    "version": "1.23" +  },     "brand-twitch": {      "category": "Brand", -    "tags": [ -      "brand", -      "twitch", -      "logo", -      "platform", -      "streaming", -      "streamers", -      "videos", -      "films", -      "chat", -      "subs" -    ], -    "version": "1.23", -    "unicode": "ed05" -  }, +    "tags": ["brand", "twitch", "logo", "platform", "streaming", "streamers", "videos", "films", "chat", "subs"], +    "version": "1.23" +  },     "brand-twitter": {      "category": "Brand", -    "tags": [ -      "brand", -      "twitter", -      "logo", -      "app", -      "application", -      "community", -      "social", -      "communication", -      "website", -      "user", -      "post", -      "images", -      "photos", -      "comment", -      "feedback" -    ], -    "version": "1.18", -    "unicode": "ec27" -  }, +    "tags": ["brand", "twitter", "logo", "app", "application", "community", "social", "communication", "website", "user", "post", "images", "photos", "comment", "feedback"], +    "version": "1.18" +  },     "brand-unsplash": {      "category": "Brand", -    "tags": [ -      "brand", -      "unsplash", -      "picture", -      "photo", -      "photography", -      "search", -      "image", -      "stock" -    ], -    "version": "1.36", -    "unicode": "edd8" -  }, +    "tags": ["brand", "unsplash", "picture", "photo", "photography", "search", "image", "stock"], +    "version": "1.36" +  },     "brand-vimeo": {      "category": "Brand", -    "tags": [ -      "brand", -      "vimeo", -      "logo", -      "website", -      "sharing", -      "watching", -      "video", -      "users" -    ], -    "version": "1.23", -    "unicode": "ed06" -  }, +    "tags": ["brand", "vimeo", "logo", "website", "sharing", "watching", "video", "users"], +    "version": "1.23" +  },     "brand-vk": {      "category": "Brand", -    "tags": [ -      "brand", -      "vk", -      "technology", -      "social", -      "media", -      "networking", -      "service", -      "russian" -    ], -    "version": "1.32", -    "unicode": "ed72" -  }, +    "tags": ["brand", "vk", "technology", "social", "media", "networking", "service", "russian"], +    "version": "1.32" +  },     "brand-whatsapp": {      "category": "Brand", -    "tags": [ -      "brand", -      "whatsapp", -      "logo", -      "app", -      "application", -      "communication", -      "text", -      "messages", -      "communicator", -      "photos", -      "images", -      "videos", -      "giphy" -    ], -    "version": "1.13", -    "unicode": "ec74" -  }, +    "tags": ["brand", "whatsapp", "logo", "app", "application", "communication", "text", "messages", "communicator", "photos", "images", "videos", "giphy"], +    "version": "1.13" +  },     "brand-windows": {      "category": "Brand", -    "tags": [ -      "brand", -      "windows", -      "logo", -      "system", -      "OS", -      "computer", -      "Microsoft" -    ], -    "version": "1.2", -    "unicode": "ecd8" -  }, +    "tags": ["brand", "windows", "logo", "system", "OS", "computer", "Microsoft"], +    "version": "1.20" +  },     "brand-yahoo": {      "category": "Brand", -    "tags": [ -      "brand", -      "yahoo", -      "web", -      "services", -      "technology", -      "inbox", -      "mail", -      "web", -      "news", -      "search" -    ], -    "version": "1.32", -    "unicode": "ed73" -  }, +    "tags": ["brand", "yahoo", "web", "services", "technology", "inbox", "mail", "web", "news", "search"], +    "version": "1.32" +  },     "brand-ycombinator": {      "category": "Brand", -    "tags": [ -      "brand", -      "ycombinator", -      "startup", -      "accelerator", -      "seed", -      "money", -      "launch", -      "company", -      "business", -      "invest", -      "funding" -    ], -    "version": "1.36", -    "unicode": "edd9" -  }, +    "tags": ["brand", "ycombinator", "startup", "accelerator", "seed", "money", "launch", "company", "business", "invest", "funding"], +    "version": "1.36" +  },     "brand-youtube": {      "category": "Brand", -    "tags": [ -      "brand", -      "youtube", -      "logo", -      "platform", -      "channel", -      "film", -      "video", -      "youtuber", -      "maker", -      "comments", -      "stream", -      "streamer" -    ], -    "version": "1.15", -    "unicode": "ec90" -  }, +    "tags": ["brand", "youtube", "logo", "platform", "channel", "film", "video", "youtuber", "maker", "comments", "stream", "streamer"], +    "version": "1.15" +  },     "briefcase": {      "category": "", -    "tags": [ -      "briefcase", -      "bag", -      "baggage", -      "folder", -      "carrier", -      "documents" -    ], -    "version": "1.0", -    "unicode": "ea46" -  }, +    "tags": ["briefcase", "bag", "baggage", "folder", "carrier", "documents"], +    "version": "1.0" +  },     "brightness-2": {      "category": "Photography", -    "tags": [ -      "brightness", -      "2", -      "light", -      "screen", -      "level", -      "daytime", -      "sun" -    ], -    "version": "1.39", -    "unicode": "ee19" -  }, +    "tags": ["brightness", "2", "light", "screen", "level", "daytime", "sun"], +    "version": "1.39" +  },     "brightness-down": {      "category": "Photography", -    "tags": [ -      "brightness", -      "down", -      "dark", -      "darker", -      "screen" -    ], -    "version": "1.3", -    "unicode": "eb7d" -  }, +    "tags": ["brightness", "down", "dark", "darker", "screen"], +    "version": "1.3" +  },     "brightness-half": {      "category": "Photography", -    "tags": [ -      "brightness", -      "half", -      "light", -      "screen", -      "level", -      "daytime", -      "sun" -    ], -    "version": "1.39", -    "unicode": "ee1a" -  }, +    "tags": ["brightness", "half", "light", "screen", "level", "daytime", "sun"], +    "version": "1.39" +  },     "brightness-up": {      "category": "Photography", -    "tags": [ -      "brightness", -      "up", -      "light", -      "screen" -    ], -    "version": "1.3", -    "unicode": "eb7e" -  }, +    "tags": ["brightness", "up", "light", "screen"], +    "version": "1.3" +  },     "brightness": {      "category": "Photography", -    "tags": [ -      "brightness", -      "light", -      "dark", -      "screen" -    ], -    "version": "1.3", -    "unicode": "eb7f" -  }, +    "tags": ["brightness", "light", "dark", "screen"], +    "version": "1.3" +  },     "browser": {      "category": "", -    "tags": [ -      "browser", -      "internet", -      "web", -      "display" -    ], -    "version": "1.5", -    "unicode": "ebb7" -  }, +    "tags": ["browser", "internet", "web", "display"], +    "version": "1.5" +  },     "brush": {      "category": "Design", -    "tags": [ -      "brush", -      "paint", -      "art", -      "picture", -      "paintbrush", -      "painter" -    ], -    "version": "1.5", -    "unicode": "ebb8" -  }, +    "tags": ["brush", "paint", "art", "picture", "paintbrush", "painter"], +    "version": "1.5" +  },     "bucket": {      "category": "", -    "tags": [ -      "bucket", -      "collection", -      "container", -      "water", -      "liquid" -    ], -    "version": "1.0", -    "unicode": "ea47" -  }, +    "tags": ["bucket", "collection", "container", "water", "liquid"], +    "version": "1.0" +  },     "bug": {      "category": "Nature", -    "tags": [ -      "bug", -      "germ", -      "insect", -      "error", -      "nature" -    ], -    "version": "1.1", -    "unicode": "ea48" -  }, +    "tags": ["bug", "germ", "insect", "error", "nature"], +    "version": "1.1" +  },     "building-arch": {      "category": "Buildings", -    "tags": [ -      "building", -      "arch", -      "arc", -      "curve", -      "dome", -      "monument", -      "history", -      "architecture" -    ], -    "version": "1.1", -    "unicode": "ea49" -  }, +    "tags": ["building", "arch", "arc", "curve", "dome", "monument", "history", "architecture"], +    "version": "1.1" +  },     "building-bank": {      "category": "Buildings", -    "tags": [ -      "building", -      "bank", -      "architecture", -      "city", -      "urban", -      "construction", -      "money", -      "credit", -      "loan", -      "workplace" -    ], -    "version": "1.7", -    "unicode": "ebe2" -  }, +    "tags": ["building", "bank", "architecture", "city", "urban", "construction", "money", "credit", "loan", "workplace"], +    "version": "1.7" +  },     "building-bridge-2": {      "category": "Buildings", -    "tags": [ -      "building", -      "bridge", -      "2", -      "architecture", -      "urban", -      "river", -      "overpass", -      "city", -      "countryside" -    ], -    "version": "1.1", -    "unicode": "ea4a" -  }, +    "tags": ["building", "bridge", "2", "architecture", "urban", "river", "overpass", "city", "countryside"], +    "version": "1.1" +  },     "building-bridge": {      "category": "Buildings", -    "tags": [ -      "building", -      "bridge", -      "architecture", -      "urban", -      "river", -      "overpass", -      "city", -      "countryside" -    ], -    "version": "1.1", -    "unicode": "ea4b" -  }, +    "tags": ["building", "bridge", "architecture", "urban", "river", "overpass", "city", "countryside"], +    "version": "1.1" +  },     "building-carousel": {      "category": "Buildings", -    "tags": [ -      "building", -      "carousel", -      "amusement", -      "park", -      "fair", -      "merry-go-round", -      "fun", -      "entertaianment" -    ], -    "version": "1.34", -    "unicode": "ed87" -  }, +    "tags": ["building", "carousel", "amusement", "park", "fair", "merry-go-round", "fun", "entertaianment"], +    "version": "1.34" +  },     "building-castle": {      "category": "Buildings", -    "tags": [ -      "building", -      "castle", -      "king", -      "queen", -      "royal", -      "architecture", -      "medieval", -      "middle", -      "ages", -      "nobility", -      "tower", -      "fortress", -      "fort", -      "fortification", -      "princess", -      "prince" -    ], -    "version": "1.34", -    "unicode": "ed88" -  }, +    "tags": ["building", "castle", "king", "queen", "royal", "architecture", "medieval", "middle", "ages", "nobility", "tower", "fortress", "fort", "fortification", "princess", "prince"], +    "version": "1.34" +  },     "building-church": {      "category": "Buildings", -    "tags": [ -      "building", -      "church", -      "religion", -      "chapel", -      "sanctuary", -      "temple", -      "cathedral", -      "pray", -      "prayer" -    ], -    "version": "1.1", -    "unicode": "ea4c" -  }, +    "tags": ["building", "church", "religion", "chapel", "sanctuary", "temple", "cathedral", "pray", "prayer"], +    "version": "1.1" +  },     "building-community": {      "category": "Buildings", -    "tags": [ -      "building", -      "community", -      "place", -      "skyscraper", -      "district neighborhood", -      "area" -    ], -    "version": "1.8", -    "unicode": "ebf6" -  }, +    "tags": ["building", "community", "place", "skyscraper", "district neighborhood", "area"], +    "version": "1.8" +  },     "building-cottage": {      "category": "Buildings", -    "tags": [ -      "building", -      "cottage", -      "small", -      "house", -      "countryside", -      "live", -      "farm", -      "rural", -      "outskirts" -    ], -    "version": "1.39", -    "unicode": "ee1b" -  }, +    "tags": ["building", "cottage", "small", "house", "countryside", "live", "farm", "rural", "outskirts"], +    "version": "1.39" +  },     "building-factory": {      "category": "Buildings", -    "tags": [ -      "building", -      "factory", -      "goods", -      "manufature", -      "machine", -      "trade", -      "produce", -      "product", -      "worker", -      "industry", -      "industrial", -      "site" -    ], -    "version": "1.39", -    "unicode": "ee1c" -  }, +    "tags": ["building", "factory", "goods", "manufature", "machine", "trade", "produce", "product", "worker", "industry", "industrial", "site"], +    "version": "1.39" +  },     "building-fortress": {      "category": "Buildings", -    "tags": [ -      "building", -      "fortress", -      "military", -      "town", -      "defend", -      "attack", -      "stronghold", -      "protect", -      "protection", -      "medieval" -    ], -    "version": "1.34", -    "unicode": "ed89" -  }, +    "tags": ["building", "fortress", "military", "town", "defend", "attack", "stronghold", "protect", "protection", "medieval"], +    "version": "1.34" +  },     "building-hospital": {      "category": "Buildings", -    "tags": [ -      "building", -      "hospital", -      "doctor", -      "sickness", -      "illness", -      "nurse", -      "medication", -      "emergency", -      "treat", -      "surgery" -    ], -    "version": "1.1", -    "unicode": "ea4d" -  }, +    "tags": ["building", "hospital", "doctor", "sickness", "illness", "nurse", "medication", "emergency", "treat", "surgery"], +    "version": "1.1" +  },     "building-lighthouse": {      "category": "Buildings", -    "tags": [ -      "building", -      "lighthouse", -      "light", -      "sea", -      "tower", -      "beacon", -      "flash", -      "ship", -      "guide", -      "lightship", -      "leading", -      "watchtower", -      "signal" -    ], -    "version": "1.34", -    "unicode": "ed8a" -  }, +    "tags": ["building", "lighthouse", "light", "sea", "tower", "beacon", "flash", "ship", "guide", "lightship", "leading", "watchtower", "signal"], +    "version": "1.34" +  },     "building-monument": {      "category": "Buildings", -    "tags": [ -      "building", -      "monument", -      "history", -      "memorial", -      "commemorative" -    ], -    "version": "1.26", -    "unicode": "ed26" -  }, +    "tags": ["building", "monument", "history", "memorial", "commemorative"], +    "version": "1.26" +  },     "building-pavilon": {      "category": "Buildings", -    "tags": [ -      "building", -      "pavilon", -      "place", -      "party", -      "residence", -      "ornamentation" -    ], -    "version": "1.8", -    "unicode": "ebf7" -  }, +    "tags": ["building", "pavilon", "place", "party", "residence", "ornamentation"], +    "version": "1.8" +  },     "building-skyscraper": {      "category": "Buildings", -    "tags": [ -      "building", -      "skyscraper", -      "city", -      "urban", -      "office", -      "workplace", -      "corporation", -      "hotel", -      "apartments" -    ], -    "version": "1.8", -    "unicode": "ec39" -  }, +    "tags": ["building", "skyscraper", "city", "urban", "office", "workplace", "corporation", "hotel", "apartments"], +    "version": "1.8" +  },     "building-store": {      "category": "Buildings", -    "tags": [ -      "building", -      "store", -      "shopping", -      "shop", -      "supermarket", -      "market", -      "products", -      "retail", -      "buy", -      "sell" -    ], -    "version": "1.1", -    "unicode": "ea4e" -  }, +    "tags": ["building", "store", "shopping", "shop", "supermarket", "market", "products", "retail", "buy", "sell"], +    "version": "1.1" +  },     "building-warehouse": {      "category": "Buildings", -    "tags": [ -      "building", -      "warehouse", -      "store", -      "inventory", -      "stuff", -      "things", -      "machinery" -    ], -    "version": "1.7", -    "unicode": "ebe3" -  }, +    "tags": ["building", "warehouse", "store", "inventory", "stuff", "things", "machinery"], +    "version": "1.7" +  },     "building": {      "category": "Buildings", -    "tags": [ -      "building", -      "flat", -      "office", -      "city", -      "urban", -      "scyscraper", -      "architecture", -      "construction" -    ], -    "version": "1.1", -    "unicode": "ea4f" -  }, +    "tags": ["building", "flat", "office", "city", "urban", "scyscraper", "architecture", "construction"], +    "version": "1.1" +  },     "bulb-off": {      "category": "", -    "tags": [ -      "bulb", -      "off", -      "energy", -      "power", -      "electricity", -      "creativity", -      "light", -      "idea" -    ], -    "version": "1.0", -    "unicode": "ea50" -  }, +    "tags": ["bulb", "off", "energy", "power", "electricity", "creativity", "light", "idea"], +    "version": "1.0" +  },     "bulb": {      "category": "", -    "tags": [ -      "bulb", -      "energy", -      "power", -      "electricity", -      "creativity", -      "light", -      "idea" -    ], -    "version": "1.0", -    "unicode": "ea51" -  }, +    "tags": ["bulb", "energy", "power", "electricity", "creativity", "light", "idea"], +    "version": "1.0" +  },     "bulldozer": {      "category": "Vehicles", -    "tags": [ -      "bulldozer", -      "tractor", -      "construction", -      "site", -      "build", -      "rear", -      "machine" -    ], -    "version": "1.34", -    "unicode": "ee1d" -  }, +    "tags": ["bulldozer", "tractor", "construction", "site", "build", "rear", "machine"], +    "version": "1.34" +  },     "bus": {      "category": "Vehicles", -    "tags": [ -      "bus", -      "vehicle", -      "drive", -      "driver", -      "engine", -      "motor", -      "journey", -      "trip" -    ], -    "version": "1.7", -    "unicode": "ebe4" -  }, +    "tags": ["bus", "vehicle", "drive", "driver", "engine", "motor", "journey", "trip"], +    "version": "1.7" +  },     "businessplan": {      "category": "", -    "tags": [ -      "businessplan", -      "business", -      "money", -      "corporate", -      "document", -      "goal", -      "achieve", -      "manage", -      "roadmap", -      "grow" -    ], -    "version": "1.39", -    "unicode": "ee1e" -  }, +    "tags": ["businessplan", "business", "money", "corporate", "document", "goal", "achieve", "manage", "roadmap", "grow"], +    "version": "1.39" +  },     "calculator": {      "category": "", -    "tags": [ -      "calculator", -      "math", -      "count", -      "add", -      "subtract", -      "multiply", -      "divide", -      "amount" -    ], -    "version": "1.3", -    "unicode": "eb80" -  }, +    "tags": ["calculator", "math", "count", "add", "subtract", "multiply", "divide", "amount"], +    "version": "1.3" +  },     "calendar-event": {      "category": "System", -    "tags": [ -      "calendar", -      "event", -      "date", -      "day", -      "plan", -      "schedule", -      "agenda" -    ], -    "version": "1.1", -    "unicode": "ea52" -  }, +    "tags": ["calendar", "event", "date", "day", "plan", "schedule", "agenda"], +    "version": "1.1" +  },     "calendar-minus": {      "category": "System", -    "tags": [ -      "calendar", -      "minus", -      "date", -      "day", -      "plan", -      "schedule", -      "agenda" -    ], -    "version": "1.5", -    "unicode": "ebb9" -  }, +    "tags": ["calendar", "minus", "date", "day", "plan", "schedule", "agenda"], +    "version": "1.5" +  },     "calendar-off": {      "category": "System", -    "tags": [ -      "calendar", -      "off", -      "unavailable", -      "unavailability", -      "leave", -      "plan", -      "schedule", -      "busy", -      "date", -      "month", -      "year", -      "meeting" -    ], -    "version": "1.39", -    "unicode": "ee1f" -  }, +    "tags": ["calendar", "off", "unavailable", "unavailability", "leave", "plan", "schedule", "busy", "date", "month", "year", "meeting"], +    "version": "1.39" +  },     "calendar-plus": {      "category": "System", -    "tags": [ -      "calendar", -      "plus", -      "date", -      "day", -      "plan", -      "schedule", -      "agenda", -      "add" -    ], -    "version": "1.5", -    "unicode": "ebba" -  }, +    "tags": ["calendar", "plus", "date", "day", "plan", "schedule", "agenda", "add"], +    "version": "1.5" +  },     "calendar-stats": {      "category": "System", -    "tags": [ -      "calendar", -      "stats", -      "plan", -      "timetable", -      "schedule", -      "meeting", -      "busy", -      "month", -      "year", -      "date", -      "statistics" -    ], -    "version": "1.39", -    "unicode": "ee20" -  }, +    "tags": ["calendar", "stats", "plan", "timetable", "schedule", "meeting", "busy", "month", "year", "date", "statistics"], +    "version": "1.39" +  },     "calendar-time": {      "category": "System", -    "tags": [ -      "calendar", -      "time", -      "plan", -      "timetable", -      "schedule", -      "meeting", -      "busy", -      "month", -      "year", -      "date" -    ], -    "version": "1.39", -    "unicode": "ee21" -  }, +    "tags": ["calendar", "time", "plan", "timetable", "schedule", "meeting", "busy", "month", "year", "date"], +    "version": "1.39" +  },     "calendar": {      "category": "System", -    "tags": [ -      "calendar", -      "date", -      "day", -      "plan", -      "schedule", -      "agenda" -    ], -    "version": "1.0", -    "unicode": "ea53" -  }, +    "tags": ["calendar", "date", "day", "plan", "schedule", "agenda"], +    "version": "1.0" +  },     "camera-minus": {      "category": "Media", -    "tags": [ -      "camera", -      "minus", -      "video", -      "photo", -      "aperture" -    ], -    "version": "1.11", -    "unicode": "ec3a" -  }, +    "tags": ["camera", "minus", "video", "photo", "aperture"], +    "version": "1.11" +  },     "camera-off": {      "category": "Media", -    "tags": [ -      "camera", -      "off", -      "video", -      "photo", -      "aperture" -    ], -    "version": "1.22", -    "unicode": "ecee" -  }, +    "tags": ["camera", "off", "video", "photo", "aperture"], +    "version": "1.22" +  },     "camera-plus": {      "category": "Media", -    "tags": [ -      "camera", -      "plus", -      "video", -      "photo", -      "aperture" -    ], -    "version": "1.11", -    "unicode": "ec3b" -  }, +    "tags": ["camera", "plus", "video", "photo", "aperture"], +    "version": "1.11" +  },     "camera-rotate": {      "category": "Photography", -    "tags": [ -      "camera", -      "rotate", -      "photo", -      "photography", -      "picture", -      "face", -      "instagram", -      "portrait", -      "digital", -      "smartphone", -      "selfie" -    ], -    "version": "1.39", -    "unicode": "ee22" -  }, +    "tags": ["camera", "rotate", "photo", "photography", "picture", "face", "instagram", "portrait", "digital", "smartphone", "selfie"], +    "version": "1.39" +  },     "camera-selfie": {      "category": "Photography", -    "tags": [ -      "camera", -      "selfie", -      "photo", -      "photography", -      "picture", -      "face", -      "instagram", -      "portrait", -      "digital", -      "smartphone" -    ], -    "version": "1.39", -    "unicode": "ee23" -  }, +    "tags": ["camera", "selfie", "photo", "photography", "picture", "face", "instagram", "portrait", "digital", "smartphone"], +    "version": "1.39" +  },     "camera": {      "category": "Media", -    "tags": [ -      "camera", -      "video", -      "photo", -      "aperture" -    ], -    "version": "1.0", -    "unicode": "ea54" -  }, +    "tags": ["camera", "video", "photo", "aperture"], +    "version": "1.0" +  },     "candy": {      "category": "Food", -    "tags": [ -      "candy" -    ], -    "version": "1.4" -  }, +    "tags": ["candy"], +    "version": "1.40" +  },     "capture": {      "category": "Media", -    "tags": [ -      "capture", -      "photo", -      "photographer", -      "sharpen" -    ], -    "version": "1.11", -    "unicode": "ec3c" -  }, +    "tags": ["capture", "photo", "photographer", "sharpen"], +    "version": "1.11" +  },     "car": {      "category": "Vehicles", -    "tags": [ -      "car", -      "vehicle", -      "drive", -      "driver", -      "engine", -      "motor", -      "journey", -      "trip" -    ], -    "version": "1.5", -    "unicode": "ebbb" -  }, +    "tags": ["car", "vehicle", "drive", "driver", "engine", "motor", "journey", "trip"], +    "version": "1.5" +  },     "caravan": {      "category": "Vehicles", -    "tags": [ -      "caravan", -      "journey", -      "trip", -      "holidays", -      "camping", -      "trailer" -    ], -    "version": "1.14", -    "unicode": "ec7c" -  }, +    "tags": ["caravan", "journey", "trip", "holidays", "camping", "trailer"], +    "version": "1.14" +  },     "cardboards": {      "category": "", -    "tags": [ -      "cardboards", -      "vr", -      "virtual reality", -      "watch", -      "viewer", -      "technology" -    ], -    "version": "1.33", -    "unicode": "ed74" -  }, +    "tags": ["cardboards", "vr", "virtual reality", "watch", "viewer", "technology"], +    "version": "1.33" +  },     "caret-down": {      "category": "Arrows", -    "tags": [ -      "caret", -      "down", -      "next", -      "bottom", -      "dropdown", -      "show", -      "more" -    ], -    "version": "1.2", -    "unicode": "eb5d" -  }, +    "tags": ["caret", "down", "next", "bottom", "dropdown", "show", "more"], +    "version": "1.2" +  },     "caret-left": {      "category": "Arrows", -    "tags": [ -      "caret", -      "left", -      "back", -      "previous" -    ], -    "version": "1.2", -    "unicode": "eb5e" -  }, +    "tags": ["caret", "left", "back", "previous"], +    "version": "1.2" +  },     "caret-right": {      "category": "Arrows", -    "tags": [ -      "caret", -      "right", -      "next", -      "play", -      "more" -    ], -    "version": "1.2", -    "unicode": "eb5f" -  }, +    "tags": ["caret", "right", "next", "play", "more"], +    "version": "1.2" +  },     "caret-up": {      "category": "Arrows", -    "tags": [ -      "caret", -      "up", -      "dropdown", -      "less", -      "up" -    ], -    "version": "1.2", -    "unicode": "eb60" -  }, +    "tags": ["caret", "up", "dropdown", "less", "up"], +    "version": "1.2" +  },     "cash-banknote-off": {      "category": "E-commerce", -    "tags": [ -      "cash", -      "banknote", -      "off", -      "money", -      "pay", -      "bank", -      "dollar", -      "pound", -      "bank", -      "yen", -      "business" -    ], -    "version": "1.39", -    "unicode": "ee24" -  }, +    "tags": ["cash", "banknote", "off", "money", "pay", "bank", "dollar", "pound", "bank", "yen", "business"], +    "version": "1.39" +  },     "cash-banknote": {      "category": "E-commerce", -    "tags": [ -      "cash", -      "banknote", -      "money", -      "pay", -      "bank", -      "dollar", -      "pound", -      "bank", -      "yen", -      "business" -    ], -    "version": "1.39", -    "unicode": "ee25" -  }, +    "tags": ["cash", "banknote", "money", "pay", "bank", "dollar", "pound", "bank", "yen", "business"], +    "version": "1.39" +  },     "cash": {      "category": "E-commerce", -    "tags": [ -      "cash", -      "currency", -      "payment", -      "money", -      "pay" -    ], -    "version": "1.0", -    "unicode": "ea55" -  }, +    "tags": ["cash", "currency", "payment", "money", "pay"], +    "version": "1.0" +  },     "cast": {      "category": "Media", -    "tags": [ -      "cast", -      "broadcast", -      "stream", -      "mirroring", -      "apple", -      "airplay", -      "chromecast" -    ], -    "version": "1.0", -    "unicode": "ea56" -  }, +    "tags": ["cast", "broadcast", "stream", "mirroring", "apple", "airplay", "chromecast"], +    "version": "1.0" +  },     "ce": {      "category": "Symbols", -    "tags": [ -      "ce", -      "sign", -      "marking", -      "administration", -      "administrative", -      "conformity", -      "health", -      "safety", -      "environment", -      "protection", -      "standards", -      "product", -      "europe", -      "eea", -      "economic", -      "area", -      "manufacture" -    ], -    "version": "1.33", -    "unicode": "ed75" -  }, +    "tags": ["ce", "sign", "marking", "administration", "administrative", "conformity", "health", "safety", "environment", "protection", "standards", "product", "europe", "eea", "economic", "area", "manufacture"], +    "version": "1.33" +  },     "certificate": {      "category": "Document", -    "tags": [ -      "certificate", -      "document", -      "official", -      "attest", -      "signature", -      "birth", -      "death", -      "gift", -      "authenticity", -      "seal", -      "course", -      "complete", -      "qualification" -    ], -    "version": "1.33", -    "unicode": "ed76" -  }, +    "tags": ["certificate", "document", "official", "attest", "signature", "birth", "death", "gift", "authenticity", "seal", "course", "complete", "qualification"], +    "version": "1.33" +  },     "charging-pile": {      "category": "Vehicles", -    "tags": [ -      "charging", -      "pile", -      "electric", -      "electricity", -      "hybrid", -      "tesla", -      "station", -      "electronic", -      "point" -    ], -    "version": "1.39", -    "unicode": "ee26" -  }, +    "tags": ["charging", "pile", "electric", "electricity", "hybrid", "tesla", "station", "electronic", "point"], +    "version": "1.39" +  },     "chart-arcs-3": {      "category": "Charts", -    "tags": [ -      "chart", -      "arcs", -      "3", -      "statistics", -      "diagram", -      "graph", -      "rhythm", -      "data", -      "analysis" -    ], -    "version": "1.39", -    "unicode": "ee27" -  }, +    "tags": ["chart", "arcs", "3", "statistics", "diagram", "graph", "rhythm", "data", "analysis"], +    "version": "1.39" +  },     "chart-arcs": {      "category": "Charts", -    "tags": [ -      "chart", -      "arcs", -      "statistics", -      "diagram", -      "graph", -      "rhythm", -      "data", -      "analysis" -    ], -    "version": "1.39", -    "unicode": "ee28" -  }, +    "tags": ["chart", "arcs", "statistics", "diagram", "graph", "rhythm", "data", "analysis"], +    "version": "1.39" +  },     "chart-area-line": {      "category": "Charts", -    "tags": [ -      "chart", -      "area", -      "line", -      "statistics", -      "diagram", -      "graph", -      "rhythm", -      "data", -      "analysis" -    ], -    "version": "1.0", -    "unicode": "ea57" -  }, +    "tags": ["chart", "area", "line", "statistics", "diagram", "graph", "rhythm", "data", "analysis"], +    "version": "1.0" +  },     "chart-area": {      "category": "Charts", -    "tags": [ -      "chart", -      "area", -      "statistics", -      "diagram", -      "graph", -      "rhythm", -      "data", -      "analysis" -    ], -    "version": "1.0", -    "unicode": "ea58" -  }, +    "tags": ["chart", "area", "statistics", "diagram", "graph", "rhythm", "data", "analysis"], +    "version": "1.0" +  },     "chart-arrows-vertical": {      "category": "Charts", -    "tags": [ -      "chart", -      "arrows", -      "vertical", -      "statistics", -      "data", -      "value", -      "variable", -      "scale", -      "statistical", -      "level", -      "increase", -      "decrease" -    ], -    "version": "1.39", -    "unicode": "ee29" -  }, +    "tags": ["chart", "arrows", "vertical", "statistics", "data", "value", "variable", "scale", "statistical", "level", "increase", "decrease"], +    "version": "1.39" +  },     "chart-arrows": {      "category": "Charts", -    "tags": [ -      "chart", -      "arrows", -      "statistics", -      "data", -      "value", -      "variable", -      "scale", -      "statistical", -      "level", -      "increase", -      "decrease" -    ], -    "version": "1.39", -    "unicode": "ee2a" -  }, +    "tags": ["chart", "arrows", "statistics", "data", "value", "variable", "scale", "statistical", "level", "increase", "decrease"], +    "version": "1.39" +  },     "chart-bar": {      "category": "Charts", -    "tags": [ -      "chart", -      "bar", -      "statistics", -      "diagram", -      "graph", -      "rhythm", -      "data", -      "analysis" -    ], -    "version": "1.0", -    "unicode": "ea59" -  }, +    "tags": ["chart", "bar", "statistics", "diagram", "graph", "rhythm", "data", "analysis"], +    "version": "1.0" +  },     "chart-bubble": {      "category": "Charts", -    "tags": [ -      "chart", -      "bubble", -      "statistics", -      "diagram", -      "graph", -      "rhythm", -      "data", -      "analysis" -    ], -    "version": "1.13", -    "unicode": "ec75" -  }, +    "tags": ["chart", "bubble", "statistics", "diagram", "graph", "rhythm", "data", "analysis"], +    "version": "1.13" +  },     "chart-candle": {      "category": "Charts", -    "tags": [ -      "chart", -      "candle", -      "statistics", -      "diagram", -      "graph", -      "rhythm", -      "data", -      "analysis" -    ], -    "version": "1.0", -    "unicode": "ea5a" -  }, +    "tags": ["chart", "candle", "statistics", "diagram", "graph", "rhythm", "data", "analysis"], +    "version": "1.0" +  },     "chart-circles": {      "category": "Charts", -    "tags": [ -      "chart", -      "circles", -      "statistics", -      "analysis", -      "analyse", -      "graph" -    ], -    "version": "1.39", -    "unicode": "ee2b" -  }, +    "tags": ["chart", "circles", "statistics", "analysis", "analyse", "graph"], +    "version": "1.39" +  },     "chart-donut-2": {      "category": "Charts", -    "tags": [ -      "chart", -      "donut", -      "2", -      "statistics", -      "diagram", -      "graph", -      "rhythm", -      "data", -      "analysis" -    ], -    "version": "1.39", -    "unicode": "ee2c" -  }, +    "tags": ["chart", "donut", "2", "statistics", "diagram", "graph", "rhythm", "data", "analysis"], +    "version": "1.39" +  },     "chart-donut-3": {      "category": "Charts", -    "tags": [ -      "chart", -      "donut", -      "3", -      "statistics", -      "diagram", -      "graph", -      "rhythm", -      "data", -      "analysis" -    ], -    "version": "1.39", -    "unicode": "ee2d" -  }, +    "tags": ["chart", "donut", "3", "statistics", "diagram", "graph", "rhythm", "data", "analysis"], +    "version": "1.39" +  },     "chart-donut-4": {      "category": "Charts", -    "tags": [ -      "chart", -      "donut", -      "4", -      "statistics", -      "diagram", -      "graph", -      "rhythm", -      "data", -      "analysis" -    ], -    "version": "1.39", -    "unicode": "ee2e" -  }, +    "tags": ["chart", "donut", "4", "statistics", "diagram", "graph", "rhythm", "data", "analysis"], +    "version": "1.39" +  },     "chart-donut": {      "category": "Charts", -    "tags": [ -      "chart", -      "donut", -      "statistics", -      "diagram", -      "graph", -      "rhythm", -      "data", -      "analysis" -    ], -    "version": "1.0", -    "unicode": "ea5b" -  }, +    "tags": ["chart", "donut", "statistics", "diagram", "graph", "rhythm", "data", "analysis"], +    "version": "1.0" +  },     "chart-dots": {      "category": "Charts", -    "tags": [ -      "chart", -      "dots", -      "statistics", -      "data", -      "value", -      "variable", -      "scale", -      "statistical" -    ], -    "version": "1.39", -    "unicode": "ee2f" -  }, +    "tags": ["chart", "dots", "statistics", "data", "value", "variable", "scale", "statistical"], +    "version": "1.39" +  },     "chart-infographic": {      "category": "Charts", -    "tags": [ -      "chart", -      "infographic", -      "statistics", -      "data", -      "value", -      "variable", -      "scale", -      "statistical", -      "bar", -      "information", -      "report" -    ], -    "version": "1.39", -    "unicode": "ee30" -  }, +    "tags": ["chart", "infographic", "statistics", "data", "value", "variable", "scale", "statistical", "bar", "information", "report"], +    "version": "1.39" +  },     "chart-line": {      "category": "Charts", -    "tags": [ -      "chart", -      "line", -      "statistics", -      "diagram", -      "graph", -      "rhythm", -      "data", -      "analysis" -    ], -    "version": "1.0", -    "unicode": "ea5c" -  }, +    "tags": ["chart", "line", "statistics", "diagram", "graph", "rhythm", "data", "analysis"], +    "version": "1.0" +  },     "chart-pie-2": {      "category": "Charts", -    "tags": [ -      "chart", -      "pie", -      "2", -      "statistics", -      "diagram", -      "graph", -      "rhythm", -      "data", -      "analysis" -    ], -    "version": "1.39", -    "unicode": "ee31" -  }, +    "tags": ["chart", "pie", "2", "statistics", "diagram", "graph", "rhythm", "data", "analysis"], +    "version": "1.39" +  },     "chart-pie-3": {      "category": "Charts", -    "tags": [ -      "chart", -      "pie", -      "3", -      "statistics", -      "diagram", -      "graph", -      "rhythm", -      "data", -      "analysis" -    ], -    "version": "1.39", -    "unicode": "ee32" -  }, +    "tags": ["chart", "pie", "3", "statistics", "diagram", "graph", "rhythm", "data", "analysis"], +    "version": "1.39" +  },     "chart-pie-4": {      "category": "Charts", -    "tags": [ -      "chart", -      "pie", -      "4", -      "statistics", -      "diagram", -      "graph", -      "rhythm", -      "data", -      "analysis" -    ], -    "version": "1.39", -    "unicode": "ee33" -  }, +    "tags": ["chart", "pie", "4", "statistics", "diagram", "graph", "rhythm", "data", "analysis"], +    "version": "1.39" +  },     "chart-pie": {      "category": "Charts", -    "tags": [ -      "chart", -      "pie", -      "statistics", -      "diagram", -      "graph", -      "rhythm", -      "data", -      "analysis" -    ], -    "version": "1.0", -    "unicode": "ea5d" -  }, +    "tags": ["chart", "pie", "statistics", "diagram", "graph", "rhythm", "data", "analysis"], +    "version": "1.0" +  },     "chart-radar": {      "category": "Charts", -    "tags": [ -      "chart", -      "radar", -      "statistics", -      "data", -      "value", -      "two", -      "dimensions", -      "variable", -      "report", -      "points" -    ], -    "version": "1.33", -    "unicode": "ed77" -  }, +    "tags": ["chart", "radar", "statistics", "data", "value", "two", "dimensions", "variable", "report", "points"], +    "version": "1.33" +  },     "check": {      "category": "System", -    "tags": [ -      "check", -      "tick", -      "yes", -      "confirm" -    ], -    "version": "1.0", -    "unicode": "ea5e" -  }, +    "tags": ["check", "tick", "yes", "confirm"], +    "version": "1.0" +  },     "checkbox": {      "category": "System", -    "tags": [ -      "checkbox", -      "survey", -      "confirm", -      "tick", -      "yes", -      "to-do" -    ], -    "version": "1.4", -    "unicode": "eba6" -  }, +    "tags": ["checkbox", "survey", "confirm", "tick", "yes", "to-do"], +    "version": "1.4" +  },     "checks": {      "category": "System", -    "tags": [ -      "checks", -      "tick", -      "yes", -      "confirm" -    ], -    "version": "1.4", -    "unicode": "ebaa" -  }, +    "tags": ["checks", "tick", "yes", "confirm"], +    "version": "1.4" +  },     "chevron-down-left": {      "category": "Arrows", -    "tags": [ -      "chevron", -      "down", -      "left", -      "move", -      "aside", -      "bottom" -    ], -    "version": "1.24", -    "unicode": "ed09" -  }, +    "tags": ["chevron", "down", "left", "move", "aside", "bottom"], +    "version": "1.24" +  },     "chevron-down-right": {      "category": "Arrows", -    "tags": [ -      "chevron", -      "down", -      "right", -      "move", -      "aside", -      "bottom" -    ], -    "version": "1.24", -    "unicode": "ed0a" -  }, +    "tags": ["chevron", "down", "right", "move", "aside", "bottom"], +    "version": "1.24" +  },     "chevron-down": {      "category": "Arrows", -    "tags": [ -      "chevron", -      "down", -      "move", -      "next", -      "swipe", -      "bottom" -    ], -    "version": "1.0", -    "unicode": "ea5f" -  }, +    "tags": ["chevron", "down", "move", "next", "swipe", "bottom"], +    "version": "1.0" +  },     "chevron-left": {      "category": "Arrows", -    "tags": [ -      "chevron", -      "left", -      "move", -      "previous", -      "back" -    ], -    "version": "1.0", -    "unicode": "ea60" -  }, +    "tags": ["chevron", "left", "move", "previous", "back"], +    "version": "1.0" +  },     "chevron-right": {      "category": "Arrows", -    "tags": [ -      "chevron", -      "right", -      "move", -      "checklist", -      "next" -    ], -    "version": "1.0", -    "unicode": "ea61" -  }, +    "tags": ["chevron", "right", "move", "checklist", "next"], +    "version": "1.0" +  },     "chevron-up-left": {      "category": "Arrows", -    "tags": [ -      "chevron", -      "up", -      "left", -      "move", -      "aside", -      "top" -    ], -    "version": "1.24", -    "unicode": "ed0b" -  }, +    "tags": ["chevron", "up", "left", "move", "aside", "top"], +    "version": "1.24" +  },     "chevron-up-right": {      "category": "Arrows", -    "tags": [ -      "chevron", -      "up", -      "right", -      "move", -      "aside", -      "top" -    ], -    "version": "1.24", -    "unicode": "ed0c" -  }, +    "tags": ["chevron", "up", "right", "move", "aside", "top"], +    "version": "1.24" +  },     "chevron-up": {      "category": "Arrows", -    "tags": [ -      "chevron", -      "up", -      "move", -      "top" -    ], -    "version": "1.0", -    "unicode": "ea62" -  }, +    "tags": ["chevron", "up", "move", "top"], +    "version": "1.0" +  },     "chevrons-down-left": {      "category": "Arrows", -    "tags": [ -      "chevrons", -      "down", -      "left", -      "move", -      "aside", -      "bottom" -    ], -    "version": "1.24", -    "unicode": "ed0d" -  }, +    "tags": ["chevrons", "down", "left", "move", "aside", "bottom"], +    "version": "1.24" +  },     "chevrons-down-right": {      "category": "Arrows", -    "tags": [ -      "chevrons", -      "down", -      "right", -      "move", -      "aside", -      "bottom" -    ], -    "version": "1.24", -    "unicode": "ed0e" -  }, +    "tags": ["chevrons", "down", "right", "move", "aside", "bottom"], +    "version": "1.24" +  },     "chevrons-down": {      "category": "Arrows", -    "tags": [ -      "chevrons", -      "down", -      "move", -      "bottom" -    ], -    "version": "1.0", -    "unicode": "ea63" -  }, +    "tags": ["chevrons", "down", "move", "bottom"], +    "version": "1.0" +  },     "chevrons-left": {      "category": "Arrows", -    "tags": [ -      "chevrons", -      "left", -      "move", -      "back", -      "roll" -    ], -    "version": "1.0", -    "unicode": "ea64" -  }, +    "tags": ["chevrons", "left", "move", "back", "roll"], +    "version": "1.0" +  },     "chevrons-right": {      "category": "Arrows", -    "tags": [ -      "chevrons", -      "right", -      "move", -      "next", -      "checklist" -    ], -    "version": "1.0", -    "unicode": "ea65" -  }, +    "tags": ["chevrons", "right", "move", "next", "checklist"], +    "version": "1.0" +  },     "chevrons-up-left": {      "category": "Arrows", -    "tags": [ -      "chevrons", -      "up", -      "left", -      "move", -      "aside", -      "top" -    ], -    "version": "1.24", -    "unicode": "ed0f" -  }, +    "tags": ["chevrons", "up", "left", "move", "aside", "top"], +    "version": "1.24" +  },     "chevrons-up-right": {      "category": "Arrows", -    "tags": [ -      "chevrons", -      "up", -      "right", -      "move", -      "aside", -      "top" -    ], -    "version": "1.24", -    "unicode": "ed10" -  }, +    "tags": ["chevrons", "up", "right", "move", "aside", "top"], +    "version": "1.24" +  },     "chevrons-up": {      "category": "Arrows", -    "tags": [ -      "chevrons", -      "up", -      "move", -      "top" -    ], -    "version": "1.0", -    "unicode": "ea66" -  }, +    "tags": ["chevrons", "up", "move", "top"], +    "version": "1.0" +  },     "christmas-tree": {      "category": "Nature", -    "tags": [ -      "christmas", -      "tree", -      "holidays", -      "pine", -      "decorate", -      "decoration", -      "gift", -      "present", -      "carol", -      "evergreen", -      "spruce", -      "fir", -      "winter" -    ], -    "version": "1.33", -    "unicode": "ed78" -  }, +    "tags": ["christmas", "tree", "holidays", "pine", "decorate", "decoration", "gift", "present", "carol", "evergreen", "spruce", "fir", "winter"], +    "version": "1.33" +  },     "circle-0": {      "category": "Numbers", -    "tags": [ -      "circle", -      "0", -      "zero", -      "number", -      "digit", -      "quantity", -      "amount", -      "order", -      "maths", -      "sum", -      "total" -    ], -    "version": "1.39", -    "unicode": "ee34" -  }, +    "tags": ["circle", "0", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total"], +    "version": "1.39" +  },     "circle-1": {      "category": "Numbers", -    "tags": [ -      "circle", -      "1", -      "one", -      "zero", -      "number", -      "digit", -      "quantity", -      "amount", -      "order", -      "maths", -      "sum", -      "total" -    ], -    "version": "1.39", -    "unicode": "ee35" -  }, +    "tags": ["circle", "1", "one", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total"], +    "version": "1.39" +  },     "circle-2": {      "category": "Numbers", -    "tags": [ -      "circle", -      "2", -      "two", -      "zero", -      "number", -      "digit", -      "quantity", -      "amount", -      "order", -      "maths", -      "sum", -      "total" -    ], -    "version": "1.39", -    "unicode": "ee36" -  }, +    "tags": ["circle", "2", "two", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total"], +    "version": "1.39" +  },     "circle-3": {      "category": "Numbers", -    "tags": [ -      "circle", -      "3", -      "three", -      "zero", -      "number", -      "digit", -      "quantity", -      "amount", -      "order", -      "maths", -      "sum", -      "total" -    ], -    "version": "1.39", -    "unicode": "ee37" -  }, +    "tags": ["circle", "3", "three", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total"], +    "version": "1.39" +  },     "circle-4": {      "category": "Numbers", -    "tags": [ -      "circle", -      "4", -      "four", -      "zero", -      "number", -      "digit", -      "quantity", -      "amount", -      "order", -      "maths", -      "sum", -      "total" -    ], -    "version": "1.39", -    "unicode": "ee38" -  }, +    "tags": ["circle", "4", "four", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total"], +    "version": "1.39" +  },     "circle-5": {      "category": "Numbers", -    "tags": [ -      "circle", -      "5", -      "five", -      "zero", -      "number", -      "digit", -      "quantity", -      "amount", -      "order", -      "maths", -      "sum", -      "total" -    ], -    "version": "1.39", -    "unicode": "ee39" -  }, +    "tags": ["circle", "5", "five", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total"], +    "version": "1.39" +  },     "circle-6": {      "category": "Numbers", -    "tags": [ -      "circle", -      "6", -      "six", -      "zero", -      "number", -      "digit", -      "quantity", -      "amount", -      "order", -      "maths", -      "sum", -      "total" -    ], -    "version": "1.39", -    "unicode": "ee3a" -  }, +    "tags": ["circle", "6", "six", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total"], +    "version": "1.39" +  },     "circle-7": {      "category": "Numbers", -    "tags": [ -      "circle", -      "7", -      "seven", -      "zero", -      "number", -      "digit", -      "quantity", -      "amount", -      "order", -      "maths", -      "sum", -      "total" -    ], -    "version": "1.39", -    "unicode": "ee3b" -  }, +    "tags": ["circle", "7", "seven", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total"], +    "version": "1.39" +  },     "circle-8": {      "category": "Numbers", -    "tags": [ -      "circle", -      "8", -      "eight", -      "zero", -      "number", -      "digit", -      "quantity", -      "amount", -      "order", -      "maths", -      "sum", -      "total" -    ], -    "version": "1.39", -    "unicode": "ee3c" -  }, +    "tags": ["circle", "8", "eight", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total"], +    "version": "1.39" +  },     "circle-9": {      "category": "Numbers", -    "tags": [ -      "circle", -      "9", -      "nine", -      "zero", -      "number", -      "digit", -      "quantity", -      "amount", -      "order", -      "maths", -      "sum", -      "total" -    ], -    "version": "1.39", -    "unicode": "ee3d" -  }, +    "tags": ["circle", "9", "nine", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total"], +    "version": "1.39" +  },     "circle-check": {      "category": "", -    "tags": [ -      "circle", -      "check", -      "yes", -      "confirm" -    ], -    "version": "1.0", -    "unicode": "ea67" -  }, +    "tags": ["circle", "check", "yes", "confirm"], +    "version": "1.0" +  },     "circle-dashed": {      "category": "", -    "tags": [ -      "circle", -      "dashed", -      "shape", -      "line", -      "check" -    ], -    "version": "1.26", -    "unicode": "ed27" -  }, +    "tags": ["circle", "dashed", "shape", "line", "check"], +    "version": "1.26" +  },     "circle-dotted": {      "category": "", -    "tags": [ -      "circle", -      "dotted", -      "shape", -      "point", -      "check" -    ], -    "version": "1.26", -    "unicode": "ed28" -  }, +    "tags": ["circle", "dotted", "shape", "point", "check"], +    "version": "1.26" +  },     "circle-half-vertical": {      "category": "", -    "tags": [ -      "circle", -      "half", -      "vertical", -      "shape", -      "split", -      "slash" -    ], -    "version": "1.39", -    "unicode": "ee3e" -  }, +    "tags": ["circle", "half", "vertical", "shape", "split", "slash"], +    "version": "1.39" +  },     "circle-half": {      "category": "", -    "tags": [ -      "circle", -      "half", -      "shape", -      "split", -      "slash" -    ], -    "version": "1.39", -    "unicode": "ee3f" -  }, +    "tags": ["circle", "half", "shape", "split", "slash"], +    "version": "1.39" +  },     "circle-minus": {      "category": "", -    "tags": [ -      "circle", -      "minus", -      "remove", -      "delete" -    ], -    "version": "1.0", -    "unicode": "ea68" -  }, +    "tags": ["circle", "minus", "remove", "delete"], +    "version": "1.0" +  },     "circle-off": {      "category": "Shapes", -    "tags": [ -      "circle", -      "off", -      "shape", -      "split", -      "slash", -      "disabled" -    ], -    "version": "1.39", -    "unicode": "ee40" -  }, +    "tags": ["circle", "off", "shape", "split", "slash", "disabled"], +    "version": "1.39" +  },     "circle-plus": {      "category": "", -    "tags": [ -      "circle", -      "plus", -      "add", -      "create", -      "new" -    ], -    "version": "1.0", -    "unicode": "ea69" -  }, +    "tags": ["circle", "plus", "add", "create", "new"], +    "version": "1.0" +  },     "circle-square": {      "category": "Shapes", -    "tags": [ -      "circle", -      "square", -      "shape", -      "spot", -      "math" -    ], -    "version": "1.21", -    "unicode": "ece4" -  }, +    "tags": ["circle", "square", "shape", "spot", "math"], +    "version": "1.21" +  },     "circle-x": {      "category": "", -    "tags": [ -      "circle", -      "x", -      "cancel", -      "no" -    ], -    "version": "1.0", -    "unicode": "ea6a" -  }, +    "tags": ["circle", "x", "cancel", "no"], +    "version": "1.0" +  },     "circle": {      "category": "Shapes", -    "tags": [ -      "circle", -      "false", -      "zero" -    ], -    "version": "1.0", -    "unicode": "ea6b" -  }, +    "tags": ["circle", "false", "zero"], +    "version": "1.0" +  },     "circles": {      "category": "Shapes", -    "tags": [ -      "circles", -      "shape", -      "marbles", -      "balls", -      "juggle", -      "spots" -    ], -    "version": "1.21", -    "unicode": "ece5" -  }, +    "tags": ["circles", "shape", "marbles", "balls", "juggle", "spots"], +    "version": "1.21" +  },     "clear-all": {      "category": "", -    "tags": [ -      "clear", -      "all", -      "app", -      "clear", -      "all", -      "emails", -      "phone" -    ], -    "version": "1.39", -    "unicode": "ee41" -  }, +    "tags": ["clear", "all", "app", "clear", "all", "emails", "phone"], +    "version": "1.39" +  },     "clear-formatting": {      "category": "Text", -    "tags": [ -      "clear", -      "formatting", -      "text", -      "return", -      "default" -    ], -    "version": "1.7", -    "unicode": "ebe5" -  }, +    "tags": ["clear", "formatting", "text", "return", "default"], +    "version": "1.7" +  },     "click": {      "category": "", -    "tags": [ -      "click", -      "select", -      "cursor" -    ], -    "version": "1.5", -    "unicode": "ebbc" -  }, +    "tags": ["click", "select", "cursor"], +    "version": "1.5" +  },     "clipboard-check": {      "category": "Document", -    "tags": [ -      "clipboard", -      "check", -      "copy", -      "yes" -    ], -    "version": "1.0", -    "unicode": "ea6c" -  }, +    "tags": ["clipboard", "check", "copy", "yes"], +    "version": "1.0" +  },     "clipboard-list": {      "category": "Document", -    "tags": [ -      "clipboard", -      "list", -      "copy", -      "items" -    ], -    "version": "1.0", -    "unicode": "ea6d" -  }, +    "tags": ["clipboard", "list", "copy", "items"], +    "version": "1.0" +  },     "clipboard-x": {      "category": "Document", -    "tags": [ -      "clipboard", -      "x", -      "copy", -      "no" -    ], -    "version": "1.0", -    "unicode": "ea6e" -  }, +    "tags": ["clipboard", "x", "copy", "no"], +    "version": "1.0" +  },     "clipboard": {      "category": "Document", -    "tags": [ -      "clipboard", -      "copy" -    ], -    "version": "1.0", -    "unicode": "ea6f" -  }, +    "tags": ["clipboard", "copy"], +    "version": "1.0" +  },     "clock": {      "category": "", -    "tags": [ -      "clock", -      "time", -      "watch", -      "alarm" -    ], -    "version": "1.0", -    "unicode": "ea70" -  }, +    "tags": ["clock", "time", "watch", "alarm"], +    "version": "1.0" +  },     "cloud-download": {      "category": "System", -    "tags": [ -      "cloud", -      "download", -      "files" -    ], -    "version": "1.0", -    "unicode": "ea71" -  }, +    "tags": ["cloud", "download", "files"], +    "version": "1.0" +  },     "cloud-fog": {      "category": "Weather", -    "tags": [ -      "cloud", -      "fog", -      "weather", -      "online" -    ], -    "version": "1.2", -    "unicode": "ecd9" -  }, +    "tags": ["cloud", "fog", "weather", "online"], +    "version": "1.20" +  },     "cloud-off": {      "category": "Weather", -    "tags": [ -      "cloud", -      "off", -      "auto", -      "backup", -      "storage", -      "memory", -      "files", -      "pictures", -      "store" -    ], -    "version": "1.28", -    "unicode": "ed3e" -  }, +    "tags": ["cloud", "off", "auto", "backup", "storage", "memory", "files", "pictures", "store"], +    "version": "1.28" +  },     "cloud-rain": {      "category": "Weather", -    "tags": [ -      "cloud", -      "rain", -      "weather", -      "dry" -    ], -    "version": "1.0", -    "unicode": "ea72" -  }, +    "tags": ["cloud", "rain", "weather", "dry"], +    "version": "1.0" +  },     "cloud-snow": {      "category": "Weather", -    "tags": [ -      "cloud", -      "snow", -      "weather", -      "blizzard" -    ], -    "version": "1.0", -    "unicode": "ea73" -  }, +    "tags": ["cloud", "snow", "weather", "blizzard"], +    "version": "1.0" +  },     "cloud-storm": {      "category": "Weather", -    "tags": [ -      "cloud", -      "storm", -      "weather", -      "lightning" -    ], -    "version": "1.0", -    "unicode": "ea74" -  }, +    "tags": ["cloud", "storm", "weather", "lightning"], +    "version": "1.0" +  },     "cloud-upload": {      "category": "System", -    "tags": [ -      "cloud", -      "upload", -      "files" -    ], -    "version": "1.0", -    "unicode": "ea75" -  }, +    "tags": ["cloud", "upload", "files"], +    "version": "1.0" +  },     "cloud": {      "category": "Weather", -    "tags": [ -      "cloud", -      "weather", -      "online" -    ], -    "version": "1.0", -    "unicode": "ea76" -  }, +    "tags": ["cloud", "weather", "online"], +    "version": "1.0" +  },     "code-minus": {      "category": "Text", -    "tags": [ -      "code", -      "minus", -      "remove", -      "delete", -      "insert", -      "braces" -    ], -    "version": "1.39", -    "unicode": "ee42" -  }, +    "tags": ["code", "minus", "remove", "delete", "insert", "braces"], +    "version": "1.39" +  },     "code-plus": {      "category": "Text", -    "tags": [ -      "code", -      "plus", -      "add", -      "insert", -      "braces" -    ], -    "version": "1.39", -    "unicode": "ee43" -  }, +    "tags": ["code", "plus", "add", "insert", "braces"], +    "version": "1.39" +  },     "code": {      "category": "Text", -    "tags": [ -      "code", -      "brackets", -      "source", -      "programming", -      "command" -    ], -    "version": "1.0", -    "unicode": "ea77" -  }, +    "tags": ["code", "brackets", "source", "programming", "command"], +    "version": "1.0" +  },     "coffee": {      "category": "Food", -    "tags": [ -      "coffee" -    ], -    "version": "1.4" -  }, +    "tags": ["coffee"], +    "version": "1.40" +  },     "coin": {      "category": "", -    "tags": [ -      "coin", -      "money", -      "earn", -      "salary", -      "change", -      "dollar" -    ], -    "version": "1.3", -    "unicode": "eb82" -  }, +    "tags": ["coin", "money", "earn", "salary", "change", "dollar"], +    "version": "1.3" +  },     "color-picker": {      "category": "Design", -    "tags": [ -      "color", -      "picker", -      "timbre", -      "saturation", -      "paint", -      "image", -      "brush", -      "choice", -      "selection", -      "sample" -    ], -    "version": "1.7", -    "unicode": "ebe6" -  }, +    "tags": ["color", "picker", "timbre", "saturation", "paint", "image", "brush", "choice", "selection", "sample"], +    "version": "1.7" +  },     "color-swatch": {      "category": "Design", -    "tags": [ -      "color", -      "swatch", -      "sample", -      "choice", -      "selection" -    ], -    "version": "1.2", -    "unicode": "eb61" -  }, +    "tags": ["color", "swatch", "sample", "choice", "selection"], +    "version": "1.2" +  },     "column-insert-left": {      "category": "Database", -    "tags": [ -      "column", -      "insert", -      "left", -      "database", -      "table", -      "cells", -      "arrow" -    ], -    "version": "1.39", -    "unicode": "ee44" -  }, +    "tags": ["column", "insert", "left", "database", "table", "cells", "arrow"], +    "version": "1.39" +  },     "column-insert-right": {      "category": "Database", -    "tags": [ -      "column", -      "insert", -      "right", -      "database", -      "table", -      "cells", -      "arrow" -    ], -    "version": "1.39", -    "unicode": "ee45" -  }, +    "tags": ["column", "insert", "right", "database", "table", "cells", "arrow"], +    "version": "1.39" +  },     "columns": {      "category": "Text", -    "tags": [ -      "columns", -      "text", -      "gap", -      "table" -    ], -    "version": "1.3", -    "unicode": "eb83" -  }, +    "tags": ["columns", "text", "gap", "table"], +    "version": "1.3" +  },     "comet": {      "category": "Weather", -    "tags": [ -      "comet", -      "space", -      "universe", -      "star", -      "orb", -      "glow", -      "night" -    ], -    "version": "1.13", -    "unicode": "ec76" -  }, +    "tags": ["comet", "space", "universe", "star", "orb", "glow", "night"], +    "version": "1.13" +  },     "command": {      "category": "Symbols", -    "tags": [ -      "command", -      "apple", -      "key", -      "keyboard", -      "cmd" -    ], -    "version": "1.0", -    "unicode": "ea78" -  }, +    "tags": ["command", "apple", "key", "keyboard", "cmd"], +    "version": "1.0" +  },     "compass": {      "category": "Map", -    "tags": [ -      "compass", -      "navigation", -      "safari", -      "travel", -      "direction", -      "discover" -    ], -    "version": "1.0", -    "unicode": "ea79" -  }, +    "tags": ["compass", "navigation", "safari", "travel", "direction", "discover"], +    "version": "1.0" +  },     "confetti": {      "category": "", -    "tags": [ -      "confetti", -      "party", -      "celebrate", -      "streamers", -      "paper", -      "parade", -      "wedding", -      "celebration" -    ], -    "version": "1.39", -    "unicode": "ee46" -  }, +    "tags": ["confetti", "party", "celebrate", "streamers", "paper", "parade", "wedding", "celebration"], +    "version": "1.39" +  },     "container": {      "category": "Design", -    "tags": [ -      "container", -      "element", -      "html", -      "block", -      "store", -      "inside" -    ], -    "version": "1.39", -    "unicode": "ee47" -  }, +    "tags": ["container", "element", "html", "block", "store", "inside"], +    "version": "1.39" +  },     "contrast": {      "category": "Photography", -    "tags": [ -      "contrast", -      "edit", -      "paint", -      "photo" -    ], -    "version": "1.12", -    "unicode": "ec4e" -  }, +    "tags": ["contrast", "edit", "paint", "photo"], +    "version": "1.12" +  },     "cookie": {      "category": "Food", -    "tags": [ -      "cookie" -    ], -    "version": "1.4" -  }, +    "tags": ["cookie"], +    "version": "1.40" +  },     "copy": {      "category": "Text", -    "tags": [ -      "copy", -      "clipboard", -      "clone", -      "duplicate" -    ], -    "version": "1.0", -    "unicode": "ea7a" -  }, +    "tags": ["copy", "clipboard", "clone", "duplicate"], +    "version": "1.0" +  },     "copyleft": {      "category": "Symbols", -    "tags": [ -      "copyleft", -      "licence", -      "license" -    ], -    "version": "1.11", -    "unicode": "ec3d" -  }, +    "tags": ["copyleft", "licence", "license"], +    "version": "1.11" +  },     "copyright": {      "category": "Symbols", -    "tags": [ -      "copyright", -      "licence", -      "license" -    ], -    "version": "1.0", -    "unicode": "ea7b" -  }, +    "tags": ["copyright", "licence", "license"], +    "version": "1.0" +  },     "corner-down-left-double": {      "category": "Arrows", -    "tags": [ -      "corner", -      "down", -      "left", -      "double", -      "arrow", -      "previous", -      "back", -      "return", -      "below", -      "point" -    ], -    "version": "1.39", -    "unicode": "ee48" -  }, +    "tags": ["corner", "down", "left", "double", "arrow", "previous", "back", "return", "below", "point"], +    "version": "1.39" +  },     "corner-down-left": {      "category": "Arrows", -    "tags": [ -      "corner", -      "down", -      "left", -      "move", -      "arrow" -    ], -    "version": "1.0", -    "unicode": "ea7c" -  }, +    "tags": ["corner", "down", "left", "move", "arrow"], +    "version": "1.0" +  },     "corner-down-right-double": {      "category": "Arrows", -    "tags": [ -      "corner", -      "down", -      "right", -      "double", -      "arrow", -      "next", -      "below", -      "forward", -      "point" -    ], -    "version": "1.39", -    "unicode": "ee49" -  }, +    "tags": ["corner", "down", "right", "double", "arrow", "next", "below", "forward", "point"], +    "version": "1.39" +  },     "corner-down-right": {      "category": "Arrows", -    "tags": [ -      "corner", -      "down", -      "right", -      "move", -      "arrow" -    ], -    "version": "1.0", -    "unicode": "ea7d" -  }, +    "tags": ["corner", "down", "right", "move", "arrow"], +    "version": "1.0" +  },     "corner-left-down-double": {      "category": "Arrows", -    "tags": [ -      "corner", -      "left", -      "down", -      "double", -      "arrow", -      "point", -      "below", -      "bottom" -    ], -    "version": "1.39", -    "unicode": "ee4a" -  }, +    "tags": ["corner", "left", "down", "double", "arrow", "point", "below", "bottom"], +    "version": "1.39" +  },     "corner-left-down": {      "category": "Arrows", -    "tags": [ -      "corner", -      "left", -      "down", -      "move", -      "arrow" -    ], -    "version": "1.0", -    "unicode": "ea7e" -  }, +    "tags": ["corner", "left", "down", "move", "arrow"], +    "version": "1.0" +  },     "corner-left-up-double": {      "category": "Arrows", -    "tags": [ -      "corner", -      "left", -      "up", -      "double", -      "arrow", -      "point", -      "above", -      "top" -    ], -    "version": "1.39", -    "unicode": "ee4b" -  }, +    "tags": ["corner", "left", "up", "double", "arrow", "point", "above", "top"], +    "version": "1.39" +  },     "corner-left-up": {      "category": "Arrows", -    "tags": [ -      "corner", -      "left", -      "up", -      "move", -      "arrow" -    ], -    "version": "1.0", -    "unicode": "ea7f" -  }, +    "tags": ["corner", "left", "up", "move", "arrow"], +    "version": "1.0" +  },     "corner-right-down-double": {      "category": "Arrows", -    "tags": [ -      "corner", -      "right", -      "down", -      "double", -      "arrow", -      "point", -      "below", -      "bottom" -    ], -    "version": "1.39", -    "unicode": "ee4c" -  }, +    "tags": ["corner", "right", "down", "double", "arrow", "point", "below", "bottom"], +    "version": "1.39" +  },     "corner-right-down": {      "category": "Arrows", -    "tags": [ -      "corner", -      "right", -      "down", -      "move", -      "arrow" -    ], -    "version": "1.0", -    "unicode": "ea80" -  }, +    "tags": ["corner", "right", "down", "move", "arrow"], +    "version": "1.0" +  },     "corner-right-up-double": {      "category": "Arrows", -    "tags": [ -      "corner", -      "right", -      "up", -      "double", -      "arrow", -      "point", -      "above", -      "top" -    ], -    "version": "1.39", -    "unicode": "ee4d" -  }, +    "tags": ["corner", "right", "up", "double", "arrow", "point", "above", "top"], +    "version": "1.39" +  },     "corner-right-up": {      "category": "Arrows", -    "tags": [ -      "corner", -      "right", -      "up", -      "move", -      "arrow" -    ], -    "version": "1.0", -    "unicode": "ea81" -  }, +    "tags": ["corner", "right", "up", "move", "arrow"], +    "version": "1.0" +  },     "corner-up-left-double": {      "category": "Arrows", -    "tags": [ -      "corner", -      "up", -      "left", -      "double", -      "arrow", -      "point", -      "side", -      "previous", -      "back", -      "return" -    ], -    "version": "1.39", -    "unicode": "ee4e" -  }, +    "tags": ["corner", "up", "left", "double", "arrow", "point", "side", "previous", "back", "return"], +    "version": "1.39" +  },     "corner-up-left": {      "category": "Arrows", -    "tags": [ -      "corner", -      "up", -      "left", -      "move", -      "arrow" -    ], -    "version": "1.0", -    "unicode": "ea82" -  }, +    "tags": ["corner", "up", "left", "move", "arrow"], +    "version": "1.0" +  },     "corner-up-right-double": {      "category": "Arrows", -    "tags": [ -      "corner", -      "up", -      "right", -      "double", -      "arrow", -      "next", -      "above", -      "forward", -      "point" -    ], -    "version": "1.39", -    "unicode": "ee4f" -  }, +    "tags": ["corner", "up", "right", "double", "arrow", "next", "above", "forward", "point"], +    "version": "1.39" +  },     "corner-up-right": {      "category": "Arrows", -    "tags": [ -      "corner", -      "up", -      "right", -      "move", -      "arrow" -    ], -    "version": "1.0", -    "unicode": "ea83" -  }, +    "tags": ["corner", "up", "right", "move", "arrow"], +    "version": "1.0" +  },     "credit-card-off": {      "category": "", -    "tags": [ -      "credit", -      "card", -      "off", -      "money", -      "purchase", -      "payment", -      "cc" -    ], -    "version": "1.24", -    "unicode": "ed11" -  }, +    "tags": ["credit", "card", "off", "money", "purchase", "payment", "cc"], +    "version": "1.24" +  },     "credit-card": {      "category": "", -    "tags": [ -      "credit", -      "card", -      "money", -      "purchase", -      "payment", -      "cc" -    ], -    "version": "1.0", -    "unicode": "ea84" -  }, +    "tags": ["credit", "card", "money", "purchase", "payment", "cc"], +    "version": "1.0" +  },     "crop": {      "category": "Design", -    "tags": [ -      "crop", -      "photo", -      "image" -    ], -    "version": "1.0", -    "unicode": "ea85" -  }, +    "tags": ["crop", "photo", "image"], +    "version": "1.0" +  },     "crosshair": {      "category": "", -    "tags": [ -      "crosshair", -      "reticle", -      "tag", -      "tracer", -      "measurement", -      "target" -    ], -    "version": "1.11", -    "unicode": "ec3e" -  }, +    "tags": ["crosshair", "reticle", "tag", "tracer", "measurement", "target"], +    "version": "1.11" +  },     "crown-off": {      "category": "", -    "tags": [ -      "crown", -      "off", -      "king", -      "queen", -      "royal", -      "throne", -      "power" -    ], -    "version": "1.39", -    "unicode": "ee50" -  }, +    "tags": ["crown", "off", "king", "queen", "royal", "throne", "power"], +    "version": "1.39" +  },     "crown": {      "category": "", -    "tags": [ -      "crown", -      "symbol", -      "queen", -      "king", -      "prince", -      "princess", -      "dynasty", -      "royalty" -    ], -    "version": "1.24", -    "unicode": "ed12" -  }, +    "tags": ["crown", "symbol", "queen", "king", "prince", "princess", "dynasty", "royalty"], +    "version": "1.24" +  },     "curly-loop": {      "category": "", -    "tags": [ -      "curly", -      "loop", -      "voicemail", -      "power", -      "infinity" -    ], -    "version": "1.2", -    "unicode": "ecda" -  }, +    "tags": ["curly", "loop", "voicemail", "power", "infinity"], +    "version": "1.20" +  },     "currency-bahraini": {      "category": "Currencies", -    "tags": [ -      "currency", -      "bahraini", -      "bahraini", -      "bhd", -      "commerce", -      "dinar", -      "money", -      "banknote", -      "pay" -    ], -    "version": "1.39", -    "unicode": "ee51" -  }, +    "tags": ["currency", "bahraini", "bahraini", "bhd", "commerce", "dinar", "money", "banknote", "pay"], +    "version": "1.39" +  },     "currency-bath": {      "category": "Currencies", -    "tags": [ -      "currency", -      "bath", -      "thb", -      "thai", -      "baht", -      "money", -      "banknote", -      "pay" -    ], -    "version": "1.39", -    "unicode": "ee52" -  }, +    "tags": ["currency", "bath", "thb", "thai", "baht", "money", "banknote", "pay"], +    "version": "1.39" +  },     "currency-bitcoin": {      "category": "Currencies", -    "tags": [ -      "currency", -      "bitcoin", -      "crypto", -      "bitcoin", -      "lightning network", -      "mining", -      "digital", -      "blockchain", -      "p2p", -      "peer", -      "money", -      "banknote", -      "pay" -    ], -    "version": "1.4", -    "unicode": "ebab" -  }, +    "tags": ["currency", "bitcoin", "crypto", "bitcoin", "lightning network", "mining", "digital", "blockchain", "p2p", "peer", "money", "banknote", "pay"], +    "version": "1.4" +  },     "currency-cent": {      "category": "Currencies", -    "tags": [ -      "currency", -      "cent", -      "cent", -      "coin", -      "money", -      "centavo", -      "penny", -      "money", -      "banknote", -      "pay" -    ], -    "version": "1.39", -    "unicode": "ee53" -  }, +    "tags": ["currency", "cent", "cent", "coin", "money", "centavo", "penny", "money", "banknote", "pay"], +    "version": "1.39" +  },     "currency-dinar": {      "category": "Currencies", -    "tags": [ -      "currency", -      "dinar", -      "kwd", -      "dinar", -      "kuwait", -      "money", -      "banknote", -      "pay" -    ], -    "version": "1.39", -    "unicode": "ee54" -  }, +    "tags": ["currency", "dinar", "kwd", "dinar", "kuwait", "money", "banknote", "pay"], +    "version": "1.39" +  },     "currency-dirham": {      "category": "Currencies", -    "tags": [ -      "currency", -      "dirham", -      "trade", -      "aed", -      "uae", -      "dirham", -      "money", -      "banknote", -      "pay" -    ], -    "version": "1.39", -    "unicode": "ee55" -  }, +    "tags": ["currency", "dirham", "trade", "aed", "uae", "dirham", "money", "banknote", "pay"], +    "version": "1.39" +  },     "currency-dollar-australian": {      "category": "Currencies", -    "tags": [ -      "currency", -      "dollar", -      "australian", -      "dollar", -      "aud", -      "australian", -      "money", -      "banknote", -      "pay" -    ], -    "version": "1.39", -    "unicode": "ee56" -  }, +    "tags": ["currency", "dollar", "australian", "dollar", "aud", "australian", "money", "banknote", "pay"], +    "version": "1.39" +  },     "currency-dollar-canadian": {      "category": "Currencies", -    "tags": [ -      "currency", -      "dollar", -      "canadian", -      "trade", -      "dollar", -      "cad", -      "canadian", -      "money", -      "banknote", -      "pay" -    ], -    "version": "1.39", -    "unicode": "ee57" -  }, +    "tags": ["currency", "dollar", "canadian", "trade", "dollar", "cad", "canadian", "money", "banknote", "pay"], +    "version": "1.39" +  },     "currency-dollar-singapore": {      "category": "Currencies", -    "tags": [ -      "currency", -      "dollar", -      "singapore", -      "singapore", -      "dollar", -      "exchange", -      "sgd", -      "money", -      "banknote", -      "pay" -    ], -    "version": "1.39", -    "unicode": "ee58" -  }, +    "tags": ["currency", "dollar", "singapore", "singapore", "dollar", "exchange", "sgd", "money", "banknote", "pay"], +    "version": "1.39" +  },     "currency-dollar": {      "category": "Currencies", -    "tags": [ -      "currency", -      "dollar", -      "american", -      "us", -      "dollar", -      "usd", -      "sign", -      "bucks", -      "usa", -      "money", -      "banknote", -      "pay" -    ], -    "version": "1.3", -    "unicode": "eb84" -  }, +    "tags": ["currency", "dollar", "american", "us", "dollar", "usd", "sign", "bucks", "usa", "money", "banknote", "pay"], +    "version": "1.3" +  },     "currency-ethereum": {      "category": "Currencies", -    "tags": [ -      "currency", -      "ethereum", -      "ethereum", -      "digital", -      "crypto", -      "ether", -      "blockchain", -      "money", -      "banknote", -      "pay" -    ], -    "version": "1.39", -    "unicode": "ee59" -  }, +    "tags": ["currency", "ethereum", "ethereum", "digital", "crypto", "ether", "blockchain", "money", "banknote", "pay"], +    "version": "1.39" +  },     "currency-euro": {      "category": "Currencies", -    "tags": [ -      "currency", -      "euro", -      "euro", -      "eur", -      "trade", -      "finance", -      "europe", -      "eu", -      "money", -      "banknote", -      "pay" -    ], -    "version": "1.3", -    "unicode": "eb85" -  }, +    "tags": ["currency", "euro", "euro", "eur", "trade", "finance", "europe", "eu", "money", "banknote", "pay"], +    "version": "1.3" +  },     "currency-forint": {      "category": "Currencies", -    "tags": [ -      "currency", -      "forint", -      "huf", -      "hungarian", -      "business", -      "forint", -      "money", -      "banknote", -      "pay" -    ], -    "version": "1.39", -    "unicode": "ee5a" -  }, +    "tags": ["currency", "forint", "huf", "hungarian", "business", "forint", "money", "banknote", "pay"], +    "version": "1.39" +  },     "currency-frank": {      "category": "Currencies", -    "tags": [ -      "currency", -      "frank", -      "chf", -      "business", -      "swiss", -      "franc", -      "money", -      "banknote", -      "pay" -    ], -    "version": "1.39", -    "unicode": "ee5b" -  }, +    "tags": ["currency", "frank", "chf", "business", "swiss", "franc", "money", "banknote", "pay"], +    "version": "1.39" +  },     "currency-krone-czech": {      "category": "Currencies", -    "tags": [ -      "currency", -      "krone", -      "czech", -      "czech", -      "czk", -      "koruna", -      "money", -      "banknote", -      "pay" -    ], -    "version": "1.39", -    "unicode": "ee5c" -  }, +    "tags": ["currency", "krone", "czech", "czech", "czk", "koruna", "money", "banknote", "pay"], +    "version": "1.39" +  },     "currency-krone-danish": {      "category": "Currencies", -    "tags": [ -      "currency", -      "krone", -      "danish", -      "krone", -      "dkk", -      "danish", -      "finance", -      "money", -      "banknote", -      "pay" -    ], -    "version": "1.39", -    "unicode": "ee5d" -  }, +    "tags": ["currency", "krone", "danish", "krone", "dkk", "danish", "finance", "money", "banknote", "pay"], +    "version": "1.39" +  },     "currency-krone-swedish": {      "category": "Currencies", -    "tags": [ -      "currency", -      "krone", -      "swedish", -      "krone", -      "kronor", -      "krona", -      "swedish", -      "icelandic", -      "norwegian", -      "estonian", -      "money", -      "banknote", -      "pay" -    ], -    "version": "1.39", -    "unicode": "ee5e" -  }, +    "tags": ["currency", "krone", "swedish", "krone", "kronor", "krona", "swedish", "icelandic", "norwegian", "estonian", "money", "banknote", "pay"], +    "version": "1.39" +  },     "currency-leu": {      "category": "Currencies", -    "tags": [ -      "currency", -      "leu", -      "leu", -      "loti", -      "lempira", -      "lek", -      "lilangani", -      "money", -      "banknote", -      "pay" -    ], -    "version": "1.39", -    "unicode": "ee5f" -  }, +    "tags": ["currency", "leu", "leu", "loti", "lempira", "lek", "lilangani", "money", "banknote", "pay"], +    "version": "1.39" +  },     "currency-lira": {      "category": "Currencies", -    "tags": [ -      "currency", -      "lira", -      "lira", -      "trade", -      "turkish", -      "try", -      "money", -      "banknote", -      "pay" -    ], -    "version": "1.39", -    "unicode": "ee60" -  }, +    "tags": ["currency", "lira", "lira", "trade", "turkish", "try", "money", "banknote", "pay"], +    "version": "1.39" +  },     "currency-litecoin": {      "category": "Currencies", -    "tags": [ -      "currency", -      "litecoin", -      "litecoin", -      "crypto", -      "segwit", -      "lightning network", -      "blockchain", -      "p2p", -      "peer", -      "transaction", -      "money", -      "banknote", -      "pay" -    ], -    "version": "1.39", -    "unicode": "ee61" -  }, +    "tags": ["currency", "litecoin", "litecoin", "crypto", "segwit", "lightning network", "blockchain", "p2p", "peer", "transaction", "money", "banknote", "pay"], +    "version": "1.39" +  },     "currency-naira": {      "category": "Currencies", -    "tags": [ -      "currency", -      "naira", -      "naira", -      "ngn", -      "nigerian", -      "trade", -      "money", -      "banknote", -      "pay", -      "money", -      "banknote", -      "pay" -    ], -    "version": "1.39", -    "unicode": "ee62" -  }, +    "tags": ["currency", "naira", "naira", "ngn", "nigerian", "trade", "money", "banknote", "pay", "money", "banknote", "pay"], +    "version": "1.39" +  },     "currency-pound": {      "category": "Currencies", -    "tags": [ -      "currency", -      "pound", -      "gbp", -      "pound", -      "sterling", -      "british", -      "britain", -      "uk", -      "money", -      "banknote", -      "pay" -    ], -    "version": "1.4", -    "unicode": "ebac" -  }, +    "tags": ["currency", "pound", "gbp", "pound", "sterling", "british", "britain", "uk", "money", "banknote", "pay"], +    "version": "1.4" +  },     "currency-real": {      "category": "Currencies", -    "tags": [ -      "currency", -      "real", -      "brl", -      "brazilian", -      "real", -      "finance", -      "money", -      "banknote", -      "pay" -    ], -    "version": "1.39", -    "unicode": "ee63" -  }, +    "tags": ["currency", "real", "brl", "brazilian", "real", "finance", "money", "banknote", "pay"], +    "version": "1.39" +  },     "currency-renminbi": {      "category": "Currencies", -    "tags": [ -      "currency", -      "renminbi", -      "renminbi", -      "cny", -      "chinese", -      "yuan", -      "money", -      "banknote", -      "pay" -    ], -    "version": "1.39", -    "unicode": "ee64" -  }, +    "tags": ["currency", "renminbi", "renminbi", "cny", "chinese", "yuan", "money", "banknote", "pay"], +    "version": "1.39" +  },     "currency-ripple": {      "category": "Currencies", -    "tags": [ -      "currency", -      "ripple", -      "ripple", -      "xrp", -      "digital", -      "crypto", -      "money", -      "banknote", -      "pay" -    ], -    "version": "1.39", -    "unicode": "ee65" -  }, +    "tags": ["currency", "ripple", "ripple", "xrp", "digital", "crypto", "money", "banknote", "pay"], +    "version": "1.39" +  },     "currency-riyal": {      "category": "Currencies", -    "tags": [ -      "currency", -      "riyal", -      "riyal", -      "sar", -      "saudi", -      "money", -      "banknote", -      "pay" -    ], -    "version": "1.39", -    "unicode": "ee66" -  }, +    "tags": ["currency", "riyal", "riyal", "sar", "saudi", "money", "banknote", "pay"], +    "version": "1.39" +  },     "currency-rubel": {      "category": "Currencies", -    "tags": [ -      "currency", -      "rubel", -      "rub", -      "russian", -      "ruble", -      "money", -      "banknote", -      "pay" -    ], -    "version": "1.39", -    "unicode": "ee67" -  }, +    "tags": ["currency", "rubel", "rub", "russian", "ruble", "money", "banknote", "pay"], +    "version": "1.39" +  },     "currency-rupee": {      "category": "Currencies", -    "tags": [ -      "currency", -      "rupee", -      "inr", -      "indian", -      "rupee", -      "exchange", -      "money", -      "banknote", -      "pay" -    ], -    "version": "1.4", -    "unicode": "ebad" -  }, +    "tags": ["currency", "rupee", "inr", "indian", "rupee", "exchange", "money", "banknote", "pay"], +    "version": "1.4" +  },     "currency-shekel": {      "category": "Currencies", -    "tags": [ -      "currency", -      "shekel", -      "curency", -      "ils", -      "israeli", -      "shekel", -      "money", -      "banknote", -      "pay" -    ], -    "version": "1.39", -    "unicode": "ee68" -  }, +    "tags": ["currency", "shekel", "curency", "ils", "israeli", "shekel", "money", "banknote", "pay"], +    "version": "1.39" +  },     "currency-taka": {      "category": "Currencies", -    "tags": [ -      "currency", -      "taka", -      "trade", -      "bangladesh", -      "bdt", -      "taka", -      "money", -      "banknote", -      "pay" -    ], -    "version": "1.39", -    "unicode": "ee69" -  }, +    "tags": ["currency", "taka", "trade", "bangladesh", "bdt", "taka", "money", "banknote", "pay"], +    "version": "1.39" +  },     "currency-tugrik": {      "category": "Currencies", -    "tags": [ -      "currency", -      "tugrik", -      "tgrg", -      "mnt", -      "tugrik", -      "mongolian", -      "money", -      "banknote", -      "pay" -    ], -    "version": "1.39", -    "unicode": "ee6a" -  }, +    "tags": ["currency", "tugrik", "tgrg", "mnt", "tugrik", "mongolian", "money", "banknote", "pay"], +    "version": "1.39" +  },     "currency-won": {      "category": "Currencies", -    "tags": [ -      "currency", -      "won", -      "korean", -      "kpw", -      "north", -      "won", -      "money", -      "banknote", -      "pay" -    ], -    "version": "1.39", -    "unicode": "ee6b" -  }, +    "tags": ["currency", "won", "korean", "kpw", "north", "won", "money", "banknote", "pay"], +    "version": "1.39" +  },     "currency-yen": {      "category": "Currencies", -    "tags": [ -      "currency", -      "yen", -      "japanese", -      "yen", -      "jpy", -      "chinese", -      "money", -      "banknote", -      "pay" -    ], -    "version": "1.4", -    "unicode": "ebae" -  }, +    "tags": ["currency", "yen", "japanese", "yen", "jpy", "chinese", "money", "banknote", "pay"], +    "version": "1.4" +  },     "currency-zloty": {      "category": "Currencies", -    "tags": [ -      "currency", -      "zloty", -      "poland", -      "pln", -      "zloty", -      "polish", -      "money", -      "banknote", -      "pay" -    ], -    "version": "1.39", -    "unicode": "ee6c" -  }, +    "tags": ["currency", "zloty", "poland", "pln", "zloty", "polish", "money", "banknote", "pay"], +    "version": "1.39" +  },     "current-location": {      "category": "Map", -    "tags": [ -      "current", -      "location", -      "localization", -      "maps", -      "navigation", -      "pin", -      "target" -    ], -    "version": "1.22", -    "unicode": "ecef" -  }, +    "tags": ["current", "location", "localization", "maps", "navigation", "pin", "target"], +    "version": "1.22" +  },     "cursor-text": {      "category": "Text", -    "tags": [ -      "cursor", -      "text", -      "editor", -      "indicate", -      "position", -      "input", -      "mouse", -      "type" -    ], -    "version": "1.39", -    "unicode": "ee6d" -  }, +    "tags": ["cursor", "text", "editor", "indicate", "position", "input", "mouse", "type"], +    "version": "1.39" +  },     "cut": {      "category": "Design", -    "tags": [ -      "cut", -      "scissors", -      "divide", -      "hairdresser", -      "sharp" -    ], -    "version": "1.0", -    "unicode": "ea86" -  }, +    "tags": ["cut", "scissors", "divide", "hairdresser", "sharp"], +    "version": "1.0" +  },     "dashboard": {      "category": "System", -    "tags": [ -      "dashboard", -      "home", -      "car" -    ], -    "version": "1.0", -    "unicode": "ea87" -  }, +    "tags": ["dashboard", "home", "car"], +    "version": "1.0" +  },     "database-export": {      "category": "Database", -    "tags": [ -      "database", -      "export", -      "data", -      "backup", -      "file", -      "storage", -      "system" -    ], -    "version": "1.39", -    "unicode": "ee6e" -  }, +    "tags": ["database", "export", "data", "backup", "file", "storage", "system"], +    "version": "1.39" +  },     "database-import": {      "category": "Database", -    "tags": [ -      "database", -      "import", -      "data", -      "file", -      "storage", -      "backup", -      "system" -    ], -    "version": "1.39", -    "unicode": "ee6f" -  }, +    "tags": ["database", "import", "data", "file", "storage", "backup", "system"], +    "version": "1.39" +  },     "database-off": {      "category": "Database", -    "tags": [ -      "database", -      "off", -      "data", -      "file", -      "storage", -      "table", -      "system" -    ], -    "version": "1.39", -    "unicode": "ee70" -  }, +    "tags": ["database", "off", "data", "file", "storage", "table", "system"], +    "version": "1.39" +  },     "database": {      "category": "Database", -    "tags": [ -      "database", -      "storage", -      "data", -      "memory" -    ], -    "version": "1.0", -    "unicode": "ea88" -  }, +    "tags": ["database", "storage", "data", "memory"], +    "version": "1.0" +  },     "details": {      "category": "", -    "tags": [ -      "details", -      "geometric", -      "half", -      "shape", -      "highlight", -      "triangle" -    ], -    "version": "1.39", -    "unicode": "ee71" -  }, +    "tags": ["details", "geometric", "half", "shape", "highlight", "triangle"], +    "version": "1.39" +  },     "device-analytics": {      "category": "Devices", -    "tags": [ -      "device", -      "analytics", -      "analyze", -      "analyse", -      "data", -      "traffic", -      "user" -    ], -    "version": "1.39", -    "unicode": "ee72" -  }, +    "tags": ["device", "analytics", "analyze", "analyse", "data", "traffic", "user"], +    "version": "1.39" +  },     "device-audio-tape": {      "category": "Devices", -    "tags": [ -      "device", -      "audio", -      "tape", -      "record", -      "music", -      "radio", -      "cassette", -      "recording", -      "play" -    ], -    "version": "1.39", -    "unicode": "ee73" -  }, +    "tags": ["device", "audio", "tape", "record", "music", "radio", "cassette", "recording", "play"], +    "version": "1.39" +  },     "device-cctv": {      "category": "Devices", -    "tags": [ -      "device", -      "cctv", -      "closed", -      "circuit", -      "television", -      "video", -      "surveillance", -      "signal", -      "monitor", -      "record" -    ], -    "version": "1.39", -    "unicode": "ee74" -  }, +    "tags": ["device", "cctv", "closed", "circuit", "television", "video", "surveillance", "signal", "monitor", "record"], +    "version": "1.39" +  },     "device-computer-camera-off": {      "category": "Devices", -    "tags": [ -      "device", -      "computer", -      "camera", -      "off", -      "video", -      "meeting", -      "record", -      "recording", -      "webcam" -    ], -    "version": "1.39", -    "unicode": "ee75" -  }, +    "tags": ["device", "computer", "camera", "off", "video", "meeting", "record", "recording", "webcam"], +    "version": "1.39" +  },     "device-computer-camera": {      "category": "Devices", -    "tags": [ -      "device", -      "computer", -      "camera", -      "video", -      "meeting", -      "record", -      "recording", -      "webcam" -    ], -    "version": "1.39", -    "unicode": "ee76" -  }, +    "tags": ["device", "computer", "camera", "video", "meeting", "record", "recording", "webcam"], +    "version": "1.39" +  },     "device-desktop-analytics": {      "category": "Devices", -    "tags": [ -      "device", -      "desktop", -      "analytics", -      "monitor", -      "computer", -      "imac", -      "stats", -      "charts" -    ], -    "version": "1.39", -    "unicode": "ee77" -  }, +    "tags": ["device", "desktop", "analytics", "monitor", "computer", "imac", "stats", "charts"], +    "version": "1.39" +  },     "device-desktop-off": {      "category": "Devices", -    "tags": [ -      "device", -      "desktop", -      "off", -      "monitor", -      "computer", -      "imac" -    ], -    "version": "1.39", -    "unicode": "ee78" -  }, +    "tags": ["device", "desktop", "off", "monitor", "computer", "imac"], +    "version": "1.39" +  },     "device-desktop": {      "category": "Devices", -    "tags": [ -      "device", -      "desktop", -      "monitor", -      "computer", -      "imac" -    ], -    "version": "1.0", -    "unicode": "ea89" -  }, +    "tags": ["device", "desktop", "monitor", "computer", "imac"], +    "version": "1.0" +  },     "device-floppy": {      "category": "Devices", -    "tags": [ -      "device", -      "floppy", -      "save", -      "file" -    ], -    "version": "1.2", -    "unicode": "eb62" -  }, +    "tags": ["device", "floppy", "save", "file"], +    "version": "1.2" +  },     "device-gamepad": {      "category": "Devices", -    "tags": [ -      "device", -      "gamepad", -      "play", -      "entertainment", -      "console", -      "joystick", -      "joypad", -      "controller" -    ], -    "version": "1.2", -    "unicode": "eb63" -  }, +    "tags": ["device", "gamepad", "play", "entertainment", "console", "joystick", "joypad", "controller"], +    "version": "1.2" +  },     "device-laptop": {      "category": "Devices", -    "tags": [ -      "device", -      "laptop", -      "workstation", -      "mac", -      "notebook", -      "portable", -      "screen", -      "computer" -    ], -    "version": "1.2", -    "unicode": "eb64" -  }, +    "tags": ["device", "laptop", "workstation", "mac", "notebook", "portable", "screen", "computer"], +    "version": "1.2" +  },     "device-mobile-message": {      "category": "Devices", -    "tags": [ -      "device", -      "mobile", -      "message", -      "iphone", -      "phone", -      "smartphone", -      "cellphone", -      "sms", -      "texting", -      "chat", -      "text" -    ], -    "version": "1.39", -    "unicode": "ee79" -  }, +    "tags": ["device", "mobile", "message", "iphone", "phone", "smartphone", "cellphone", "sms", "texting", "chat", "text"], +    "version": "1.39" +  },     "device-mobile-rotated": {      "category": "Devices", -    "tags": [ -      "device", -      "mobile", -      "rotated", -      "iphone", -      "phone", -      "smartphone", -      "cellphone" -    ], -    "version": "1.2", -    "unicode": "ecdb" -  }, +    "tags": ["device", "mobile", "rotated", "iphone", "phone", "smartphone", "cellphone"], +    "version": "1.20" +  },     "device-mobile-vibration": {      "category": "Devices", -    "tags": [ -      "device", -      "mobile", -      "vibration", -      "iphone", -      "phone", -      "smartphone", -      "cellphone" -    ], -    "version": "1.3", -    "unicode": "eb86" -  }, +    "tags": ["device", "mobile", "vibration", "iphone", "phone", "smartphone", "cellphone"], +    "version": "1.3" +  },     "device-mobile": {      "category": "Devices", -    "tags": [ -      "device", -      "mobile", -      "iphone", -      "phone", -      "smartphone", -      "cellphone" -    ], -    "version": "1.0", -    "unicode": "ea8a" -  }, +    "tags": ["device", "mobile", "iphone", "phone", "smartphone", "cellphone"], +    "version": "1.0" +  },     "device-speaker": {      "category": "Devices", -    "tags": [ -      "device", -      "speaker", -      "sound", -      "music", -      "loud", -      "audio", -      "media" -    ], -    "version": "1.1", -    "unicode": "ea8b" -  }, +    "tags": ["device", "speaker", "sound", "music", "loud", "audio", "media"], +    "version": "1.1" +  },     "device-tablet": {      "category": "Devices", -    "tags": [ -      "device", -      "tablet", -      "ipad", -      "mobile", -      "touchscreen", -      "portable" -    ], -    "version": "1.0", -    "unicode": "ea8c" -  }, +    "tags": ["device", "tablet", "ipad", "mobile", "touchscreen", "portable"], +    "version": "1.0" +  },     "device-tv": {      "category": "Devices", -    "tags": [ -      "device", -      "tv", -      "screen", -      "display", -      "movie", -      "film", -      "watch", -      "audio", -      "video", -      "media" -    ], -    "version": "1.0", -    "unicode": "ea8d" -  }, +    "tags": ["device", "tv", "screen", "display", "movie", "film", "watch", "audio", "video", "media"], +    "version": "1.0" +  },     "device-watch": {      "category": "Devices", -    "tags": [ -      "device", -      "watch", -      "arm", -      "hour", -      "date", -      "minutes", -      "sec.", -      "timer" -    ], -    "version": "1.8", -    "unicode": "ebf9" -  }, +    "tags": ["device", "watch", "arm", "hour", "date", "minutes", "sec.", "timer"], +    "version": "1.8" +  },     "devices-2": {      "category": "Devices", -    "tags": [ -      "devices", -      "2", -      "computer", -      "monitor", -      "keyboard" -    ], -    "version": "1.26", -    "unicode": "ed29" -  }, +    "tags": ["devices", "2", "computer", "monitor", "keyboard"], +    "version": "1.26" +  },     "devices-pc": {      "category": "Devices", -    "tags": [ -      "devices", -      "pc", -      "computer", -      "monitor", -      "keyboard" -    ], -    "version": "1.39", -    "unicode": "ee7a" -  }, +    "tags": ["devices", "pc", "computer", "monitor", "keyboard"], +    "version": "1.39" +  },     "devices": {      "category": "Devices", -    "tags": [ -      "devices", -      "computer", -      "laptop", -      "notebook", -      "tablet", -      "phone", -      "mobile", -      "mac", -      "iphone" -    ], -    "version": "1.3", -    "unicode": "eb87" -  }, +    "tags": ["devices", "computer", "laptop", "notebook", "tablet", "phone", "mobile", "mac", "iphone"], +    "version": "1.3" +  },     "diamond": {      "category": "", -    "tags": [ -      "diamond", -      "jewellery", -      "crystal", -      "mineral", -      "jewelry", -      "ring" -    ], -    "version": "1.2", -    "unicode": "eb65" -  }, +    "tags": ["diamond", "jewellery", "crystal", "mineral", "jewelry", "ring"], +    "version": "1.2" +  },     "dice": {      "category": "", -    "tags": [ -      "dice", -      "game", -      "boardgame", -      "roll", -      "throw", -      "cube", -      "numbers", -      "gambling" -    ], -    "version": "1.2", -    "unicode": "eb66" -  }, +    "tags": ["dice", "game", "boardgame", "roll", "throw", "cube", "numbers", "gambling"], +    "version": "1.2" +  },     "dimensions": {      "category": "Design", -    "tags": [ -      "dimensions", -      "width", -      "height", -      "size", -      "breadth", -      "depth" -    ], -    "version": "1.39", -    "unicode": "ee7b" -  }, +    "tags": ["dimensions", "width", "height", "size", "breadth", "depth"], +    "version": "1.39" +  },     "direction-horizontal": {      "category": "", -    "tags": [ -      "direction", -      "horizontal", -      "travel", -      "navigation discover", -      "plane" -    ], -    "version": "1.8", -    "unicode": "ebfa" -  }, +    "tags": ["direction", "horizontal", "travel", "navigation discover", "plane"], +    "version": "1.8" +  },     "direction": {      "category": "", -    "tags": [ -      "direction", -      "travel", -      "navigation discover" -    ], -    "version": "1.8", -    "unicode": "ebfb" -  }, +    "tags": ["direction", "travel", "navigation discover"], +    "version": "1.8" +  },     "directions": {      "category": "Map", -    "tags": [ -      "directions", -      "travel", -      "navigation", -      "discover" -    ], -    "version": "1.0", -    "unicode": "ea8e" -  }, +    "tags": ["directions", "travel", "navigation", "discover"], +    "version": "1.0" +  },     "disabled-2": {      "category": "", -    "tags": [ -      "disabled", -      "2", -      "wheelchair", -      "accessible", -      "handicapped" -    ], -    "version": "1.4", -    "unicode": "ebaf" -  }, +    "tags": ["disabled", "2", "wheelchair", "accessible", "handicapped"], +    "version": "1.4" +  },     "disabled": {      "category": "", -    "tags": [ -      "disabled", -      "wheelchair", -      "handicapped" -    ], -    "version": "1.0", -    "unicode": "ea8f" -  }, +    "tags": ["disabled", "wheelchair", "handicapped"], +    "version": "1.0" +  },     "disc": {      "category": "Devices", -    "tags": [ -      "disc", -      "cd", -      "music", -      "album" -    ], -    "version": "1.0", -    "unicode": "ea90" -  }, +    "tags": ["disc", "cd", "music", "album"], +    "version": "1.0" +  },     "discount-2": {      "category": "E-commerce", -    "tags": [ -      "discount", -      "2", -      "sale", -      "reduction", -      "price", -      "cost", -      "money", -      "shopping", -      "bargain" -    ], -    "version": "1.5", -    "unicode": "ee7c" -  }, +    "tags": ["discount", "2", "sale", "reduction", "price", "cost", "money", "shopping", "bargain"], +    "version": "1.5" +  },     "discount": {      "category": "E-commerce", -    "tags": [ -      "discount", -      "sale", -      "reduction", -      "price", -      "cost", -      "money", -      "shopping", -      "bargain" -    ], -    "version": "1.35", -    "unicode": "ebbd" -  }, +    "tags": ["discount", "sale", "reduction", "price", "cost", "money", "shopping", "bargain"], +    "version": "1.35" +  },     "divide": {      "category": "Math", -    "tags": [ -      "divide", -      "separate", -      "element", -      "multiple", -      "apart", -      "separator", -      "parts" -    ], -    "version": "1.31", -    "unicode": "ed5c" -  }, +    "tags": ["divide", "separate", "element", "multiple", "apart", "separator", "parts"], +    "version": "1.31" +  },     "dna": {      "category": "", -    "tags": [ -      "dna", -      "genetics", -      "biology", -      "chain", -      "genetic", -      "code", -      "virus", -      "organism" -    ], -    "version": "1.39", -    "unicode": "ee7d" -  }, +    "tags": ["dna", "genetics", "biology", "chain", "genetic", "code", "virus", "organism"], +    "version": "1.39" +  },     "dots-circle-horizontal": {      "category": "System", -    "tags": [ -      "dots", -      "circle", -      "horizontal", -      "more", -      "options" -    ], -    "version": "1.0", -    "unicode": "ea91" -  }, +    "tags": ["dots", "circle", "horizontal", "more", "options"], +    "version": "1.0" +  },     "dots-diagonal-2": {      "category": "System", -    "tags": [ -      "dots", -      "diagonal", -      "2", -      "hellip", -      "more", -      "ellipsis" -    ], -    "version": "1.0", -    "unicode": "ea92" -  }, +    "tags": ["dots", "diagonal", "2", "hellip", "more", "ellipsis"], +    "version": "1.0" +  },     "dots-diagonal": {      "category": "System", -    "tags": [ -      "dots", -      "diagonal", -      "hellip", -      "more", -      "ellipsis" -    ], -    "version": "1.0", -    "unicode": "ea93" -  }, +    "tags": ["dots", "diagonal", "hellip", "more", "ellipsis"], +    "version": "1.0" +  },     "dots-vertical": {      "category": "System", -    "tags": [ -      "dots", -      "vertical", -      "hellip", -      "more", -      "ellipsis" -    ], -    "version": "1.0", -    "unicode": "ea94" -  }, +    "tags": ["dots", "vertical", "hellip", "more", "ellipsis"], +    "version": "1.0" +  },     "dots": {      "category": "System", -    "tags": [ -      "dots", -      "hellip", -      "more", -      "ellipsis" -    ], -    "version": "1.0", -    "unicode": "ea95" -  }, +    "tags": ["dots", "hellip", "more", "ellipsis"], +    "version": "1.0" +  },     "download": {      "category": "Arrows", -    "tags": [ -      "download", -      "save", -      "arrow" -    ], -    "version": "1.0", -    "unicode": "ea96" -  }, +    "tags": ["download", "save", "arrow"], +    "version": "1.0" +  },     "drag-drop-2": {      "category": "Design", -    "tags": [ -      "drag", -      "drop", -      "2", -      "location", -      "gesture", -      "move" -    ], -    "version": "1.3", -    "unicode": "eb88" -  }, +    "tags": ["drag", "drop", "2", "location", "gesture", "move"], +    "version": "1.3" +  },     "drag-drop": {      "category": "Design", -    "tags": [ -      "drag", -      "drop", -      "location", -      "gesture", -      "move" -    ], -    "version": "1.3", -    "unicode": "eb89" -  }, +    "tags": ["drag", "drop", "location", "gesture", "move"], +    "version": "1.3" +  },     "drone-off": {      "category": "Vehicles", -    "tags": [ -      "drone", -      "off", -      "device", -      "fly", -      "aircraft", -      "surveillance", -      "control", -      "autonomous", -      "forbidden", -      "banned", -      "unlicensed" -    ], -    "version": "1.39", -    "unicode": "ee7e" -  }, +    "tags": ["drone", "off", "device", "fly", "aircraft", "surveillance", "control", "autonomous", "forbidden", "banned", "unlicensed"], +    "version": "1.39" +  },     "drone": {      "category": "Vehicles", -    "tags": [ -      "drone", -      "device", -      "fly", -      "aircraft", -      "surveillance", -      "control", -      "autonomous" -    ], -    "version": "1.33", -    "unicode": "ed79" -  }, +    "tags": ["drone", "device", "fly", "aircraft", "surveillance", "control", "autonomous"], +    "version": "1.33" +  },     "droplet-filled-2": {      "category": "Design", -    "tags": [ -      "droplet", -      "filled", -      "2", -      "water", -      "rain", -      "liquid", -      "fill" -    ], -    "version": "1.39", -    "unicode": "ee7f" -  }, +    "tags": ["droplet", "filled", "2", "water", "rain", "liquid", "fill"], +    "version": "1.39" +  },     "droplet-filled": {      "category": "Design", -    "tags": [ -      "droplet", -      "filled", -      "water", -      "rain", -      "liquid", -      "fill" -    ], -    "version": "1.39", -    "unicode": "ee80" -  }, +    "tags": ["droplet", "filled", "water", "rain", "liquid", "fill"], +    "version": "1.39" +  },     "droplet-half-2": {      "category": "Design", -    "tags": [ -      "droplet", -      "half", -      "2", -      "water", -      "rain", -      "liquid", -      "fill" -    ], -    "version": "1.39", -    "unicode": "ee81" -  }, +    "tags": ["droplet", "half", "2", "water", "rain", "liquid", "fill"], +    "version": "1.39" +  },     "droplet-half": {      "category": "Design", -    "tags": [ -      "droplet", -      "half", -      "water", -      "rain", -      "liquid", -      "fill" -    ], -    "version": "1.39", -    "unicode": "ee82" -  }, +    "tags": ["droplet", "half", "water", "rain", "liquid", "fill"], +    "version": "1.39" +  },     "droplet-off": {      "category": "Design", -    "tags": [ -      "droplet", -      "off", -      "water", -      "rain", -      "liquid" -    ], -    "version": "1.39", -    "unicode": "ee83" -  }, +    "tags": ["droplet", "off", "water", "rain", "liquid"], +    "version": "1.39" +  },     "droplet": {      "category": "Design", -    "tags": [ -      "droplet", -      "water", -      "rain", -      "liquid" -    ], -    "version": "1.0", -    "unicode": "ea97" -  }, +    "tags": ["droplet", "water", "rain", "liquid"], +    "version": "1.0" +  },     "ear-off": {      "category": "", -    "tags": [ -      "ear", -      "off", -      "sound", -      "deaf", -      "hearing", -      "impaired", -      "handicapped", -      "hard-of-hearing", -      "mute" -    ], -    "version": "1.39", -    "unicode": "ee84" -  }, +    "tags": ["ear", "off", "sound", "deaf", "hearing", "impaired", "handicapped", "hard-of-hearing", "mute"], +    "version": "1.39" +  },     "ear": {      "category": "Media", -    "tags": [ -      "ear", -      "sound", -      "listen", -      "music", -      "hear", -      "loud", -      "speakers" -    ], -    "version": "1.6", -    "unicode": "ebce" -  }, +    "tags": ["ear", "sound", "listen", "music", "hear", "loud", "speakers"], +    "version": "1.6" +  },     "edit-circle": {      "category": "Design", -    "tags": [ -      "edit", -      "circle", -      "pencil", -      "change", -      "update" -    ], -    "version": "1.39", -    "unicode": "ee85" -  }, +    "tags": ["edit", "circle", "pencil", "change", "update"], +    "version": "1.39" +  },     "edit": {      "category": "Design", -    "tags": [ -      "edit", -      "pencil", -      "change", -      "update" -    ], -    "version": "1.0", -    "unicode": "ea98" -  }, +    "tags": ["edit", "pencil", "change", "update"], +    "version": "1.0" +  },     "egg": {      "category": "Food", -    "tags": [ -      "egg", -      "food", -      "easter", -      "chicken" -    ], -    "version": "1.3", -    "unicode": "eb8a" -  }, +    "tags": ["egg", "food", "easter", "chicken"], +    "version": "1.3" +  },     "emphasis": {      "category": "Text", -    "tags": [ -      "emphasis", -      "highlight", -      "priority", -      "stress" -    ], -    "version": "1.6", -    "unicode": "ebcf" -  }, +    "tags": ["emphasis", "highlight", "priority", "stress"], +    "version": "1.6" +  },     "equal-not": {      "category": "Math", -    "tags": [ -      "equal", -      "not", -      "maths", -      "mathematics", -      "equation", -      "different", -      "value" -    ], -    "version": "1.39", -    "unicode": "ee86" -  }, +    "tags": ["equal", "not", "maths", "mathematics", "equation", "different", "value"], +    "version": "1.39" +  },     "equal": {      "category": "Math", -    "tags": [ -      "equal", -      "maths", -      "mathematics", -      "equation", -      "same", -      "value" -    ], -    "version": "1.39", -    "unicode": "ee87" -  }, +    "tags": ["equal", "maths", "mathematics", "equation", "same", "value"], +    "version": "1.39" +  },     "eraser": {      "category": "Text", -    "tags": [ -      "eraser", -      "delete", -      "remove", -      "eliminate", -      "wipe-out" -    ], -    "version": "1.3", -    "unicode": "eb8b" -  }, +    "tags": ["eraser", "delete", "remove", "eliminate", "wipe-out"], +    "version": "1.3" +  },     "exchange": {      "category": "", -    "tags": [ -      "exchange", -      "cantor", -      "money", -      "product", -      "product", -      "student" -    ], -    "version": "1.7", -    "unicode": "ebe7" -  }, +    "tags": ["exchange", "cantor", "money", "product", "product", "student"], +    "version": "1.7" +  },     "exposure": {      "category": "Photography", -    "tags": [ -      "exposure", -      "light", -      "bright", -      "dark", -      "camera" -    ], -    "version": "1.3", -    "unicode": "eb8c" -  }, +    "tags": ["exposure", "light", "bright", "dark", "camera"], +    "version": "1.3" +  },     "external-link": {      "category": "System", -    "tags": [ -      "external", -      "link", -      "connection", -      "outbound", -      "redirect" -    ], -    "version": "1.0", -    "unicode": "ea99" -  }, +    "tags": ["external", "link", "connection", "outbound", "redirect"], +    "version": "1.0" +  },     "eye-check": {      "category": "", -    "tags": [ -      "eye", -      "check", -      "sight", -      "visual", -      "view", -      "public", -      "approve" -    ], -    "version": "1.39", -    "unicode": "ee88" -  }, +    "tags": ["eye", "check", "sight", "visual", "view", "public", "approve"], +    "version": "1.39" +  },     "eye-off": {      "category": "", -    "tags": [ -      "eye", -      "off", -      "view", -      "watch" -    ], -    "version": "1.22", -    "unicode": "ecf0" -  }, +    "tags": ["eye", "off", "view", "watch"], +    "version": "1.22" +  },     "eye": {      "category": "", -    "tags": [ -      "eye", -      "view", -      "watch" -    ], -    "version": "1.0", -    "unicode": "ea9a" -  }, +    "tags": ["eye", "view", "watch"], +    "version": "1.0" +  },     "eyeglass-2": {      "category": "", -    "tags": [ -      "eyeglass", -      "2", -      "sight", -      "defect", -      "see", -      "vision", -      "frames", -      "lenses", -      "visually", -      "impaired", -      "myopia", -      "far-sighted" -    ], -    "version": "1.39", -    "unicode": "ee89" -  }, +    "tags": ["eyeglass", "2", "sight", "defect", "see", "vision", "frames", "lenses", "visually", "impaired", "myopia", "far-sighted"], +    "version": "1.39" +  },     "eyeglass": {      "category": "", -    "tags": [ -      "eyeglass", -      "sight", -      "defect", -      "see", -      "vision", -      "frames", -      "lenses", -      "visually", -      "impaired", -      "myopia", -      "far-sighted" -    ], -    "version": "1.39", -    "unicode": "ee8a" -  }, +    "tags": ["eyeglass", "sight", "defect", "see", "vision", "frames", "lenses", "visually", "impaired", "myopia", "far-sighted"], +    "version": "1.39" +  },     "face-id": {      "category": "", -    "tags": [ -      "face", -      "id", -      "apple", -      "iphone", -      "ipad" -    ], -    "version": "1.0", -    "unicode": "ea9b" -  }, +    "tags": ["face", "id", "apple", "iphone", "ipad"], +    "version": "1.0" +  },     "fall": {      "category": "", -    "tags": [ -      "fall", -      "collapse", -      "damage", -      "cliff", -      "height" -    ], -    "version": "1.18", -    "unicode": "ecb9" -  }, +    "tags": ["fall", "collapse", "damage", "cliff", "height"], +    "version": "1.18" +  },     "feather": {      "category": "", -    "tags": [ -      "feather", -      "bird", -      "animal", -      "nature" -    ], -    "version": "1.39", -    "unicode": "ee8b" -  }, +    "tags": ["feather", "bird", "animal", "nature"], +    "version": "1.39" +  },     "file-alert": {      "category": "Document", -    "tags": [ -      "file", -      "alert", -      "danger", -      "risk", -      "warning", -      "check", -      "caution", -      "document", -      "error" -    ], -    "version": "1.37", -    "unicode": "ede6" -  }, +    "tags": ["file", "alert", "danger", "risk", "warning", "check", "caution", "document", "error"], +    "version": "1.37" +  },     "file-analytics": {      "category": "Document", -    "tags": [ -      "file", -      "analytics", -      "data", -      "statistics", -      "report", -      "chart", -      "document", -      "paper" -    ], -    "version": "1.37", -    "unicode": "ede7" -  }, +    "tags": ["file", "analytics", "data", "statistics", "report", "chart", "document", "paper"], +    "version": "1.37" +  },     "file-certificate": {      "category": "Document", -    "tags": [ -      "file", -      "certificate", -      "certificate", -      "license", -      "diploma", -      "document", -      "format", -      "data", -      "paper" -    ], -    "version": "1.29", -    "unicode": "ed4d" -  }, +    "tags": ["file", "certificate", "certificate", "license", "diploma", "document", "format", "data", "paper"], +    "version": "1.29" +  },     "file-check": {      "category": "Document", -    "tags": [ -      "file", -      "check", -      "yes" -    ], -    "version": "1.0", -    "unicode": "ea9c" -  }, +    "tags": ["file", "check", "yes"], +    "version": "1.0" +  },     "file-code-2": {      "category": "Document", -    "tags": [ -      "file", -      "code", -      "2", -      "programming", -      "document", -      "developer", -      "technology" -    ], -    "version": "1.37", -    "unicode": "ede8" -  }, +    "tags": ["file", "code", "2", "programming", "document", "developer", "technology"], +    "version": "1.37" +  },     "file-code": {      "category": "Document", -    "tags": [ -      "file", -      "code", -      "paper", -      "new" -    ], -    "version": "1.6", -    "unicode": "ebd0" -  }, +    "tags": ["file", "code", "paper", "new"], +    "version": "1.6" +  },     "file-diff": {      "category": "Document", -    "tags": [ -      "file", -      "diff", -      "add", -      "create", -      "new" -    ], -    "version": "1.22", -    "unicode": "ecf1" -  }, +    "tags": ["file", "diff", "add", "create", "new"], +    "version": "1.22" +  },     "file-dislike": {      "category": "Document", -    "tags": [ -      "file", -      "dislike", -      "rejected", -      "document" -    ], -    "version": "1.26", -    "unicode": "ed2a" -  }, +    "tags": ["file", "dislike", "rejected", "document"], +    "version": "1.26" +  },     "file-download": {      "category": "Document", -    "tags": [ -      "file", -      "download", -      "save", -      "transfer", -      "input" -    ], -    "version": "1.0", -    "unicode": "ea9d" -  }, +    "tags": ["file", "download", "save", "transfer", "input"], +    "version": "1.0" +  },     "file-export": {      "category": "Document", -    "tags": [ -      "file", -      "export", -      "arrow", -      "data", -      "paper", -      "document", -      "format" -    ], -    "version": "1.37", -    "unicode": "ede9" -  }, +    "tags": ["file", "export", "arrow", "data", "paper", "document", "format"], +    "version": "1.37" +  },     "file-horizontal": {      "category": "Document", -    "tags": [ -      "file", -      "horizontal", -      "paper", -      "new" -    ], -    "version": "1.4", -    "unicode": "ebb0" -  }, +    "tags": ["file", "horizontal", "paper", "new"], +    "version": "1.4" +  },     "file-import": {      "category": "Document", -    "tags": [ -      "file", -      "import", -      "arrow", -      "data", -      "paper", -      "document", -      "format" -    ], -    "version": "1.37", -    "unicode": "edea" -  }, +    "tags": ["file", "import", "arrow", "data", "paper", "document", "format"], +    "version": "1.37" +  },     "file-info": {      "category": "Document", -    "tags": [ -      "file", -      "info", -      "info", -      "information", -      "informations", -      "paper", -      "file", -      "document", -      "page" -    ], -    "version": "1.38", -    "unicode": "edec" -  }, +    "tags": ["file", "info", "info", "information", "informations", "paper", "file", "document", "page"], +    "version": "1.38" +  },     "file-invoice": {      "category": "Document", -    "tags": [ -      "file", -      "invoice", -      "accounting", -      "bill", -      "statement", -      "settlement", -      "finance" -    ], -    "version": "1.2", -    "unicode": "eb67" -  }, +    "tags": ["file", "invoice", "accounting", "bill", "statement", "settlement", "finance"], +    "version": "1.2" +  },     "file-like": {      "category": "Document", -    "tags": [ -      "file", -      "like", -      "approved", -      "document" -    ], -    "version": "1.26", -    "unicode": "ed2b" -  }, +    "tags": ["file", "like", "approved", "document"], +    "version": "1.26" +  },     "file-minus": {      "category": "Document", -    "tags": [ -      "file", -      "minus", -      "remove", -      "delete" -    ], -    "version": "1.0", -    "unicode": "ea9e" -  }, +    "tags": ["file", "minus", "remove", "delete"], +    "version": "1.0" +  },     "file-music": {      "category": "Document", -    "tags": [ -      "file", -      "music", -      "mp3", -      "wma", -      "wav" -    ], -    "version": "1.0", -    "unicode": "ea9f" -  }, +    "tags": ["file", "music", "mp3", "wma", "wav"], +    "version": "1.0" +  },     "file-off": {      "category": "Document", -    "tags": [ -      "file", -      "off", -      "new", -      "close", -      "gap", -      "paper" -    ], -    "version": "1.22", -    "unicode": "ecf2" -  }, +    "tags": ["file", "off", "new", "close", "gap", "paper"], +    "version": "1.22" +  },     "file-phone": {      "category": "Document", -    "tags": [ -      "file", -      "phone", -      "save", -      "transfer", -      "input" -    ], -    "version": "1.2", -    "unicode": "ecdc" -  }, +    "tags": ["file", "phone", "save", "transfer", "input"], +    "version": "1.20" +  },     "file-plus": {      "category": "Document", -    "tags": [ -      "file", -      "plus", -      "add", -      "create", -      "new" -    ], -    "version": "1.0", -    "unicode": "eaa0" -  }, +    "tags": ["file", "plus", "add", "create", "new"], +    "version": "1.0" +  },     "file-report": {      "category": "Document", -    "tags": [ -      "file", -      "report", -      "stats", -      "data", -      "paper", -      "document", -      "chart", -      "format" -    ], -    "version": "1.38", -    "unicode": "eded" -  }, +    "tags": ["file", "report", "stats", "data", "paper", "document", "chart", "format"], +    "version": "1.38" +  },     "file-search": {      "category": "Document", -    "tags": [ -      "file", -      "search", -      "search", -      "data", -      "paper", -      "document", -      "format" -    ], -    "version": "1.31", -    "unicode": "ed5d" -  }, +    "tags": ["file", "search", "search", "data", "paper", "document", "format"], +    "version": "1.31" +  },     "file-shredder": {      "category": "Document", -    "tags": [ -      "file", -      "shredder", -      "shred", -      "destroy", -      "cut" -    ], -    "version": "1.0", -    "unicode": "eaa1" -  }, +    "tags": ["file", "shredder", "shred", "destroy", "cut"], +    "version": "1.0" +  },     "file-symlink": {      "category": "Document", -    "tags": [ -      "file", -      "symlink", -      "text", -      "format", -      "extension", -      "document", -      "format" -    ], -    "version": "1.3", -    "unicode": "ed53" -  }, +    "tags": ["file", "symlink", "text", "format", "extension", "document", "format"], +    "version": "1.30" +  },     "file-text": {      "category": "Document", -    "tags": [ -      "file", -      "text", -      "data", -      "pdf", -      "txt" -    ], -    "version": "1.0", -    "unicode": "eaa2" -  }, +    "tags": ["file", "text", "data", "pdf", "txt"], +    "version": "1.0" +  },     "file-upload": {      "category": "Document", -    "tags": [ -      "file", -      "upload", -      "save", -      "transfer", -      "input" -    ], -    "version": "1.15", -    "unicode": "ec91" -  }, +    "tags": ["file", "upload", "save", "transfer", "input"], +    "version": "1.15" +  },     "file-x": {      "category": "Document", -    "tags": [ -      "file", -      "x", -      "remove", -      "delete", -      "erase" -    ], -    "version": "1.0", -    "unicode": "eaa3" -  }, +    "tags": ["file", "x", "remove", "delete", "erase"], +    "version": "1.0" +  },     "file-zip": {      "category": "Document", -    "tags": [ -      "file", -      "zip", -      "forms", -      "documents", -      "stack", -      "letter", -      "archive", -      "rar", -      "zipped", -      "extention", -      "bundle", -      "format" -    ], -    "version": "1.29", -    "unicode": "ed4e" -  }, +    "tags": ["file", "zip", "forms", "documents", "stack", "letter", "archive", "rar", "zipped", "extention", "bundle", "format"], +    "version": "1.29" +  },     "file": {      "category": "Document", -    "tags": [ -      "file", -      "paper", -      "new" -    ], -    "version": "1.0", -    "unicode": "eaa4" -  }, +    "tags": ["file", "paper", "new"], +    "version": "1.0" +  },     "files-off": {      "category": "Document", -    "tags": [ -      "files", -      "off", -      "forms", -      "documents", -      "stack", -      "letter" -    ], -    "version": "1.38", -    "unicode": "edee" -  }, +    "tags": ["files", "off", "forms", "documents", "stack", "letter"], +    "version": "1.38" +  },     "files": {      "category": "Document", -    "tags": [ -      "files", -      "forms", -      "documents", -      "stack", -      "letter" -    ], -    "version": "1.38", -    "unicode": "edef" -  }, +    "tags": ["files", "forms", "documents", "stack", "letter"], +    "version": "1.38" +  },     "filter-off": {      "category": "System", -    "tags": [ -      "filter", -      "off", -      "funnel", -      "hopper", -      "filtration" -    ], -    "version": "1.26", -    "unicode": "ed2c" -  }, +    "tags": ["filter", "off", "funnel", "hopper", "filtration"], +    "version": "1.26" +  },     "filter": {      "category": "System", -    "tags": [ -      "filter", -      "funnel", -      "hopper", -      "filtration" -    ], -    "version": "1.0", -    "unicode": "eaa5" -  }, +    "tags": ["filter", "funnel", "hopper", "filtration"], +    "version": "1.0" +  },     "fingerprint": {      "category": "", -    "tags": [ -      "fingerprint", -      "indentify", -      "mark", -      "surface", -      "security", -      "access" -    ], -    "version": "1.6", -    "unicode": "ebd1" -  }, +    "tags": ["fingerprint", "indentify", "mark", "surface", "security", "access"], +    "version": "1.6" +  },     "firetruck": {      "category": "Vehicles", -    "tags": [ -      "firetruck", -      "help", -      "rescuer", -      "vehicle", -      "fireman", -      "extinguishing" -    ], -    "version": "1.7", -    "unicode": "ebe8" -  }, +    "tags": ["firetruck", "help", "rescuer", "vehicle", "fireman", "extinguishing"], +    "version": "1.7" +  },     "flag-2": {      "category": "Map", -    "tags": [ -      "flag", -      "2", -      "banner", -      "pin", -      "report", -      "map", -      "warning", -      "alert" -    ], -    "version": "1.39", -    "unicode": "ee8c" -  }, +    "tags": ["flag", "2", "banner", "pin", "report", "map", "warning", "alert"], +    "version": "1.39" +  },     "flag-3": {      "category": "Map", -    "tags": [ -      "flag", -      "3", -      "banner", -      "pin", -      "report", -      "map", -      "warning", -      "alert" -    ], -    "version": "1.39", -    "unicode": "ee8d" -  }, +    "tags": ["flag", "3", "banner", "pin", "report", "map", "warning", "alert"], +    "version": "1.39" +  },     "flag": {      "category": "Map", -    "tags": [ -      "flag", -      "banner", -      "pin", -      "report", -      "map", -      "warning", -      "alert" -    ], -    "version": "1.0", -    "unicode": "eaa6" -  }, +    "tags": ["flag", "banner", "pin", "report", "map", "warning", "alert"], +    "version": "1.0" +  },     "flame": {      "category": "", -    "tags": [ -      "flame", -      "fire", -      "fireplace", -      "light", -      "burn", -      "bonfire", -      "smoke", -      "barbecue" -    ], -    "version": "1.35", -    "unicode": "ec2c" -  }, +    "tags": ["flame", "fire", "fireplace", "light", "burn", "bonfire", "smoke", "barbecue"], +    "version": "1.35" +  },     "flare": {      "category": "Weather", -    "tags": [ -      "flare", -      "shine", -      "flare", -      "heat", -      "sunlight", -      "hot", -      "sun", -      "heat" -    ], -    "version": "1.39", -    "unicode": "ee8e" -  }, +    "tags": ["flare", "shine", "flare", "heat", "sunlight", "hot", "sun", "heat"], +    "version": "1.39" +  },     "flask": {      "category": "", -    "tags": [ -      "flask", -      "liquid", -      "container", -      "glass", -      "chemistry" -    ], -    "version": "1.6", -    "unicode": "ebd2" -  }, +    "tags": ["flask", "liquid", "container", "glass", "chemistry"], +    "version": "1.6" +  },     "flip-horizontal": {      "category": "Design", -    "tags": [ -      "flip", -      "horizontal", -      "mirror", -      "rotate" -    ], -    "version": "1.0", -    "unicode": "eaa7" -  }, +    "tags": ["flip", "horizontal", "mirror", "rotate"], +    "version": "1.0" +  },     "flip-vertical": {      "category": "Design", -    "tags": [ -      "flip", -      "vertical", -      "mirror", -      "rotate" -    ], -    "version": "1.0", -    "unicode": "eaa8" -  }, +    "tags": ["flip", "vertical", "mirror", "rotate"], +    "version": "1.0" +  },     "float-center": {      "category": "Text", -    "tags": [ -      "float", -      "center", -      "position" -    ], -    "version": "1.4", -    "unicode": "ebb1" -  }, +    "tags": ["float", "center", "position"], +    "version": "1.4" +  },     "float-left": {      "category": "Text", -    "tags": [ -      "float", -      "left", -      "position" -    ], -    "version": "1.4", -    "unicode": "ebb2" -  }, +    "tags": ["float", "left", "position"], +    "version": "1.4" +  },     "float-none": {      "category": "Text", -    "tags": [ -      "float", -      "none", -      "position" -    ], -    "version": "1.24", -    "unicode": "ed13" -  }, +    "tags": ["float", "none", "position"], +    "version": "1.24" +  },     "float-right": {      "category": "Text", -    "tags": [ -      "float", -      "right", -      "position" -    ], -    "version": "1.4", -    "unicode": "ebb3" -  }, +    "tags": ["float", "right", "position"], +    "version": "1.4" +  },     "focus-2": {      "category": "Photography", -    "tags": [ -      "focus", -      "2", -      "spotlight", -      "attention", -      "center", -      "aim", -      "target" -    ], -    "version": "1.6", -    "unicode": "ebd3" -  }, +    "tags": ["focus", "2", "spotlight", "attention", "center", "aim", "target"], +    "version": "1.6" +  },     "focus": {      "category": "Photography", -    "tags": [ -      "focus", -      "target", -      "bullseye", -      "aim" -    ], -    "version": "1.3", -    "unicode": "eb8d" -  }, +    "tags": ["focus", "target", "bullseye", "aim"], +    "version": "1.3" +  },     "fold-down": {      "category": "Arrows", -    "tags": [ -      "fold", -      "down", -      "arrow", -      "move", -      "toggle" -    ], -    "version": "1.3", -    "unicode": "ed54" -  }, +    "tags": ["fold", "down", "arrow", "move", "toggle"], +    "version": "1.30" +  },     "fold-up": {      "category": "Arrows", -    "tags": [ -      "fold", -      "up", -      "arrow", -      "move", -      "toggle" -    ], -    "version": "1.3", -    "unicode": "ed55" -  }, +    "tags": ["fold", "up", "arrow", "move", "toggle"], +    "version": "1.30" +  },     "fold": {      "category": "Arrows", -    "tags": [ -      "fold", -      "arrow", -      "move", -      "merge" -    ], -    "version": "1.3", -    "unicode": "ed56" -  }, +    "tags": ["fold", "arrow", "move", "merge"], +    "version": "1.30" +  },     "folder-minus": {      "category": "Document", -    "tags": [ -      "folder", -      "minus", -      "directory", -      "dir" -    ], -    "version": "1.0", -    "unicode": "eaaa" -  }, +    "tags": ["folder", "minus", "directory", "dir"], +    "version": "1.0" +  },     "folder-off": {      "category": "Document", -    "tags": [ -      "folder", -      "off", -      "cancel", -      "no", -      "directory", -      "dir" -    ], -    "version": "1.24", -    "unicode": "ed14" -  }, +    "tags": ["folder", "off", "cancel", "no", "directory", "dir"], +    "version": "1.24" +  },     "folder-plus": {      "category": "Document", -    "tags": [ -      "folder", -      "plus", -      "add", -      "create", -      "new", -      "directory", -      "dir" -    ], -    "version": "1.0", -    "unicode": "eaab" -  }, +    "tags": ["folder", "plus", "add", "create", "new", "directory", "dir"], +    "version": "1.0" +  },     "folder-x": {      "category": "Document", -    "tags": [ -      "folder", -      "x", -      "directory", -      "dir" -    ], -    "version": "1.0", -    "unicode": "eaac" -  }, +    "tags": ["folder", "x", "directory", "dir"], +    "version": "1.0" +  },     "folder": {      "category": "Document", -    "tags": [ -      "folder", -      "cancel", -      "no", -      "directory", -      "dir" -    ], -    "version": "1.0", -    "unicode": "eaad" -  }, +    "tags": ["folder", "cancel", "no", "directory", "dir"], +    "version": "1.0" +  },     "folders": {      "category": "Document", -    "tags": [ -      "folders", -      "directory", -      "dir", -      "clone", -      "copy" -    ], -    "version": "1.0", -    "unicode": "eaae" -  }, +    "tags": ["folders", "directory", "dir", "clone", "copy"], +    "version": "1.0" +  },     "forbid-2": {      "category": "", -    "tags": [ -      "forbid", -      "2", -      "access", -      "restriction", -      "ban", -      "limit" -    ], -    "version": "1.6", -    "unicode": "ebd4" -  }, +    "tags": ["forbid", "2", "access", "restriction", "ban", "limit"], +    "version": "1.6" +  },     "forbid": {      "category": "", -    "tags": [ -      "forbid", -      "access", -      "restriction", -      "ban", -      "limit" -    ], -    "version": "1.6", -    "unicode": "ebd5" -  }, +    "tags": ["forbid", "access", "restriction", "ban", "limit"], +    "version": "1.6" +  },     "forklift": {      "category": "Vehicles", -    "tags": [ -      "forklift", -      "store", -      "warehouse", -      "inventory", -      "exporting" -    ], -    "version": "1.7", -    "unicode": "ebe9" -  }, +    "tags": ["forklift", "store", "warehouse", "inventory", "exporting"], +    "version": "1.7" +  },     "forms": {      "category": "Text", -    "tags": [ -      "forms", -      "formbuilder", -      "input", -      "url", -      "textarea" -    ], -    "version": "1.39", -    "unicode": "ee8f" -  }, +    "tags": ["forms", "formbuilder", "input", "url", "textarea"], +    "version": "1.39" +  },     "frame": {      "category": "Design", -    "tags": [ -      "frame", -      "crop" -    ], -    "version": "1.0", -    "unicode": "eaaf" -  }, +    "tags": ["frame", "crop"], +    "version": "1.0" +  },     "friends": {      "category": "", -    "tags": [ -      "friends", -      "people", -      "boy", -      "girl", -      "man", -      "woman" -    ], -    "version": "1.0", -    "unicode": "eab0" -  }, +    "tags": ["friends", "people", "boy", "girl", "man", "woman"], +    "version": "1.0" +  },     "gas-station": {      "category": "Vehicles", -    "tags": [ -      "gas", -      "station", -      "fuel", -      "oil", -      "cars", -      "vehicles", -      "shop", -      "distributor" -    ], -    "version": "1.14", -    "unicode": "ec7d" -  }, +    "tags": ["gas", "station", "fuel", "oil", "cars", "vehicles", "shop", "distributor"], +    "version": "1.14" +  },     "gauge": {      "category": "System", -    "tags": [ -      "gauge", -      "car", -      "dashboard" -    ], -    "version": "1.0", -    "unicode": "eab1" -  }, +    "tags": ["gauge", "car", "dashboard"], +    "version": "1.0" +  },     "geometry": {      "category": "Map", -    "tags": [ -      "geometry", -      "build", -      "architecture", -      "create", -      "compass" -    ], -    "version": "1.39", -    "unicode": "ee90" -  }, +    "tags": ["geometry", "build", "architecture", "create", "compass"], +    "version": "1.39" +  },     "ghost": {      "category": "", -    "tags": [ -      "ghost", -      "spirit", -      "transparent", -      "fairytale", -      "horror", -      "movie", -      "shadow", -      "haunt" -    ], -    "version": "1.3", -    "unicode": "eb8e" -  }, +    "tags": ["ghost", "spirit", "transparent", "fairytale", "horror", "movie", "shadow", "haunt"], +    "version": "1.3" +  },     "gift": {      "category": "", -    "tags": [ -      "gift", -      "present", -      "birthday", -      "celebration", -      "wish", -      "bonus", -      "souvenire", -      "surprise" -    ], -    "version": "1.2", -    "unicode": "eb68" -  }, +    "tags": ["gift", "present", "birthday", "celebration", "wish", "bonus", "souvenire", "surprise"], +    "version": "1.2" +  },     "git-branch": {      "category": "", -    "tags": [ -      "git", -      "branch", -      "code", -      "version control", -      "command" -    ], -    "version": "1.0", -    "unicode": "eab2" -  }, +    "tags": ["git", "branch", "code", "version control", "command"], +    "version": "1.0" +  },     "git-commit": {      "category": "", -    "tags": [ -      "git", -      "commit", -      "code", -      "version control", -      "command" -    ], -    "version": "1.0", -    "unicode": "eab3" -  }, +    "tags": ["git", "commit", "code", "version control", "command"], +    "version": "1.0" +  },     "git-compare": {      "category": "", -    "tags": [ -      "git", -      "compare", -      "code", -      "version control", -      "command" -    ], -    "version": "1.0", -    "unicode": "eab4" -  }, +    "tags": ["git", "compare", "code", "version control", "command"], +    "version": "1.0" +  },     "git-fork": {      "category": "", -    "tags": [ -      "git", -      "fork", -      "code", -      "version control", -      "command" -    ], -    "version": "1.3", -    "unicode": "eb8f" -  }, +    "tags": ["git", "fork", "code", "version control", "command"], +    "version": "1.3" +  },     "git-merge": {      "category": "", -    "tags": [ -      "git", -      "merge", -      "code", -      "version control", -      "command" -    ], -    "version": "1.0", -    "unicode": "eab5" -  }, +    "tags": ["git", "merge", "code", "version control", "command"], +    "version": "1.0" +  },     "git-pull-request": {      "category": "", -    "tags": [ -      "git", -      "pull", -      "request", -      "code", -      "version control", -      "command" -    ], -    "version": "1.0", -    "unicode": "eab6" -  }, +    "tags": ["git", "pull", "request", "code", "version control", "command"], +    "version": "1.0" +  },     "glass-full": {      "category": "Food", -    "tags": [ -      "glass", -      "full", -      "wine", -      "cup", -      "goblet" -    ], -    "version": "1.0", -    "unicode": "eab7" -  }, +    "tags": ["glass", "full", "wine", "cup", "goblet"], +    "version": "1.0" +  },     "glass-off": {      "category": "Food", -    "tags": [ -      "glass", -      "off", -      "drink", -      "alcohol", -      "not-allowed", -      "sober", -      "non-alcoholic", -      "wine" -    ], -    "version": "1.39", -    "unicode": "ee91" -  }, +    "tags": ["glass", "off", "drink", "alcohol", "not-allowed", "sober", "non-alcoholic", "wine"], +    "version": "1.39" +  },     "glass": {      "category": "Food", -    "tags": [ -      "glass", -      "wine", -      "cup", -      "goblet" -    ], -    "version": "1.0", -    "unicode": "eab8" -  }, +    "tags": ["glass", "wine", "cup", "goblet"], +    "version": "1.0" +  },     "globe": {      "category": "Map", -    "tags": [ -      "globe", -      "world", -      "travel", -      "journey", -      "trip", -      "planet", -      "earth" -    ], -    "version": "1.1", -    "unicode": "eab9" -  }, +    "tags": ["globe", "world", "travel", "journey", "trip", "planet", "earth"], +    "version": "1.1" +  },     "golf": {      "category": "Sport", -    "tags": [ -      "golf", -      "game", -      "ball", -      "play", -      "hole", -      "club-and-ball", -      "stroke", -      "luxury", -      "pitch" -    ], -    "version": "1.34", -    "unicode": "ed8c" -  }, +    "tags": ["golf", "game", "ball", "play", "hole", "club-and-ball", "stroke", "luxury", "pitch"], +    "version": "1.34" +  },     "gps": {      "category": "Map", -    "tags": [ -      "gps", -      "navigation", -      "directions", -      "global", -      "positioning", -      "system", -      "satnav", -      "radionavigation", -      "system", -      "travel", -      "car" -    ], -    "version": "1.33", -    "unicode": "ed7a" -  }, +    "tags": ["gps", "navigation", "directions", "global", "positioning", "system", "satnav", "radionavigation", "system", "travel", "car"], +    "version": "1.33" +  },     "grain": {      "category": "", -    "tags": [ -      "grain", -      "dots", -      "pattern", -      "random", -      "round", -      "circle", -      "nodes" -    ], -    "version": "1.39", -    "unicode": "ee92" -  }, +    "tags": ["grain", "dots", "pattern", "random", "round", "circle", "nodes"], +    "version": "1.39" +  },     "grid-dots": {      "category": "System", -    "tags": [ -      "grid", -      "dots", -      "network", -      "pattern", -      "layout" -    ], -    "version": "1.0", -    "unicode": "eaba" -  }, +    "tags": ["grid", "dots", "network", "pattern", "layout"], +    "version": "1.0" +  },     "grip-horizontal": {      "category": "System", -    "tags": [ -      "grip", -      "horizontal", -      "picture", -      "abstract", -      "symbol", -      "design", -      "across" -    ], -    "version": "1.8", -    "unicode": "ec00" -  }, +    "tags": ["grip", "horizontal", "picture", "abstract", "symbol", "design", "across"], +    "version": "1.8" +  },     "grip-vertical": {      "category": "System", -    "tags": [ -      "grip", -      "vertical", -      "picture", -      "abstract", -      "symbol", -      "design", -      "upright" -    ], -    "version": "1.8", -    "unicode": "ec01" -  }, +    "tags": ["grip", "vertical", "picture", "abstract", "symbol", "design", "upright"], +    "version": "1.8" +  },     "growth": {      "category": "Nature", -    "tags": [ -      "growth", -      "seed", -      "harvest", -      "plant", -      "tree", -      "flower", -      "grain", -      "greenery", -      "garden" -    ], -    "version": "1.39", -    "unicode": "ee93" -  }, +    "tags": ["growth", "seed", "harvest", "plant", "tree", "flower", "grain", "greenery", "garden"], +    "version": "1.39" +  },     "h-1": {      "category": "Text", -    "tags": [ -      "h", -      "1", -      "header", -      "text", -      "editor" -    ], -    "version": "1.16", -    "unicode": "ec94" -  }, +    "tags": ["h", "1", "header", "text", "editor"], +    "version": "1.16" +  },     "h-2": {      "category": "Text", -    "tags": [ -      "h", -      "2", -      "header", -      "text", -      "editor" -    ], -    "version": "1.16", -    "unicode": "ec95" -  }, +    "tags": ["h", "2", "header", "text", "editor"], +    "version": "1.16" +  },     "h-3": {      "category": "Text", -    "tags": [ -      "h", -      "3", -      "header", -      "text", -      "editor" -    ], -    "version": "1.16", -    "unicode": "ec96" -  }, +    "tags": ["h", "3", "header", "text", "editor"], +    "version": "1.16" +  },     "h-4": {      "category": "Text", -    "tags": [ -      "h", -      "4", -      "header", -      "text", -      "editor" -    ], -    "version": "1.16", -    "unicode": "ec97" -  }, +    "tags": ["h", "4", "header", "text", "editor"], +    "version": "1.16" +  },     "h-5": {      "category": "Text", -    "tags": [ -      "h", -      "5", -      "header", -      "text", -      "editor" -    ], -    "version": "1.16", -    "unicode": "ec98" -  }, +    "tags": ["h", "5", "header", "text", "editor"], +    "version": "1.16" +  },     "h-6": {      "category": "Text", -    "tags": [ -      "h", -      "6", -      "header", -      "text", -      "editor" -    ], -    "version": "1.16", -    "unicode": "ec99" -  }, +    "tags": ["h", "6", "header", "text", "editor"], +    "version": "1.16" +  },     "hand-finger": {      "category": "Gestures", -    "tags": [ -      "hand", -      "finger", -      "point", -      "show", -      "index", -      "forefinger", -      "body", -      "human", -      "palm" -    ], -    "version": "1.39", -    "unicode": "ee94" -  }, +    "tags": ["hand", "finger", "point", "show", "index", "forefinger", "body", "human", "palm"], +    "version": "1.39" +  },     "hand-little-finger": {      "category": "Gestures", -    "tags": [ -      "hand", -      "little", -      "finger", -      "small", -      "body", -      "human", -      "palm" -    ], -    "version": "1.39", -    "unicode": "ee95" -  }, +    "tags": ["hand", "little", "finger", "small", "body", "human", "palm"], +    "version": "1.39" +  },     "hand-middle-finger": {      "category": "Gestures", -    "tags": [ -      "hand", -      "middle", -      "finger", -      "signal", -      "gesture", -      "curse", -      "vulgarism", -      "abuse" -    ], -    "version": "1.1", -    "unicode": "ec2d" -  }, +    "tags": ["hand", "middle", "finger", "signal", "gesture", "curse", "vulgarism", "abuse"], +    "version": "1.10" +  },     "hand-off": {      "category": "Gestures", -    "tags": [ -      "hand", -      "off", -      "disclaimer", -      "body" -    ], -    "version": "1.24", -    "unicode": "ed15" -  }, +    "tags": ["hand", "off", "disclaimer", "body"], +    "version": "1.24" +  },     "hand-ring-finger": {      "category": "Gestures", -    "tags": [ -      "hand", -      "ring", -      "finger", -      "body", -      "human", -      "palm" -    ], -    "version": "1.39", -    "unicode": "ee96" -  }, +    "tags": ["hand", "ring", "finger", "body", "human", "palm"], +    "version": "1.39" +  },     "hand-rock": {      "category": "Gestures", -    "tags": [ -      "hand", -      "rock", -      "heavy", -      "metal", -      "party", -      "concert", -      "rebel" -    ], -    "version": "1.39", -    "unicode": "ee97" -  }, +    "tags": ["hand", "rock", "heavy", "metal", "party", "concert", "rebel"], +    "version": "1.39" +  },     "hand-stop": {      "category": "Gestures", -    "tags": [ -      "hand", -      "stop", -      "forbiddance", -      "nixing", -      "ban", -      "interdicting" -    ], -    "version": "1.1", -    "unicode": "ec2e" -  }, +    "tags": ["hand", "stop", "forbiddance", "nixing", "ban", "interdicting"], +    "version": "1.10" +  },     "hand-three-fingers": {      "category": "Gestures", -    "tags": [ -      "hand", -      "three", -      "fingers", -      "body", -      "human", -      "palm" -    ], -    "version": "1.39", -    "unicode": "ee98" -  }, +    "tags": ["hand", "three", "fingers", "body", "human", "palm"], +    "version": "1.39" +  },     "hand-two-fingers": {      "category": "Gestures", -    "tags": [ -      "hand", -      "two", -      "fingers", -      "body", -      "human", -      "palm", -      "gesture" -    ], -    "version": "1.39", -    "unicode": "ee99" -  }, +    "tags": ["hand", "two", "fingers", "body", "human", "palm", "gesture"], +    "version": "1.39" +  },     "hanger": {      "category": "", -    "tags": [ -      "hanger", -      "clothes", -      "wardrobe", -      "hook", -      "hang", -      "wooden", -      "plastic", -      "wire", -      "shop", -      "store", -      "clothing", -      "fashion" -    ], -    "version": "1.39", -    "unicode": "ee9a" -  }, +    "tags": ["hanger", "clothes", "wardrobe", "hook", "hang", "wooden", "plastic", "wire", "shop", "store", "clothing", "fashion"], +    "version": "1.39" +  },     "hash": {      "category": "", -    "tags": [ -      "hash", -      "hashtag", -      "#", -      "instagram" -    ], -    "version": "1.0", -    "unicode": "eabc" -  }, +    "tags": ["hash", "hashtag", "#", "instagram"], +    "version": "1.0" +  },     "heading": {      "category": "Text", -    "tags": [ -      "heading", -      "main", -      "text", -      "headline", -      "style", -      "styling", -      "html" -    ], -    "version": "1.39", -    "unicode": "ee9b" -  }, +    "tags": ["heading", "main", "text", "headline", "style", "styling", "html"], +    "version": "1.39" +  },     "headphones-off": {      "category": "Media", -    "tags": [ -      "headphones", -      "off", -      "sound", -      "silence", -      "mute", -      "earphones", -      "electronics", -      "wireless", -      "listen" -    ], -    "version": "1.25", -    "unicode": "ed1d" -  }, +    "tags": ["headphones", "off", "sound", "silence", "mute", "earphones", "electronics", "wireless", "listen"], +    "version": "1.25" +  },     "headphones": {      "category": "Media", -    "tags": [ -      "headphones", -      "music", -      "headset", -      "audio", -      "sound" -    ], -    "version": "1.0", -    "unicode": "eabd" -  }, +    "tags": ["headphones", "music", "headset", "audio", "sound"], +    "version": "1.0" +  },     "headset": {      "category": "Media", -    "tags": [ -      "headset", -      "music", -      "headphones", -      "audio", -      "sound" -    ], -    "version": "1.3", -    "unicode": "eb90" -  }, +    "tags": ["headset", "music", "headphones", "audio", "sound"], +    "version": "1.3" +  },     "heart-broken": {      "category": "", -    "tags": [ -      "heart", -      "broken", -      "love", -      "emotion", -      "like", -      "favorite", -      "relationship" -    ], -    "version": "1.18", -    "unicode": "ecba" -  }, +    "tags": ["heart", "broken", "love", "emotion", "like", "favorite", "relationship"], +    "version": "1.18" +  },     "heart": {      "category": "Shapes", -    "tags": [ -      "heart", -      "love", -      "emotion", -      "like", -      "favorite", -      "relationship" -    ], -    "version": "1.0", -    "unicode": "eabe" -  }, +    "tags": ["heart", "love", "emotion", "like", "favorite", "relationship"], +    "version": "1.0" +  },     "helicopter-landing": {      "category": "Vehicles", -    "tags": [ -      "helicopter", -      "landing", -      "pad", -      "helipad", -      "land", -      "takeoff", -      "navy", -      "travel", -      "aircraft", -      "platform", -      "fly" -    ], -    "version": "1.34", -    "unicode": "ed8d" -  }, +    "tags": ["helicopter", "landing", "pad", "helipad", "land", "takeoff", "navy", "travel", "aircraft", "platform", "fly"], +    "version": "1.34" +  },     "helicopter": {      "category": "Vehicles", -    "tags": [ -      "helicopter", -      "land", -      "takeoff", -      "navy", -      "travel", -      "aircraft", -      "platform", -      "fly", -      "pilot", -      "journey", -      "rotorcraft", -      "hover" -    ], -    "version": "1.34", -    "unicode": "ed8e" -  }, +    "tags": ["helicopter", "land", "takeoff", "navy", "travel", "aircraft", "platform", "fly", "pilot", "journey", "rotorcraft", "hover"], +    "version": "1.34" +  },     "help": {      "category": "", -    "tags": [ -      "help", -      "tooltip", -      "assistance", -      "advice", -      "support" -    ], -    "version": "1.1", -    "unicode": "eabf" -  }, +    "tags": ["help", "tooltip", "assistance", "advice", "support"], +    "version": "1.1" +  },     "hexagon-off": {      "category": "Shapes", -    "tags": [ -      "hexagon", -      "off", -      "six", -      "angle", -      "shape", -      "crossed" -    ], -    "version": "1.39", -    "unicode": "ee9c" -  }, +    "tags": ["hexagon", "off", "six", "angle", "shape", "crossed"], +    "version": "1.39" +  },     "hexagon": {      "category": "Shapes", -    "tags": [ -      "hexagon", -      "shape", -      "geometric", -      "math", -      "2D" -    ], -    "version": "1.8", -    "unicode": "ec02" -  }, +    "tags": ["hexagon", "shape", "geometric", "math", "2D"], +    "version": "1.8" +  },     "hierarchy-2": {      "category": "Design", -    "tags": [ -      "hierarchy", -      "2", -      "relation", -      "above", -      "below", -      "status", -      "society", -      "important" -    ], -    "version": "1.39", -    "unicode": "ee9d" -  }, +    "tags": ["hierarchy", "2", "relation", "above", "below", "status", "society", "important"], +    "version": "1.39" +  },     "hierarchy": {      "category": "Design", -    "tags": [ -      "hierarchy", -      "relation", -      "above", -      "below", -      "status", -      "society", -      "important" -    ], -    "version": "1.39", -    "unicode": "ee9e" -  }, +    "tags": ["hierarchy", "relation", "above", "below", "status", "society", "important"], +    "version": "1.39" +  },     "history": {      "category": "System", -    "tags": [ -      "history", -      "search", -      "see", -      "past", -      "card", -      "website" -    ], -    "version": "1.7", -    "unicode": "ebea" -  }, +    "tags": ["history", "search", "see", "past", "card", "website"], +    "version": "1.7" +  },     "home-2": {      "category": "Buildings", -    "tags": [ -      "home", -      "2", -      "house", -      "dashboard", -      "living", -      "building" -    ], -    "version": "1.1", -    "unicode": "eac0" -  }, +    "tags": ["home", "2", "house", "dashboard", "living", "building"], +    "version": "1.1" +  },     "home": {      "category": "Buildings", -    "tags": [ -      "home", -      "house", -      "dashboard", -      "living", -      "building" -    ], -    "version": "1.0", -    "unicode": "eac1" -  }, +    "tags": ["home", "house", "dashboard", "living", "building"], +    "version": "1.0" +  },     "ice-cream-2": {      "category": "Food", -    "tags": [ -      "ice", -      "cream", -      "2", -      "sweet", -      "cold", -      "dessert", -      "food", -      "taste", -      "frozen", -      "snack", -      "flavour", -      "flavor", -      "cone" -    ], -    "version": "1.39", -    "unicode": "ee9f" -  }, +    "tags": ["ice", "cream", "2", "sweet", "cold", "dessert", "food", "taste", "frozen", "snack", "flavour", "flavor", "cone"], +    "version": "1.39" +  },     "ice-cream": {      "category": "Food", -    "tags": [ -      "ice", -      "cream", -      "candy", -      "dessert", -      "frozen", -      "sweet" -    ], -    "version": "1.0", -    "unicode": "eac2" -  }, +    "tags": ["ice", "cream", "candy", "dessert", "frozen", "sweet"], +    "version": "1.0" +  },     "id": {      "category": "", -    "tags": [ -      "id", -      "identification", -      "card", -      "personal details" -    ], -    "version": "1.1", -    "unicode": "eac3" -  }, +    "tags": ["id", "identification", "card", "personal details"], +    "version": "1.1" +  },     "inbox": {      "category": "", -    "tags": [ -      "inbox", -      "mail", -      "gmail", -      "email", -      "envelope", -      "post" -    ], -    "version": "1.0", -    "unicode": "eac4" -  }, +    "tags": ["inbox", "mail", "gmail", "email", "envelope", "post"], +    "version": "1.0" +  },     "indent-decrease": {      "category": "Text", -    "tags": [ -      "indent", -      "decrease", -      "line", -      "position", -      "block", -      "margin", -      "paragraph" -    ], -    "version": "1.3", -    "unicode": "eb91" -  }, +    "tags": ["indent", "decrease", "line", "position", "block", "margin", "paragraph"], +    "version": "1.3" +  },     "indent-increase": {      "category": "Text", -    "tags": [ -      "indent", -      "increase", -      "line", -      "position", -      "block", -      "margin", -      "paragraph" -    ], -    "version": "1.3", -    "unicode": "eb92" -  }, +    "tags": ["indent", "increase", "line", "position", "block", "margin", "paragraph"], +    "version": "1.3" +  },     "infinity": {      "category": "Math", -    "tags": [ -      "infinity", -      "endless", -      "eternity", -      "continuum", -      "time" -    ], -    "version": "1.2", -    "unicode": "eb69" -  }, +    "tags": ["infinity", "endless", "eternity", "continuum", "time"], +    "version": "1.2" +  },     "info-circle": {      "category": "", -    "tags": [ -      "info", -      "circle", -      "information", -      "advice", -      "news", -      "tip", -      "sign" -    ], -    "version": "1.0", -    "unicode": "eac5" -  }, +    "tags": ["info", "circle", "information", "advice", "news", "tip", "sign"], +    "version": "1.0" +  },     "info-square": {      "category": "", -    "tags": [ -      "info", -      "square", -      "information", -      "advice", -      "news", -      "tip", -      "sign" -    ], -    "version": "1.0", -    "unicode": "eac6" -  }, +    "tags": ["info", "square", "information", "advice", "news", "tip", "sign"], +    "version": "1.0" +  },     "italic": {      "category": "Text", -    "tags": [ -      "italic", -      "typography", -      "font", -      "typeface", -      "emphasise" -    ], -    "version": "1.3", -    "unicode": "eb93" -  }, +    "tags": ["italic", "typography", "font", "typeface", "emphasise"], +    "version": "1.3" +  },     "jump-rope": {      "category": "Sport", -    "tags": [ -      "jump", -      "rope", -      "sport", -      "fitness", -      "workout", -      "gym", -      "skipping", -      "cardio", -      "fit", -      "shape" -    ], -    "version": "1.34", -    "unicode": "ed8f" -  }, +    "tags": ["jump", "rope", "sport", "fitness", "workout", "gym", "skipping", "cardio", "fit", "shape"], +    "version": "1.34" +  },     "karate": {      "category": "Sport", -    "tags": [ -      "karate", -      "martial", -      "art", -      "self", -      "defence", -      "defend", -      "strike", -      "compat", -      "oriental", -      "fight", -      "kick" -    ], -    "version": "1.27", -    "unicode": "ed32" -  }, +    "tags": ["karate", "martial", "art", "self", "defence", "defend", "strike", "compat", "oriental", "fight", "kick"], +    "version": "1.27" +  },     "key": {      "category": "", -    "tags": [ -      "key", -      "password", -      "login", -      "authentication", -      "secure" -    ], -    "version": "1.0", -    "unicode": "eac7" -  }, +    "tags": ["key", "password", "login", "authentication", "secure"], +    "version": "1.0" +  },     "keyboard-hide": {      "category": "Devices", -    "tags": [ -      "keyboard", -      "hide", -      "computer", -      "laptop", -      "device", -      "type" -    ], -    "version": "1.14", -    "unicode": "ec7e" -  }, +    "tags": ["keyboard", "hide", "computer", "laptop", "device", "type"], +    "version": "1.14" +  },     "keyboard-off": {      "category": "Devices", -    "tags": [ -      "keyboard", -      "off", -      "device", -      "type", -      "disconnect", -      "unplug" -    ], -    "version": "1.39", -    "unicode": "eea0" -  }, +    "tags": ["keyboard", "off", "device", "type", "disconnect", "unplug"], +    "version": "1.39" +  },     "keyboard-show": {      "category": "Devices", -    "tags": [ -      "keyboard", -      "show", -      "computer", -      "laptop", -      "device", -      "type" -    ], -    "version": "1.14", -    "unicode": "ec7f" -  }, +    "tags": ["keyboard", "show", "computer", "laptop", "device", "type"], +    "version": "1.14" +  },     "keyboard": {      "category": "Devices", -    "tags": [ -      "keyboard", -      "computer", -      "laptop", -      "device", -      "type" -    ], -    "version": "1.6", -    "unicode": "ebd6" -  }, +    "tags": ["keyboard", "computer", "laptop", "device", "type"], +    "version": "1.6" +  },     "language": {      "category": "", -    "tags": [ -      "language", -      "tongue", -      "country", -      "speech", -      "speak", -      "translate", -      "communication", -      "communicate", -      "english", -      "dialect", -      "dictionary", -      "word" -    ], -    "version": "1.5", -    "unicode": "ebbe" -  }, +    "tags": ["language", "tongue", "country", "speech", "speak", "translate", "communication", "communicate", "english", "dialect", "dictionary", "word"], +    "version": "1.5" +  },     "layers-difference": {      "category": "Design", -    "tags": [ -      "layers", -      "difference", -      "stack" -    ], -    "version": "1.0", -    "unicode": "eac8" -  }, +    "tags": ["layers", "difference", "stack"], +    "version": "1.0" +  },     "layers-intersect": {      "category": "Design", -    "tags": [ -      "layers", -      "intersect", -      "stack" -    ], -    "version": "1.0", -    "unicode": "eac9" -  }, +    "tags": ["layers", "intersect", "stack"], +    "version": "1.0" +  },     "layers-linked": {      "category": "Design", -    "tags": [ -      "layers", -      "linked", -      "data", -      "network" -    ], -    "version": "1.39", -    "unicode": "eea1" -  }, +    "tags": ["layers", "linked", "data", "network"], +    "version": "1.39" +  },     "layers-subtract": {      "category": "Design", -    "tags": [ -      "layers", -      "subtract", -      "stack" -    ], -    "version": "1.0", -    "unicode": "eaca" -  }, +    "tags": ["layers", "subtract", "stack"], +    "version": "1.0" +  },     "layers-union": {      "category": "Design", -    "tags": [ -      "layers", -      "union", -      "stack", -      "join" -    ], -    "version": "1.0", -    "unicode": "eacb" -  }, +    "tags": ["layers", "union", "stack", "join"], +    "version": "1.0" +  },     "layout-2": {      "category": "Design", -    "tags": [ -      "layout", -      "2", -      "grid", -      "columns", -      "masonry", -      "collage" -    ], -    "version": "1.0", -    "unicode": "eacc" -  }, +    "tags": ["layout", "2", "grid", "columns", "masonry", "collage"], +    "version": "1.0" +  },     "layout-align-bottom": {      "category": "Design", -    "tags": [ -      "layout", -      "align", -      "bottom", -      "position", -      "element", -      "design" -    ], -    "version": "1.0", -    "unicode": "eacd" -  }, +    "tags": ["layout", "align", "bottom", "position", "element", "design"], +    "version": "1.0" +  },     "layout-align-center": {      "category": "Design", -    "tags": [ -      "layout", -      "align", -      "center", -      "position", -      "element", -      "design" -    ], -    "version": "1.0", -    "unicode": "eace" -  }, +    "tags": ["layout", "align", "center", "position", "element", "design"], +    "version": "1.0" +  },     "layout-align-left": {      "category": "Design", -    "tags": [ -      "layout", -      "align", -      "left", -      "position", -      "element", -      "design" -    ], -    "version": "1.0", -    "unicode": "eacf" -  }, +    "tags": ["layout", "align", "left", "position", "element", "design"], +    "version": "1.0" +  },     "layout-align-middle": {      "category": "Design", -    "tags": [ -      "layout", -      "align", -      "middle", -      "position", -      "element", -      "design" -    ], -    "version": "1.0", -    "unicode": "ead0" -  }, +    "tags": ["layout", "align", "middle", "position", "element", "design"], +    "version": "1.0" +  },     "layout-align-right": {      "category": "Design", -    "tags": [ -      "layout", -      "align", -      "right", -      "position", -      "element", -      "design" -    ], -    "version": "1.0", -    "unicode": "ead1" -  }, +    "tags": ["layout", "align", "right", "position", "element", "design"], +    "version": "1.0" +  },     "layout-align-top": {      "category": "Design", -    "tags": [ -      "layout", -      "align", -      "top", -      "position", -      "element", -      "design" -    ], -    "version": "1.0", -    "unicode": "ead2" -  }, +    "tags": ["layout", "align", "top", "position", "element", "design"], +    "version": "1.0" +  },     "layout-bottombar": {      "category": "Design", -    "tags": [ -      "layout", -      "bottombar", -      "position", -      "element", -      "design", -      "grid", -      "footer" -    ], -    "version": "1.1", -    "unicode": "ead3" -  }, +    "tags": ["layout", "bottombar", "position", "element", "design", "grid", "footer"], +    "version": "1.1" +  },     "layout-cards": {      "category": "Design", -    "tags": [ -      "layout", -      "cards", -      "position", -      "element", -      "design", -      "arrangement" -    ], -    "version": "1.8", -    "unicode": "ec13" -  }, +    "tags": ["layout", "cards", "position", "element", "design", "arrangement"], +    "version": "1.8" +  },     "layout-columns": {      "category": "Design", -    "tags": [ -      "layout", -      "columns", -      "grid", -      "column", -      "rows" -    ], -    "version": "1.0", -    "unicode": "ead4" -  }, +    "tags": ["layout", "columns", "grid", "column", "rows"], +    "version": "1.0" +  },     "layout-distribute-horizontal": {      "category": "Design", -    "tags": [ -      "layout", -      "distribute", -      "horizontal", -      "position", -      "element", -      "design", -      "around" -    ], -    "version": "1.0", -    "unicode": "ead5" -  }, +    "tags": ["layout", "distribute", "horizontal", "position", "element", "design", "around"], +    "version": "1.0" +  },     "layout-distribute-vertical": {      "category": "Design", -    "tags": [ -      "layout", -      "distribute", -      "vertical", -      "position", -      "element", -      "design", -      "around" -    ], -    "version": "1.0", -    "unicode": "ead6" -  }, +    "tags": ["layout", "distribute", "vertical", "position", "element", "design", "around"], +    "version": "1.0" +  },     "layout-grid-add": {      "category": "Design", -    "tags": [ -      "layout", -      "grid", -      "add", -      "layout", -      "table", -      "network", -      "pattern" -    ], -    "version": "1.0", -    "unicode": "edb9" -  }, +    "tags": ["layout", "grid", "add", "layout", "table", "network", "pattern"], +    "version": "1.0" +  },     "layout-grid": {      "category": "Design", -    "tags": [ -      "layout", -      "grid", -      "layout", -      "table", -      "network", -      "pattern" -    ], -    "version": "1.0", -    "unicode": "edba" -  }, +    "tags": ["layout", "grid", "layout", "table", "network", "pattern"], +    "version": "1.0" +  },     "layout-kanban": {      "category": "Design", -    "tags": [ -      "layout", -      "kanban", -      "position", -      "element", -      "design", -      "board", -      "processing", -      "task" -    ], -    "version": "1.11", -    "unicode": "ec3f" -  }, +    "tags": ["layout", "kanban", "position", "element", "design", "board", "processing", "task"], +    "version": "1.11" +  },     "layout-list": {      "category": "Design", -    "tags": [ -      "layout", -      "list", -      "position", -      "design", -      "element", -      "doable" -    ], -    "version": "1.8", -    "unicode": "ec14" -  }, +    "tags": ["layout", "list", "position", "design", "element", "doable"], +    "version": "1.8" +  },     "layout-navbar": {      "category": "Design", -    "tags": [ -      "layout", -      "navbar", -      "grid", -      "row", -      "header" -    ], -    "version": "1.0", -    "unicode": "ead7" -  }, +    "tags": ["layout", "navbar", "grid", "row", "header"], +    "version": "1.0" +  },     "layout-rows": {      "category": "Design", -    "tags": [ -      "layout", -      "rows", -      "grid", -      "masonry", -      "collage" -    ], -    "version": "1.0", -    "unicode": "ead8" -  }, +    "tags": ["layout", "rows", "grid", "masonry", "collage"], +    "version": "1.0" +  },     "layout-sidebar-right": {      "category": "Design", -    "tags": [ -      "layout", -      "sidebar", -      "right", -      "grid", -      "aside", -      "column", -      "columns" -    ], -    "version": "1.0", -    "unicode": "ead9" -  }, +    "tags": ["layout", "sidebar", "right", "grid", "aside", "column", "columns"], +    "version": "1.0" +  },     "layout-sidebar": {      "category": "Design", -    "tags": [ -      "layout", -      "sidebar", -      "grid", -      "aside", -      "column", -      "columns" -    ], -    "version": "1.0", -    "unicode": "eada" -  }, +    "tags": ["layout", "sidebar", "grid", "aside", "column", "columns"], +    "version": "1.0" +  },     "layout": {      "category": "Design", -    "tags": [ -      "layout", -      "grid", -      "columns", -      "masonry", -      "collage" -    ], -    "version": "1.0", -    "unicode": "eadb" -  }, +    "tags": ["layout", "grid", "columns", "masonry", "collage"], +    "version": "1.0" +  },     "leaf": {      "category": "Nature", -    "tags": [ -      "leaf", -      "nature", -      "plant", -      "tree", -      "autumn", -      "fall", -      "greenery", -      "flower", -      "forest", -      "garden" -    ], -    "version": "1.29", -    "unicode": "ed4f" -  }, +    "tags": ["leaf", "nature", "plant", "tree", "autumn", "fall", "greenery", "flower", "forest", "garden"], +    "version": "1.29" +  },     "lego": {      "category": "", -    "tags": [ -      "lego", -      "toy", -      "boy", -      "face", -      "play" -    ], -    "version": "1.0", -    "unicode": "eadc" -  }, +    "tags": ["lego", "toy", "boy", "face", "play"], +    "version": "1.0" +  },     "lemon": {      "category": "Food", -    "tags": [ -      "lemon" -    ], -    "version": "1.4" -  }, +    "tags": ["lemon"], +    "version": "1.40" +  },     "letter-a": {      "category": "Letters", -    "tags": [ -      "letter", -      "a", -      "alphabet", -      "symbol", -      "text", -      "code" -    ], -    "version": "1.12", -    "unicode": "ec50" -  }, +    "tags": ["letter", "a", "alphabet", "symbol", "text", "code"], +    "version": "1.12" +  },     "letter-b": {      "category": "Letters", -    "tags": [ -      "letter", -      "b", -      "alphabet", -      "symbol", -      "text", -      "code" -    ], -    "version": "1.12", -    "unicode": "ec51" -  }, +    "tags": ["letter", "b", "alphabet", "symbol", "text", "code"], +    "version": "1.12" +  },     "letter-c": {      "category": "Letters", -    "tags": [ -      "letter", -      "c", -      "alphabet", -      "symbol", -      "text", -      "code" -    ], -    "version": "1.12", -    "unicode": "ec52" -  }, +    "tags": ["letter", "c", "alphabet", "symbol", "text", "code"], +    "version": "1.12" +  },     "letter-case-lower": {      "category": "Text", -    "tags": [ -      "letter", -      "case", -      "lower", -      "typography", -      "font", -      "text", -      "style", -      "content" -    ], -    "version": "1.39", -    "unicode": "eea2" -  }, +    "tags": ["letter", "case", "lower", "typography", "font", "text", "style", "content"], +    "version": "1.39" +  },     "letter-case-toggle": {      "category": "Text", -    "tags": [ -      "letter", -      "case", -      "toggle", -      "typography", -      "font", -      "text", -      "style", -      "content" -    ], -    "version": "1.39", -    "unicode": "eea3" -  }, +    "tags": ["letter", "case", "toggle", "typography", "font", "text", "style", "content"], +    "version": "1.39" +  },     "letter-case-upper": {      "category": "Text", -    "tags": [ -      "letter", -      "case", -      "upper", -      "typography", -      "font", -      "text", -      "style", -      "content" -    ], -    "version": "1.39", -    "unicode": "eea4" -  }, +    "tags": ["letter", "case", "upper", "typography", "font", "text", "style", "content"], +    "version": "1.39" +  },     "letter-case": {      "category": "Text", -    "tags": [ -      "letter", -      "case", -      "typography", -      "font", -      "text", -      "style", -      "content" -    ], -    "version": "1.39", -    "unicode": "eea5" -  }, +    "tags": ["letter", "case", "typography", "font", "text", "style", "content"], +    "version": "1.39" +  },     "letter-d": {      "category": "Letters", -    "tags": [ -      "letter", -      "d", -      "alphabet", -      "symbol", -      "text", -      "code" -    ], -    "version": "1.12", -    "unicode": "ec53" -  }, +    "tags": ["letter", "d", "alphabet", "symbol", "text", "code"], +    "version": "1.12" +  },     "letter-e": {      "category": "Letters", -    "tags": [ -      "letter", -      "e", -      "alphabet", -      "symbol", -      "text", -      "code" -    ], -    "version": "1.12", -    "unicode": "ec54" -  }, +    "tags": ["letter", "e", "alphabet", "symbol", "text", "code"], +    "version": "1.12" +  },     "letter-f": {      "category": "Letters", -    "tags": [ -      "letter", -      "f", -      "alphabet", -      "symbol", -      "text", -      "code" -    ], -    "version": "1.12", -    "unicode": "ec55" -  }, +    "tags": ["letter", "f", "alphabet", "symbol", "text", "code"], +    "version": "1.12" +  },     "letter-g": {      "category": "Letters", -    "tags": [ -      "letter", -      "g", -      "alphabet", -      "symbol", -      "text", -      "code" -    ], -    "version": "1.12", -    "unicode": "ec56" -  }, +    "tags": ["letter", "g", "alphabet", "symbol", "text", "code"], +    "version": "1.12" +  },     "letter-h": {      "category": "Letters", -    "tags": [ -      "letter", -      "h", -      "alphabet", -      "symbol", -      "text", -      "code" -    ], -    "version": "1.12", -    "unicode": "ec57" -  }, +    "tags": ["letter", "h", "alphabet", "symbol", "text", "code"], +    "version": "1.12" +  },     "letter-i": {      "category": "Letters", -    "tags": [ -      "letter", -      "i", -      "alphabet", -      "symbol", -      "text", -      "code" -    ], -    "version": "1.12", -    "unicode": "ec58" -  }, +    "tags": ["letter", "i", "alphabet", "symbol", "text", "code"], +    "version": "1.12" +  },     "letter-j": {      "category": "Letters", -    "tags": [ -      "letter", -      "j", -      "alphabet", -      "symbol", -      "text", -      "code" -    ], -    "version": "1.12", -    "unicode": "ec59" -  }, +    "tags": ["letter", "j", "alphabet", "symbol", "text", "code"], +    "version": "1.12" +  },     "letter-k": {      "category": "Letters", -    "tags": [ -      "letter", -      "k", -      "alphabet", -      "symbol", -      "text", -      "code" -    ], -    "version": "1.12", -    "unicode": "ec5a" -  }, +    "tags": ["letter", "k", "alphabet", "symbol", "text", "code"], +    "version": "1.12" +  },     "letter-l": {      "category": "Letters", -    "tags": [ -      "letter", -      "l", -      "alphabet", -      "symbol", -      "text", -      "code" -    ], -    "version": "1.12", -    "unicode": "ec5b" -  }, +    "tags": ["letter", "l", "alphabet", "symbol", "text", "code"], +    "version": "1.12" +  },     "letter-m": {      "category": "Letters", -    "tags": [ -      "letter", -      "m", -      "alphabet", -      "symbol", -      "text", -      "code" -    ], -    "version": "1.12", -    "unicode": "ec5c" -  }, +    "tags": ["letter", "m", "alphabet", "symbol", "text", "code"], +    "version": "1.12" +  },     "letter-n": {      "category": "Letters", -    "tags": [ -      "letter", -      "n", -      "alphabet", -      "symbol", -      "text", -      "code" -    ], -    "version": "1.12", -    "unicode": "ec5d" -  }, +    "tags": ["letter", "n", "alphabet", "symbol", "text", "code"], +    "version": "1.12" +  },     "letter-o": {      "category": "Letters", -    "tags": [ -      "letter", -      "o", -      "alphabet", -      "symbol", -      "text", -      "code" -    ], -    "version": "1.12", -    "unicode": "ec5e" -  }, +    "tags": ["letter", "o", "alphabet", "symbol", "text", "code"], +    "version": "1.12" +  },     "letter-p": {      "category": "Letters", -    "tags": [ -      "letter", -      "p", -      "alphabet", -      "symbol", -      "text", -      "code" -    ], -    "version": "1.12", -    "unicode": "ec5f" -  }, +    "tags": ["letter", "p", "alphabet", "symbol", "text", "code"], +    "version": "1.12" +  },     "letter-q": {      "category": "Letters", -    "tags": [ -      "letter", -      "q", -      "alphabet", -      "symbol", -      "text", -      "code" -    ], -    "version": "1.12", -    "unicode": "ec60" -  }, +    "tags": ["letter", "q", "alphabet", "symbol", "text", "code"], +    "version": "1.12" +  },     "letter-r": {      "category": "Letters", -    "tags": [ -      "letter", -      "r", -      "alphabet", -      "symbol", -      "text", -      "code" -    ], -    "version": "1.12", -    "unicode": "ec61" -  }, +    "tags": ["letter", "r", "alphabet", "symbol", "text", "code"], +    "version": "1.12" +  },     "letter-s": {      "category": "Letters", -    "tags": [ -      "letter", -      "s", -      "alphabet", -      "symbol", -      "text", -      "code" -    ], -    "version": "1.12", -    "unicode": "ec62" -  }, +    "tags": ["letter", "s", "alphabet", "symbol", "text", "code"], +    "version": "1.12" +  },     "letter-spacing": {      "category": "Text", -    "tags": [ -      "letter", -      "spacing", -      "typography", -      "font", -      "space", -      "character", -      "word" -    ], -    "version": "1.39", -    "unicode": "eea6" -  }, +    "tags": ["letter", "spacing", "typography", "font", "space", "character", "word"], +    "version": "1.39" +  },     "letter-t": {      "category": "Letters", -    "tags": [ -      "letter", -      "t", -      "alphabet", -      "symbol", -      "text", -      "code" -    ], -    "version": "1.12", -    "unicode": "ec63" -  }, +    "tags": ["letter", "t", "alphabet", "symbol", "text", "code"], +    "version": "1.12" +  },     "letter-u": {      "category": "Letters", -    "tags": [ -      "letter", -      "u", -      "alphabet", -      "symbol", -      "text", -      "code" -    ], -    "version": "1.12", -    "unicode": "ec64" -  }, +    "tags": ["letter", "u", "alphabet", "symbol", "text", "code"], +    "version": "1.12" +  },     "letter-v": {      "category": "Letters", -    "tags": [ -      "letter", -      "v", -      "alphabet", -      "symbol", -      "text", -      "code" -    ], -    "version": "1.12", -    "unicode": "ec65" -  }, +    "tags": ["letter", "v", "alphabet", "symbol", "text", "code"], +    "version": "1.12" +  },     "letter-w": {      "category": "Letters", -    "tags": [ -      "letter", -      "w", -      "alphabet", -      "symbol", -      "text", -      "code" -    ], -    "version": "1.12", -    "unicode": "ec66" -  }, +    "tags": ["letter", "w", "alphabet", "symbol", "text", "code"], +    "version": "1.12" +  },     "letter-x": {      "category": "Letters", -    "tags": [ -      "letter", -      "x", -      "alphabet", -      "symbol", -      "text", -      "code" -    ], -    "version": "1.12", -    "unicode": "ec67" -  }, +    "tags": ["letter", "x", "alphabet", "symbol", "text", "code"], +    "version": "1.12" +  },     "letter-y": {      "category": "Letters", -    "tags": [ -      "letter", -      "y", -      "alphabet", -      "symbol", -      "text", -      "code" -    ], -    "version": "1.12", -    "unicode": "ec68" -  }, +    "tags": ["letter", "y", "alphabet", "symbol", "text", "code"], +    "version": "1.12" +  },     "letter-z": {      "category": "Letters", -    "tags": [ -      "letter", -      "z", -      "alphabet", -      "symbol", -      "text", -      "code" -    ], -    "version": "1.12", -    "unicode": "ec69" -  }, +    "tags": ["letter", "z", "alphabet", "symbol", "text", "code"], +    "version": "1.12" +  },     "letters-case": {      "category": "Text", -    "tags": [ -      "letters", -      "case", -      "typography", -      "uppercase", -      "capitals", -      "lowercase", -      "type" -    ], -    "version": "1.5", -    "unicode": "ec6a" -  }, +    "tags": ["letters", "case", "typography", "uppercase", "capitals", "lowercase", "type"], +    "version": "1.5" +  },     "license": {      "category": "", -    "tags": [ -      "license", -      "authorisation", -      "permission", -      "consent", -      "permit", -      "document", -      "agree" -    ], -    "version": "1.5", -    "unicode": "ebc0" -  }, +    "tags": ["license", "authorisation", "permission", "consent", "permit", "document", "agree"], +    "version": "1.5" +  },     "lifebuoy": {      "category": "", -    "tags": [ -      "lifebuoy", -      "life ring", -      "help", -      "support" -    ], -    "version": "1.0", -    "unicode": "eadd" -  }, +    "tags": ["lifebuoy", "life ring", "help", "support"], +    "version": "1.0" +  },     "line-dashed": {      "category": "", -    "tags": [ -      "line", -      "dashed", -      "geometric", -      "segment", -      "link", -      "connection" -    ], -    "version": "1.39", -    "unicode": "eea7" -  }, +    "tags": ["line", "dashed", "geometric", "segment", "link", "connection"], +    "version": "1.39" +  },     "line-dotted": {      "category": "", -    "tags": [ -      "line", -      "dotted", -      "geometric", -      "segment", -      "link", -      "connection" -    ], -    "version": "1.39", -    "unicode": "eea8" -  }, +    "tags": ["line", "dotted", "geometric", "segment", "link", "connection"], +    "version": "1.39" +  },     "line-height": {      "category": "Text", -    "tags": [ -      "line", -      "height", -      "space", -      "inline", -      "display" -    ], -    "version": "1.3", -    "unicode": "eb94" -  }, +    "tags": ["line", "height", "space", "inline", "display"], +    "version": "1.3" +  },     "line": {      "category": "Design", -    "tags": [ -      "line", -      "geometric", -      "segment", -      "link", -      "connection" -    ], -    "version": "1.11", -    "unicode": "ec40" -  }, +    "tags": ["line", "geometric", "segment", "link", "connection"], +    "version": "1.11" +  },     "link": {      "category": "Text", -    "tags": [ -      "link", -      "chain", -      "url", -      "connection", -      "address" -    ], -    "version": "1.0", -    "unicode": "eade" -  }, +    "tags": ["link", "chain", "url", "connection", "address"], +    "version": "1.0" +  },     "list-check": {      "category": "Text", -    "tags": [ -      "list", -      "check", -      "to-do", -      "checklist", -      "form", -      "template", -      "task", -      "reminder", -      "schedule", -      "agenda" -    ], -    "version": "1.2", -    "unicode": "eb6a" -  }, +    "tags": ["list", "check", "to-do", "checklist", "form", "template", "task", "reminder", "schedule", "agenda"], +    "version": "1.2" +  },     "list-numbers": {      "category": "Text", -    "tags": [ -      "list", -      "numbers", -      "to-do", -      "checklist", -      "form", -      "template", -      "task", -      "reminder", -      "schedule", -      "agenda" -    ], -    "version": "1.4" -  }, +    "tags": ["list", "numbers", "to-do", "checklist", "form", "template", "task", "reminder", "schedule", "agenda"], +    "version": "1.40" +  },     "list-search": {      "category": "Text", -    "tags": [ -      "list", -      "search", -      "find", -      "agenda", -      "shopping" -    ], -    "version": "1.39", -    "unicode": "eea9" -  }, +    "tags": ["list", "search", "find", "agenda", "shopping"], +    "version": "1.39" +  },     "list": {      "category": "Text", -    "tags": [ -      "list", -      "task", -      "unordered", -      "bullets", -      "agenda", -      "shopping" -    ], -    "version": "1.2", -    "unicode": "eb6b" -  }, +    "tags": ["list", "task", "unordered", "bullets", "agenda", "shopping"], +    "version": "1.2" +  },     "live-photo": {      "category": "Photography", -    "tags": [ -      "live", -      "photo", -      "capture", -      "photo", -      "movement", -      "sound", -      "memory", -      "image", -      "camera" -    ], -    "version": "1.1", -    "unicode": "eadf" -  }, +    "tags": ["live", "photo", "capture", "photo", "movement", "sound", "memory", "image", "camera"], +    "version": "1.1" +  },     "live-view": {      "category": "Map", -    "tags": [ -      "live", -      "view", -      "camera", -      "preview", -      "image", -      "photo" -    ], -    "version": "1.12", -    "unicode": "ec6b" -  }, +    "tags": ["live", "view", "camera", "preview", "image", "photo"], +    "version": "1.12" +  },     "loader-quarter": {      "category": "System", -    "tags": [ -      "loader", -      "quarter", -      "process", -      "download", -      "upload" -    ], -    "version": "1.17", -    "unicode": "eca2" -  }, +    "tags": ["loader", "quarter", "process", "download", "upload"], +    "version": "1.17" +  },     "loader": {      "category": "System", -    "tags": [ -      "loader", -      "process", -      "download", -      "upload" -    ], -    "version": "1.17", -    "unicode": "eca3" -  }, +    "tags": ["loader", "process", "download", "upload"], +    "version": "1.17" +  },     "location": {      "category": "Map", -    "tags": [ -      "location", -      "navigation", -      "map", -      "direction", -      "discover", -      "travel" -    ], -    "version": "1.0", -    "unicode": "eae0" -  }, +    "tags": ["location", "navigation", "map", "direction", "discover", "travel"], +    "version": "1.0" +  },     "lock-access": {      "category": "", -    "tags": [ -      "lock", -      "access", -      "block", -      "limited", -      "restricted", -      "unavailable", -      "confidential" -    ], -    "version": "1.39", -    "unicode": "eeaa" -  }, +    "tags": ["lock", "access", "block", "limited", "restricted", "unavailable", "confidential"], +    "version": "1.39" +  },     "lock-off": {      "category": "System", -    "tags": [ -      "lock", -      "off", -      "security", -      "password", -      "secure" -    ], -    "version": "1.25", -    "unicode": "ed1e" -  }, +    "tags": ["lock", "off", "security", "password", "secure"], +    "version": "1.25" +  },     "lock-open": {      "category": "System", -    "tags": [ -      "lock", -      "open", -      "security", -      "password", -      "secure", -      "unprotected" -    ], -    "version": "1.0", -    "unicode": "eae1" -  }, +    "tags": ["lock", "open", "security", "password", "secure", "unprotected"], +    "version": "1.0" +  },     "lock": {      "category": "System", -    "tags": [ -      "lock", -      "security", -      "password", -      "secure" -    ], -    "version": "1.0", -    "unicode": "eae2" -  }, +    "tags": ["lock", "security", "password", "secure"], +    "version": "1.0" +  },     "login": {      "category": "Arrows", -    "tags": [ -      "login", -      "initialize", -      "password", -      "enter", -      "account", -      "permission" -    ], -    "version": "1.4", -    "unicode": "eba7" -  }, +    "tags": ["login", "initialize", "password", "enter", "account", "permission"], +    "version": "1.4" +  },     "logout": {      "category": "Arrows", -    "tags": [ -      "logout", -      "exit", -      "shut", -      "unplug", -      "close" -    ], -    "version": "1.4", -    "unicode": "eba8" -  }, +    "tags": ["logout", "exit", "shut", "unplug", "close"], +    "version": "1.4" +  },     "macro": {      "category": "Photography", -    "tags": [ -      "macro", -      "video", -      "photography", -      "photo", -      "camera" -    ], -    "version": "1.39", -    "unicode": "eeab" -  }, +    "tags": ["macro", "video", "photography", "photo", "camera"], +    "version": "1.39" +  },     "magnet": {      "category": "", -    "tags": [ -      "magnet", -      "magnetic field", -      "pole", -      "iron", -      "attract" -    ], -    "version": "1.0", -    "unicode": "eae3" -  }, +    "tags": ["magnet", "magnetic field", "pole", "iron", "attract"], +    "version": "1.0" +  },     "mail-forward": {      "category": "Communication", -    "tags": [ -      "mail", -      "forward", -      "send", -      "recipient", -      "email", -      "inbox", -      "message" -    ], -    "version": "1.39", -    "unicode": "eeac" -  }, +    "tags": ["mail", "forward", "send", "recipient", "email", "inbox", "message"], +    "version": "1.39" +  },     "mail-opened": {      "category": "Communication", -    "tags": [ -      "mail", -      "opened", -      "inbox", -      "gmail", -      "email", -      "envelope", -      "message", -      "read" -    ], -    "version": "1.0", -    "unicode": "eae4" -  }, +    "tags": ["mail", "opened", "inbox", "gmail", "email", "envelope", "message", "read"], +    "version": "1.0" +  },     "mail": {      "category": "Communication", -    "tags": [ -      "mail", -      "inbox", -      "gmail", -      "email", -      "envelope", -      "message" -    ], -    "version": "1.0", -    "unicode": "eae5" -  }, +    "tags": ["mail", "inbox", "gmail", "email", "envelope", "message"], +    "version": "1.0" +  },     "mailbox": {      "category": "", -    "tags": [ -      "mailbox", -      "send", -      "recipient", -      "email", -      "inbox", -      "message", -      "reply", -      "post" -    ], -    "version": "1.39", -    "unicode": "eead" -  }, +    "tags": ["mailbox", "send", "recipient", "email", "inbox", "message", "reply", "post"], +    "version": "1.39" +  },     "man": {      "category": "", -    "tags": [ -      "man", -      "guy", -      "boy", -      "male", -      "gender" -    ], -    "version": "1.0", -    "unicode": "eae6" -  }, +    "tags": ["man", "guy", "boy", "male", "gender"], +    "version": "1.0" +  },     "manual-gearbox": {      "category": "", -    "tags": [ -      "manual", -      "gearbox", -      "car", -      "vehicle", -      "torque", -      "transmission", -      "mechanics", -      "motor", -      "engine" -    ], -    "version": "1.33", -    "unicode": "ed7b" -  }, +    "tags": ["manual", "gearbox", "car", "vehicle", "torque", "transmission", "mechanics", "motor", "engine"], +    "version": "1.33" +  },     "map-2": {      "category": "Map", -    "tags": [ -      "map", -      "2", -      "navigation", -      "location", -      "travel", -      "pin", -      "position", -      "marker" -    ], -    "version": "1.0", -    "unicode": "eae7" -  }, +    "tags": ["map", "2", "navigation", "location", "travel", "pin", "position", "marker"], +    "version": "1.0" +  },     "map-pin-off": {      "category": "Map", -    "tags": [ -      "map", -      "pin", -      "off", -      "navigation", -      "location", -      "travel", -      "pin", -      "position", -      "marker" -    ], -    "version": "1.22", -    "unicode": "ecf3" -  }, +    "tags": ["map", "pin", "off", "navigation", "location", "travel", "pin", "position", "marker"], +    "version": "1.22" +  },     "map-pin": {      "category": "Map", -    "tags": [ -      "map", -      "pin", -      "navigation", -      "location", -      "travel", -      "pin", -      "position", -      "marker" -    ], -    "version": "1.0", -    "unicode": "eae8" -  }, +    "tags": ["map", "pin", "navigation", "location", "travel", "pin", "position", "marker"], +    "version": "1.0" +  },     "map-pins": {      "category": "Map", -    "tags": [ -      "map", -      "pins", -      "place", -      "direction", -      "travel", -      "destination", -      "mark", -      "location", -      "address" -    ], -    "version": "1.31", -    "unicode": "ed5e" -  }, +    "tags": ["map", "pins", "place", "direction", "travel", "destination", "mark", "location", "address"], +    "version": "1.31" +  },     "map": {      "category": "Map", -    "tags": [ -      "map", -      "navigation", -      "location", -      "travel" -    ], -    "version": "1.0", -    "unicode": "eae9" -  }, +    "tags": ["map", "navigation", "location", "travel"], +    "version": "1.0" +  },     "markdown": {      "category": "Text", -    "tags": [ -      "markdown", -      "price", -      "valuation", -      "cost", -      "exchange" -    ], -    "version": "1.11", -    "unicode": "ec41" -  }, +    "tags": ["markdown", "price", "valuation", "cost", "exchange"], +    "version": "1.11" +  },     "marquee-2": {      "category": "", -    "tags": [ -      "marquee", -      "2", -      "tag", -      "tracer", -      "html", -      "animation", -      "text", -      "graphic" -    ], -    "version": "1.39", -    "unicode": "eeae" -  }, +    "tags": ["marquee", "2", "tag", "tracer", "html", "animation", "text", "graphic"], +    "version": "1.39" +  },     "marquee": {      "category": "", -    "tags": [ -      "marquee", -      "tag", -      "tracer", -      "html", -      "animation", -      "text", -      "graphic" -    ], -    "version": "1.13", -    "unicode": "ec77" -  }, +    "tags": ["marquee", "tag", "tracer", "html", "animation", "text", "graphic"], +    "version": "1.13" +  },     "mars": {      "category": "Symbols", -    "tags": [ -      "mars", -      "male" -    ], -    "version": "1.14", -    "unicode": "ec80" -  }, +    "tags": ["mars", "male"], +    "version": "1.14" +  },     "mask-off": {      "category": "Design", -    "tags": [ -      "mask", -      "off", -      "edit", -      "layer", -      "mask", -      "tool", -      "design" -    ], -    "version": "1.39", -    "unicode": "eeaf" -  }, +    "tags": ["mask", "off", "edit", "layer", "mask", "tool", "design"], +    "version": "1.39" +  },     "mask": {      "category": "Design", -    "tags": [ -      "mask", -      "edit", -      "layer", -      "mask", -      "tool", -      "design" -    ], -    "version": "1.39", -    "unicode": "eeb0" -  }, +    "tags": ["mask", "edit", "layer", "mask", "tool", "design"], +    "version": "1.39" +  },     "massage": {      "category": "", -    "tags": [ -      "massage", -      "physiotherapy", -      "spa", -      "relax", -      "sports", -      "therapy", -      "treatment", -      "spine" -    ], -    "version": "1.39", -    "unicode": "eeb1" -  }, +    "tags": ["massage", "physiotherapy", "spa", "relax", "sports", "therapy", "treatment", "spine"], +    "version": "1.39" +  },     "math-function": {      "category": "Math", -    "tags": [ -      "math", -      "function", -      "sdfsfg" -    ], -    "version": "1.39", -    "unicode": "eeb2" -  }, +    "tags": ["math", "function", "sdfsfg"], +    "version": "1.39" +  },     "math-symbols": {      "category": "Math", -    "tags": [ -      "math", -      "symbols", -      "calculator", -      "equal", -      "plus", -      "multiplication", -      "minus", -      "math" -    ], -    "version": "1.39", -    "unicode": "eeb3" -  }, +    "tags": ["math", "symbols", "calculator", "equal", "plus", "multiplication", "minus", "math"], +    "version": "1.39" +  },     "math": {      "category": "Math", -    "tags": [ -      "math", -      "subject", -      "count", -      "plus", -      "minus", -      "times" -    ], -    "version": "1.7", -    "unicode": "ebeb" -  }, +    "tags": ["math", "subject", "count", "plus", "minus", "times"], +    "version": "1.7" +  },     "maximize": {      "category": "", -    "tags": [ -      "maximize", -      "fullscreen" -    ], -    "version": "1.0", -    "unicode": "eaea" -  }, +    "tags": ["maximize", "fullscreen"], +    "version": "1.0" +  },     "meat": {      "category": "Food", -    "tags": [ -      "meat" -    ], -    "version": "1.4" -  }, +    "tags": ["meat"], +    "version": "1.40" +  },     "medal": {      "category": "", -    "tags": [ -      "medal", -      "decorate", -      "uniform" -    ], -    "version": "1.13", -    "unicode": "ec78" -  }, +    "tags": ["medal", "decorate", "uniform"], +    "version": "1.13" +  },     "medical-cross": {      "category": "Map", -    "tags": [ -      "medical", -      "cross", -      "sign", -      "hospital", -      "help", -      "indication" -    ], -    "version": "1.1", -    "unicode": "ec2f" -  }, +    "tags": ["medical", "cross", "sign", "hospital", "help", "indication"], +    "version": "1.10" +  },     "menu-2": {      "category": "System", -    "tags": [ -      "menu", -      "2", -      "bars", -      "hamburger", -      "navigation", -      "burger" -    ], -    "version": "1.11", -    "unicode": "ec42" -  }, +    "tags": ["menu", "2", "bars", "hamburger", "navigation", "burger"], +    "version": "1.11" +  },     "menu": {      "category": "System", -    "tags": [ -      "menu", -      "bars", -      "hamburger", -      "navigation", -      "burger" -    ], -    "version": "1.0", -    "unicode": "eaeb" -  }, +    "tags": ["menu", "bars", "hamburger", "navigation", "burger"], +    "version": "1.0" +  },     "message-2": {      "category": "Communication", -    "tags": [ -      "message", -      "2", -      "comment", -      "chat", -      "reply" -    ], -    "version": "1.0", -    "unicode": "eaec" -  }, +    "tags": ["message", "2", "comment", "chat", "reply"], +    "version": "1.0" +  },     "message-circle-2": {      "category": "Communication", -    "tags": [ -      "message", -      "circle", -      "2", -      "comment", -      "chat", -      "reply" -    ], -    "version": "1.28", -    "unicode": "ed3f" -  }, +    "tags": ["message", "circle", "2", "comment", "chat", "reply"], +    "version": "1.28" +  },     "message-circle-off": {      "category": "Communication", -    "tags": [ -      "message", -      "circle", -      "off", -      "comment", -      "chat", -      "reply" -    ], -    "version": "1.28", -    "unicode": "ed40" -  }, +    "tags": ["message", "circle", "off", "comment", "chat", "reply"], +    "version": "1.28" +  },     "message-circle": {      "category": "Communication", -    "tags": [ -      "message", -      "circle", -      "comment", -      "chat", -      "reply" -    ], -    "version": "1.0", -    "unicode": "eaed" -  }, +    "tags": ["message", "circle", "comment", "chat", "reply"], +    "version": "1.0" +  },     "message-dots": {      "category": "Communication", -    "tags": [ -      "message", -      "dots", -      "comment", -      "chat", -      "reply" -    ], -    "version": "1.0", -    "unicode": "eaee" -  }, +    "tags": ["message", "dots", "comment", "chat", "reply"], +    "version": "1.0" +  },     "message-off": {      "category": "Communication", -    "tags": [ -      "message", -      "off", -      "comment", -      "chat", -      "reply" -    ], -    "version": "1.28", -    "unicode": "ed41" -  }, +    "tags": ["message", "off", "comment", "chat", "reply"], +    "version": "1.28" +  },     "message-plus": {      "category": "Communication", -    "tags": [ -      "message", -      "plus", -      "comment", -      "chat", -      "reply", -      "communication", -      "conversation" -    ], -    "version": "1.16", -    "unicode": "ec9a" -  }, +    "tags": ["message", "plus", "comment", "chat", "reply", "communication", "conversation"], +    "version": "1.16" +  },     "message-report": {      "category": "Communication", -    "tags": [ -      "message", -      "report", -      "comment", -      "chat", -      "reply", -      "communication", -      "conversation" -    ], -    "version": "1.16", -    "unicode": "ec9b" -  }, +    "tags": ["message", "report", "comment", "chat", "reply", "communication", "conversation"], +    "version": "1.16" +  },     "message": {      "category": "Communication", -    "tags": [ -      "message", -      "comment", -      "chat", -      "reply", -      "communication", -      "conversation" -    ], -    "version": "1.0", -    "unicode": "eaef" -  }, +    "tags": ["message", "comment", "chat", "reply", "communication", "conversation"], +    "version": "1.0" +  },     "messages-off": {      "category": "Communication", -    "tags": [ -      "messages", -      "off", -      "chat", -      "reply", -      "comment", -      "conversation", -      "communication" -    ], -    "version": "1.28", -    "unicode": "ed42" -  }, +    "tags": ["messages", "off", "chat", "reply", "comment", "conversation", "communication"], +    "version": "1.28" +  },     "messages": {      "category": "Communication", -    "tags": [ -      "messages", -      "chat", -      "reply", -      "comment", -      "conversation", -      "communication" -    ], -    "version": "1.2", -    "unicode": "eb6c" -  }, +    "tags": ["messages", "chat", "reply", "comment", "conversation", "communication"], +    "version": "1.2" +  },     "microphone-off": {      "category": "Media", -    "tags": [ -      "microphone", -      "off", -      "record", -      "sound", -      "listen", -      "blocked", -      "mute" -    ], -    "version": "1.24", -    "unicode": "ed16" -  }, +    "tags": ["microphone", "off", "record", "sound", "listen", "blocked", "mute"], +    "version": "1.24" +  },     "microphone": {      "category": "Media", -    "tags": [ -      "microphone", -      "record", -      "sound", -      "listen" -    ], -    "version": "1.0", -    "unicode": "eaf0" -  }, +    "tags": ["microphone", "record", "sound", "listen"], +    "version": "1.0" +  },     "milk": {      "category": "Food", -    "tags": [ -      "milk" -    ], -    "version": "1.4" -  }, +    "tags": ["milk"], +    "version": "1.40" +  },     "minimize": {      "category": "", -    "tags": [ -      "minimize", -      "exit", -      "close" -    ], -    "version": "1.0", -    "unicode": "eaf1" -  }, +    "tags": ["minimize", "exit", "close"], +    "version": "1.0" +  },     "minus-vertical": {      "category": "", -    "tags": [ -      "minus", -      "vertical", -      "subtract", -      "less", -      "divide" -    ], -    "version": "1.39", -    "unicode": "eeb4" -  }, +    "tags": ["minus", "vertical", "subtract", "less", "divide"], +    "version": "1.39" +  },     "minus": {      "category": "Math", -    "tags": [ -      "minus", -      "subtract", -      "less" -    ], -    "version": "1.0", -    "unicode": "eaf2" -  }, +    "tags": ["minus", "subtract", "less"], +    "version": "1.0" +  },     "mist": {      "category": "Weather", -    "tags": [ -      "mist", -      "weather", -      "visibility" -    ], -    "version": "1.1", -    "unicode": "ec30" -  }, +    "tags": ["mist", "weather", "visibility"], +    "version": "1.10" +  },     "mood-boy": {      "category": "Mood", -    "tags": [ -      "mood", -      "boy", -      "face", -      "emoji", -      "emotion" -    ], -    "version": "1.26", -    "unicode": "ed2d" -  }, +    "tags": ["mood", "boy", "face", "emoji", "emotion"], +    "version": "1.26" +  },     "mood-confuzed": {      "category": "Mood", -    "tags": [ -      "mood", -      "confuzed", -      "face", -      "emoji", -      "emotion", -      "frown" -    ], -    "version": "1.0", -    "unicode": "eaf3" -  }, +    "tags": ["mood", "confuzed", "face", "emoji", "emotion", "frown"], +    "version": "1.0" +  },     "mood-crazy-happy": {      "category": "Mood", -    "tags": [ -      "mood", -      "crazy", -      "happy", -      "good", -      "excited", -      "cheerful", -      "jolly", -      "delighted", -      "lucky" -    ], -    "version": "1.34", -    "unicode": "ed90" -  }, +    "tags": ["mood", "crazy", "happy", "good", "excited", "cheerful", "jolly", "delighted", "lucky"], +    "version": "1.34" +  },     "mood-cry": {      "category": "Mood", -    "tags": [ -      "mood", -      "cry", -      "face", -      "emoji", -      "emotion", -      "mad" -    ], -    "version": "1.18", -    "unicode": "ecbb" -  }, +    "tags": ["mood", "cry", "face", "emoji", "emotion", "mad"], +    "version": "1.18" +  },     "mood-empty": {      "category": "Mood", -    "tags": [ -      "mood", -      "empty", -      "face", -      "emoji", -      "emotion" -    ], -    "version": "1.0", -    "unicode": "eeb5" -  }, +    "tags": ["mood", "empty", "face", "emoji", "emotion"], +    "version": "1.0" +  },     "mood-happy": {      "category": "Mood", -    "tags": [ -      "mood", -      "happy", -      "face", -      "emoji", -      "emotion" -    ], -    "version": "1.0", -    "unicode": "eaf4" -  }, +    "tags": ["mood", "happy", "face", "emoji", "emotion"], +    "version": "1.0" +  },     "mood-kid": {      "category": "Mood", -    "tags": [ -      "mood", -      "kid", -      "face", -      "emoji", -      "emotion" -    ], -    "version": "1.8", -    "unicode": "ec03" -  }, +    "tags": ["mood", "kid", "face", "emoji", "emotion"], +    "version": "1.8" +  },     "mood-neutral": {      "category": "Mood", -    "tags": [ -      "mood", -      "neutral", -      "face", -      "emoji", -      "emotion" -    ], -    "version": "1.0", -    "unicode": "eaf5" -  }, +    "tags": ["mood", "neutral", "face", "emoji", "emotion"], +    "version": "1.0" +  },     "mood-sad": {      "category": "Mood", -    "tags": [ -      "mood", -      "sad", -      "face", -      "emoji", -      "emotion", -      "mad" -    ], -    "version": "1.0", -    "unicode": "eaf6" -  }, +    "tags": ["mood", "sad", "face", "emoji", "emotion", "mad"], +    "version": "1.0" +  },     "mood-smile": {      "category": "Mood", -    "tags": [ -      "mood", -      "smile", -      "face", -      "emoji", -      "emotion" -    ], -    "version": "1.0", -    "unicode": "eaf7" -  }, +    "tags": ["mood", "smile", "face", "emoji", "emotion"], +    "version": "1.0" +  },     "mood-suprised": {      "category": "Mood", -    "tags": [ -      "mood", -      "suprised", -      "face", -      "emoji", -      "emotion" -    ], -    "version": "1.8", -    "unicode": "ec04" -  }, +    "tags": ["mood", "suprised", "face", "emoji", "emotion"], +    "version": "1.8" +  },     "mood-tongue": {      "category": "Mood", -    "tags": [ -      "mood", -      "tongue", -      "face", -      "emoji", -      "emotion" -    ], -    "version": "1.3", -    "unicode": "eb95" -  }, +    "tags": ["mood", "tongue", "face", "emoji", "emotion"], +    "version": "1.3" +  },     "moon-2": {      "category": "Weather", -    "tags": [ -      "moon", -      "2", -      "night", -      "dark mode" -    ], -    "version": "1.21", -    "unicode": "ece6" -  }, +    "tags": ["moon", "2", "night", "dark mode"], +    "version": "1.21" +  },     "moon-stars": {      "category": "Weather", -    "tags": [ -      "moon", -      "stars", -      "night", -      "dark mode" -    ], -    "version": "1.21", -    "unicode": "ece7" -  }, +    "tags": ["moon", "stars", "night", "dark mode"], +    "version": "1.21" +  },     "moon": {      "category": "Weather", -    "tags": [ -      "moon", -      "night", -      "dark mode" -    ], -    "version": "1.0", -    "unicode": "eaf8" -  }, +    "tags": ["moon", "night", "dark mode"], +    "version": "1.0" +  },     "moped": {      "category": "Vehicles", -    "tags": [ -      "moped", -      "vehicle", -      "drive", -      "driver", -      "engine", -      "motor", -      "journey", -      "trip" -    ], -    "version": "1.18", -    "unicode": "ecbc" -  }, +    "tags": ["moped", "vehicle", "drive", "driver", "engine", "motor", "journey", "trip"], +    "version": "1.18" +  },     "motorbike": {      "category": "Vehicles", -    "tags": [ -      "motorbike", -      "engine", -      "ride", -      "trip", -      "journey", -      "road", -      "street", -      "vehicle", -      "motorcycle" -    ], -    "version": "1.39", -    "unicode": "eeb6" -  }, +    "tags": ["motorbike", "engine", "ride", "trip", "journey", "road", "street", "vehicle", "motorcycle"], +    "version": "1.39" +  },     "mouse": {      "category": "Devices", -    "tags": [ -      "mouse", -      "pointer", -      "cursor", -      "device" -    ], -    "version": "1.0", -    "unicode": "eaf9" -  }, +    "tags": ["mouse", "pointer", "cursor", "device"], +    "version": "1.0" +  },     "movie": {      "category": "Media", -    "tags": [ -      "movie", -      "film", -      "video", -      "cinema" -    ], -    "version": "1.0", -    "unicode": "eafa" -  }, +    "tags": ["movie", "film", "video", "cinema"], +    "version": "1.0" +  },     "mug": {      "category": "Food", -    "tags": [ -      "mug", -      "tea", -      "coffee", -      "drink", -      "container", -      "jug" -    ], -    "version": "1.1", -    "unicode": "eafb" -  }, +    "tags": ["mug", "tea", "coffee", "drink", "container", "jug"], +    "version": "1.1" +  },     "mushroom": {      "category": "Food", -    "tags": [ -      "mushroom" -    ], -    "version": "1.4" -  }, +    "tags": ["mushroom"], +    "version": "1.40" +  },     "music": {      "category": "Media", -    "tags": [ -      "music", -      "sound", -      "mp3", -      "album", -      "sound", -      "speakers", -      "melody" -    ], -    "version": "1.0", -    "unicode": "eafc" -  }, +    "tags": ["music", "sound", "mp3", "album", "sound", "speakers", "melody"], +    "version": "1.0" +  },     "new-section": {      "category": "", -    "tags": [ -      "new", -      "section", -      "add", -      "element", -      "component", -      "layout", -      "page" -    ], -    "version": "1.5", -    "unicode": "ebc1" -  }, +    "tags": ["new", "section", "add", "element", "component", "layout", "page"], +    "version": "1.5" +  },     "news": {      "category": "Document", -    "tags": [ -      "news", -      "newspaper", -      "article" -    ], -    "version": "1.0", -    "unicode": "eafd" -  }, +    "tags": ["news", "newspaper", "article"], +    "version": "1.0" +  },     "nfc": {      "category": "Devices", -    "tags": [ -      "nfc", -      "payment", -      "nfc", -      "cash", -      "chip", -      "shopping", -      "cashless", -      "pass", -      "contactless" -    ], -    "version": "1.39", -    "unicode": "eeb7" -  }, +    "tags": ["nfc", "payment", "nfc", "cash", "chip", "shopping", "cashless", "pass", "contactless"], +    "version": "1.39" +  },     "note": {      "category": "Document", -    "tags": [ -      "note", -      "checkbox", -      "brief", -      "record", -      "write", -      "message" -    ], -    "version": "1.2", -    "unicode": "eb6d" -  }, +    "tags": ["note", "checkbox", "brief", "record", "write", "message"], +    "version": "1.2" +  },     "notebook": {      "category": "Document", -    "tags": [ -      "notebook", -      "study", -      "learn", -      "diary", -      "write", -      "journal", -      "page", -      "paper", -      "jot down" -    ], -    "version": "1.3", -    "unicode": "eb96" -  }, +    "tags": ["notebook", "study", "learn", "diary", "write", "journal", "page", "paper", "jot down"], +    "version": "1.3" +  },     "notes": {      "category": "Document", -    "tags": [ -      "notes", -      "notetaking", -      "journal", -      "draft", -      "idea", -      "to-do list" -    ], -    "version": "1.2", -    "unicode": "eb6e" -  }, +    "tags": ["notes", "notetaking", "journal", "draft", "idea", "to-do list"], +    "version": "1.2" +  },     "notification": {      "category": "", -    "tags": [ -      "notification", -      "bell", -      "alarm", -      "reminder", -      "important" -    ], -    "version": "1.0", -    "unicode": "eafe" -  }, +    "tags": ["notification", "bell", "alarm", "reminder", "important"], +    "version": "1.0" +  },     "number-0": {      "category": "Numbers", -    "tags": [ -      "number", -      "0", -      "zero", -      "maths", -      "value", -      "quantity", -      "calculate", -      "calculation", -      "total", -      "amount", -      "sum", -      "order", -      "digit" -    ], -    "version": "1.38", -    "unicode": "edf0" -  }, +    "tags": ["number", "0", "zero", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit"], +    "version": "1.38" +  },     "number-1": {      "category": "Numbers", -    "tags": [ -      "number", -      "1", -      "one", -      "maths", -      "value", -      "quantity", -      "calculate", -      "calculation", -      "total", -      "amount", -      "sum", -      "order", -      "digit" -    ], -    "version": "1.38", -    "unicode": "edf1" -  }, +    "tags": ["number", "1", "one", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit"], +    "version": "1.38" +  },     "number-2": {      "category": "Numbers", -    "tags": [ -      "number", -      "2", -      "two", -      "maths", -      "value", -      "quantity", -      "calculate", -      "calculation", -      "total", -      "amount", -      "sum", -      "order", -      "digit" -    ], -    "version": "1.38", -    "unicode": "edf2" -  }, +    "tags": ["number", "2", "two", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit"], +    "version": "1.38" +  },     "number-3": {      "category": "Numbers", -    "tags": [ -      "number", -      "3", -      "three", -      "maths", -      "value", -      "quantity", -      "calculate", -      "calculation", -      "total", -      "amount", -      "sum", -      "order", -      "digit" -    ], -    "version": "1.38", -    "unicode": "edf3" -  }, +    "tags": ["number", "3", "three", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit"], +    "version": "1.38" +  },     "number-4": {      "category": "Numbers", -    "tags": [ -      "number", -      "4", -      "four", -      "maths", -      "value", -      "quantity", -      "calculate", -      "calculation", -      "total", -      "amount", -      "sum", -      "order", -      "digit" -    ], -    "version": "1.38", -    "unicode": "edf4" -  }, +    "tags": ["number", "4", "four", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit"], +    "version": "1.38" +  },     "number-5": {      "category": "Numbers", -    "tags": [ -      "number", -      "5", -      "five", -      "maths", -      "value", -      "quantity", -      "calculate", -      "calculation", -      "total", -      "amount", -      "sum", -      "order", -      "digit" -    ], -    "version": "1.38", -    "unicode": "edf5" -  }, +    "tags": ["number", "5", "five", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit"], +    "version": "1.38" +  },     "number-6": {      "category": "Numbers", -    "tags": [ -      "number", -      "6", -      "six", -      "maths", -      "value", -      "quantity", -      "calculate", -      "calculation", -      "total", -      "amount", -      "sum", -      "order", -      "digit" -    ], -    "version": "1.38", -    "unicode": "edf6" -  }, +    "tags": ["number", "6", "six", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit"], +    "version": "1.38" +  },     "number-7": {      "category": "Numbers", -    "tags": [ -      "number", -      "7", -      "seven", -      "maths", -      "value", -      "quantity", -      "calculate", -      "calculation", -      "total", -      "amount", -      "sum", -      "order", -      "digit" -    ], -    "version": "1.38", -    "unicode": "edf7" -  }, +    "tags": ["number", "7", "seven", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit"], +    "version": "1.38" +  },     "number-8": {      "category": "Numbers", -    "tags": [ -      "number", -      "8", -      "eight", -      "maths", -      "value", -      "quantity", -      "calculate", -      "calculation", -      "total", -      "amount", -      "sum", -      "order", -      "digit" -    ], -    "version": "1.38", -    "unicode": "edf8" -  }, +    "tags": ["number", "8", "eight", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit"], +    "version": "1.38" +  },     "number-9": {      "category": "Numbers", -    "tags": [ -      "number", -      "9", -      "nine", -      "maths", -      "value", -      "quantity", -      "calculate", -      "calculation", -      "total", -      "amount", -      "sum", -      "order", -      "digit" -    ], -    "version": "1.38", -    "unicode": "edf9" -  }, +    "tags": ["number", "9", "nine", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit"], +    "version": "1.38" +  },     "octagon-off": {      "category": "Shapes", -    "tags": [ -      "octagon", -      "off", -      "shape", -      "eight", -      "angle", -      "crossed" -    ], -    "version": "1.39", -    "unicode": "eeb8" -  }, +    "tags": ["octagon", "off", "shape", "eight", "angle", "crossed"], +    "version": "1.39" +  },     "octagon": {      "category": "Shapes", -    "tags": [ -      "octagon", -      "shape", -      "geometric", -      "math", -      "2D", -      "building", -      "government" -    ], -    "version": "1.18", -    "unicode": "ecbd" -  }, +    "tags": ["octagon", "shape", "geometric", "math", "2D", "building", "government"], +    "version": "1.18" +  },     "old": {      "category": "", -    "tags": [ -      "old", -      "senior", -      "person", -      "elderly", -      "age" -    ], -    "version": "1.39", -    "unicode": "eeb9" -  }, +    "tags": ["old", "senior", "person", "elderly", "age"], +    "version": "1.39" +  },     "olympics": {      "category": "Sport", -    "tags": [ -      "olympics", -      "game", -      "play", -      "sport", -      "sportsman", -      "champion", -      "win", -      "medal", -      "sporting", -      "event", -      "competition", -      "athlete" -    ], -    "version": "1.39", -    "unicode": "eeba" -  }, +    "tags": ["olympics", "game", "play", "sport", "sportsman", "champion", "win", "medal", "sporting", "event", "competition", "athlete"], +    "version": "1.39" +  },     "omega": {      "category": "", -    "tags": [ -      "omega", -      "alphabet", -      "greek", -      "symbol", -      "final", -      "last" -    ], -    "version": "1.3", -    "unicode": "eb97" -  }, +    "tags": ["omega", "alphabet", "greek", "symbol", "final", "last"], +    "version": "1.3" +  },     "outlet": {      "category": "", -    "tags": [ -      "outlet", -      "socket", -      "electricity", -      "electrical", -      "plug in", -      "device" -    ], -    "version": "1.6", -    "unicode": "ebd7" -  }, +    "tags": ["outlet", "socket", "electricity", "electrical", "plug in", "device"], +    "version": "1.6" +  },     "overline": {      "category": "Text", -    "tags": [ -      "overline", -      "above", -      "overbar", -      "overscore", -      "horizontal" -    ], -    "version": "1.39", -    "unicode": "eebb" -  }, +    "tags": ["overline", "above", "overbar", "overscore", "horizontal"], +    "version": "1.39" +  },     "package": {      "category": "E-commerce", -    "tags": [ -      "package", -      "npm", -      "box", -      "container" -    ], -    "version": "1.0", -    "unicode": "eaff" -  }, +    "tags": ["package", "npm", "box", "container"], +    "version": "1.0" +  },     "pacman": {      "category": "", -    "tags": [ -      "pacman", -      "game", -      "play", -      "online", -      "maze", -      "eat", -      "dot", -      "ghost" -    ], -    "version": "1.39", -    "unicode": "eebc" -  }, +    "tags": ["pacman", "game", "play", "online", "maze", "eat", "dot", "ghost"], +    "version": "1.39" +  },     "page-break": {      "category": "", -    "tags": [ -      "page", -      "break", -      "summary", -      "feature", -      "element", -      "css" -    ], -    "version": "1.14", -    "unicode": "ec81" -  }, +    "tags": ["page", "break", "summary", "feature", "element", "css"], +    "version": "1.14" +  },     "paint": {      "category": "Design", -    "tags": [ -      "paint", -      "brush", -      "renovation", -      "refurbishment", -      "color", -      "wall" -    ], -    "version": "1.0", -    "unicode": "eb00" -  }, +    "tags": ["paint", "brush", "renovation", "refurbishment", "color", "wall"], +    "version": "1.0" +  },     "palette": {      "category": "Design", -    "tags": [ -      "palette", -      "color", -      "paint", -      "painter", -      "picture", -      "board", -      "artist" -    ], -    "version": "1.1", -    "unicode": "eb01" -  }, +    "tags": ["palette", "color", "paint", "painter", "picture", "board", "artist"], +    "version": "1.1" +  },     "panorama-horizontal": {      "category": "Photography", -    "tags": [ -      "panorama", -      "horizontal", -      "photo", -      "picture", -      "panoramic" -    ], -    "version": "1.27", -    "unicode": "ed33" -  }, +    "tags": ["panorama", "horizontal", "photo", "picture", "panoramic"], +    "version": "1.27" +  },     "panorama-vertical": {      "category": "Photography", -    "tags": [ -      "panorama", -      "vertical", -      "photo", -      "picture", -      "panoramic" -    ], -    "version": "1.27", -    "unicode": "ed34" -  }, +    "tags": ["panorama", "vertical", "photo", "picture", "panoramic"], +    "version": "1.27" +  },     "paperclip": {      "category": "", -    "tags": [ -      "paperclip", -      "attachment", -      "annex", -      "hold" -    ], -    "version": "1.0", -    "unicode": "eb02" -  }, +    "tags": ["paperclip", "attachment", "annex", "hold"], +    "version": "1.0" +  },     "parachute": {      "category": "Vehicles", -    "tags": [ -      "parachute", -      "plane", -      "aircraft", -      "land", -      "float", -      "pilot" -    ], -    "version": "1.33", -    "unicode": "ed7c" -  }, +    "tags": ["parachute", "plane", "aircraft", "land", "float", "pilot"], +    "version": "1.33" +  },     "parentheses": {      "category": "Math", -    "tags": [ -      "parentheses", -      "brackets", -      "aside", -      "punctuation", -      "mark", -      "insert" -    ], -    "version": "1.6", -    "unicode": "ebd8" -  }, +    "tags": ["parentheses", "brackets", "aside", "punctuation", "mark", "insert"], +    "version": "1.6" +  },     "parking": {      "category": "Map", -    "tags": [ -      "parking", -      "sign", -      "car", -      "vehicle", -      "space" -    ], -    "version": "1.0", -    "unicode": "eb03" -  }, +    "tags": ["parking", "sign", "car", "vehicle", "space"], +    "version": "1.0" +  },     "peace": {      "category": "Symbols", -    "tags": [ -      "peace", -      "love", -      "hippy", -      "minority", -      "opinion", -      "equilibrium" -    ], -    "version": "1.18", -    "unicode": "ecbe" -  }, +    "tags": ["peace", "love", "hippy", "minority", "opinion", "equilibrium"], +    "version": "1.18" +  },     "pencil": {      "category": "Design", -    "tags": [ -      "pencil", -      "write", -      "draft", -      "edit", -      "note" -    ], -    "version": "1.1", -    "unicode": "eb04" -  }, +    "tags": ["pencil", "write", "draft", "edit", "note"], +    "version": "1.1" +  },     "pennant": {      "category": "Map", -    "tags": [ -      "pennant", -      "flag", -      "ship", -      "sports", -      "championship", -      "mark", -      "spot", -      "winner" -    ], -    "version": "1.33", -    "unicode": "ed7d" -  }, +    "tags": ["pennant", "flag", "ship", "sports", "championship", "mark", "spot", "winner"], +    "version": "1.33" +  },     "pepper": {      "category": "Food", -    "tags": [ -      "pepper" -    ], -    "version": "1.4" -  }, +    "tags": ["pepper"], +    "version": "1.40" +  },     "percentage": {      "category": "Math", -    "tags": [ -      "percentage", -      "sign", -      "symbol", -      "math", -      "economics", -      "cash", -      "bank account", -      "chart", -      "graph", -      "diagram", -      "statistic" -    ], -    "version": "1.22", -    "unicode": "ecf4" -  }, +    "tags": ["percentage", "sign", "symbol", "math", "economics", "cash", "bank account", "chart", "graph", "diagram", "statistic"], +    "version": "1.22" +  },     "perspective": {      "category": "Shapes", -    "tags": [ -      "perspective", -      "3d", -      "perspective", -      "transform", -      "reshape", -      "scale" -    ], -    "version": "1.39", -    "unicode": "eebd" -  }, +    "tags": ["perspective", "3d", "perspective", "transform", "reshape", "scale"], +    "version": "1.39" +  },     "phone-call": {      "category": "Devices", -    "tags": [ -      "phone", -      "call", -      "ring", -      "mobile", -      "conversation", -      "answer", -      "dial", -      "landline" -    ], -    "version": "1.0", -    "unicode": "eb05" -  }, +    "tags": ["phone", "call", "ring", "mobile", "conversation", "answer", "dial", "landline"], +    "version": "1.0" +  },     "phone-calling": {      "category": "Devices", -    "tags": [ -      "phone", -      "calling", -      "ring", -      "mobile", -      "conversation", -      "answer", -      "dial", -      "landline" -    ], -    "version": "1.11", -    "unicode": "ec43" -  }, +    "tags": ["phone", "calling", "ring", "mobile", "conversation", "answer", "dial", "landline"], +    "version": "1.11" +  },     "phone-check": {      "category": "Devices", -    "tags": [ -      "phone", -      "check", -      "ring", -      "mobile", -      "conversation", -      "answer", -      "dial", -      "landline" -    ], -    "version": "1.8", -    "unicode": "ec05" -  }, +    "tags": ["phone", "check", "ring", "mobile", "conversation", "answer", "dial", "landline"], +    "version": "1.8" +  },     "phone-incoming": {      "category": "Devices", -    "tags": [ -      "phone", -      "incoming", -      "call", -      "answer", -      "mobile", -      "landline", -      "conversation" -    ], -    "version": "1.0", -    "unicode": "eb06" -  }, +    "tags": ["phone", "incoming", "call", "answer", "mobile", "landline", "conversation"], +    "version": "1.0" +  },     "phone-off": {      "category": "Devices", -    "tags": [ -      "phone", -      "off", -      "call", -      "mobile", -      "conversation", -      "landline", -      "answer", -      "number" -    ], -    "version": "1.22", -    "unicode": "ecf5" -  }, +    "tags": ["phone", "off", "call", "mobile", "conversation", "landline", "answer", "number"], +    "version": "1.22" +  },     "phone-outgoing": {      "category": "Devices", -    "tags": [ -      "phone", -      "outgoing", -      "call", -      "signal", -      "mobile", -      "landline", -      "conversation" -    ], -    "version": "1.0", -    "unicode": "eb07" -  }, +    "tags": ["phone", "outgoing", "call", "signal", "mobile", "landline", "conversation"], +    "version": "1.0" +  },     "phone-pause": {      "category": "Devices", -    "tags": [ -      "phone", -      "pause", -      "call", -      "mute", -      "mobile", -      "landline", -      "conversation" -    ], -    "version": "1.0", -    "unicode": "eb08" -  }, +    "tags": ["phone", "pause", "call", "mute", "mobile", "landline", "conversation"], +    "version": "1.0" +  },     "phone-plus": {      "category": "Devices", -    "tags": [ -      "phone", -      "plus", -      "call", -      "signal", -      "mobile", -      "landline", -      "conversation" -    ], -    "version": "1.8", -    "unicode": "ec06" -  }, +    "tags": ["phone", "plus", "call", "signal", "mobile", "landline", "conversation"], +    "version": "1.8" +  },     "phone-x": {      "category": "Devices", -    "tags": [ -      "phone", -      "x", -      "ring", -      "mobile", -      "conversation", -      "answer", -      "dial", -      "landline" -    ], -    "version": "1.8", -    "unicode": "ec07" -  }, +    "tags": ["phone", "x", "ring", "mobile", "conversation", "answer", "dial", "landline"], +    "version": "1.8" +  },     "phone": {      "category": "Devices", -    "tags": [ -      "phone", -      "call", -      "mobile", -      "conversation", -      "landline", -      "answer", -      "number" -    ], -    "version": "1.0", -    "unicode": "eb09" -  }, +    "tags": ["phone", "call", "mobile", "conversation", "landline", "answer", "number"], +    "version": "1.0" +  },     "photo-off": {      "category": "Media", -    "tags": [ -      "photo", -      "off", -      "image", -      "picture", -      "landscape", -      "camera" -    ], -    "version": "1.22", -    "unicode": "ecf6" -  }, +    "tags": ["photo", "off", "image", "picture", "landscape", "camera"], +    "version": "1.22" +  },     "photo": {      "category": "Media", -    "tags": [ -      "photo", -      "image", -      "picture", -      "landscape", -      "camera" -    ], -    "version": "1.0", -    "unicode": "eb0a" -  }, +    "tags": ["photo", "image", "picture", "landscape", "camera"], +    "version": "1.0" +  },     "physotherapist": {      "category": "", -    "tags": [ -      "physotherapist", -      "physiotherapy", -      "spa", -      "therapy", -      "treatment", -      "pain", -      "exercise" -    ], -    "version": "1.39", -    "unicode": "eebe" -  }, +    "tags": ["physotherapist", "physiotherapy", "spa", "therapy", "treatment", "pain", "exercise"], +    "version": "1.39" +  },     "picture-in-picture-off": {      "category": "Media", -    "tags": [ -      "picture", -      "in", -      "picture", -      "off", -      "size", -      "photo", -      "elements", -      "adjust", -      "image" -    ], -    "version": "1.28", -    "unicode": "ed43" -  }, +    "tags": ["picture", "in", "picture", "off", "size", "photo", "elements", "adjust", "image"], +    "version": "1.28" +  },     "picture-in-picture-on": {      "category": "Media", -    "tags": [ -      "picture", -      "in", -      "picture", -      "on", -      "size", -      "photo", -      "elements", -      "adjust", -      "image" -    ], -    "version": "1.28", -    "unicode": "ed44" -  }, +    "tags": ["picture", "in", "picture", "on", "size", "photo", "elements", "adjust", "image"], +    "version": "1.28" +  },     "picture-in-picture": {      "category": "Media", -    "tags": [ -      "picture", -      "in", -      "picture", -      "size", -      "photo", -      "elements", -      "adjust", -      "image" -    ], -    "version": "1.27", -    "unicode": "ed35" -  }, +    "tags": ["picture", "in", "picture", "size", "photo", "elements", "adjust", "image"], +    "version": "1.27" +  },     "pill": {      "category": "", -    "tags": [ -      "pill", -      "drug", -      "medication", -      "illness", -      "sickness", -      "doctor", -      "prescription" -    ], -    "version": "1.1", -    "unicode": "ec44" -  }, +    "tags": ["pill", "drug", "medication", "illness", "sickness", "doctor", "prescription"], +    "version": "1.1" +  },     "pin": {      "category": "Map", -    "tags": [ -      "pin", -      "thing", -      "localization", -      "maps", -      "clip", -      "place", -      "location" -    ], -    "version": "1.16", -    "unicode": "ec9c" -  }, +    "tags": ["pin", "thing", "localization", "maps", "clip", "place", "location"], +    "version": "1.16" +  },     "pinned-off": {      "category": "Map", -    "tags": [ -      "pinned", -      "off", -      "removed", -      "attach", -      "corkboard", -      "unfasten", -      "noticeboard" -    ], -    "version": "1.31", -    "unicode": "ed5f" -  }, +    "tags": ["pinned", "off", "removed", "attach", "corkboard", "unfasten", "noticeboard"], +    "version": "1.31" +  },     "pinned": {      "category": "Map", -    "tags": [ -      "pinned", -      "board", -      "attach", -      "nail", -      "pointed", -      "corkboard", -      "favourite", -      "noticeboard" -    ], -    "version": "1.31", -    "unicode": "ed60" -  }, +    "tags": ["pinned", "board", "attach", "nail", "pointed", "corkboard", "favourite", "noticeboard"], +    "version": "1.31" +  },     "pizza": {      "category": "Food", -    "tags": [ -      "pizza" -    ], -    "version": "1.35", -    "unicode": "edbb" -  }, +    "tags": ["pizza"], +    "version": "1.35" +  },     "plane-arrival": {      "category": "Vehicles", -    "tags": [ -      "plane", -      "arrival", -      "travel", -      "land", -      "journey", -      "trip", -      "airport", -      "baggage", -      "luggage" -    ], -    "version": "1.3", -    "unicode": "eb99" -  }, +    "tags": ["plane", "arrival", "travel", "land", "journey", "trip", "airport", "baggage", "luggage"], +    "version": "1.3" +  },     "plane-departure": {      "category": "Vehicles", -    "tags": [ -      "plane", -      "departure", -      "travel", -      "take off", -      "journey", -      "trip", -      "airport", -      "baggage", -      "luggage" -    ], -    "version": "1.3", -    "unicode": "eb9a" -  }, +    "tags": ["plane", "departure", "travel", "take off", "journey", "trip", "airport", "baggage", "luggage"], +    "version": "1.3" +  },     "plane": {      "category": "Vehicles", -    "tags": [ -      "plane", -      "travel", -      "journey", -      "trip", -      "airport", -      "baggage", -      "luggage" -    ], -    "version": "1.2", -    "unicode": "eb6f" -  }, +    "tags": ["plane", "travel", "journey", "trip", "airport", "baggage", "luggage"], +    "version": "1.2" +  },     "planet": {      "category": "Map", -    "tags": [ -      "planet", -      "earth", -      "uranus", -      "universe", -      "space", -      "galaxy", -      "orbit", -      "atmosphere" -    ], -    "version": "1.8", -    "unicode": "ec08" -  }, +    "tags": ["planet", "earth", "uranus", "universe", "space", "galaxy", "orbit", "atmosphere"], +    "version": "1.8" +  },     "plant-2": {      "category": "Nature", -    "tags": [ -      "plant", -      "2", -      "nature", -      "green", -      "flower", -      "pot", -      "tree", -      "leaf", -      "greenery", -      "root", -      "stem", -      "seed" -    ], -    "version": "1.33", -    "unicode": "ed7e" -  }, +    "tags": ["plant", "2", "nature", "green", "flower", "pot", "tree", "leaf", "greenery", "root", "stem", "seed"], +    "version": "1.33" +  },     "plant": {      "category": "Nature", -    "tags": [ -      "plant", -      "nature", -      "green", -      "flower", -      "pot", -      "tree", -      "leaf", -      "greenery", -      "root", -      "stem", -      "seed" -    ], -    "version": "1.29", -    "unicode": "ed50" -  }, +    "tags": ["plant", "nature", "green", "flower", "pot", "tree", "leaf", "greenery", "root", "stem", "seed"], +    "version": "1.29" +  },     "play-card": {      "category": "", -    "tags": [ -      "play", -      "card", -      "game", -      "magic", -      "trick", -      "casino", -      "entertainment", -      "spade", -      "heart", -      "diamond", -      "club", -      "playing" -    ], -    "version": "1.39", -    "unicode": "eebf" -  }, +    "tags": ["play", "card", "game", "magic", "trick", "casino", "entertainment", "spade", "heart", "diamond", "club", "playing"], +    "version": "1.39" +  },     "player-pause": {      "category": "Media", -    "tags": [ -      "player", -      "pause", -      "video", -      "film", -      "music", -      "player", -      "stop" -    ], -    "version": "1.28", -    "unicode": "ed45" -  }, +    "tags": ["player", "pause", "video", "film", "music", "player", "stop"], +    "version": "1.28" +  },     "player-play": {      "category": "Media", -    "tags": [ -      "player", -      "play", -      "start", -      "video", -      "film", -      "music", -      "player" -    ], -    "version": "1.28", -    "unicode": "ed46" -  }, +    "tags": ["player", "play", "start", "video", "film", "music", "player"], +    "version": "1.28" +  },     "player-record": {      "category": "Media", -    "tags": [ -      "player", -      "record", -      "music", -      "song", -      "playlist", -      "melody", -      "device", -      "voice", -      "recorder", -      "dictation", -      "machine" -    ], -    "version": "1.28", -    "unicode": "ed47" -  }, +    "tags": ["player", "record", "music", "song", "playlist", "melody", "device", "voice", "recorder", "dictation", "machine"], +    "version": "1.28" +  },     "player-skip-back": {      "category": "Media", -    "tags": [ -      "player", -      "skip", -      "back", -      "button", -      "player", -      "video", -      "film", -      "music", -      "cancel", -      "rewind", -      "reverse" -    ], -    "version": "1.28", -    "unicode": "ed48" -  }, +    "tags": ["player", "skip", "back", "button", "player", "video", "film", "music", "cancel", "rewind", "reverse"], +    "version": "1.28" +  },     "player-skip-forward": {      "category": "Media", -    "tags": [ -      "player", -      "skip", -      "forward", -      "button", -      "player", -      "video", -      "film", -      "music", -      "omit" -    ], -    "version": "1.28", -    "unicode": "ed49" -  }, +    "tags": ["player", "skip", "forward", "button", "player", "video", "film", "music", "omit"], +    "version": "1.28" +  },     "player-stop": {      "category": "Media", -    "tags": [ -      "player", -      "stop", -      "music", -      "song", -      "playlist", -      "melody", -      "device", -      "voice", -      "silence", -      "break" -    ], -    "version": "1.28", -    "unicode": "ed4a" -  }, +    "tags": ["player", "stop", "music", "song", "playlist", "melody", "device", "voice", "silence", "break"], +    "version": "1.28" +  },     "player-track-next": {      "category": "Media", -    "tags": [ -      "player", -      "track", -      "next", -      "music", -      "forward", -      "play", -      "song", -      "playlist" -    ], -    "version": "1.28", -    "unicode": "ed4b" -  }, +    "tags": ["player", "track", "next", "music", "forward", "play", "song", "playlist"], +    "version": "1.28" +  },     "player-track-prev": {      "category": "Media", -    "tags": [ -      "player", -      "track", -      "prev", -      "music", -      "forward", -      "play", -      "song", -      "playlist" -    ], -    "version": "1.28", -    "unicode": "ed4c" -  }, +    "tags": ["player", "track", "prev", "music", "forward", "play", "song", "playlist"], +    "version": "1.28" +  },     "playlist": {      "category": "Media", -    "tags": [ -      "playlist", -      "music", -      "song", -      "artist", -      "spotify", -      "track", -      "play", -      "record" -    ], -    "version": "1.39", -    "unicode": "eec0" -  }, +    "tags": ["playlist", "music", "song", "artist", "spotify", "track", "play", "record"], +    "version": "1.39" +  },     "plug": {      "category": "", -    "tags": [ -      "plug", -      "electricity", -      "charger", -      "socket", -      "connection" -    ], -    "version": "1.6", -    "unicode": "ebd9" -  }, +    "tags": ["plug", "electricity", "charger", "socket", "connection"], +    "version": "1.6" +  },     "plus": {      "category": "Math", -    "tags": [ -      "plus", -      "add", -      "create", -      "new" -    ], -    "version": "1.0", -    "unicode": "eb0b" -  }, +    "tags": ["plus", "add", "create", "new"], +    "version": "1.0" +  },     "point": {      "category": "", -    "tags": [ -      "point", -      "dot", -      "label" -    ], -    "version": "1.0", -    "unicode": "eb0c" -  }, +    "tags": ["point", "dot", "label"], +    "version": "1.0" +  },     "pokeball": {      "category": "Map", -    "tags": [ -      "pokeball", -      "pokemon", -      "go", -      "catch", -      "game", -      "play" -    ], -    "version": "1.39", -    "unicode": "eec1" -  }, +    "tags": ["pokeball", "pokemon", "go", "catch", "game", "play"], +    "version": "1.39" +  },     "polaroid": {      "category": "Photography", -    "tags": [ -      "polaroid", -      "picture", -      "photo", -      "camera", -      "polarization", -      "develop", -      "film", -      "lens" -    ], -    "version": "1.39", -    "unicode": "eec2" -  }, +    "tags": ["polaroid", "picture", "photo", "camera", "polarization", "develop", "film", "lens"], +    "version": "1.39" +  },     "pool": {      "category": "Sport", -    "tags": [ -      "pool", -      "swim", -      "water", -      "swimmer", -      "holiday", -      "swimming", -      "vacation", -      "relax", -      "sport" -    ], -    "version": "1.34", -    "unicode": "ed91" -  }, +    "tags": ["pool", "swim", "water", "swimmer", "holiday", "swimming", "vacation", "relax", "sport"], +    "version": "1.34" +  },     "power": {      "category": "Devices", -    "tags": [ -      "power", -      "on", -      "off", -      "turn on", -      "turn off", -      "electricity" -    ], -    "version": "1.0", -    "unicode": "eb0d" -  }, +    "tags": ["power", "on", "off", "turn on", "turn off", "electricity"], +    "version": "1.0" +  },     "pray": {      "category": "", -    "tags": [ -      "pray", -      "religion", -      "faith", -      "christianity", -      "islam", -      "buddhism", -      "judaism" -    ], -    "version": "1.18", -    "unicode": "ecbf" -  }, +    "tags": ["pray", "religion", "faith", "christianity", "islam", "buddhism", "judaism"], +    "version": "1.18" +  },     "presentation-analytics": {      "category": "Document", -    "tags": [ -      "presentation", -      "analytics", -      "slideshow", -      "display", -      "exhibition", -      "speech", -      "topic", -      "conference" -    ], -    "version": "1.39", -    "unicode": "eec3" -  }, +    "tags": ["presentation", "analytics", "slideshow", "display", "exhibition", "speech", "topic", "conference"], +    "version": "1.39" +  },     "presentation": {      "category": "Document", -    "tags": [ -      "presentation", -      "slideshow", -      "display", -      "exhibition", -      "speech", -      "topic", -      "conference" -    ], -    "version": "1.2", -    "unicode": "eb70" -  }, +    "tags": ["presentation", "slideshow", "display", "exhibition", "speech", "topic", "conference"], +    "version": "1.2" +  },     "printer": {      "category": "Devices", -    "tags": [ -      "printer", -      "fax", -      "office", -      "device" -    ], -    "version": "1.0", -    "unicode": "eb0e" -  }, +    "tags": ["printer", "fax", "office", "device"], +    "version": "1.0" +  },     "prompt": {      "category": "", -    "tags": [ -      "prompt", -      "command line", -      "terminal", -      "code" -    ], -    "version": "1.0", -    "unicode": "eb0f" -  }, +    "tags": ["prompt", "command line", "terminal", "code"], +    "version": "1.0" +  },     "propeller": {      "category": "", -    "tags": [ -      "propeller", -      "rotate", -      "blade", -      "spiral", -      "air", -      "ship", -      "fan", -      "power" -    ], -    "version": "1.39", -    "unicode": "eec4" -  }, +    "tags": ["propeller", "rotate", "blade", "spiral", "air", "ship", "fan", "power"], +    "version": "1.39" +  },     "puzzle": {      "category": "", -    "tags": [ -      "puzzle", -      "jigsaw", -      "extension", -      "add-on" -    ], -    "version": "1.0", -    "unicode": "eb10" -  }, +    "tags": ["puzzle", "jigsaw", "extension", "add-on"], +    "version": "1.0" +  },     "pyramid": {      "category": "", -    "tags": [ -      "pyramid", -      "pattern", -      "abstract", -      "geometric", -      "shape" -    ], -    "version": "1.39", -    "unicode": "eec5" -  }, +    "tags": ["pyramid", "pattern", "abstract", "geometric", "shape"], +    "version": "1.39" +  },     "qrcode": {      "category": "Devices", -    "tags": [ -      "qrcode", -      "scan", -      "data" -    ], -    "version": "1.0", -    "unicode": "eb11" -  }, +    "tags": ["qrcode", "scan", "data"], +    "version": "1.0" +  },     "question-mark": {      "category": "", -    "tags": [ -      "question", -      "mark", -      "sign", -      "symbol", -      "ask", -      "sentence", -      "word", -      "letters" -    ], -    "version": "1.16", -    "unicode": "ec9d" -  }, +    "tags": ["question", "mark", "sign", "symbol", "ask", "sentence", "word", "letters"], +    "version": "1.16" +  },     "radioactive": {      "category": "Symbols", -    "tags": [ -      "radioactive", -      "dangerous", -      "precarious", -      "danger", -      "sign", -      "symbol", -      "warning", -      "caution", -      "chernobyl", -      "reactor", -      "atomic", -      "powerhouses", -      "generator" -    ], -    "version": "1.18", -    "unicode": "ecc0" -  }, +    "tags": ["radioactive", "dangerous", "precarious", "danger", "sign", "symbol", "warning", "caution", "chernobyl", "reactor", "atomic", "powerhouses", "generator"], +    "version": "1.18" +  },     "radius-bottom-left": {      "category": "", -    "tags": [ -      "radius", -      "bottom", -      "left", -      "round", -      "corner", -      "rounded", -      "border", -      "css", -      "style", -      "bottom" -    ], -    "version": "1.39", -    "unicode": "eec6" -  }, +    "tags": ["radius", "bottom", "left", "round", "corner", "rounded", "border", "css", "style", "bottom"], +    "version": "1.39" +  },     "radius-bottom-right": {      "category": "", -    "tags": [ -      "radius", -      "bottom", -      "right", -      "round", -      "corner", -      "rounded", -      "border", -      "css", -      "style", -      "top" -    ], -    "version": "1.39", -    "unicode": "eec7" -  }, +    "tags": ["radius", "bottom", "right", "round", "corner", "rounded", "border", "css", "style", "top"], +    "version": "1.39" +  },     "radius-top-left": {      "category": "", -    "tags": [ -      "radius", -      "top", -      "left", -      "round", -      "corner", -      "rounded", -      "border", -      "css", -      "style", -      "bottom" -    ], -    "version": "1.39", -    "unicode": "eec8" -  }, +    "tags": ["radius", "top", "left", "round", "corner", "rounded", "border", "css", "style", "bottom"], +    "version": "1.39" +  },     "radius-top-right": {      "category": "", -    "tags": [ -      "radius", -      "top", -      "right", -      "round", -      "corner", -      "rounded", -      "border", -      "css", -      "style", -      "top" -    ], -    "version": "1.39", -    "unicode": "eec9" -  }, +    "tags": ["radius", "top", "right", "round", "corner", "rounded", "border", "css", "style", "top"], +    "version": "1.39" +  },     "rainbow": {      "category": "", -    "tags": [ -      "rainbow" -    ], -    "version": "1.35", -    "unicode": "edbc" -  }, +    "tags": ["rainbow"], +    "version": "1.35" +  },     "receipt-2": {      "category": "Document", -    "tags": [ -      "receipt", -      "2", -      "bill", -      "restaurant", -      "shop", -      "price", -      "pay", -      "money", -      "total", -      "tax" -    ], -    "version": "1.38", -    "unicode": "edfa" -  }, +    "tags": ["receipt", "2", "bill", "restaurant", "shop", "price", "pay", "money", "total", "tax"], +    "version": "1.38" +  },     "receipt-off": {      "category": "Document", -    "tags": [ -      "receipt", -      "off", -      "bill", -      "restaurant", -      "shop", -      "price", -      "pay", -      "money", -      "total", -      "tax", -      "free" -    ], -    "version": "1.38", -    "unicode": "edfb" -  }, +    "tags": ["receipt", "off", "bill", "restaurant", "shop", "price", "pay", "money", "total", "tax", "free"], +    "version": "1.38" +  },     "receipt-refund": {      "category": "Document", -    "tags": [ -      "receipt", -      "refund", -      "bill", -      "restaurant", -      "shop", -      "price", -      "pay", -      "money", -      "total", -      "give", -      "back", -      "return" -    ], -    "version": "1.38", -    "unicode": "edfc" -  }, +    "tags": ["receipt", "refund", "bill", "restaurant", "shop", "price", "pay", "money", "total", "give", "back", "return"], +    "version": "1.38" +  },     "receipt-tax": {      "category": "Document", -    "tags": [ -      "receipt", -      "tax", -      "income", -      "percentage", -      "money", -      "finance", -      "charge", -      "obligation", -      "taxpayer", -      "vat" -    ], -    "version": "1.5", -    "unicode": "edbd" -  }, +    "tags": ["receipt", "tax", "income", "percentage", "money", "finance", "charge", "obligation", "taxpayer", "vat"], +    "version": "1.5" +  },     "receipt": {      "category": "Document", -    "tags": [ -      "receipt", -      "bill", -      "restaurant", -      "shop", -      "price", -      "pay", -      "money", -      "total", -      "tax" -    ], -    "version": "1.38", -    "unicode": "edfd" -  }, +    "tags": ["receipt", "bill", "restaurant", "shop", "price", "pay", "money", "total", "tax"], +    "version": "1.38" +  },     "recharging": {      "category": "", -    "tags": [ -      "recharging", -      "battery", -      "power", -      "charge", -      "socket", -      "electricity", -      "device", -      "phone", -      "laptop", -      "low" -    ], -    "version": "1.39", -    "unicode": "eeca" -  }, +    "tags": ["recharging", "battery", "power", "charge", "socket", "electricity", "device", "phone", "laptop", "low"], +    "version": "1.39" +  },     "record-mail": {      "category": "", -    "tags": [ -      "record", -      "mail", -      "voice", -      "voicemail", -      "message" -    ], -    "version": "1.1", -    "unicode": "eb12" -  }, +    "tags": ["record", "mail", "voice", "voicemail", "message"], +    "version": "1.1" +  },     "rectangle-vertical": {      "category": "Shapes", -    "tags": [ -      "rectangle", -      "vertical", -      "shape", -      "geometric", -      "math", -      "upright" -    ], -    "version": "1.27", -    "unicode": "ed36" -  }, +    "tags": ["rectangle", "vertical", "shape", "geometric", "math", "upright"], +    "version": "1.27" +  },     "rectangle": {      "category": "Shapes", -    "tags": [ -      "rectangle", -      "shape", -      "geometric", -      "math" -    ], -    "version": "1.27", -    "unicode": "ed37" -  }, +    "tags": ["rectangle", "shape", "geometric", "math"], +    "version": "1.27" +  },     "recycle": {      "category": "Symbols", -    "tags": [ -      "recycle", -      "trash", -      "rubbish", -      "recyclable", -      "reuse", -      "waste" -    ], -    "version": "1.3", -    "unicode": "eb9b" -  }, +    "tags": ["recycle", "trash", "rubbish", "recyclable", "reuse", "waste"], +    "version": "1.3" +  },     "refresh-alert": {      "category": "Arrows", -    "tags": [ -      "refresh", -      "alert", -      "synchronization", -      "reload", -      "restart", -      "spinner", -      "loader", -      "ajax", -      "update", -      "arrows" -    ], -    "version": "1.0", -    "unicode": "ed57" -  }, +    "tags": ["refresh", "alert", "synchronization", "reload", "restart", "spinner", "loader", "ajax", "update", "arrows"], +    "version": "1.0" +  },     "refresh": {      "category": "Arrows", -    "tags": [ -      "refresh", -      "synchronization", -      "reload", -      "restart", -      "spinner", -      "loader", -      "ajax", -      "update", -      "arrows" -    ], -    "version": "1.0", -    "unicode": "eb13" -  }, +    "tags": ["refresh", "synchronization", "reload", "restart", "spinner", "loader", "ajax", "update", "arrows"], +    "version": "1.0" +  },     "registered": {      "category": "", -    "tags": [ -      "registered", -      "copyright", -      "trademark", -      "rights" -    ], -    "version": "1.0", -    "unicode": "eb14" -  }, +    "tags": ["registered", "copyright", "trademark", "rights"], +    "version": "1.0" +  },     "relation-many-to-many": {      "category": "Database", -    "tags": [ -      "relation", -      "many", -      "to", -      "many", -      "data", -      "model", -      "analysis", -      "multiple", -      "connection", -      "database", -      "link" -    ], -    "version": "1.33", -    "unicode": "ed7f" -  }, +    "tags": ["relation", "many", "to", "many", "data", "model", "analysis", "multiple", "connection", "database", "link"], +    "version": "1.33" +  },     "relation-one-to-many": {      "category": "Database", -    "tags": [ -      "relation", -      "one", -      "to", -      "many", -      "data", -      "model", -      "analysis", -      "multiple", -      "connection", -      "database", -      "link" -    ], -    "version": "1.33", -    "unicode": "ed80" -  }, +    "tags": ["relation", "one", "to", "many", "data", "model", "analysis", "multiple", "connection", "database", "link"], +    "version": "1.33" +  },     "relation-one-to-one": {      "category": "Database", -    "tags": [ -      "relation", -      "one", -      "to", -      "one", -      "data", -      "model", -      "analysis", -      "connection", -      "database", -      "link" -    ], -    "version": "1.33", -    "unicode": "ed81" -  }, +    "tags": ["relation", "one", "to", "one", "data", "model", "analysis", "connection", "database", "link"], +    "version": "1.33" +  },     "repeat-once": {      "category": "Media", -    "tags": [ -      "repeat", -      "once", -      "reuse", -      "redo", -      "action", -      "replay", -      "loop" -    ], -    "version": "1.2", -    "unicode": "eb71" -  }, +    "tags": ["repeat", "once", "reuse", "redo", "action", "replay", "loop"], +    "version": "1.2" +  },     "repeat": {      "category": "Media", -    "tags": [ -      "repeat", -      "reuse", -      "redo", -      "action", -      "replay", -      "loop" -    ], -    "version": "1.2", -    "unicode": "eb72" -  }, +    "tags": ["repeat", "reuse", "redo", "action", "replay", "loop"], +    "version": "1.2" +  },     "replace": {      "category": "", -    "tags": [ -      "replace", -      "change", -      "place", -      "position", -      "move", -      "exchange" -    ], -    "version": "1.5", -    "unicode": "ebc7" -  }, +    "tags": ["replace", "change", "place", "position", "move", "exchange"], +    "version": "1.5" +  },     "report-analytics": {      "category": "Document", -    "tags": [ -      "report", -      "analytics", -      "statistics", -      "results", -      "business", -      "sales", -      "analysis", -      "analyse", -      "bar", -      "chart" -    ], -    "version": "1.39", -    "unicode": "eecb" -  }, +    "tags": ["report", "analytics", "statistics", "results", "business", "sales", "analysis", "analyse", "bar", "chart"], +    "version": "1.39" +  },     "report-medical": {      "category": "Document", -    "tags": [ -      "report", -      "medical", -      "hospital", -      "doctor", -      "health", -      "sickness", -      "illness", -      "test", -      "results" -    ], -    "version": "1.39", -    "unicode": "eecc" -  }, +    "tags": ["report", "medical", "hospital", "doctor", "health", "sickness", "illness", "test", "results"], +    "version": "1.39" +  },     "report-money": {      "category": "Document", -    "tags": [ -      "report", -      "money", -      "results", -      "business", -      "sales", -      "analysis", -      "analyse", -      "finance", -      "financial", -      "total" -    ], -    "version": "1.39", -    "unicode": "eecd" -  }, +    "tags": ["report", "money", "results", "business", "sales", "analysis", "analyse", "finance", "financial", "total"], +    "version": "1.39" +  },     "report": {      "category": "Document", -    "tags": [ -      "report", -      "time", -      "timesheet", -      "analysis", -      "analyse", -      "results", -      "business", -      "company" -    ], -    "version": "1.39", -    "unicode": "eece" -  }, +    "tags": ["report", "time", "timesheet", "analysis", "analyse", "results", "business", "company"], +    "version": "1.39" +  },     "resize": {      "category": "Design", -    "tags": [ -      "resize", -      "picture", -      "photo", -      "alter", -      "change", -      "height", -      "width" -    ], -    "version": "1.39", -    "unicode": "eecf" -  }, +    "tags": ["resize", "picture", "photo", "alter", "change", "height", "width"], +    "version": "1.39" +  },     "ripple": {      "category": "", -    "tags": [ -      "ripple", -      "wave", -      "water", -      "breeze", -      "ocean", -      "sea" -    ], -    "version": "1.33", -    "unicode": "ed82" -  }, +    "tags": ["ripple", "wave", "water", "breeze", "ocean", "sea"], +    "version": "1.33" +  },     "road-sign": {      "category": "Map", -    "tags": [ -      "road", -      "sign", -      "telltale", -      "prohibitive", -      "indicative", -      "cautionary", -      "codex", -      "restrictions" -    ], -    "version": "1.2", -    "unicode": "ecdd" -  }, +    "tags": ["road", "sign", "telltale", "prohibitive", "indicative", "cautionary", "codex", "restrictions"], +    "version": "1.20" +  },     "rocket": {      "category": "Map", -    "tags": [ -      "rocket", -      "universe", -      "galaxy", -      "space", -      "journey", -      "discover", -      "extraterrestrial", -      "spaceship" -    ], -    "version": "1.11", -    "unicode": "ec45" -  }, +    "tags": ["rocket", "universe", "galaxy", "space", "journey", "discover", "extraterrestrial", "spaceship"], +    "version": "1.11" +  },     "rotate-2": {      "category": "Arrows", -    "tags": [ -      "rotate", -      "2", -      "refresh", -      "synchronization", -      "reload", -      "restart", -      "spinner", -      "loader", -      "ajax", -      "update", -      "arrows" -    ], -    "version": "1.4", -    "unicode": "ebb4" -  }, +    "tags": ["rotate", "2", "refresh", "synchronization", "reload", "restart", "spinner", "loader", "ajax", "update", "arrows"], +    "version": "1.4" +  },     "rotate-clockwise-2": {      "category": "Arrows", -    "tags": [ -      "rotate", -      "clockwise", -      "2", -      "refresh", -      "synchronization", -      "reload", -      "restart", -      "spinner", -      "loader", -      "ajax", -      "update", -      "arrows" -    ], -    "version": "1.4", -    "unicode": "ebb5" -  }, +    "tags": ["rotate", "clockwise", "2", "refresh", "synchronization", "reload", "restart", "spinner", "loader", "ajax", "update", "arrows"], +    "version": "1.4" +  },     "rotate-clockwise": {      "category": "Arrows", -    "tags": [ -      "rotate", -      "clockwise", -      "refresh", -      "synchronization", -      "reload", -      "restart", -      "spinner", -      "loader", -      "ajax", -      "update", -      "arrows" -    ], -    "version": "1.0", -    "unicode": "eb15" -  }, +    "tags": ["rotate", "clockwise", "refresh", "synchronization", "reload", "restart", "spinner", "loader", "ajax", "update", "arrows"], +    "version": "1.0" +  },     "rotate-rectangle": {      "category": "Arrows", -    "tags": [ -      "rotate", -      "rectangle", -      "refresh", -      "synchronization", -      "reload", -      "restart", -      "spinner", -      "loader", -      "ajax", -      "update", -      "arrows" -    ], -    "version": "1.8", -    "unicode": "ec15" -  }, +    "tags": ["rotate", "rectangle", "refresh", "synchronization", "reload", "restart", "spinner", "loader", "ajax", "update", "arrows"], +    "version": "1.8" +  },     "rotate": {      "category": "Arrows", -    "tags": [ -      "rotate", -      "refresh", -      "synchronization", -      "reload", -      "restart", -      "spinner", -      "loader", -      "ajax", -      "update", -      "arrows" -    ], -    "version": "1.0", -    "unicode": "eb16" -  }, +    "tags": ["rotate", "refresh", "synchronization", "reload", "restart", "spinner", "loader", "ajax", "update", "arrows"], +    "version": "1.0" +  },     "route": {      "category": "Map", -    "tags": [ -      "route", -      "path", -      "navigation", -      "map" -    ], -    "version": "1.0", -    "unicode": "eb17" -  }, +    "tags": ["route", "path", "navigation", "map"], +    "version": "1.0" +  },     "router": {      "category": "Devices", -    "tags": [ -      "router", -      "wifi", -      "device", -      "wireless", -      "signal", -      "station", -      "cast" -    ], -    "version": "1.0", -    "unicode": "eb18" -  }, +    "tags": ["router", "wifi", "device", "wireless", "signal", "station", "cast"], +    "version": "1.0" +  },     "row-insert-bottom": {      "category": "Database", -    "tags": [ -      "row", -      "insert", -      "bottom", -      "table", -      "layout", -      "add", -      "below", -      "macro", -      "excel" -    ], -    "version": "1.39", -    "unicode": "eed0" -  }, +    "tags": ["row", "insert", "bottom", "table", "layout", "add", "below", "macro", "excel"], +    "version": "1.39" +  },     "row-insert-top": {      "category": "Database", -    "tags": [ -      "row", -      "insert", -      "top", -      "table", -      "layout", -      "add", -      "below", -      "macro", -      "excel" -    ], -    "version": "1.39", -    "unicode": "eed1" -  }, +    "tags": ["row", "insert", "top", "table", "layout", "add", "below", "macro", "excel"], +    "version": "1.39" +  },     "rss": {      "category": "", -    "tags": [ -      "rss", -      "feed", -      "subscribe" -    ], -    "version": "1.0", -    "unicode": "eb19" -  }, +    "tags": ["rss", "feed", "subscribe"], +    "version": "1.0" +  },     "ruler-2": {      "category": "", -    "tags": [ -      "ruler", -      "2", -      "maths", -      "dimensions", -      "size", -      "width", -      "length", -      "geometry", -      "measure", -      "technical" -    ], -    "version": "1.39", -    "unicode": "eed2" -  }, +    "tags": ["ruler", "2", "maths", "dimensions", "size", "width", "length", "geometry", "measure", "technical"], +    "version": "1.39" +  },     "ruler": {      "category": "", -    "tags": [ -      "ruler", -      "maths", -      "dimensions", -      "size", -      "width", -      "length", -      "geometry", -      "measure", -      "technical" -    ], -    "version": "1.1", -    "unicode": "eb1a" -  }, +    "tags": ["ruler", "maths", "dimensions", "size", "width", "length", "geometry", "measure", "technical"], +    "version": "1.1" +  },     "run": {      "category": "Sport", -    "tags": [ -      "run", -      "jog", -      "dislocating", -      "movement", -      "motion", -      "sprint" -    ], -    "version": "1.14", -    "unicode": "ec82" -  }, +    "tags": ["run", "jog", "dislocating", "movement", "motion", "sprint"], +    "version": "1.14" +  },     "sailboat": {      "category": "Vehicles", -    "tags": [ -      "sailboat", -      "sailor", -      "journey", -      "sea", -      "lake", -      "ocean", -      "river" -    ], -    "version": "1.14", -    "unicode": "ec83" -  }, +    "tags": ["sailboat", "sailor", "journey", "sea", "lake", "ocean", "river"], +    "version": "1.14" +  },     "salt": {      "category": "Food", -    "tags": [ -      "salt" -    ], -    "version": "1.4" -  }, +    "tags": ["salt"], +    "version": "1.40" +  },     "satellite": {      "category": "Map", -    "tags": [ -      "satellite", -      "orbit", -      "space", -      "moon", -      "earth", -      "planet", -      "communication", -      "information", -      "celestial" -    ], -    "version": "1.39", -    "unicode": "eed3" -  }, +    "tags": ["satellite", "orbit", "space", "moon", "earth", "planet", "communication", "information", "celestial"], +    "version": "1.39" +  },     "sausage": {      "category": "Food", -    "tags": [ -      "sausage" -    ], -    "version": "1.4" -  }, +    "tags": ["sausage"], +    "version": "1.40" +  },     "scale": {      "category": "", -    "tags": [ -      "scale", -      "weigh", -      "balance", -      "amount", -      "heavy", -      "light", -      "libra" -    ], -    "version": "1.1", -    "unicode": "ebc2" -  }, +    "tags": ["scale", "weigh", "balance", "amount", "heavy", "light", "libra"], +    "version": "1.1" +  },     "scan": {      "category": "", -    "tags": [ -      "scan", -      "code", -      "barcode", -      "qr code", -      "app", -      "scanner", -      "document" -    ], -    "version": "1.5", -    "unicode": "ebc8" -  }, +    "tags": ["scan", "code", "barcode", "qr code", "app", "scanner", "document"], +    "version": "1.5" +  },     "school": {      "category": "Map", -    "tags": [ -      "school", -      "students", -      "class", -      "teachers", -      "professors", -      "doctors", -      "hall", -      "classroom", -      "subject", -      "science", -      "break", -      "lesson" -    ], -    "version": "1.22", -    "unicode": "ecf7" -  }, +    "tags": ["school", "students", "class", "teachers", "professors", "doctors", "hall", "classroom", "subject", "science", "break", "lesson"], +    "version": "1.22" +  },     "scissors": {      "category": "Design", -    "tags": [ -      "scissors", -      "cut", -      "paper", -      "file", -      "document", -      "hairdresser", -      "blade", -      "sharp" -    ], -    "version": "1.1", -    "unicode": "eb1b" -  }, +    "tags": ["scissors", "cut", "paper", "file", "document", "hairdresser", "blade", "sharp"], +    "version": "1.1" +  },     "scooter-electric": {      "category": "Vehicles", -    "tags": [ -      "scooter", -      "electric", -      "vehicle", -      "drive", -      "driver", -      "engine", -      "motor", -      "journey", -      "trip" -    ], -    "version": "1.12", -    "unicode": "ecc1" -  }, +    "tags": ["scooter", "electric", "vehicle", "drive", "driver", "engine", "motor", "journey", "trip"], +    "version": "1.12" +  },     "scooter": {      "category": "Vehicles", -    "tags": [ -      "scooter", -      "vehicle", -      "drive", -      "driver", -      "engine", -      "motor", -      "journey", -      "trip" -    ], -    "version": "1.12", -    "unicode": "ec6c" -  }, +    "tags": ["scooter", "vehicle", "drive", "driver", "engine", "motor", "journey", "trip"], +    "version": "1.12" +  },     "screen-share-off": {      "category": "Devices", -    "tags": [ -      "screen", -      "share", -      "off", -      "monitor", -      "stream", -      "tv", -      "mirroring", -      "cast", -      "online" -    ], -    "version": "1.24", -    "unicode": "ed17" -  }, +    "tags": ["screen", "share", "off", "monitor", "stream", "tv", "mirroring", "cast", "online"], +    "version": "1.24" +  },     "screen-share": {      "category": "Devices", -    "tags": [ -      "screen", -      "share", -      "monitor", -      "stream", -      "tv", -      "mirroring", -      "cast", -      "online" -    ], -    "version": "1.24", -    "unicode": "ed18" -  }, +    "tags": ["screen", "share", "monitor", "stream", "tv", "mirroring", "cast", "online"], +    "version": "1.24" +  },     "scuba-mask": {      "category": "Sport", -    "tags": [ -      "scuba", -      "mask", -      "dive", -      "diving", -      "water", -      "holiday", -      "underwater", -      "snorkeling", -      "equipment" -    ], -    "version": "1.39", -    "unicode": "eed4" -  }, +    "tags": ["scuba", "mask", "dive", "diving", "water", "holiday", "underwater", "snorkeling", "equipment"], +    "version": "1.39" +  },     "search": {      "category": "", -    "tags": [ -      "search", -      "find", -      "magnifier", -      "magnifying glass" -    ], -    "version": "1.0", -    "unicode": "eb1c" -  }, +    "tags": ["search", "find", "magnifier", "magnifying glass"], +    "version": "1.0" +  },     "section": {      "category": "Design", -    "tags": [ -      "section", -      "html", -      "element", -      "layout", -      "divide", -      "position", -      "website" -    ], -    "version": "1.39", -    "unicode": "eed5" -  }, +    "tags": ["section", "html", "element", "layout", "divide", "position", "website"], +    "version": "1.39" +  },     "seeding": {      "category": "Nature", -    "tags": [ -      "seeding", -      "nature", -      "greenery", -      "grow", -      "soil", -      "harvest", -      "plant", -      "flower", -      "tree", -      "leaf" -    ], -    "version": "1.29", -    "unicode": "ed51" -  }, +    "tags": ["seeding", "nature", "greenery", "grow", "soil", "harvest", "plant", "flower", "tree", "leaf"], +    "version": "1.29" +  },     "select": {      "category": "", -    "tags": [ -      "select", -      "input" -    ], -    "version": "1.16", -    "unicode": "ec9e" -  }, +    "tags": ["select", "input"], +    "version": "1.16" +  },     "selector": {      "category": "", -    "tags": [ -      "selector", -      "arrows" -    ], -    "version": "1.0", -    "unicode": "eb1d" -  }, +    "tags": ["selector", "arrows"], +    "version": "1.0" +  },     "send": {      "category": "Communication", -    "tags": [ -      "send", -      "message", -      "mail", -      "email", -      "gmail", -      "paper", -      "airplane", -      "aeroplane" -    ], -    "version": "1.0", -    "unicode": "eb1e" -  }, +    "tags": ["send", "message", "mail", "email", "gmail", "paper", "airplane", "aeroplane"], +    "version": "1.0" +  },     "separator-horizontal": {      "category": "Text", -    "tags": [ -      "separator", -      "horizontal", -      "divider", -      "space", -      "separate", -      "set apart", -      "flat-lying" -    ], -    "version": "1.13", -    "unicode": "ec79" -  }, +    "tags": ["separator", "horizontal", "divider", "space", "separate", "set apart", "flat-lying"], +    "version": "1.13" +  },     "separator-vertical": {      "category": "Text", -    "tags": [ -      "separator", -      "vertical", -      "divider", -      "space", -      "separate", -      "set apart", -      "upright" -    ], -    "version": "1.13", -    "unicode": "ec7a" -  }, +    "tags": ["separator", "vertical", "divider", "space", "separate", "set apart", "upright"], +    "version": "1.13" +  },     "separator": {      "category": "Text", -    "tags": [ -      "separator", -      "divider", -      "space", -      "separate", -      "set apart" -    ], -    "version": "1.6", -    "unicode": "ebda" -  }, +    "tags": ["separator", "divider", "space", "separate", "set apart"], +    "version": "1.6" +  },     "server": {      "category": "Devices", -    "tags": [ -      "server", -      "storage", -      "hosting", -      "www" -    ], -    "version": "1.0", -    "unicode": "eb1f" -  }, +    "tags": ["server", "storage", "hosting", "www"], +    "version": "1.0" +  },     "servicemark": {      "category": "Symbols", -    "tags": [ -      "servicemark", -      "trademark", -      "sign", -      "symbol", -      "registration" -    ], -    "version": "1.8", -    "unicode": "ec09" -  }, +    "tags": ["servicemark", "trademark", "sign", "symbol", "registration"], +    "version": "1.8" +  },     "settings-automation": {      "category": "System", -    "tags": [ -      "settings", -      "automation", -      "system", -      "technology", -      "automate", -      "configure", -      "device", -      "program" -    ], -    "version": "1.39", -    "unicode": "eed6" -  }, +    "tags": ["settings", "automation", "system", "technology", "automate", "configure", "device", "program"], +    "version": "1.39" +  },     "settings": {      "category": "System", -    "tags": [ -      "settings", -      "cog", -      "edit", -      "gear", -      "preferences", -      "tools" -    ], -    "version": "1.0", -    "unicode": "eb20" -  }, +    "tags": ["settings", "cog", "edit", "gear", "preferences", "tools"], +    "version": "1.0" +  },     "shadow-off": {      "category": "Photography", -    "tags": [ -      "shadow", -      "off", -      "dark", -      "sun", -      "area", -      "light", -      "css", -      "effect", -      "clear" -    ], -    "version": "1.39", -    "unicode": "eed7" -  }, +    "tags": ["shadow", "off", "dark", "sun", "area", "light", "css", "effect", "clear"], +    "version": "1.39" +  },     "shadow": {      "category": "Photography", -    "tags": [ -      "shadow", -      "dark", -      "sun", -      "area", -      "covered", -      "dim", -      "light", -      "css", -      "effect" -    ], -    "version": "1.39", -    "unicode": "eed8" -  }, +    "tags": ["shadow", "dark", "sun", "area", "covered", "dim", "light", "css", "effect"], +    "version": "1.39" +  },     "shape-2": {      "category": "Design", -    "tags": [ -      "shape", -      "2", -      "draw", -      "square", -      "form", -      "create", -      "outline" -    ], -    "version": "1.39", -    "unicode": "eed9" -  }, +    "tags": ["shape", "2", "draw", "square", "form", "create", "outline"], +    "version": "1.39" +  },     "shape-3": {      "category": "Design", -    "tags": [ -      "shape", -      "3", -      "draw", -      "square", -      "form", -      "create", -      "outline" -    ], -    "version": "1.39", -    "unicode": "eeda" -  }, +    "tags": ["shape", "3", "draw", "square", "form", "create", "outline"], +    "version": "1.39" +  },     "shape": {      "category": "Design", -    "tags": [ -      "shape", -      "draw", -      "square", -      "form", -      "create", -      "outline" -    ], -    "version": "1.3", -    "unicode": "eb9c" -  }, +    "tags": ["shape", "draw", "square", "form", "create", "outline"], +    "version": "1.3" +  },     "share": {      "category": "", -    "tags": [ -      "share", -      "network", -      "link", -      "connection" -    ], -    "version": "1.0", -    "unicode": "eb21" -  }, +    "tags": ["share", "network", "link", "connection"], +    "version": "1.0" +  },     "shield-check": {      "category": "System", -    "tags": [ -      "shield", -      "check", -      "safety", -      "protect", -      "protection", -      "yes", -      "add" -    ], -    "version": "1.0", -    "unicode": "eb22" -  }, +    "tags": ["shield", "check", "safety", "protect", "protection", "yes", "add"], +    "version": "1.0" +  },     "shield-lock": {      "category": "System", -    "tags": [ -      "shield", -      "lock", -      "secure", -      "security", -      "closed", -      "key", -      "safety" -    ], -    "version": "1.3", -    "unicode": "ed58" -  }, +    "tags": ["shield", "lock", "secure", "security", "closed", "key", "safety"], +    "version": "1.30" +  },     "shield-off": {      "category": "System", -    "tags": [ -      "shield", -      "off", -      "unprotected", -      "protection", -      "cancel", -      "false" -    ], -    "version": "1.22", -    "unicode": "ecf8" -  }, +    "tags": ["shield", "off", "unprotected", "protection", "cancel", "false"], +    "version": "1.22" +  },     "shield-x": {      "category": "System", -    "tags": [ -      "shield", -      "x", -      "unprotected", -      "protection", -      "cancel", -      "no" -    ], -    "version": "1.0", -    "unicode": "eb23" -  }, +    "tags": ["shield", "x", "unprotected", "protection", "cancel", "no"], +    "version": "1.0" +  },     "shield": {      "category": "System", -    "tags": [ -      "shield", -      "safety", -      "protect", -      "protection" -    ], -    "version": "1.0", -    "unicode": "eb24" -  }, +    "tags": ["shield", "safety", "protect", "protection"], +    "version": "1.0" +  },     "ship": {      "category": "Vehicles", -    "tags": [ -      "ship", -      "sail", -      "sail across", -      "ocean", -      "river", -      "lake", -      "sea", -      "sailor", -      "journey", -      "transit", -      "manufactures", -      "containers" -    ], -    "version": "1.14", -    "unicode": "ec84" -  }, +    "tags": ["ship", "sail", "sail across", "ocean", "river", "lake", "sea", "sailor", "journey", "transit", "manufactures", "containers"], +    "version": "1.14" +  },     "shirt": {      "category": "", -    "tags": [ -      "shirt", -      "gear", -      "outfit", -      "mocker" -    ], -    "version": "1.8", -    "unicode": "ec0a" -  }, +    "tags": ["shirt", "gear", "outfit", "mocker"], +    "version": "1.8" +  },     "shopping-cart-discount": {      "category": "E-commerce", -    "tags": [ -      "shopping", -      "cart", -      "discount", -      "shop", -      "store", -      "buy", -      "purchase", -      "product", -      "bag", -      "trolley", -      "supermarket", -      "grocery" -    ], -    "version": "1.39", -    "unicode": "eedb" -  }, +    "tags": ["shopping", "cart", "discount", "shop", "store", "buy", "purchase", "product", "bag", "trolley", "supermarket", "grocery"], +    "version": "1.39" +  },     "shopping-cart-off": {      "category": "E-commerce", -    "tags": [ -      "shopping", -      "cart", -      "off", -      "shop", -      "store", -      "buy", -      "purchase", -      "product", -      "bag", -      "trolley", -      "supermarket", -      "grocery" -    ], -    "version": "1.39", -    "unicode": "eedc" -  }, +    "tags": ["shopping", "cart", "off", "shop", "store", "buy", "purchase", "product", "bag", "trolley", "supermarket", "grocery"], +    "version": "1.39" +  },     "shopping-cart-plus": {      "category": "E-commerce", -    "tags": [ -      "shopping", -      "cart", -      "plus", -      "shop", -      "store", -      "buy", -      "purchase", -      "product", -      "bag", -      "trolley", -      "supermarket", -      "grocery" -    ], -    "version": "1.39", -    "unicode": "eedd" -  }, +    "tags": ["shopping", "cart", "plus", "shop", "store", "buy", "purchase", "product", "bag", "trolley", "supermarket", "grocery"], +    "version": "1.39" +  },     "shopping-cart-x": {      "category": "E-commerce", -    "tags": [ -      "shopping", -      "cart", -      "x", -      "shop", -      "store", -      "buy", -      "purchase", -      "product", -      "bag", -      "trolley", -      "supermarket", -      "grocery" -    ], -    "version": "1.39", -    "unicode": "eede" -  }, +    "tags": ["shopping", "cart", "x", "shop", "store", "buy", "purchase", "product", "bag", "trolley", "supermarket", "grocery"], +    "version": "1.39" +  },     "shopping-cart": {      "category": "E-commerce", -    "tags": [ -      "shopping", -      "cart", -      "shop", -      "store", -      "buy", -      "purchase", -      "product", -      "bag", -      "trolley", -      "supermarket", -      "grocery" -    ], -    "version": "1.1", -    "unicode": "eb25" -  }, +    "tags": ["shopping", "cart", "shop", "store", "buy", "purchase", "product", "bag", "trolley", "supermarket", "grocery"], +    "version": "1.1" +  },     "shredder": {      "category": "Devices", -    "tags": [ -      "shredder", -      "paper", -      "document", -      "destroy", -      "device", -      "office", -      "confidential" -    ], -    "version": "1.39", -    "unicode": "eedf" -  }, +    "tags": ["shredder", "paper", "document", "destroy", "device", "office", "confidential"], +    "version": "1.39" +  },     "signature": {      "category": "Text", -    "tags": [ -      "signature", -      "name", -      "certficate", -      "sign", -      "edit", -      "write", -      "document", -      "writing" -    ], -    "version": "1.39", -    "unicode": "eee0" -  }, +    "tags": ["signature", "name", "certficate", "sign", "edit", "write", "document", "writing"], +    "version": "1.39" +  },     "sitemap": {      "category": "", -    "tags": [ -      "sitemap", -      "page", -      "webpage", -      "website", -      "list", -      "roadmap", -      "index" -    ], -    "version": "1.3", -    "unicode": "eb9d" -  }, +    "tags": ["sitemap", "page", "webpage", "website", "list", "roadmap", "index"], +    "version": "1.3" +  },     "skateboard": {      "category": "Vehicles", -    "tags": [ -      "skateboard", -      "toy", -      "vehicle", -      "electrical" -    ], -    "version": "1.18", -    "unicode": "ecc2" -  }, +    "tags": ["skateboard", "toy", "vehicle", "electrical"], +    "version": "1.18" +  },     "slice": {      "category": "Design", -    "tags": [ -      "slice", -      "knife", -      "cut", -      "chop", -      "portion", -      "kitchen", -      "tool" -    ], -    "version": "1.6", -    "unicode": "ebdb" -  }, +    "tags": ["slice", "knife", "cut", "chop", "portion", "kitchen", "tool"], +    "version": "1.6" +  },     "slideshow": {      "category": "Text", -    "tags": [ -      "slideshow", -      "photo", -      "picture", -      "video", -      "presentation", -      "camera", -      "display", -      "ad" -    ], -    "version": "1.5", -    "unicode": "ebc9" -  }, +    "tags": ["slideshow", "photo", "picture", "video", "presentation", "camera", "display", "ad"], +    "version": "1.5" +  },     "smart-home": {      "category": "Buildings", -    "tags": [ -      "smart", -      "home", -      "apple", -      "devices", -      "connection", -      "link", -      "WiFi", -      "bluetooth" -    ], -    "version": "1.2", -    "unicode": "ecde" -  }, +    "tags": ["smart", "home", "apple", "devices", "connection", "link", "WiFi", "bluetooth"], +    "version": "1.20" +  },     "smoking-no": {      "category": "", -    "tags": [ -      "smoking", -      "no", -      "ban", -      "prohibition", -      "cigarette", -      "public place" -    ], -    "version": "1.18", -    "unicode": "ecc3" -  }, +    "tags": ["smoking", "no", "ban", "prohibition", "cigarette", "public place"], +    "version": "1.18" +  },     "smoking": {      "category": "", -    "tags": [ -      "smoking", -      "cigarette", -      "public place" -    ], -    "version": "1.18", -    "unicode": "ecc4" -  }, +    "tags": ["smoking", "cigarette", "public place"], +    "version": "1.18" +  },     "snowflake": {      "category": "Weather", -    "tags": [ -      "snowflake", -      "winter", -      "weather", -      "cold", -      "frost" -    ], -    "version": "1.8", -    "unicode": "ec0b" -  }, +    "tags": ["snowflake", "winter", "weather", "cold", "frost"], +    "version": "1.8" +  },     "soccer-field": {      "category": "Sport", -    "tags": [ -      "soccer", -      "field", -      "football", -      "pitch", -      "player", -      "vall", -      "goal", -      "goalkeeper", -      "kick", -      "ball", -      "score", -      "sport", -      "sportsman" -    ], -    "version": "1.34", -    "unicode": "ed92" -  }, +    "tags": ["soccer", "field", "football", "pitch", "player", "vall", "goal", "goalkeeper", "kick", "ball", "score", "sport", "sportsman"], +    "version": "1.34" +  },     "social": {      "category": "", -    "tags": [ -      "social", -      "society", -      "community", -      "collectivity" -    ], -    "version": "1.7", -    "unicode": "ebec" -  }, +    "tags": ["social", "society", "community", "collectivity"], +    "version": "1.7" +  },     "sock": {      "category": "", -    "tags": [ -      "sock", -      "clothing", -      "clothes", -      "foot", -      "feet", -      "leg", -      "knit", -      "wool", -      "cotton", -      "ankle" -    ], -    "version": "1.39", -    "unicode": "eee1" -  }, +    "tags": ["sock", "clothing", "clothes", "foot", "feet", "leg", "knit", "wool", "cotton", "ankle"], +    "version": "1.39" +  },     "sort-ascending-2": {      "category": "Text", -    "tags": [ -      "sort", -      "ascending", -      "2", -      "filter", -      "classify", -      "arrange", -      "order" -    ], -    "version": "1.39", -    "unicode": "eee2" -  }, +    "tags": ["sort", "ascending", "2", "filter", "classify", "arrange", "order"], +    "version": "1.39" +  },     "sort-ascending-letters": {      "category": "Text", -    "tags": [ -      "sort", -      "ascending", -      "letters", -      "filter", -      "classify", -      "arrange", -      "order" -    ], -    "version": "1.4" -  }, +    "tags": ["sort", "ascending", "letters", "filter", "classify", "arrange", "order"], +    "version": "1.40" +  },     "sort-ascending-numbers": {      "category": "Text", -    "tags": [ -      "sort", -      "ascending", -      "numbers", -      "filter", -      "classify", -      "arrange", -      "order" -    ], -    "version": "1.4" -  }, +    "tags": ["sort", "ascending", "numbers", "filter", "classify", "arrange", "order"], +    "version": "1.40" +  },     "sort-ascending": {      "category": "Text", -    "tags": [ -      "sort", -      "ascending", -      "filter", -      "classify", -      "arrange", -      "order" -    ], -    "version": "1.0", -    "unicode": "eb26" -  }, +    "tags": ["sort", "ascending", "filter", "classify", "arrange", "order"], +    "version": "1.0" +  },     "sort-descending-2": {      "category": "Text", -    "tags": [ -      "sort", -      "descending", -      "2", -      "filter", -      "classify", -      "arrange", -      "order" -    ], -    "version": "1.39", -    "unicode": "eee3" -  }, +    "tags": ["sort", "descending", "2", "filter", "classify", "arrange", "order"], +    "version": "1.39" +  },     "sort-descending-letters": {      "category": "Text", -    "tags": [ -      "sort", -      "descending", -      "letters", -      "filter", -      "classify", -      "arrange", -      "order" -    ], -    "version": "1.4" -  }, +    "tags": ["sort", "descending", "letters", "filter", "classify", "arrange", "order"], +    "version": "1.40" +  },     "sort-descending-numbers": {      "category": "Text", -    "tags": [ -      "sort", -      "descending", -      "numbers", -      "filter", -      "classify", -      "arrange", -      "order" -    ], -    "version": "1.4" -  }, +    "tags": ["sort", "descending", "numbers", "filter", "classify", "arrange", "order"], +    "version": "1.40" +  },     "sort-descending": {      "category": "Text", -    "tags": [ -      "sort", -      "descending", -      "filter", -      "classify", -      "arrange", -      "order" -    ], -    "version": "1.0", -    "unicode": "eb27" -  }, +    "tags": ["sort", "descending", "filter", "classify", "arrange", "order"], +    "version": "1.0" +  },     "space": {      "category": "Text", -    "tags": [ -      "space", -      "keyboard", -      "type", -      "gap" -    ], -    "version": "1.8", -    "unicode": "ec0c" -  }, +    "tags": ["space", "keyboard", "type", "gap"], +    "version": "1.8" +  },     "speakerphone": {      "category": "Media", -    "tags": [ -      "speakerphone", -      "voice", -      "loud", -      "microphone", -      "loudspeaker", -      "event", -      "protest", -      "speaker", -      "shout", -      "listen" -    ], -    "version": "1.31", -    "unicode": "ed61" -  }, +    "tags": ["speakerphone", "voice", "loud", "microphone", "loudspeaker", "event", "protest", "speaker", "shout", "listen"], +    "version": "1.31" +  },     "speedboat": {      "category": "Vehicles", -    "tags": [ -      "speedboat", -      "motorboat", -      "holiday", -      "sea", -      "ocean", -      "engine", -      "travel", -      "lake", -      "summer" -    ], -    "version": "1.34", -    "unicode": "ed93" -  }, +    "tags": ["speedboat", "motorboat", "holiday", "sea", "ocean", "engine", "travel", "lake", "summer"], +    "version": "1.34" +  },     "sport-billard": {      "category": "", -    "tags": [ -      "sport", -      "billard", -      "pool", -      "game", -      "ball", -      "pub", -      "entertainment" -    ], -    "version": "1.39", -    "unicode": "eee4" -  }, +    "tags": ["sport", "billard", "pool", "game", "ball", "pub", "entertainment"], +    "version": "1.39" +  },     "square-0": {      "category": "Numbers", -    "tags": [ -      "square", -      "0", -      "zero", -      "number", -      "digit", -      "quantity", -      "amount", -      "order", -      "maths", -      "sum", -      "total" -    ], -    "version": "1.39", -    "unicode": "eee5" -  }, +    "tags": ["square", "0", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total"], +    "version": "1.39" +  },     "square-1": {      "category": "Numbers", -    "tags": [ -      "square", -      "1", -      "one", -      "zero", -      "number", -      "digit", -      "quantity", -      "amount", -      "order", -      "maths", -      "sum", -      "total" -    ], -    "version": "1.39", -    "unicode": "eee6" -  }, +    "tags": ["square", "1", "one", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total"], +    "version": "1.39" +  },     "square-2": {      "category": "Numbers", -    "tags": [ -      "square", -      "2", -      "two", -      "zero", -      "number", -      "digit", -      "quantity", -      "amount", -      "order", -      "maths", -      "sum", -      "total" -    ], -    "version": "1.39", -    "unicode": "eee7" -  }, +    "tags": ["square", "2", "two", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total"], +    "version": "1.39" +  },     "square-3": {      "category": "Numbers", -    "tags": [ -      "square", -      "3", -      "three", -      "zero", -      "number", -      "digit", -      "quantity", -      "amount", -      "order", -      "maths", -      "sum", -      "total" -    ], -    "version": "1.39", -    "unicode": "eee8" -  }, +    "tags": ["square", "3", "three", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total"], +    "version": "1.39" +  },     "square-4": {      "category": "Numbers", -    "tags": [ -      "square", -      "4", -      "four", -      "zero", -      "number", -      "digit", -      "quantity", -      "amount", -      "order", -      "maths", -      "sum", -      "total" -    ], -    "version": "1.39", -    "unicode": "eee9" -  }, +    "tags": ["square", "4", "four", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total"], +    "version": "1.39" +  },     "square-5": {      "category": "Numbers", -    "tags": [ -      "square", -      "5", -      "five", -      "zero", -      "number", -      "digit", -      "quantity", -      "amount", -      "order", -      "maths", -      "sum", -      "total" -    ], -    "version": "1.39", -    "unicode": "eeea" -  }, +    "tags": ["square", "5", "five", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total"], +    "version": "1.39" +  },     "square-6": {      "category": "Numbers", -    "tags": [ -      "square", -      "6", -      "six", -      "zero", -      "number", -      "digit", -      "quantity", -      "amount", -      "order", -      "maths", -      "sum", -      "total" -    ], -    "version": "1.39", -    "unicode": "eeeb" -  }, +    "tags": ["square", "6", "six", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total"], +    "version": "1.39" +  },     "square-7": {      "category": "Numbers", -    "tags": [ -      "square", -      "7", -      "seven", -      "zero", -      "number", -      "digit", -      "quantity", -      "amount", -      "order", -      "maths", -      "sum", -      "total" -    ], -    "version": "1.39", -    "unicode": "eeec" -  }, +    "tags": ["square", "7", "seven", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total"], +    "version": "1.39" +  },     "square-8": {      "category": "Numbers", -    "tags": [ -      "square", -      "8", -      "eight", -      "zero", -      "number", -      "digit", -      "quantity", -      "amount", -      "order", -      "maths", -      "sum", -      "total" -    ], -    "version": "1.39", -    "unicode": "eeed" -  }, +    "tags": ["square", "8", "eight", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total"], +    "version": "1.39" +  },     "square-9": {      "category": "Numbers", -    "tags": [ -      "square", -      "9", -      "nine", -      "zero", -      "number", -      "digit", -      "quantity", -      "amount", -      "order", -      "maths", -      "sum", -      "total" -    ], -    "version": "1.39", -    "unicode": "eeee" -  }, +    "tags": ["square", "9", "nine", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total"], +    "version": "1.39" +  },     "square-check": {      "category": "", -    "tags": [ -      "square", -      "check", -      "checkbox", -      "yes" -    ], -    "version": "1.0", -    "unicode": "eb28" -  }, +    "tags": ["square", "check", "checkbox", "yes"], +    "version": "1.0" +  },     "square-dot": {      "category": "", -    "tags": [ -      "square", -      "dot", -      "corner", -      "shape", -      "element", -      "point" -    ], -    "version": "1.3", -    "unicode": "ed59" -  }, +    "tags": ["square", "dot", "corner", "shape", "element", "point"], +    "version": "1.30" +  },     "square-forbid-2": {      "category": "", -    "tags": [ -      "square", -      "forbid", -      "2", -      "box", -      "disabled", -      "false", -      "block" -    ], -    "version": "1.3", -    "unicode": "ed5a" -  }, +    "tags": ["square", "forbid", "2", "box", "disabled", "false", "block"], +    "version": "1.30" +  },     "square-forbid": {      "category": "", -    "tags": [ -      "square", -      "forbid", -      "box", -      "disabled", -      "false", -      "block" -    ], -    "version": "1.3", -    "unicode": "ed5b" -  }, +    "tags": ["square", "forbid", "box", "disabled", "false", "block"], +    "version": "1.30" +  },     "square-minus": {      "category": "", -    "tags": [ -      "square", -      "minus", -      "remove", -      "indeterminate" -    ], -    "version": "1.0", -    "unicode": "eb29" -  }, +    "tags": ["square", "minus", "remove", "indeterminate"], +    "version": "1.0" +  },     "square-off": {      "category": "Shapes", -    "tags": [ -      "square", -      "off", -      "box", -      "disabled", -      "block" -    ], -    "version": "1.39", -    "unicode": "eeef" -  }, +    "tags": ["square", "off", "box", "disabled", "block"], +    "version": "1.39" +  },     "square-plus": {      "category": "", -    "tags": [ -      "square", -      "plus", -      "add", -      "create", -      "new" -    ], -    "version": "1.0", -    "unicode": "eb2a" -  }, +    "tags": ["square", "plus", "add", "create", "new"], +    "version": "1.0" +  },     "square-root-2": {      "category": "Math", -    "tags": [ -      "square", -      "root", -      "2", -      "mathematics", -      "maths", -      "science", -      "calculate", -      "calculator", -      "algebra" -    ], -    "version": "1.39", -    "unicode": "eef0" -  }, +    "tags": ["square", "root", "2", "mathematics", "maths", "science", "calculate", "calculator", "algebra"], +    "version": "1.39" +  },     "square-root": {      "category": "Math", -    "tags": [ -      "square", -      "root", -      "mathematics", -      "maths", -      "science", -      "calculate", -      "calculator", -      "algebra" -    ], -    "version": "1.39", -    "unicode": "eef1" -  }, +    "tags": ["square", "root", "mathematics", "maths", "science", "calculate", "calculator", "algebra"], +    "version": "1.39" +  },     "square-rotated-off": {      "category": "Shapes", -    "tags": [ -      "square", -      "rotated", -      "off", -      "box", -      "disabled", -      "block" -    ], -    "version": "1.39", -    "unicode": "eef2" -  }, +    "tags": ["square", "rotated", "off", "box", "disabled", "block"], +    "version": "1.39" +  },     "square-rotated": {      "category": "Shapes", -    "tags": [ -      "square", -      "rotated" -    ], -    "version": "1.2", -    "unicode": "ecdf" -  }, +    "tags": ["square", "rotated"], +    "version": "1.20" +  },     "square-toggle-horizontal": {      "category": "Design", -    "tags": [ -      "square", -      "toggle", -      "horizontal", -      "box", -      "clone", -      "move" -    ], -    "version": "1.39", -    "unicode": "eef3" -  }, +    "tags": ["square", "toggle", "horizontal", "box", "clone", "move"], +    "version": "1.39" +  },     "square-toggle": {      "category": "Design", -    "tags": [ -      "square", -      "toggle", -      "box", -      "clone", -      "move" -    ], -    "version": "1.39", -    "unicode": "eef4" -  }, +    "tags": ["square", "toggle", "box", "clone", "move"], +    "version": "1.39" +  },     "square-x": {      "category": "", -    "tags": [ -      "square", -      "x", -      "cancel", -      "close", -      "delete", -      "remove", -      "times", -      "clear", -      "no" -    ], -    "version": "1.0", -    "unicode": "eb2b" -  }, +    "tags": ["square", "x", "cancel", "close", "delete", "remove", "times", "clear", "no"], +    "version": "1.0" +  },     "square": {      "category": "Shapes", -    "tags": [ -      "square", -      "checkbox" -    ], -    "version": "1.0", -    "unicode": "eb2c" -  }, +    "tags": ["square", "checkbox"], +    "version": "1.0" +  },     "squares-diagonal": {      "category": "Design", -    "tags": [ -      "squares", -      "diagonal", -      "boxes", -      "layers" -    ], -    "version": "1.39", -    "unicode": "eef5" -  }, +    "tags": ["squares", "diagonal", "boxes", "layers"], +    "version": "1.39" +  },     "squares-filled": {      "category": "Design", -    "tags": [ -      "squares", -      "filled", -      "boxes", -      "layers" -    ], -    "version": "1.39", -    "unicode": "eef6" -  }, +    "tags": ["squares", "filled", "boxes", "layers"], +    "version": "1.39" +  },     "stack-2": {      "category": "Design", -    "tags": [ -      "stack", -      "2", -      "pile", -      "elements", -      "layout", -      "wrap" -    ], -    "version": "1.39", -    "unicode": "eef7" -  }, +    "tags": ["stack", "2", "pile", "elements", "layout", "wrap"], +    "version": "1.39" +  },     "stack": {      "category": "Design", -    "tags": [ -      "stack", -      "pile", -      "elements", -      "layout", -      "wrap" -    ], -    "version": "1.1", -    "unicode": "eb2d" -  }, +    "tags": ["stack", "pile", "elements", "layout", "wrap"], +    "version": "1.1" +  },     "stairs-down": {      "category": "Map", -    "tags": [ -      "stairs", -      "down", -      "building", -      "step", -      "floor", -      "staircase", -      "clamber" -    ], -    "version": "1.17", -    "unicode": "eca4" -  }, +    "tags": ["stairs", "down", "building", "step", "floor", "staircase", "clamber"], +    "version": "1.17" +  },     "stairs-up": {      "category": "Map", -    "tags": [ -      "stairs", -      "up", -      "building", -      "step", -      "floor", -      "staircase", -      "entryway" -    ], -    "version": "1.17", -    "unicode": "eca5" -  }, +    "tags": ["stairs", "up", "building", "step", "floor", "staircase", "entryway"], +    "version": "1.17" +  },     "stairs": {      "category": "Map", -    "tags": [ -      "stairs", -      "building", -      "step", -      "floor", -      "staircase" -    ], -    "version": "1.17", -    "unicode": "eca6" -  }, +    "tags": ["stairs", "building", "step", "floor", "staircase"], +    "version": "1.17" +  },     "star-half": {      "category": "System", -    "tags": [ -      "star", -      "half", -      "favorite", -      "like", -      "mark", -      "bookmark", -      "grade" -    ], -    "version": "1.24", -    "unicode": "ed19" -  }, +    "tags": ["star", "half", "favorite", "like", "mark", "bookmark", "grade"], +    "version": "1.24" +  },     "star-off": {      "category": "System", -    "tags": [ -      "star", -      "off", -      "favorite", -      "like", -      "mark", -      "bookmark", -      "grade" -    ], -    "version": "1.31", -    "unicode": "ed62" -  }, +    "tags": ["star", "off", "favorite", "like", "mark", "bookmark", "grade"], +    "version": "1.31" +  },     "star": {      "category": "System", -    "tags": [ -      "star", -      "favorite", -      "like", -      "mark", -      "bookmark", -      "grade" -    ], -    "version": "1.0", -    "unicode": "eb2e" -  }, +    "tags": ["star", "favorite", "like", "mark", "bookmark", "grade"], +    "version": "1.0" +  },     "stars": {      "category": "System", -    "tags": [ -      "stars", -      "favorite", -      "like", -      "mark", -      "grade", -      "bookmark", -      "grade", -      "space", -      "universe", -      "extraterrestrial", -      "galaxy" -    ], -    "version": "1.27", -    "unicode": "ed38" -  }, +    "tags": ["stars", "favorite", "like", "mark", "grade", "bookmark", "grade", "space", "universe", "extraterrestrial", "galaxy"], +    "version": "1.27" +  },     "steering-wheel": {      "category": "Vehicles", -    "tags": [ -      "steering", -      "wheel", -      "drive", -      "vehicle", -      "direction", -      "turn", -      "holding", -      "racing" -    ], -    "version": "1.13", -    "unicode": "ec7b" -  }, +    "tags": ["steering", "wheel", "drive", "vehicle", "direction", "turn", "holding", "racing"], +    "version": "1.13" +  },     "step-into": {      "category": "Arrows", -    "tags": [ -      "step", -      "into", -      "vector", -      "placement", -      "among", -      "within" -    ], -    "version": "1.2", -    "unicode": "ece0" -  }, +    "tags": ["step", "into", "vector", "placement", "among", "within"], +    "version": "1.20" +  },     "step-out": {      "category": "Arrows", -    "tags": [ -      "step", -      "out", -      "vector", -      "placement", -      "outside", -      "except" -    ], -    "version": "1.2", -    "unicode": "ece1" -  }, +    "tags": ["step", "out", "vector", "placement", "outside", "except"], +    "version": "1.20" +  },     "stethoscope": {      "category": "", -    "tags": [ -      "stethoscope", -      "doctor", -      "medical", -      "physician", -      "test", -      "examination", -      "health", -      "illness", -      "sickness", -      "scrutiny", -      "test", -      "hospital" -    ], -    "version": "1.33", -    "unicode": "edbe" -  }, +    "tags": ["stethoscope", "doctor", "medical", "physician", "test", "examination", "health", "illness", "sickness", "scrutiny", "test", "hospital"], +    "version": "1.33" +  },     "sticker": {      "category": "", -    "tags": [ -      "sticker", -      "label", -      "stamp", -      "adhesive" -    ], -    "version": "1.0", -    "unicode": "eb2f" -  }, +    "tags": ["sticker", "label", "stamp", "adhesive"], +    "version": "1.0" +  },     "strikethrough": {      "category": "Text", -    "tags": [ -      "strikethrough", -      "typography", -      "horizontal", -      "deleted", -      "removed", -      "unimportant" -    ], -    "version": "1.3", -    "unicode": "eb9e" -  }, +    "tags": ["strikethrough", "typography", "horizontal", "deleted", "removed", "unimportant"], +    "version": "1.3" +  },     "submarine": {      "category": "Vehicles", -    "tags": [ -      "submarine", -      "sea", -      "ocean", -      "underwater", -      "shipwater", -      "war" -    ], -    "version": "1.34", -    "unicode": "ed94" -  }, +    "tags": ["submarine", "sea", "ocean", "underwater", "shipwater", "war"], +    "version": "1.34" +  },     "subscript": {      "category": "Text", -    "tags": [ -      "subscript", -      "typography", -      "below", -      "formula", -      "maths", -      "fraction" -    ], -    "version": "1.3", -    "unicode": "eb9f" -  }, +    "tags": ["subscript", "typography", "below", "formula", "maths", "fraction"], +    "version": "1.3" +  },     "subtask": {      "category": "", -    "tags": [ -      "subtask", -      "management", -      "break down", -      "work" -    ], -    "version": "1.16", -    "unicode": "ec9f" -  }, +    "tags": ["subtask", "management", "break down", "work"], +    "version": "1.16" +  },     "sum": {      "category": "Math", -    "tags": [ -      "sum", -      "equation", -      "add", -      "plus", -      "amount", -      "total" -    ], -    "version": "1.2", -    "unicode": "eb73" -  }, +    "tags": ["sum", "equation", "add", "plus", "amount", "total"], +    "version": "1.2" +  },     "sun-off": {      "category": "Weather", -    "tags": [ -      "sun", -      "off", -      "dark", -      "darkmode", -      "summer", -      "light", -      "brightness" -    ], -    "version": "1.31", -    "unicode": "ed63" -  }, +    "tags": ["sun", "off", "dark", "darkmode", "summer", "light", "brightness"], +    "version": "1.31" +  },     "sun": {      "category": "Weather", -    "tags": [ -      "sun", -      "weather", -      "light", -      "mode", -      "brightness" -    ], -    "version": "1.0", -    "unicode": "eb30" -  }, +    "tags": ["sun", "weather", "light", "mode", "brightness"], +    "version": "1.0" +  },     "sunrise": {      "category": "Weather", -    "tags": [ -      "sunrise", -      "west", -      "horizon", -      "landscape", -      "evening" -    ], -    "version": "1.1" -  }, +    "tags": ["sunrise", "west", "horizon", "landscape", "evening"], +    "version": "1.10" +  },     "sunset": {      "category": "Weather", -    "tags": [ -      "sunset", -      "east", -      "horizon", -      "landscape", -      "morning" -    ], -    "version": "1.1", -    "unicode": "ec31" -  }, +    "tags": ["sunset", "east", "horizon", "landscape", "morning"], +    "version": "1.10" +  },     "superscript": {      "category": "Text", -    "tags": [ -      "superscript", -      "typography", -      "above", -      "maths", -      "fraction", -      "trademark", -      "footer" -    ], -    "version": "1.3", -    "unicode": "eba0" -  }, +    "tags": ["superscript", "typography", "above", "maths", "fraction", "trademark", "footer"], +    "version": "1.3" +  },     "swimming": {      "category": "Sport", -    "tags": [ -      "swimming", -      "sport", -      "water", -      "pool", -      "style", -      "athletics", -      "competitive" -    ], -    "version": "1.14", -    "unicode": "ec92" -  }, +    "tags": ["swimming", "sport", "water", "pool", "style", "athletics", "competitive"], +    "version": "1.14" +  },     "switch-2": {      "category": "", -    "tags": [ -      "switch", -      "2" -    ], -    "version": "1.35", -    "unicode": "edbf" -  }, +    "tags": ["switch", "2"], +    "version": "1.35" +  },     "switch-3": {      "category": "", -    "tags": [ -      "switch", -      "3" -    ], -    "version": "1.35", -    "unicode": "edc0" -  }, +    "tags": ["switch", "3"], +    "version": "1.35" +  },     "switch-horizontal": {      "category": "Arrows", -    "tags": [ -      "switch", -      "horizontal", -      "toggle", -      "left", -      "right", -      "arrows" -    ], -    "version": "1.0", -    "unicode": "eb31" -  }, +    "tags": ["switch", "horizontal", "toggle", "left", "right", "arrows"], +    "version": "1.0" +  },     "switch-vertical": {      "category": "Arrows", -    "tags": [ -      "switch", -      "vertical", -      "toggle", -      "up", -      "down", -      "arrows" -    ], -    "version": "1.0", -    "unicode": "eb32" -  }, +    "tags": ["switch", "vertical", "toggle", "up", "down", "arrows"], +    "version": "1.0" +  },     "switch": {      "category": "Arrows", -    "tags": [ -      "switch", -      "toggle", -      "arrows" -    ], -    "version": "1.0", -    "unicode": "eb33" -  }, +    "tags": ["switch", "toggle", "arrows"], +    "version": "1.0" +  },     "table-export": {      "category": "Database", -    "tags": [ -      "table", -      "export", -      "spreadsheet", -      "layout", -      "grid", -      "arrange", -      "row", -      "column", -      "cells", -      "sheet", -      "arrow" -    ], -    "version": "1.39", -    "unicode": "eef8" -  }, +    "tags": ["table", "export", "spreadsheet", "layout", "grid", "arrange", "row", "column", "cells", "sheet", "arrow"], +    "version": "1.39" +  },     "table-import": {      "category": "Database", -    "tags": [ -      "table", -      "import", -      "spreadsheet", -      "layout", -      "grid", -      "arrange", -      "row", -      "column", -      "cells", -      "sheet", -      "arrow" -    ], -    "version": "1.39", -    "unicode": "eef9" -  }, +    "tags": ["table", "import", "spreadsheet", "layout", "grid", "arrange", "row", "column", "cells", "sheet", "arrow"], +    "version": "1.39" +  },     "table-off": {      "category": "Database", -    "tags": [ -      "table", -      "off", -      "spreadsheet", -      "layout", -      "grid", -      "arrange", -      "row", -      "column" -    ], -    "version": "1.39", -    "unicode": "eefa" -  }, +    "tags": ["table", "off", "spreadsheet", "layout", "grid", "arrange", "row", "column"], +    "version": "1.39" +  },     "table": {      "category": "Database", -    "tags": [ -      "table", -      "spreadsheet", -      "layout", -      "grid", -      "arrange", -      "row", -      "column" -    ], -    "version": "1.3", -    "unicode": "eba1" -  }, +    "tags": ["table", "spreadsheet", "layout", "grid", "arrange", "row", "column"], +    "version": "1.3" +  },     "tag": {      "category": "", -    "tags": [ -      "tag", -      "label", -      "price" -    ], -    "version": "1.0", -    "unicode": "eb34" -  }, +    "tags": ["tag", "label", "price"], +    "version": "1.0" +  },     "tallymark-1": {      "category": "Math", -    "tags": [ -      "tallymark", -      "1", -      "sign", -      "symbol", -      "numerical", -      "consistent", -      "system", -      "counting" -    ], -    "version": "1.11", -    "unicode": "ec46" -  }, +    "tags": ["tallymark", "1", "sign", "symbol", "numerical", "consistent", "system", "counting"], +    "version": "1.11" +  },     "tallymark-2": {      "category": "Math", -    "tags": [ -      "tallymark", -      "2", -      "sign", -      "symbol", -      "numerical", -      "consistent", -      "system", -      "counting" -    ], -    "version": "1.11", -    "unicode": "ec47" -  }, +    "tags": ["tallymark", "2", "sign", "symbol", "numerical", "consistent", "system", "counting"], +    "version": "1.11" +  },     "tallymark-3": {      "category": "Math", -    "tags": [ -      "tallymark", -      "3", -      "sign", -      "symbol", -      "numerical", -      "consistent", -      "system", -      "counting" -    ], -    "version": "1.11", -    "unicode": "ec48" -  }, +    "tags": ["tallymark", "3", "sign", "symbol", "numerical", "consistent", "system", "counting"], +    "version": "1.11" +  },     "tallymark-4": {      "category": "Math", -    "tags": [ -      "tallymark", -      "4", -      "sign", -      "symbol", -      "numerical", -      "consistent", -      "system", -      "counting" -    ], -    "version": "1.11", -    "unicode": "ec49" -  }, +    "tags": ["tallymark", "4", "sign", "symbol", "numerical", "consistent", "system", "counting"], +    "version": "1.11" +  },     "tallymarks": {      "category": "Math", -    "tags": [ -      "tallymarks", -      "sign", -      "symbol", -      "numerical", -      "consistent", -      "system", -      "counting" -    ], -    "version": "1.11", -    "unicode": "ec4a" -  }, +    "tags": ["tallymarks", "sign", "symbol", "numerical", "consistent", "system", "counting"], +    "version": "1.11" +  },     "tank": {      "category": "Vehicles", -    "tags": [ -      "tank", -      "war", -      "military", -      "armour", -      "vehicle", -      "gun", -      "attack", -      "shoot", -      "battle", -      "battlefield" -    ], -    "version": "1.34", -    "unicode": "ed95" -  }, +    "tags": ["tank", "war", "military", "armour", "vehicle", "gun", "attack", "shoot", "battle", "battlefield"], +    "version": "1.34" +  },     "target": {      "category": "Map", -    "tags": [ -      "target", -      "focus", -      "bullseye", -      "aim" -    ], -    "version": "1.0", -    "unicode": "eb35" -  }, +    "tags": ["target", "focus", "bullseye", "aim"], +    "version": "1.0" +  },     "temperature-celsius": {      "category": "Weather", -    "tags": [ -      "temperature", -      "celsius", -      "weather", -      "celcius", -      "fahrenheit", -      "cold", -      "hot" -    ], -    "version": "1.1", -    "unicode": "eb36" -  }, +    "tags": ["temperature", "celsius", "weather", "celcius", "fahrenheit", "cold", "hot"], +    "version": "1.1" +  },     "temperature-fahrenheit": {      "category": "Weather", -    "tags": [ -      "temperature", -      "fahrenheit", -      "weather", -      "celcius", -      "fahrenheit", -      "cold", -      "hot" -    ], -    "version": "1.1", -    "unicode": "eb37" -  }, +    "tags": ["temperature", "fahrenheit", "weather", "celcius", "fahrenheit", "cold", "hot"], +    "version": "1.1" +  },     "temperature-minus": {      "category": "Weather", -    "tags": [ -      "temperature", -      "minus", -      "weather", -      "celcius", -      "fahrenheit", -      "cold", -      "hot" -    ], -    "version": "1.7", -    "unicode": "ebed" -  }, +    "tags": ["temperature", "minus", "weather", "celcius", "fahrenheit", "cold", "hot"], +    "version": "1.7" +  },     "temperature-plus": {      "category": "Weather", -    "tags": [ -      "temperature", -      "plus", -      "weather", -      "celcius", -      "fahrenheit", -      "cold", -      "hot" -    ], -    "version": "1.7", -    "unicode": "ebee" -  }, +    "tags": ["temperature", "plus", "weather", "celcius", "fahrenheit", "cold", "hot"], +    "version": "1.7" +  },     "temperature": {      "category": "Weather", -    "tags": [ -      "temperature", -      "weather", -      "celcius", -      "fahrenheit", -      "cold", -      "hot" -    ], -    "version": "1.1", -    "unicode": "eb38" -  }, +    "tags": ["temperature", "weather", "celcius", "fahrenheit", "cold", "hot"], +    "version": "1.1" +  },     "template": {      "category": "Design", -    "tags": [ -      "template", -      "grid", -      "columns", -      "masonry", -      "collage" -    ], -    "version": "1.1", -    "unicode": "eb39" -  }, +    "tags": ["template", "grid", "columns", "masonry", "collage"], +    "version": "1.1" +  },     "tent": {      "category": "", -    "tags": [ -      "tent", -      "camping", -      "holiday", -      "vacation", -      "outdoor", -      "survival", -      "travel", -      "adventure" -    ], -    "version": "1.39", -    "unicode": "eefb" -  }, +    "tags": ["tent", "camping", "holiday", "vacation", "outdoor", "survival", "travel", "adventure"], +    "version": "1.39" +  },     "terminal-2": {      "category": "", -    "tags": [ -      "terminal", -      "2", -      "console", -      "command", -      "git", -      "command line", -      "command prompt" -    ], -    "version": "1.7", -    "unicode": "ebef" -  }, +    "tags": ["terminal", "2", "console", "command", "git", "command line", "command prompt"], +    "version": "1.7" +  },     "terminal": {      "category": "", -    "tags": [ -      "terminal", -      "console", -      "command", -      "git", -      "command line", -      "command prompt" -    ], -    "version": "1.6", -    "unicode": "ebdc" -  }, +    "tags": ["terminal", "console", "command", "git", "command line", "command prompt"], +    "version": "1.6" +  },     "test-pipe": {      "category": "", -    "tags": [ -      "test", -      "pipe", -      "sample", -      "color" -    ], -    "version": "1.0", -    "unicode": "eb3a" -  }, +    "tags": ["test", "pipe", "sample", "color"], +    "version": "1.0" +  },     "text-direction-ltr": {      "category": "Text", -    "tags": [ -      "text", -      "direction", -      "ltr", -      "left", -      "right", -      "bidi" -    ], -    "version": "1.39", -    "unicode": "eefc" -  }, +    "tags": ["text", "direction", "ltr", "left", "right", "bidi"], +    "version": "1.39" +  },     "text-direction-rtl": {      "category": "Text", -    "tags": [ -      "text", -      "direction", -      "rtl", -      "left", -      "right", -      "bidi" -    ], -    "version": "1.39", -    "unicode": "eefd" -  }, +    "tags": ["text", "direction", "rtl", "left", "right", "bidi"], +    "version": "1.39" +  },     "text-wrap-disabled": {      "category": "Text", -    "tags": [ -      "text", -      "wrap", -      "disabled", -      "text", -      "alignment", -      "position" -    ], -    "version": "1.17", -    "unicode": "eca7" -  }, +    "tags": ["text", "wrap", "disabled", "text", "alignment", "position"], +    "version": "1.17" +  },     "text-wrap": {      "category": "Text", -    "tags": [ -      "text", -      "wrap", -      "text", -      "alignment", -      "position" -    ], -    "version": "1.6", -    "unicode": "ebdd" -  }, +    "tags": ["text", "wrap", "text", "alignment", "position"], +    "version": "1.6" +  },     "thumb-down": {      "category": "System", -    "tags": [ -      "thumb", -      "down", -      "dislike", -      "bad", -      "emotion" -    ], -    "version": "1.0", -    "unicode": "eb3b" -  }, +    "tags": ["thumb", "down", "dislike", "bad", "emotion"], +    "version": "1.0" +  },     "thumb-up": {      "category": "System", -    "tags": [ -      "thumb", -      "up", -      "like", -      "emotion", -      "good", -      "love" -    ], -    "version": "1.0", -    "unicode": "eb3c" -  }, +    "tags": ["thumb", "up", "like", "emotion", "good", "love"], +    "version": "1.0" +  },     "ticket": {      "category": "", -    "tags": [ -      "ticket", -      "cinema", -      "event", -      "theatre", -      "entry", -      "fine", -      "coupon", -      "pass" -    ], -    "version": "1.0", -    "unicode": "eb3d" -  }, +    "tags": ["ticket", "cinema", "event", "theatre", "entry", "fine", "coupon", "pass"], +    "version": "1.0" +  },     "tilt-shift": {      "category": "Photography", -    "tags": [ -      "tilt", -      "shift", -      "filter", -      "shift", -      "photography", -      "photo" -    ], -    "version": "1.39", -    "unicode": "eefe" -  }, +    "tags": ["tilt", "shift", "filter", "shift", "photography", "photo"], +    "version": "1.39" +  },     "tir": {      "category": "Vehicles", -    "tags": [ -      "tir", -      "delivery", -      "transportation", -      "transport", -      "logistics", -      "vehicle", -      "goods" -    ], -    "version": "1.7", -    "unicode": "ebf0" -  }, +    "tags": ["tir", "delivery", "transportation", "transport", "logistics", "vehicle", "goods"], +    "version": "1.7" +  },     "toggle-left": {      "category": "System", -    "tags": [ -      "toggle", -      "left", -      "on", -      "off", -      "switch" -    ], -    "version": "1.0", -    "unicode": "eb3e" -  }, +    "tags": ["toggle", "left", "on", "off", "switch"], +    "version": "1.0" +  },     "toggle-right": {      "category": "System", -    "tags": [ -      "toggle", -      "right", -      "on", -      "off", -      "switch" -    ], -    "version": "1.0", -    "unicode": "eb3f" -  }, +    "tags": ["toggle", "right", "on", "off", "switch"], +    "version": "1.0" +  },     "tool": {      "category": "", -    "tags": [ -      "tool", -      "preferences", -      "edit", -      "settings" -    ], -    "version": "1.0", -    "unicode": "eb40" -  }, +    "tags": ["tool", "preferences", "edit", "settings"], +    "version": "1.0" +  },     "tools-kitchen-2": {      "category": "Map", -    "tags": [ -      "tools", -      "kitchen", -      "2", -      "knife", -      "fork", -      "spoon", -      "cutlery", -      "eat", -      "restaurant", -      "menu", -      "cafe", -      "cook", -      "cut", -      "soup", -      "dinner", -      "breakfast", -      "dining", -      "plate", -      "dish" -    ], -    "version": "1.39", -    "unicode": "eeff" -  }, +    "tags": ["tools", "kitchen", "2", "knife", "fork", "spoon", "cutlery", "eat", "restaurant", "menu", "cafe", "cook", "cut", "soup", "dinner", "breakfast", "dining", "plate", "dish"], +    "version": "1.39" +  },     "tools-kitchen": {      "category": "Map", -    "tags": [ -      "tools", -      "kitchen", -      "knife", -      "fork", -      "spoon", -      "cutlery", -      "eat", -      "restaurant", -      "menu", -      "cafe", -      "cook", -      "cut", -      "soup", -      "dinner", -      "breakfast", -      "dining", -      "plate", -      "dish" -    ], -    "version": "1.31", -    "unicode": "ed64" -  }, +    "tags": ["tools", "kitchen", "knife", "fork", "spoon", "cutlery", "eat", "restaurant", "menu", "cafe", "cook", "cut", "soup", "dinner", "breakfast", "dining", "plate", "dish"], +    "version": "1.31" +  },     "tools": {      "category": "Design", -    "tags": [ -      "tools", -      "preferences", -      "edit", -      "settings" -    ], -    "version": "1.5", -    "unicode": "ebca" -  }, +    "tags": ["tools", "preferences", "edit", "settings"], +    "version": "1.5" +  },     "tornado": {      "category": "Weather", -    "tags": [ -      "tornado", -      "wind", -      "rotate", -      "storm", -      "spin", -      "spinning", -      "air", -      "catastrophe", -      "vortex" -    ], -    "version": "1.2", -    "unicode": "ece2" -  }, +    "tags": ["tornado", "wind", "rotate", "storm", "spin", "spinning", "air", "catastrophe", "vortex"], +    "version": "1.20" +  },     "tournament": {      "category": "", -    "tags": [ -      "tournament", -      "competition", -      "competitor", -      "sport", -      "game", -      "play", -      "champion" -    ], -    "version": "1.19", -    "unicode": "ecd0" -  }, +    "tags": ["tournament", "competition", "competitor", "sport", "game", "play", "champion"], +    "version": "1.19" +  },     "track": {      "category": "Vehicles", -    "tags": [ -      "track", -      "trail", -      "path", -      "route", -      "train", -      "railway", -      "railroad" -    ], -    "version": "1.39", -    "unicode": "ef00" -  }, +    "tags": ["track", "trail", "path", "route", "train", "railway", "railroad"], +    "version": "1.39" +  },     "tractor": {      "category": "Vehicles", -    "tags": [ -      "tractor", -      "countryside", -      "vehicle", -      "harvest", -      "machine", -      "motor", -      "farm", -      "trailer" -    ], -    "version": "1.8", -    "unicode": "ec0d" -  }, +    "tags": ["tractor", "countryside", "vehicle", "harvest", "machine", "motor", "farm", "trailer"], +    "version": "1.8" +  },     "trademark": {      "category": "Symbols", -    "tags": [ -      "trademark", -      "legal", -      "product", -      "company", -      "own", -      "ownership", -      "brand", -      "law", -      "right", -      "certificate" -    ], -    "version": "1.8", -    "unicode": "ec0e" -  }, +    "tags": ["trademark", "legal", "product", "company", "own", "ownership", "brand", "law", "right", "certificate"], +    "version": "1.8" +  },     "traffic-cone": {      "category": "Map", -    "tags": [ -      "traffic", -      "cone", -      "street", -      "road", -      "vehicle", -      "repair", -      "warning", -      "lane", -      "drive" -    ], -    "version": "1.8", -    "unicode": "ec0f" -  }, +    "tags": ["traffic", "cone", "street", "road", "vehicle", "repair", "warning", "lane", "drive"], +    "version": "1.8" +  },     "traffic-lights": {      "category": "Map", -    "tags": [ -      "traffic", -      "lights", -      "street", -      "road", -      "green", -      "red", -      "yellow", -      "vehicle", -      "stop", -      "drive", -      "crossing", -      "pedestrian", -      "crossroads", -      "junction", -      "intersection" -    ], -    "version": "1.27", -    "unicode": "ed39" -  }, +    "tags": ["traffic", "lights", "street", "road", "green", "red", "yellow", "vehicle", "stop", "drive", "crossing", "pedestrian", "crossroads", "junction", "intersection"], +    "version": "1.27" +  },     "train": {      "category": "Vehicles", -    "tags": [ -      "train", -      "railway", -      "rails", -      "tgv", -      "journey", -      "travel", -      "network", -      "route", -      "passenger" -    ], -    "version": "1.34", -    "unicode": "ed96" -  }, +    "tags": ["train", "railway", "rails", "tgv", "journey", "travel", "network", "route", "passenger"], +    "version": "1.34" +  },     "trash-off": {      "category": "System", -    "tags": [ -      "trash", -      "off", -      "bin", -      "litter", -      "recycle", -      "remove", -      "delete", -      "throw", -      "away", -      "waste" -    ], -    "version": "1.31", -    "unicode": "ed65" -  }, +    "tags": ["trash", "off", "bin", "litter", "recycle", "remove", "delete", "throw", "away", "waste"], +    "version": "1.31" +  },     "trash": {      "category": "System", -    "tags": [ -      "trash", -      "garbage", -      "delete", -      "remove", -      "bin", -      "ash-bin", -      "uninstall", -      "dustbin" -    ], -    "version": "1.0", -    "unicode": "eb41" -  }, +    "tags": ["trash", "garbage", "delete", "remove", "bin", "ash-bin", "uninstall", "dustbin"], +    "version": "1.0" +  },     "tree": {      "category": "Map", -    "tags": [ -      "tree", -      "nature", -      "greenery", -      "park", -      "leaf", -      "trunk", -      "stem", -      "root", -      "forest", -      "garden" -    ], -    "version": "1.39", -    "unicode": "ef01" -  }, +    "tags": ["tree", "nature", "greenery", "park", "leaf", "trunk", "stem", "root", "forest", "garden"], +    "version": "1.39" +  },     "trees": {      "category": "Map", -    "tags": [ -      "trees", -      "nature", -      "greenery", -      "park", -      "leaf", -      "trunk", -      "stem", -      "root", -      "forest", -      "garden" -    ], -    "version": "1.35", -    "unicode": "ec10" -  }, +    "tags": ["trees", "nature", "greenery", "park", "leaf", "trunk", "stem", "root", "forest", "garden"], +    "version": "1.35" +  },     "trending-down-2": {      "category": "Arrows", -    "tags": [ -      "trending", -      "down", -      "2", -      "arrow", -      "decrease", -      "fall" -    ], -    "version": "1.35", -    "unicode": "edc1" -  }, +    "tags": ["trending", "down", "2", "arrow", "decrease", "fall"], +    "version": "1.35" +  },     "trending-down-3": {      "category": "Arrows", -    "tags": [ -      "trending", -      "down", -      "3", -      "arrow", -      "decrease", -      "fall" -    ], -    "version": "1.35", -    "unicode": "edc2" -  }, +    "tags": ["trending", "down", "3", "arrow", "decrease", "fall"], +    "version": "1.35" +  },     "trending-down": {      "category": "Arrows", -    "tags": [ -      "trending", -      "down", -      "arrow", -      "decrease", -      "fall" -    ], -    "version": "1.0", -    "unicode": "eb42" -  }, +    "tags": ["trending", "down", "arrow", "decrease", "fall"], +    "version": "1.0" +  },     "trending-up-2": {      "category": "Arrows", -    "tags": [ -      "trending", -      "up", -      "2", -      "arrow", -      "grow", -      "increase" -    ], -    "version": "1.35", -    "unicode": "edc3" -  }, +    "tags": ["trending", "up", "2", "arrow", "grow", "increase"], +    "version": "1.35" +  },     "trending-up-3": {      "category": "Arrows", -    "tags": [ -      "trending", -      "up", -      "3", -      "arrow", -      "grow", -      "increase" -    ], -    "version": "1.35", -    "unicode": "edc4" -  }, +    "tags": ["trending", "up", "3", "arrow", "grow", "increase"], +    "version": "1.35" +  },     "trending-up": {      "category": "Arrows", -    "tags": [ -      "trending", -      "up", -      "arrow", -      "grow", -      "increase" -    ], -    "version": "1.0", -    "unicode": "eb43" -  }, +    "tags": ["trending", "up", "arrow", "grow", "increase"], +    "version": "1.0" +  },     "triangle-off": {      "category": "Shapes", -    "tags": [ -      "triangle", -      "off", -      "shape", -      "crossed", -      "angle" -    ], -    "version": "1.39", -    "unicode": "ef02" -  }, +    "tags": ["triangle", "off", "shape", "crossed", "angle"], +    "version": "1.39" +  },     "triangle-square-circle": {      "category": "Shapes", -    "tags": [ -      "triangle", -      "square", -      "circle", -      "shape", -      "geometry", -      "round", -      "angle" -    ], -    "version": "1.21", -    "unicode": "ece8" -  }, +    "tags": ["triangle", "square", "circle", "shape", "geometry", "round", "angle"], +    "version": "1.21" +  },     "triangle": {      "category": "Shapes", -    "tags": [ -      "triangle", -      "delta" -    ], -    "version": "1.0", -    "unicode": "eb44" -  }, +    "tags": ["triangle", "delta"], +    "version": "1.0" +  },     "trident": {      "category": "", -    "tags": [ -      "trident", -      "three", -      "spear", -      "weapon", -      "sharp", -      "tool" -    ], -    "version": "1.18", -    "unicode": "ecc5" -  }, +    "tags": ["trident", "three", "spear", "weapon", "sharp", "tool"], +    "version": "1.18" +  },     "trophy": {      "category": "", -    "tags": [ -      "trophy", -      "success", -      "win", -      "prize", -      "winner" -    ], -    "version": "1.0", -    "unicode": "eb45" -  }, +    "tags": ["trophy", "success", "win", "prize", "winner"], +    "version": "1.0" +  },     "truck-delivery": {      "category": "E-commerce", -    "tags": [ -      "truck", -      "delivery", -      "order", -      "purchase", -      "online", -      "shop", -      "store", -      "e-commerce", -      "lorry" -    ], -    "version": "1.11", -    "unicode": "ec4b" -  }, +    "tags": ["truck", "delivery", "order", "purchase", "online", "shop", "store", "e-commerce", "lorry"], +    "version": "1.11" +  },     "truck-off": {      "category": "Vehicles", -    "tags": [ -      "truck", -      "off", -      "order", -      "purchase", -      "online", -      "shop", -      "store", -      "e-commerce", -      "lorry" -    ], -    "version": "1.39", -    "unicode": "ef03" -  }, +    "tags": ["truck", "off", "order", "purchase", "online", "shop", "store", "e-commerce", "lorry"], +    "version": "1.39" +  },     "truck-return": {      "category": "E-commerce", -    "tags": [ -      "truck", -      "return", -      "order", -      "purchase", -      "online", -      "shop", -      "store", -      "e-commerce", -      "lorry" -    ], -    "version": "1.11", -    "unicode": "ec4c" -  }, +    "tags": ["truck", "return", "order", "purchase", "online", "shop", "store", "e-commerce", "lorry"], +    "version": "1.11" +  },     "truck": {      "category": "Vehicles", -    "tags": [ -      "truck", -      "transport", -      "vahicle", -      "van", -      "lorry", -      "cargo", -      "delivery" -    ], -    "version": "1.5", -    "unicode": "ebc4" -  }, +    "tags": ["truck", "transport", "vahicle", "van", "lorry", "cargo", "delivery"], +    "version": "1.5" +  },     "typography": {      "category": "Text", -    "tags": [ -      "typography", -      "type", -      "display", -      "typeface", -      "point size", -      "line length", -      "line-spacing", -      "letter-spacing", -      "font" -    ], -    "version": "1.5", -    "unicode": "ebc5" -  }, +    "tags": ["typography", "type", "display", "typeface", "point size", "line length", "line-spacing", "letter-spacing", "font"], +    "version": "1.5" +  },     "umbrella": {      "category": "", -    "tags": [ -      "umbrella", -      "rain", -      "weather", -      "storm", -      "wet", -      "autumn", -      "fall" -    ], -    "version": "1.7", -    "unicode": "ebf1" -  }, +    "tags": ["umbrella", "rain", "weather", "storm", "wet", "autumn", "fall"], +    "version": "1.7" +  },     "underline": {      "category": "Text", -    "tags": [ -      "underline", -      "underscore", -      "emphasis", -      "horizontal", -      "typography" -    ], -    "version": "1.1", -    "unicode": "eba2" -  }, +    "tags": ["underline", "underscore", "emphasis", "horizontal", "typography"], +    "version": "1.1" +  },     "unlink": {      "category": "Text", -    "tags": [ -      "unlink", -      "chain", -      "url", -      "address", -      "remove", -      "broke", -      "unconnect" -    ], -    "version": "1.0", -    "unicode": "eb46" -  }, +    "tags": ["unlink", "chain", "url", "address", "remove", "broke", "unconnect"], +    "version": "1.0" +  },     "upload": {      "category": "Arrows", -    "tags": [ -      "upload", -      "file", -      "arrow" -    ], -    "version": "1.0", -    "unicode": "eb47" -  }, +    "tags": ["upload", "file", "arrow"], +    "version": "1.0" +  },     "urgent": {      "category": "", -    "tags": [ -      "urgent", -      "alert", -      "important" -    ], -    "version": "1.0", -    "unicode": "eb48" -  }, +    "tags": ["urgent", "alert", "important"], +    "version": "1.0" +  },     "user-check": {      "category": "", -    "tags": [ -      "user", -      "check", -      "tick", -      "person", -      "account" -    ], -    "version": "1.0", -    "unicode": "eb49" -  }, +    "tags": ["user", "check", "tick", "person", "account"], +    "version": "1.0" +  },     "user-exclamation": {      "category": "", -    "tags": [ -      "user", -      "exclamation", -      "user", -      "account", -      "note", -      "excitement", -      "admiration", -      "mark" -    ], -    "version": "1.8", -    "unicode": "ec12" -  }, +    "tags": ["user", "exclamation", "user", "account", "note", "excitement", "admiration", "mark"], +    "version": "1.8" +  },     "user-minus": {      "category": "", -    "tags": [ -      "user", -      "minus", -      "remove", -      "cancel", -      "person", -      "account", -      "unsubscribe" -    ], -    "version": "1.0", -    "unicode": "eb4a" -  }, +    "tags": ["user", "minus", "remove", "cancel", "person", "account", "unsubscribe"], +    "version": "1.0" +  },     "user-off": {      "category": "", -    "tags": [ -      "user", -      "off", -      "person", -      "account" -    ], -    "version": "1.22", -    "unicode": "ecf9" -  }, +    "tags": ["user", "off", "person", "account"], +    "version": "1.22" +  },     "user-plus": {      "category": "", -    "tags": [ -      "user", -      "plus", -      "add", -      "create", -      "new", -      "person", -      "people", -      "follow", -      "subscribe" -    ], -    "version": "1.0", -    "unicode": "eb4b" -  }, +    "tags": ["user", "plus", "add", "create", "new", "person", "people", "follow", "subscribe"], +    "version": "1.0" +  },     "user-x": {      "category": "", -    "tags": [ -      "user", -      "x", -      "cancel", -      "remove", -      "person", -      "account", -      "unsubscribe" -    ], -    "version": "1.0", -    "unicode": "eb4c" -  }, +    "tags": ["user", "x", "cancel", "remove", "person", "account", "unsubscribe"], +    "version": "1.0" +  },     "user": {      "category": "", -    "tags": [ -      "user", -      "person", -      "account" -    ], -    "version": "1.0", -    "unicode": "eb4d" -  }, +    "tags": ["user", "person", "account"], +    "version": "1.0" +  },     "users": {      "category": "", -    "tags": [ -      "users", -      "people", -      "persons", -      "accounts" -    ], -    "version": "1.7", -    "unicode": "ebf2" -  }, +    "tags": ["users", "people", "persons", "accounts"], +    "version": "1.7" +  },     "vaccine": {      "category": "", -    "tags": [ -      "vaccine", -      "illness", -      "sickness", -      "disease", -      "injection", -      "medicine", -      "medical", -      "doctor", -      "nurse" -    ], -    "version": "1.39", -    "unicode": "ef04" -  }, +    "tags": ["vaccine", "illness", "sickness", "disease", "injection", "medicine", "medical", "doctor", "nurse"], +    "version": "1.39" +  },     "variable": {      "category": "Math", -    "tags": [ -      "variable", -      "maths", -      "mathematics", -      "science", -      "calculate", -      "function" -    ], -    "version": "1.39", -    "unicode": "ef05" -  }, +    "tags": ["variable", "maths", "mathematics", "science", "calculate", "function"], +    "version": "1.39" +  },     "vector-beizer-2": {      "category": "Design", -    "tags": [ -      "vector", -      "beizer", -      "2", -      "curve", -      "parametric", -      "design", -      "vector graphics", -      "representation" -    ], -    "version": "1.27", -    "unicode": "ed3a" -  }, +    "tags": ["vector", "beizer", "2", "curve", "parametric", "design", "vector graphics", "representation"], +    "version": "1.27" +  },     "vector-bezier": {      "category": "Design", -    "tags": [ -      "vector", -      "bezier", -      "curve", -      "parametric", -      "design", -      "vector graphics", -      "representation" -    ], +    "tags": ["vector", "bezier", "curve", "parametric", "design", "vector graphics", "representation"],      "version": "1.27" -  }, +  },     "vector-triangle": {      "category": "Design", -    "tags": [ -      "vector", -      "triangle", -      "curve", -      "parametric", -      "design", -      "vector graphics", -      "placement" -    ], -    "version": "1.17", -    "unicode": "eca8" -  }, +    "tags": ["vector", "triangle", "curve", "parametric", "design", "vector graphics", "placement"], +    "version": "1.17" +  },     "vector": {      "category": "Design", -    "tags": [ -      "vector", -      "curve", -      "parametric", -      "design", -      "vector graphics", -      "placement" -    ], -    "version": "1.17", -    "unicode": "eca9" -  }, +    "tags": ["vector", "curve", "parametric", "design", "vector graphics", "placement"], +    "version": "1.17" +  },     "venus": {      "category": "Symbols", -    "tags": [ -      "venus", -      "female" -    ], -    "version": "1.14", -    "unicode": "ec86" -  }, +    "tags": ["venus", "female"], +    "version": "1.14" +  },     "versions": {      "category": "", -    "tags": [ -      "versions", -      "app", -      "variation", -      "different", -      "variant", -      "alternative" -    ], -    "version": "1.29", -    "unicode": "ed52" -  }, +    "tags": ["versions", "app", "variation", "different", "variant", "alternative"], +    "version": "1.29" +  },     "video-minus": {      "category": "Media", -    "tags": [ -      "video", -      "minus", -      "film", -      "shoot", -      "recording", -      "taping", -      "camera", -      "remotion" -    ], -    "version": "1.25", -    "unicode": "ed1f" -  }, +    "tags": ["video", "minus", "film", "shoot", "recording", "taping", "camera", "remotion"], +    "version": "1.25" +  },     "video-off": {      "category": "Media", -    "tags": [ -      "video", -      "off", -      "film", -      "shoot", -      "recording", -      "taping", -      "camera", -      "end", -      "complete" -    ], -    "version": "1.25", -    "unicode": "ed20" -  }, +    "tags": ["video", "off", "film", "shoot", "recording", "taping", "camera", "end", "complete"], +    "version": "1.25" +  },     "video-plus": {      "category": "Media", -    "tags": [ -      "video", -      "plus", -      "film", -      "shoot", -      "recording", -      "taping", -      "camera", -      "closeup" -    ], -    "version": "1.25", -    "unicode": "ed21" -  }, +    "tags": ["video", "plus", "film", "shoot", "recording", "taping", "camera", "closeup"], +    "version": "1.25" +  },     "video": {      "category": "Media", -    "tags": [ -      "video", -      "film", -      "shoot", -      "recording", -      "taping", -      "camera" -    ], -    "version": "1.25", -    "unicode": "ed22" -  }, +    "tags": ["video", "film", "shoot", "recording", "taping", "camera"], +    "version": "1.25" +  },     "view-360": {      "category": "", -    "tags": [ -      "view", -      "360", -      "panoramic", -      "degrees", -      "image", -      "around" -    ], -    "version": "1.33", -    "unicode": "ed84" -  }, +    "tags": ["view", "360", "panoramic", "degrees", "image", "around"], +    "version": "1.33" +  },     "viewfinder": {      "category": "Map", -    "tags": [ -      "viewfinder", -      "target", -      "aim", -      "focus" -    ], -    "version": "1.0", -    "unicode": "eb4e" -  }, +    "tags": ["viewfinder", "target", "aim", "focus"], +    "version": "1.0" +  },     "viewport-narrow": {      "category": "Devices", -    "tags": [ -      "viewport", -      "narrow", -      "data", -      "account", -      "excel", -      "tight" -    ], -    "version": "1.7", -    "unicode": "ebf3" -  }, +    "tags": ["viewport", "narrow", "data", "account", "excel", "tight"], +    "version": "1.7" +  },     "viewport-wide": {      "category": "Devices", -    "tags": [ -      "viewport", -      "wide", -      "data", -      "account", -      "broad", -      "excel" -    ], -    "version": "1.7", -    "unicode": "ebf4" -  }, +    "tags": ["viewport", "wide", "data", "account", "broad", "excel"], +    "version": "1.7" +  },     "virus-off": {      "category": "", -    "tags": [ -      "virus", -      "off", -      "covid", -      "coronavirus", -      "biology", -      "infection", -      "infected", -      "cell", -      "viral", -      "infectious", -      "disease" -    ], -    "version": "1.31", -    "unicode": "ed66" -  }, +    "tags": ["virus", "off", "covid", "coronavirus", "biology", "infection", "infected", "cell", "viral", "infectious", "disease"], +    "version": "1.31" +  },     "virus-search": {      "category": "", -    "tags": [ -      "virus", -      "search", -      "covid", -      "coronavirus", -      "biology", -      "infection", -      "infected", -      "cell", -      "viral", -      "infectious", -      "disease" -    ], -    "version": "1.31", -    "unicode": "ed67" -  }, +    "tags": ["virus", "search", "covid", "coronavirus", "biology", "infection", "infected", "cell", "viral", "infectious", "disease"], +    "version": "1.31" +  },     "virus": {      "category": "", -    "tags": [ -      "virus", -      "infection", -      "illness", -      "cell", -      "infectious", -      "health" -    ], -    "version": "1.2", -    "unicode": "eb74" -  }, +    "tags": ["virus", "infection", "illness", "cell", "infectious", "health"], +    "version": "1.2" +  },     "vocabulary": {      "category": "Text", -    "tags": [ -      "vocabulary" -    ], -    "version": "1.4" -  }, +    "tags": ["vocabulary"], +    "version": "1.40" +  },     "volume-2": {      "category": "Media", -    "tags": [ -      "volume", -      "2", -      "music", -      "sound", -      "speaker" -    ], -    "version": "1.0", -    "unicode": "eb4f" -  }, +    "tags": ["volume", "2", "music", "sound", "speaker"], +    "version": "1.0" +  },     "volume-3": {      "category": "Media", -    "tags": [ -      "volume", -      "3", -      "mute", -      "music", -      "sound", -      "false", -      "speaker" -    ], -    "version": "1.0", -    "unicode": "eb50" -  }, +    "tags": ["volume", "3", "mute", "music", "sound", "false", "speaker"], +    "version": "1.0" +  },     "volume": {      "category": "Media", -    "tags": [ -      "volume", -      "music", -      "sound", -      "speaker" -    ], -    "version": "1.0", -    "unicode": "eb51" -  }, +    "tags": ["volume", "music", "sound", "speaker"], +    "version": "1.0" +  },     "walk": {      "category": "Sport", -    "tags": [ -      "walk", -      "ambulation", -      "dislocating", -      "movement", -      "motion", -      "destination" -    ], -    "version": "1.14", -    "unicode": "ec87" -  }, +    "tags": ["walk", "ambulation", "dislocating", "movement", "motion", "destination"], +    "version": "1.14" +  },     "wallet": {      "category": "", -    "tags": [ -      "wallet", -      "money", -      "pay", -      "banknote", -      "coin", -      "payment", -      "bank" -    ], -    "version": "1.2", -    "unicode": "eb75" -  }, +    "tags": ["wallet", "money", "pay", "banknote", "coin", "payment", "bank"], +    "version": "1.2" +  },     "wand": {      "category": "", -    "tags": [ -      "wand", -      "magic", -      "tool", -      "color", -      "pixel", -      "design" -    ], -    "version": "1.5", -    "unicode": "ebcb" -  }, +    "tags": ["wand", "magic", "tool", "color", "pixel", "design"], +    "version": "1.5" +  },     "wave-saw-tool": {      "category": "", -    "tags": [ -      "wave", -      "saw", -      "tool", -      "pulse", -      "signal", -      "ratio", -      "rate", -      "volume" -    ], -    "version": "1.19", -    "unicode": "ecd3" -  }, +    "tags": ["wave", "saw", "tool", "pulse", "signal", "ratio", "rate", "volume"], +    "version": "1.19" +  },     "wave-sine": {      "category": "", -    "tags": [ -      "wave", -      "sine", -      "pulse", -      "signal", -      "ratio", -      "rate", -      "volume" -    ], -    "version": "1.19", -    "unicode": "ecd4" -  }, +    "tags": ["wave", "sine", "pulse", "signal", "ratio", "rate", "volume"], +    "version": "1.19" +  },     "wave-square": {      "category": "", -    "tags": [ -      "wave", -      "square", -      "pulse", -      "signal", -      "ratio", -      "rate", -      "volume" -    ], -    "version": "1.19", -    "unicode": "ecd5" -  }, +    "tags": ["wave", "square", "pulse", "signal", "ratio", "rate", "volume"], +    "version": "1.19" +  },     "wifi-0": {      "category": "Devices", -    "tags": [ -      "wifi", -      "0", -      "online", -      "connection", -      "signal", -      "wireless" -    ], -    "version": "1.3", -    "unicode": "eba3" -  }, +    "tags": ["wifi", "0", "online", "connection", "signal", "wireless"], +    "version": "1.3" +  },     "wifi-1": {      "category": "Devices", -    "tags": [ -      "wifi", -      "1", -      "online", -      "connection", -      "signal", -      "wireless" -    ], -    "version": "1.3", -    "unicode": "eba4" -  }, +    "tags": ["wifi", "1", "online", "connection", "signal", "wireless"], +    "version": "1.3" +  },     "wifi-2": {      "category": "Devices", -    "tags": [ -      "wifi", -      "2", -      "online", -      "connection", -      "signal", -      "wireless" -    ], -    "version": "1.3", -    "unicode": "eba5" -  }, +    "tags": ["wifi", "2", "online", "connection", "signal", "wireless"], +    "version": "1.3" +  },     "wifi-off": {      "category": "Devices", -    "tags": [ -      "wifi", -      "off", -      "online", -      "connection", -      "signal", -      "wireless" -    ], -    "version": "1.22", -    "unicode": "ecfa" -  }, +    "tags": ["wifi", "off", "online", "connection", "signal", "wireless"], +    "version": "1.22" +  },     "wifi": {      "category": "Devices", -    "tags": [ -      "wifi", -      "online", -      "connection", -      "signal", -      "wireless" -    ], -    "version": "1.0", -    "unicode": "eb52" -  }, +    "tags": ["wifi", "online", "connection", "signal", "wireless"], +    "version": "1.0" +  },     "wind": {      "category": "Weather", -    "tags": [ -      "wind", -      "weather", -      "breeze", -      "tornado", -      "typhoon", -      "cyclone", -      "hurricane" -    ], -    "version": "1.1", -    "unicode": "ec34" -  }, +    "tags": ["wind", "weather", "breeze", "tornado", "typhoon", "cyclone", "hurricane"], +    "version": "1.10" +  },     "windmill": {      "category": "", -    "tags": [ -      "windmill", -      "generate", -      "power", -      "blade", -      "energy", -      "electricity" -    ], -    "version": "1.33", -    "unicode": "ed85" -  }, +    "tags": ["windmill", "generate", "power", "blade", "energy", "electricity"], +    "version": "1.33" +  },     "window": {      "category": "", -    "tags": [ -      "window", -      "house", -      "view", -      "glass", -      "apartment", -      "vehicle", -      "light", -      "frame", -      "home", -      "building" -    ], -    "version": "1.39", -    "unicode": "ef06" -  }, +    "tags": ["window", "house", "view", "glass", "apartment", "vehicle", "light", "frame", "home", "building"], +    "version": "1.39" +  },     "wiper-wash": {      "category": "Vehicles", -    "tags": [ -      "wiper", -      "wash", -      "car", -      "pane", -      "vehicle", -      "sprinkler", -      "scour" -    ], -    "version": "1.17", -    "unicode": "ecaa" -  }, +    "tags": ["wiper", "wash", "car", "pane", "vehicle", "sprinkler", "scour"], +    "version": "1.17" +  },     "wiper": {      "category": "Vehicles", -    "tags": [ -      "wiper", -      "car", -      "pane", -      "vehicle", -      "sprinkler", -      "scour" -    ], -    "version": "1.17", -    "unicode": "ecab" -  }, +    "tags": ["wiper", "car", "pane", "vehicle", "sprinkler", "scour"], +    "version": "1.17" +  },     "woman": {      "category": "", -    "tags": [ -      "woman", -      "girl", -      "female", -      "gender" -    ], -    "version": "1.0", -    "unicode": "eb53" -  }, +    "tags": ["woman", "girl", "female", "gender"], +    "version": "1.0" +  },     "world-latitude": {      "category": "Map", -    "tags": [ -      "world", -      "latitude", -      "earth", -      "globe", -      "global", -      "language", -      "union" -    ], -    "version": "1.26", -    "unicode": "ed2e" -  }, +    "tags": ["world", "latitude", "earth", "globe", "global", "language", "union"], +    "version": "1.26" +  },     "world-longitude": {      "category": "Map", -    "tags": [ -      "world", -      "longitude", -      "earth", -      "globe", -      "global", -      "language", -      "union" -    ], -    "version": "1.26", -    "unicode": "ed2f" -  }, +    "tags": ["world", "longitude", "earth", "globe", "global", "language", "union"], +    "version": "1.26" +  },     "world": {      "category": "Map", -    "tags": [ -      "world", -      "earth", -      "globe", -      "global", -      "language", -      "union" -    ], -    "version": "1.0", -    "unicode": "eb54" -  }, +    "tags": ["world", "earth", "globe", "global", "language", "union"], +    "version": "1.0" +  },     "wrecking-ball": {      "category": "Vehicles", -    "tags": [ -      "wrecking", -      "ball", -      "demolish", -      "building", -      "wrecker", -      "metal", -      "swing", -      "knock", -      "down" -    ], -    "version": "1.34", -    "unicode": "ed97" -  }, +    "tags": ["wrecking", "ball", "demolish", "building", "wrecker", "metal", "swing", "knock", "down"], +    "version": "1.34" +  },     "writing-sign": {      "category": "Text", -    "tags": [ -      "writing", -      "sign", -      "name", -      "certficate", -      "sign", -      "edit", -      "write", -      "document", -      "writing", -      "pen" -    ], -    "version": "1.39", -    "unicode": "ef07" -  }, +    "tags": ["writing", "sign", "name", "certficate", "sign", "edit", "write", "document", "writing", "pen"], +    "version": "1.39" +  },     "writing": {      "category": "Text", -    "tags": [ -      "writing", -      "name", -      "certficate", -      "sign", -      "edit", -      "write", -      "document", -      "pen", -      "drawing", -      "contract", -      "signature" -    ], -    "version": "1.39", -    "unicode": "ef08" -  }, +    "tags": ["writing", "name", "certficate", "sign", "edit", "write", "document", "pen", "drawing", "contract", "signature"], +    "version": "1.39" +  },     "x": {      "category": "", -    "tags": [ -      "x", -      "cancel", -      "remove", -      "delete", -      "empty" -    ], -    "version": "1.0", -    "unicode": "eb55" -  }, +    "tags": ["x", "cancel", "remove", "delete", "empty"], +    "version": "1.0" +  },     "yin-yang": {      "category": "Symbols", -    "tags": [ -      "yin", -      "yang", -      "equality", -      "good", -      "evil", -      "balance", -      "peace" -    ], -    "version": "1.1", -    "unicode": "ec35" -  }, +    "tags": ["yin", "yang", "equality", "good", "evil", "balance", "peace"], +    "version": "1.10" +  },     "zodiac-aquarius": {      "category": "Zodiac", -    "tags": [ -      "zodiac", -      "aquarius", -      "sign", -      "horoscope", -      "constellation", -      "stars" -    ], -    "version": "1.17", -    "unicode": "ecac" -  }, +    "tags": ["zodiac", "aquarius", "sign", "horoscope", "constellation", "stars"], +    "version": "1.17" +  },     "zodiac-aries": {      "category": "Zodiac", -    "tags": [ -      "zodiac", -      "aries", -      "sign", -      "horoscope", -      "constellation", -      "stars" -    ], -    "version": "1.17", -    "unicode": "ecad" -  }, +    "tags": ["zodiac", "aries", "sign", "horoscope", "constellation", "stars"], +    "version": "1.17" +  },     "zodiac-cancer": {      "category": "Zodiac", -    "tags": [ -      "zodiac", -      "cancer", -      "sign", -      "horoscope", -      "constellation", -      "stars" -    ], -    "version": "1.17", -    "unicode": "ecae" -  }, +    "tags": ["zodiac", "cancer", "sign", "horoscope", "constellation", "stars"], +    "version": "1.17" +  },     "zodiac-capricorn": {      "category": "Zodiac", -    "tags": [ -      "zodiac", -      "capricorn", -      "sign", -      "horoscope", -      "constellation", -      "stars" -    ], -    "version": "1.17", -    "unicode": "ecaf" -  }, +    "tags": ["zodiac", "capricorn", "sign", "horoscope", "constellation", "stars"], +    "version": "1.17" +  },     "zodiac-gemini": {      "category": "Zodiac", -    "tags": [ -      "zodiac", -      "gemini", -      "sign", -      "horoscope", -      "constellation", -      "stars" -    ], -    "version": "1.17", -    "unicode": "ecb0" -  }, +    "tags": ["zodiac", "gemini", "sign", "horoscope", "constellation", "stars"], +    "version": "1.17" +  },     "zodiac-leo": {      "category": "Zodiac", -    "tags": [ -      "zodiac", -      "leo", -      "sign", -      "horoscope", -      "constellation", -      "stars" -    ], -    "version": "1.17", -    "unicode": "ecb1" -  }, +    "tags": ["zodiac", "leo", "sign", "horoscope", "constellation", "stars"], +    "version": "1.17" +  },     "zodiac-libra": {      "category": "Zodiac", -    "tags": [ -      "zodiac", -      "libra", -      "sign", -      "horoscope", -      "constellation", -      "stars" -    ], -    "version": "1.17", -    "unicode": "ecb2" -  }, +    "tags": ["zodiac", "libra", "sign", "horoscope", "constellation", "stars"], +    "version": "1.17" +  },     "zodiac-pisces": {      "category": "Zodiac", -    "tags": [ -      "zodiac", -      "pisces", -      "sign", -      "horoscope", -      "constellation", -      "stars" -    ], -    "version": "1.17", -    "unicode": "ecb3" -  }, +    "tags": ["zodiac", "pisces", "sign", "horoscope", "constellation", "stars"], +    "version": "1.17" +  },     "zodiac-sagittarius": {      "category": "Zodiac", -    "tags": [ -      "zodiac", -      "sagittarius", -      "sign", -      "horoscope", -      "constellation", -      "stars" -    ], -    "version": "1.17", -    "unicode": "ecb4" -  }, +    "tags": ["zodiac", "sagittarius", "sign", "horoscope", "constellation", "stars"], +    "version": "1.17" +  },     "zodiac-scorpio": {      "category": "Zodiac", -    "tags": [ -      "zodiac", -      "scorpio", -      "sign", -      "horoscope", -      "constellation", -      "stars" -    ], -    "version": "1.17", -    "unicode": "ecb5" -  }, +    "tags": ["zodiac", "scorpio", "sign", "horoscope", "constellation", "stars"], +    "version": "1.17" +  },     "zodiac-taurus": {      "category": "Zodiac", -    "tags": [ -      "zodiac", -      "taurus", -      "sign", -      "horoscope", -      "constellation", -      "stars" -    ], -    "version": "1.17", -    "unicode": "ecb6" -  }, +    "tags": ["zodiac", "taurus", "sign", "horoscope", "constellation", "stars"], +    "version": "1.17" +  },     "zodiac-virgo": {      "category": "Zodiac", -    "tags": [ -      "zodiac", -      "virgo", -      "sign", -      "horoscope", -      "constellation", -      "stars" -    ], -    "version": "1.17", -    "unicode": "ecb7" -  }, +    "tags": ["zodiac", "virgo", "sign", "horoscope", "constellation", "stars"], +    "version": "1.17" +  },     "zoom-cancel": {      "category": "Map", -    "tags": [ -      "zoom", -      "cancel", -      "magnifying glass" -    ], -    "version": "1.11", -    "unicode": "ec4d" -  }, +    "tags": ["zoom", "cancel", "magnifying glass"], +    "version": "1.11" +  },     "zoom-check": {      "category": "", -    "tags": [ -      "zoom", -      "check", -      "verify", -      "magnifying", -      "glass", -      "magnifier", -      "ok", -      "done" -    ], -    "version": "1.39", -    "unicode": "ef09" -  }, +    "tags": ["zoom", "check", "verify", "magnifying", "glass", "magnifier", "ok", "done"], +    "version": "1.39" +  },     "zoom-in": {      "category": "Map", -    "tags": [ -      "zoom", -      "in", -      "magnifying glass" -    ], -    "version": "1.0", -    "unicode": "eb56" -  }, +    "tags": ["zoom", "in", "magnifying glass"], +    "version": "1.0" +  },     "zoom-money": {      "category": "", -    "tags": [ -      "zoom", -      "money", -      "magnifying", -      "glass", -      "magnifier", -      "earn", -      "pay", -      "sum", -      "total", -      "finance", -      "financial" -    ], -    "version": "1.39", -    "unicode": "ef0a" -  }, +    "tags": ["zoom", "money", "magnifying", "glass", "magnifier", "earn", "pay", "sum", "total", "finance", "financial"], +    "version": "1.39" +  },     "zoom-out": {      "category": "Map", -    "tags": [ -      "zoom", -      "out", -      "magnifying glass" -    ], -    "version": "1.0", -    "unicode": "eb57" -  }, +    "tags": ["zoom", "out", "magnifying glass"], +    "version": "1.0" +  },     "zoom-question": {      "category": "Map", -    "tags": [ -      "zoom", -      "question" -    ], -    "version": "1.37", -    "unicode": "edeb" +    "tags": ["zoom", "question"], +    "version": "1.37"    } -}
\ No newline at end of file +}  | 
