1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-09-03 02:42:55 +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)) { if (fs.existsSync(fileOriginal)) {
const dataOriginal = fs.readFileSync(fileOriginal).toString() 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) { if (categoryOriginal || tagsOriginal) {
console.log('categoryOriginal', categoryOriginal[1])
let data = fs.readFileSync(file).toString() let data = fs.readFileSync(file).toString()
data = data.replace(/(---[\s\S]+?---)/, function(m, headerContent) { data = data.replace(/(---[\s\S]+?---)/, function(m, headerContent) {
console.log('categoryOriginal', fileOriginal, categoryOriginal && categoryOriginal[1], tagsOriginal && tagsOriginal[1])
headerContent = headerContent.replace(/category: .*\n/, '') if (categoryOriginal) {
headerContent = headerContent.replace(/---/, `---\ncategory: ${categoryOriginal[1]}`) 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 return headerContent
}) })

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
--- ---
category: Media
tags: [broadcast, stream, mirroring, apple, airplay, chromecast] tags: [broadcast, stream, mirroring, apple, airplay, chromecast]
category: Media
version: "1.63" version: "1.63"
unicode: "f0c9" 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] tags: [sign, marking, administration, administrative, conformity, health, safety, environment, protection, standards, product, europe, eea, economic, area, manufacture]
category: Symbols
version: "1.63" version: "1.63"
unicode: "f0ca" unicode: "f0ca"
--- ---

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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