1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-31 09:32:04 +02:00

update tags

This commit is contained in:
codecalm
2022-10-10 20:53:43 +02:00
parent 696dda21ec
commit 883f088803
384 changed files with 396 additions and 253 deletions

View File

@@ -774,16 +774,24 @@ gulp.task('import-categories', (cb) => {
if (fs.existsSync(fileOriginal)) {
const dataOriginal = fs.readFileSync(fileOriginal).toString()
const categoryOriginal = dataOriginal.match(/category: ([a-zA-Z-]+)/)
const categoryOriginal = dataOriginal.match(/category: ([a-zA-Z-]+)/),
tagsOriginal = dataOriginal.match(/tags: (\[.*?\])/)
if (categoryOriginal) {
console.log('categoryOriginal', categoryOriginal[1])
if (categoryOriginal || tagsOriginal) {
let data = fs.readFileSync(file).toString()
data = data.replace(/(---[\s\S]+?---)/, function(m, headerContent) {
console.log('categoryOriginal', fileOriginal, categoryOriginal && categoryOriginal[1], tagsOriginal && tagsOriginal[1])
headerContent = headerContent.replace(/category: .*\n/, '')
headerContent = headerContent.replace(/---/, `---\ncategory: ${categoryOriginal[1]}`)
if (categoryOriginal) {
headerContent = headerContent.replace(/category: .*\n/, '')
headerContent = headerContent.replace(/---/, `---\ncategory: ${categoryOriginal[1]}`)
}
if (tagsOriginal) {
headerContent = headerContent.replace(/tags: .*\n/, '')
headerContent = headerContent.replace(/---/, `---\ntags: ${tagsOriginal[1]}`)
}
return headerContent
})

View File

@@ -1,4 +1,5 @@
---
tags: [printing, vector, shape]
unicode: "f3b5"
version: "1.94"
---

View File

@@ -1,4 +1,5 @@
---
tags: [abacus, math, counting, adding up]
category: Math
unicode: "f3b6"
version: "1.94"

View File

@@ -1,6 +1,6 @@
---
category: Devices
tags: [device, hosts, airwaves, wireless, network]
category: Devices
version: "1.25"
unicode: "ed1a"
---

View File

@@ -1,4 +1,5 @@
---
tags: [advert, advertisement, marketing, commercial, traffic]
category: Design
unicode: "f3b7"
version: "1.94"

View File

@@ -1,4 +1,5 @@
---
tags: [contact, contacts, phonebook, profile, resources]
unicode: "f3b8"
version: "1.94"
---

View File

@@ -1,6 +1,6 @@
---
category: System
tags: [equalizer, sliders, controls, settings, filter]
category: System
version: "1.62"
unicode: "f0a8"
---

View File

@@ -1,4 +1,5 @@
---
tags: [photos, photography, gallery, music, image]
unicode: "f3b9"
version: "1.94"
---

View File

@@ -1,6 +1,6 @@
---
category: Map
tags: [hold, ship, harbor, docks]
category: Map
version: "1.65"
unicode: "f0f7"
---

View File

@@ -1,4 +1,5 @@
---
tags: [reach, tv, network, connetion, signal, communication]
unicode: "f3bb"
version: "1.94"
---

View File

@@ -1,4 +1,5 @@
---
tags: [hole, opening, vent]
category: Photography
unicode: "f3bc"
version: "1.94"

View File

@@ -1,6 +1,6 @@
---
category: Document
tags: [box, index, records, old, collect]
category: Document
version: "1.62"
unicode: "f0ad"
---

View File

@@ -1,4 +1,5 @@
---
tags: [seat, chair, sofa, home, furniture]
unicode: "f3bd"
version: "1.94"
---

View File

@@ -1,4 +1,5 @@
---
tags: [seat, chair, sofa, home, furniture]
unicode: "f3be"
version: "1.94"
---

View File

@@ -1,6 +1,6 @@
---
category: Design
tags: [graphics, drawing, design, art, canvas]
category: Design
version: "1.62"
unicode: "f0ae"
---

View File

@@ -1,4 +1,5 @@
---
tags: [news, newspaper, media, blog]
unicode: "f3bf"
version: "1.94"
---

View File

@@ -1,6 +1,6 @@
---
category: Media
tags: [size, dimension, width, height, orientation]
category: Media
version: "1.62"
unicode: "f0af"
---

View File

@@ -1,4 +1,5 @@
---
tags: [assembly, engineering, manufacturing, production, robotics]
unicode: "f3c0"
version: "1.94"
---

View File

@@ -1,4 +1,5 @@
---
tags: [technology, dimensional, geometry]
unicode: "f3c1"
version: "1.94"
---

View File

@@ -1,4 +1,5 @@
---
tags: [education, school, learning, adventure, travel]
unicode: "f3c2"
version: "1.94"
---

View File

@@ -1,4 +1,5 @@
---
tags: [sport, game, sportsman, play, match, pitch]
category: Sport
unicode: "f3c3"
version: "1.94"

View File

@@ -1,6 +1,6 @@
---
category: Sport
tags: [sport, game, sportsman, play, match, pitch]
category: Sport
version: "1.39"
unicode: "ee05"
---

View File

@@ -1,4 +1,5 @@
---
tags: [patch, wound, cut, pain]
category: Health
unicode: "f3c4"
version: "1.94"

View File

@@ -1,6 +1,6 @@
---
category: Sport
tags: [weight, gym, fitness, powerlift]
category: Sport
version: "1.62"
unicode: "f0b2"
---

View File

@@ -1,6 +1,6 @@
---
category: E-commerce
tags: [shop, store, online, shopping]
category: E-commerce
version: "1.62"
unicode: "f0b6"
---

View File

@@ -1,6 +1,6 @@
---
category: Devices
tags: [energy, power, electricity]
category: Devices
version: "1.25"
unicode: "ed1c"
---

View File

@@ -1,6 +1,6 @@
---
category: Map
tags: [sand, sun, umbrella, vacation, travel]
category: Map
version: "1.62"
unicode: "f0b7"
---

View File

@@ -1,6 +1,6 @@
---
category: Map
tags: [sleep, night, bedroom, rest]
category: Map
version: "1.65"
unicode: "f100"
---

View File

@@ -1,6 +1,6 @@
---
category: Food
tags: [alcohol, drink, beverage, bar, pub]
category: Food
version: "1.65"
unicode: "f101"
---

View File

@@ -1,6 +1,6 @@
---
category: System
tags: [alarm, sound, notification]
category: System
version: "1.22"
unicode: "ece9"
---

View File

@@ -1,6 +1,6 @@
---
category: Vehicles
tags: [cycling, bicycle, sport, wheel]
category: Vehicles
version: "1.62"
unicode: "f0b8"
---

View File

@@ -1,4 +1,5 @@
---
tags: [binary]
unicode: "f3c5"
version: "1.94"
---

View File

@@ -1,6 +1,6 @@
---
category: Symbols
tags: [danger, radioactive, toxic, microbe, virus, biotoxin]
category: Symbols
version: "1.63"
unicode: "f0b9"
---

View File

@@ -1,6 +1,6 @@
---
category: Laundry
tags: [clothing, washing, chemical, laundry]
category: Laundry
unicode: "f2f2"
version: "1.84"
---

View File

@@ -1,6 +1,6 @@
---
tags: [wireless, connection, connect]
category: Devices
tags: [wireless, conection, connect]
version: "1.22"
unicode: "eceb"
---

View File

@@ -1,4 +1,5 @@
---
tags: [edit, photo, photography, tool]
category: Design
unicode: "f3c6"
version: "1.94"

View File

@@ -1,6 +1,6 @@
---
category: Text
tags: [font, style, boldface]
category: Text
version: "1.63"
unicode: "f0ba"
---

View File

@@ -1,6 +1,6 @@
---
category: Food
tags: [skeleton, human, dog, body]
category: Food
version: "1.63"
unicode: "f0bb"
---

View File

@@ -1,6 +1,6 @@
---
category: Document
tags: [read, dictionary, magazine, library, booklet, novel]
category: Document
version: "1.63"
unicode: "f0bc"
---

View File

@@ -1,6 +1,6 @@
---
category: Document
tags: [read, clip, marker, tag]
category: Document
version: "1.22"
unicode: "eced"
---

View File

@@ -1,6 +1,6 @@
---
category: Document
tags: [read, clip, marker, tag]
category: Document
version: "1.63"
unicode: "f0bd"
---

View File

@@ -1,6 +1,6 @@
---
category: Document
tags: [education, learning, reading, school, library]
category: Document
version: "1.63"
unicode: "f0be"
---

View File

@@ -1,4 +1,5 @@
---
tags: [water, drink, beer, energy, wine ]
category: Food
unicode: "f3c8"
version: "1.94"

View File

@@ -1,4 +1,5 @@
---
tags: [css, cascading, style, section, element, square, website, container]
category: Design
unicode: "f3c9"
version: "1.94"

View File

@@ -1,4 +1,5 @@
---
tags: [css, cascading, style, section, element, square, website, container]
category: Design
unicode: "f3ca"
version: "1.94"

View File

@@ -1,6 +1,6 @@
---
category: Math
tags: [punctuation, additional, information]
category: Math
version: "1.63"
unicode: "f0bf"
---

View File

@@ -1,6 +1,6 @@
---
category: Math
tags: [punctuation, additional, information]
category: Math
version: "1.63"
unicode: "f0c0"
---

View File

@@ -1,4 +1,5 @@
---
tags: [food, breakfast, sandwich, toast, baking]
category: Food
unicode: "f3cb"
version: "1.94"

View File

@@ -1,4 +1,5 @@
---
tags: [bag, baggage, folder, carrier, documents]
unicode: "f3cc"
version: "1.94"
---

View File

@@ -1,4 +1,5 @@
---
tags: [light, dark, screen]
category: Photography
unicode: "f3cd"
version: "1.94"

View File

@@ -1,6 +1,6 @@
---
tags: [communication, tv, signal, media, sound, connection, network ]
category: Devices
tags: [communication, tv, signal, media, sound, connection, network]
version: "1.69"
unicode: "f1e8"
---

View File

@@ -1,6 +1,6 @@
---
category: Devices
tags: [internet, web, display]
category: Devices
version: "1.63"
unicode: "f0c1"
---

View File

@@ -1,6 +1,6 @@
---
category: Design
tags: [paint, art, picture, paintbrush, painter]
category: Design
version: "1.63"
unicode: "f0c2"
---

View File

@@ -1,6 +1,6 @@
---
category: Nature
tags: [germ, insect, error, nature]
category: Nature
version: "1.63"
unicode: "f0c3"
---

View File

@@ -1,4 +1,5 @@
---
tags: [vehicle, drive, driver, engine, motor, journey, trip]
category: Vehicles
unicode: "f3ce"
version: "1.94"

View File

@@ -1,4 +1,5 @@
---
tags: [plant, desert, spikes, nature, garden]
category: Nature
unicode: "f3cf"
version: "1.94"

View File

@@ -1,6 +1,6 @@
---
tags: [date, day, plan, schedule, agenda]
category: System
tags: [unavailable, unavailability, leave, plan, schedule, busy, date, month, year, meeting]
version: "1.39"
unicode: "ee1f"
---

View File

@@ -1,6 +1,6 @@
---
category: Media
tags: [video, photo, aperture]
category: Media
version: "1.22"
unicode: "ecee"
---

View File

@@ -1,6 +1,6 @@
---
category: Food
tags: [sweet, food, sugar, cane, halloween]
category: Food
version: "1.63"
unicode: "f0c5"
---

View File

@@ -1,6 +1,6 @@
---
category: Media
tags: [photo, photographer, sharpen]
category: Media
version: "1.63"
unicode: "f0c6"
---

View File

@@ -1,6 +1,6 @@
---
category: Vehicles
tags: [vehicle, drive, driver, engine, motor, journey, trip]
category: Vehicles
version: "1.63"
unicode: "f0c7"
---

View File

@@ -1,6 +1,6 @@
---
category: Devices
tags: [vr, virtual reality, watch, viewer, technology]
category: Devices
version: "1.63"
unicode: "f0c8"
---

View File

@@ -1,4 +1,5 @@
---
tags: [food, healthy, rabbit, vegetable]
category: Food
unicode: "f3d0"
version: "1.94"

View File

@@ -1,6 +1,6 @@
---
category: E-commerce
tags: [money, pay, bank, dollar, pound, bank, yen, business]
category: E-commerce
version: "1.39"
unicode: "ee24"
---

View File

@@ -1,6 +1,6 @@
---
category: E-commerce
tags: [currency, payment, money, pay]
category: E-commerce
version: "1.65"
unicode: "f105"
---

View File

@@ -1,6 +1,6 @@
---
category: Media
tags: [broadcast, stream, mirroring, apple, airplay, chromecast]
category: Media
version: "1.63"
unicode: "f0c9"
---

View File

@@ -1,6 +1,6 @@
---
category: Symbols
tags: [sign, marking, administration, administrative, conformity, health, safety, environment, protection, standards, product, europe, eea, economic, area, manufacture]
category: Symbols
version: "1.63"
unicode: "f0ca"
---

View File

@@ -1,6 +1,6 @@
---
category: Document
tags: [award, license, document, achievement, course, complete]
category: Document
version: "1.63"
unicode: "f0cb"
---

View File

@@ -1,6 +1,6 @@
---
category: Document
tags: [document, official, attest, signature, birth, death, gift, authenticity, seal, course, complete, qualification]
category: Document
version: "1.63"
unicode: "f0cc"
---

View File

@@ -1,4 +1,5 @@
---
tags: [school, classroom, education, learn]
category: Document
unicode: "f3d1"
version: "1.94"

View File

@@ -1,4 +1,5 @@
---
tags: [statistics, diagram, graph, rhythm, data, analysis]
category: Charts
unicode: "f3d2"
version: "1.94"

View File

@@ -1,4 +1,5 @@
---
tags: [statistics, diagram, graph, rhythm, data, analysis]
category: Charts
unicode: "f3d3"
version: "1.94"

View File

@@ -1,4 +1,5 @@
---
tags: [cooking, kitchen, restaurant, food, job]
unicode: "f3d4"
version: "1.94"
---

View File

@@ -1,4 +1,5 @@
---
tags: [holidays, pine, decorate, decoration, gift, present, carol, evergreen, spruce, fir, winter]
category: Nature
unicode: "f3d5"
version: "1.94"

View File

@@ -1,6 +1,6 @@
---
tags: [off, zero]
category: Shapes
tags: [shape, split, slash, disabled]
version: "1.39"
unicode: "ee40"
---

View File

@@ -1,6 +1,6 @@
---
tags: [copy]
category: Document
tags: [task, document, file, report]
version: "1.63"
unicode: "f0ce"
---

View File

@@ -1,6 +1,6 @@
---
tags: [time, watch, alarm]
category: System
tags: [time, watch, timer, alarm, date, hour, schedule]
version: "1.63"
unicode: "f0cf"
---

View File

@@ -1,4 +1,5 @@
---
tags: [hanger, furniture, fashion, clothing, stand]
unicode: "f3d6"
version: "1.94"
---

View File

@@ -1,6 +1,6 @@
---
tags: [weather, online]
category: Weather
tags: [auto, backup, storage, memory, files, pictures, store]
version: "1.28"
unicode: "ed3e"
---

View File

@@ -1,6 +1,6 @@
---
category: Text
tags: [brackets, source, programming, command]
category: Text
version: "1.63"
unicode: "f0d0"
---

View File

@@ -1,6 +1,6 @@
---
category: Food
tags: [espresso, hot, cup, latte, cafe, drink]
category: Food
version: "1.65"
unicode: "f106"
---

View File

@@ -1,6 +1,6 @@
---
category: E-commerce
tags: [money, earn, salary, change, dollar]
category: E-commerce
version: "1.63"
unicode: "f0d1"
---

View File

@@ -1,6 +1,6 @@
---
category: Design
tags: [timbre, saturation, paint, image, brush, choice, selection, sample]
category: Design
version: "1.63"
unicode: "f0d2"
---

View File

@@ -1,6 +1,6 @@
---
category: Design
tags: [sample, choice, selection]
category: Design
version: "1.63"
unicode: "f0d3"
---

View File

@@ -1,6 +1,6 @@
---
category: Text
tags: [text, gap, table]
category: Text
version: "1.63"
unicode: "f0d4"
---

View File

@@ -1,4 +1,5 @@
---
tags: [apple, key, keyboard, cmd]
category: Symbols
unicode: "f3d7"
version: "1.94"

View File

@@ -1,6 +1,6 @@
---
category: Map
tags: [navigation, safari, travel, direction, discover]
category: Map
version: "1.63"
unicode: "f0d5"
---

View File

@@ -1,6 +1,6 @@
---
category: Design
tags: [hardware, technology, electronic, computer, design, ux, figma]
category: Design
version: "1.63"
unicode: "f0d6"
---

View File

@@ -1,4 +1,5 @@
---
tags: [geometry, math, object, shape]
unicode: "f3d8"
version: "1.94"
---

View File

@@ -1,4 +1,5 @@
---
tags: [party, celebrate, streamers, paper, parade, wedding, celebration]
unicode: "f3d9"
version: "1.94"
---

View File

@@ -1,6 +1,6 @@
---
category: Design
tags: [element, html, block, store, inside]
category: Design
version: "1.65"
unicode: "f107"
---

View File

@@ -1,4 +1,5 @@
---
tags: [edit, paint, photo]
category: Photography
unicode: "f3da"
version: "1.94"

View File

@@ -1,4 +1,5 @@
---
tags: [edit, paint, photo]
category: Photography
unicode: "f3db"
version: "1.94"

View File

@@ -1,6 +1,6 @@
---
category: Food
tags: [food, sweet, cooking, snack, internet, privacy]
category: Food
version: "1.63"
unicode: "f0d7"
---

View File

@@ -1,6 +1,6 @@
---
category: Text
tags: [clipboard, clone, duplicate]
category: Text
version: "1.63"
unicode: "f0d8"
---

View File

@@ -1,6 +1,6 @@
---
tags: [licence, license]
category: Symbols
tags: [licence, direction]
version: "1.63"
unicode: "f0d9"
---

View File

@@ -1,6 +1,6 @@
---
tags: [licence, license]
category: Symbols
tags: [licence, direction]
version: "1.63"
unicode: "f0da"
---

View File

@@ -1,6 +1,6 @@
---
category: Devices
tags: [processor, computer, chip, hardware, technology, electronic]
category: Devices
version: "1.65"
unicode: "f108"
---

View File

@@ -1,6 +1,6 @@
---
category: Vehicles
tags: [consturction, building, machine, lifting]
category: Vehicles
version: "1.65"
unicode: "f109"
---

View File

@@ -1,6 +1,6 @@
---
version: "1.65"
tags: [licence, license]
version: "1.65"
unicode: "f10a"
---
<svg>

Some files were not shown because too many files have changed in this diff Show More