diff --git a/build/build-metadata.mjs b/build/build-metadata.mjs new file mode 100644 index 0000000000..19aa89bf58 --- /dev/null +++ b/build/build-metadata.mjs @@ -0,0 +1,76 @@ +#!/usr/bin/env node + +import fs from 'node:fs/promises' +import path from 'node:path' +import { fileURLToPath } from 'node:url' +import picocolors from 'picocolors' +import { load as yamlLoad } from 'js-yaml' + +const __filename = fileURLToPath(import.meta.url) +const __dirname = path.dirname(fileURLToPath(import.meta.url)) + +const docsIconsDir = path.join(__dirname, '../docs/content/icons/') +const metadataDir = path.join(__dirname, '../metadata/') +const jsonOutput = path.join(metadataDir, 'icons.json') +const categoriesOutput = path.join(metadataDir, 'categories.json') + +async function main(file, iconsMetadata, categories) { + const filePath = path.join(docsIconsDir, file) + const content = await fs.readFile(filePath, 'utf8') + const frontmatterMatch = content.match(/^---\n([\s\S]*?)\n---/) + + if (frontmatterMatch && frontmatterMatch[1]) { + try { + const frontmatterJson = yamlLoad(frontmatterMatch[1]) + delete frontmatterJson.title + + const iconName = file.replace('.md', '') + iconsMetadata[iconName] = frontmatterJson + + if (frontmatterJson.categories && frontmatterJson.categories.length) { + for (const category of frontmatterJson.categories) { + if (!categories[category]) { + categories[category] = [] + } + categories[category].push(iconName) + } + } + } catch (yamlError) { + console.error(picocolors.red(`Error parsing YAML in ${file}:`), yamlError) + } + } +} + +(async () => { + try { + const basename = path.basename(__filename) + const timeLabel = picocolors.cyan(`[${basename}] finished`) + + console.log(picocolors.cyan(`[${basename}] started`)) + console.time(timeLabel) + + const files = await fs.readdir(docsIconsDir) + const iconsMetadata = {} + const categories = {} + + await Promise.all(files.map(file => main(file, iconsMetadata, categories))) + + await fs.writeFile(jsonOutput, JSON.stringify(iconsMetadata, null, 2)) + await fs.writeFile(categoriesOutput, JSON.stringify(categories, null, 2)) + + const iconsMetadataLength = Object.keys(iconsMetadata).length + const categoriesLength = Object.keys(categories).length + + console.log( + picocolors.green('\nSuccess, prepared metadata for %s icon%s and %s categor%s!'), + iconsMetadataLength, + iconsMetadataLength === 1 ? '' : 's', + categoriesLength, + categoriesLength === 1 ? 'y' : 'ies' + ) + console.timeEnd(timeLabel) + } catch (error) { + console.error(error) + process.exit(1) + } +})() diff --git a/metadata/categories.json b/metadata/categories.json new file mode 100644 index 0000000000..00fcebab29 --- /dev/null +++ b/metadata/categories.json @@ -0,0 +1,2167 @@ +{ + "Shapes": [ + "0-circle-fill", + "0-square", + "0-square-fill", + "0-circle", + "1-circle-fill", + "1-square", + "1-circle", + "1-square-fill", + "2-circle-fill", + "2-square-fill", + "3-circle-fill", + "2-square", + "2-circle", + "3-circle", + "4-circle-fill", + "3-square", + "4-square-fill", + "4-square", + "3-square-fill", + "4-circle", + "5-circle-fill", + "5-circle", + "5-square", + "6-circle-fill", + "5-square-fill", + "6-circle", + "7-circle-fill", + "6-square-fill", + "6-square", + "7-circle", + "7-square-fill", + "8-circle-fill", + "7-square", + "8-circle", + "8-square", + "9-circle", + "9-square-fill", + "8-square-fill", + "9-circle-fill", + "9-square", + "c-circle-fill", + "c-square-fill", + "c-square", + "c-circle", + "cc-circle", + "cc-circle-fill", + "cc-square-fill", + "cc-square", + "circle-fill", + "circle-half", + "circle", + "diamond-fill", + "diamond-half", + "diamond", + "gem", + "h-circle-fill", + "h-circle", + "h-square", + "h-square-fill", + "heart-fill", + "heart-half", + "heptagon-fill", + "heptagon", + "heptagon-half", + "heart", + "hexagon-half", + "hexagon", + "hexagon-fill", + "octagon", + "octagon-half", + "octagon-fill", + "p-circle-fill", + "p-circle", + "p-square-fill", + "p-square", + "pentagon-fill", + "pentagon", + "pentagon-half", + "r-circle-fill", + "r-circle", + "r-square-fill", + "r-square", + "square-half", + "star", + "star-fill", + "square-fill", + "star-half", + "square", + "triangle-fill", + "triangle-half", + "triangle" + ], + "Typography": [ + "123", + "alphabet-uppercase", + "alphabet", + "asterisk", + "blockquote-left", + "blockquote-right", + "body-text", + "border-style", + "border-width", + "braces-asterisk", + "braces", + "code-slash", + "code-square", + "code", + "cursor-text", + "fonts", + "hash", + "hr", + "infinity", + "justify", + "justify-left", + "justify-right", + "list-check", + "list-columns-reverse", + "list-columns", + "list-task", + "list-ul", + "list-ol", + "list", + "list-nested", + "list-stars", + "paragraph", + "percent", + "plus-slash-minus", + "quote", + "regex", + "spellcheck", + "subscript", + "superscript", + "text-center", + "text-indent-left", + "text-left", + "text-indent-right", + "text-paragraph", + "text-wrap", + "text-right", + "type-h2", + "type-h1", + "type-h6", + "type-h4", + "type-h3", + "type-h5", + "type-underline", + "type-strikethrough", + "type", + "type-bold", + "type-italic", + "vr" + ], + "Transportation": [ + "airplane-engines-fill", + "airplane-engines", + "airplane-fill", + "airplane", + "bus-front", + "bus-front-fill", + "car-front-fill", + "car-front", + "ev-front-fill", + "ev-front", + "ev-station-fill", + "ev-station", + "fuel-pump-diesel-fill", + "fuel-pump-fill", + "fuel-pump-diesel", + "fuel-pump", + "scooter", + "sign-do-not-enter-fill", + "sign-dead-end-fill", + "sign-dead-end", + "sign-do-not-enter", + "sign-intersection-side-fill", + "sign-intersection-side", + "sign-intersection-fill", + "sign-intersection-t-fill", + "sign-intersection-t", + "sign-intersection-y-fill", + "sign-intersection-y", + "sign-intersection", + "sign-merge-left-fill", + "sign-merge-left", + "sign-no-left-turn", + "sign-merge-right", + "sign-no-left-turn-fill", + "sign-merge-right-fill", + "sign-no-parking-fill", + "sign-no-parking", + "sign-no-right-turn-fill", + "sign-stop-lights-fill", + "sign-no-right-turn", + "sign-stop-lights", + "sign-railroad", + "sign-stop", + "sign-railroad-fill", + "sign-turn-left-fill", + "sign-turn-left", + "sign-turn-right-fill", + "sign-turn-slight-left-fill", + "sign-turn-right", + "sign-turn-slight-left", + "sign-stop-fill", + "sign-turn-slight-right", + "sign-yield-fill", + "sign-turn-slight-right-fill", + "sign-yield", + "taxi-front-fill", + "taxi-front", + "train-freight-front-fill", + "train-freight-front", + "train-front", + "train-front-fill", + "train-lightrail-front", + "train-lightrail-front-fill", + "truck-front-fill", + "truck-front" + ], + "Devices": [ + "alarm-fill", + "alarm", + "battery-charging", + "battery-full", + "battery-half", + "battery", + "calculator", + "calculator-fill", + "camera-fill", + "camera-reels-fill", + "camera-reels", + "camera-video-fill", + "camera", + "camera-video-off-fill", + "camera-video", + "camera-video-off", + "camera2", + "controller", + "cpu-fill", + "cpu", + "database-add", + "database-dash", + "database-down", + "database-check", + "database-fill-add", + "database-exclamation", + "database-fill-check", + "database-fill-dash", + "database-fill-down", + "database-fill-lock", + "database-fill-exclamation", + "database-fill-up", + "database-fill-gear", + "database-fill-slash", + "database-gear", + "database-lock", + "database-slash", + "database-fill", + "database-x", + "database", + "database-up", + "device-hdd-fill", + "device-ssd-fill", + "database-fill-x", + "device-hdd", + "device-ssd", + "display-fill", + "displayport", + "display", + "displayport-fill", + "earbuds", + "ethernet", + "floppy-fill", + "floppy", + "floppy2-fill", + "floppy2", + "gpu-card", + "hdd-fill", + "hdd-network-fill", + "hdd-network", + "hdd-stack-fill", + "hdd-rack-fill", + "hdd-rack", + "hdd-stack", + "hdd", + "hdmi-fill", + "hdmi", + "headphones", + "headset-vr", + "headset", + "keyboard", + "keyboard-fill", + "laptop-fill", + "laptop", + "memory", + "modem-fill", + "modem", + "motherboard", + "motherboard-fill", + "mouse", + "mouse2-fill", + "mouse-fill", + "mouse2", + "music-player", + "mouse3", + "mouse3-fill", + "music-player-fill", + "nvme", + "nvme-fill", + "optical-audio-fill", + "optical-audio", + "pc-display-horizontal", + "pc-display", + "pc-horizontal", + "pci-card-network", + "pc", + "pci-card-sound", + "pci-card", + "phone-flip", + "phone-landscape-fill", + "phone-vibrate-fill", + "phone-landscape", + "phone-fill", + "phone-vibrate", + "phone", + "printer-fill", + "printer", + "projector-fill", + "projector", + "robot", + "router", + "router-fill", + "sd-card", + "sd-card-fill", + "server", + "sim-fill", + "sim-slash-fill", + "sim-slash", + "sim", + "smartwatch", + "speaker-fill", + "speaker", + "stopwatch-fill", + "stopwatch", + "tablet-fill", + "tablet", + "tablet-landscape", + "tablet-landscape-fill", + "thunderbolt-fill", + "thunderbolt", + "tv-fill", + "tv", + "usb-c-fill", + "usb-drive-fill", + "usb-fill", + "usb-c", + "usb-micro-fill", + "usb-mini", + "usb-drive", + "usb-plug-fill", + "usb-mini-fill", + "usb-symbol", + "usb", + "usb-plug", + "watch", + "webcam-fill", + "usb-micro", + "webcam" + ], + "Data": [ + "activity", + "bar-chart-line-fill", + "bar-chart-fill", + "bar-chart", + "bar-chart-line", + "bar-chart-steps", + "graph-down-arrow", + "graph-down", + "graph-up-arrow", + "graph-up", + "pie-chart-fill", + "pie-chart" + ], + "Graphics": [ + "align-center", + "align-bottom", + "align-start", + "align-end", + "align-top", + "align-middle", + "back", + "bezier", + "bezier2", + "bounding-box", + "bounding-box-circles", + "brilliance", + "circle-square", + "crop", + "diagram-2-fill", + "diagram-3-fill", + "diagram-2", + "diagram-3", + "distribute-horizontal", + "distribute-vertical", + "droplet-fill", + "droplet-half", + "droplet", + "easel2-fill", + "easel-fill", + "easel2", + "easel3", + "easel", + "easel3-fill", + "eraser", + "exclude", + "exposure", + "eyedropper", + "eraser-fill", + "front", + "highlights", + "input-cursor-text", + "input-cursor", + "intersect", + "layer-backward", + "layer-forward", + "layers-fill", + "layers-half", + "layers", + "mask", + "node-minus-fill", + "noise-reduction", + "node-plus-fill", + "node-plus", + "node-minus", + "palette", + "paint-bucket", + "palette2", + "palette-fill", + "rulers", + "shadows", + "sliders", + "sliders2-vertical", + "sliders2", + "stack", + "subtract", + "symmetry-vertical", + "symmetry-horizontal", + "textarea-resize", + "textarea-t", + "textarea", + "transparency", + "union", + "vector-pen", + "vignette", + "zoom-in", + "zoom-out" + ], + "Brand": [ + "alexa", + "alipay", + "amazon", + "amd", + "android", + "apple", + "android2", + "behance", + "bing", + "bluetooth", + "browser-chrome", + "browser-firefox", + "browser-edge", + "browser-safari", + "discord", + "dribbble", + "dropbox", + "facebook", + "github", + "gitlab", + "git", + "google", + "google-play", + "instagram", + "line", + "linkedin", + "medium", + "mastodon", + "meta", + "microsoft-teams", + "microsoft", + "messenger", + "nintendo-switch", + "nvidia", + "opencollective", + "paypal", + "pinterest", + "playstation", + "quora", + "reddit", + "signal", + "sina-weibo", + "slack", + "skype", + "sourceforge", + "spotify", + "stack-overflow", + "steam", + "stripe", + "substack", + "strava", + "telegram", + "tencent-qq", + "snapchat", + "threads", + "tiktok", + "threads-fill", + "trello", + "twitch", + "twitter", + "twitter-x", + "ubuntu", + "unity", + "vimeo", + "wechat", + "wikipedia", + "whatsapp", + "windows", + "wordpress", + "xbox", + "yelp", + "youtube" + ], + "UI and keyboard": [ + "alt", + "backspace-fill", + "backspace", + "backspace-reverse-fill", + "backspace-reverse", + "border-all", + "border-center", + "border-bottom", + "border-left", + "border-inner", + "border-right", + "border-outer", + "border-middle", + "border-top", + "border", + "brightness-alt-high-fill", + "brightness-alt-low", + "brightness-alt-high", + "brightness-alt-low-fill", + "brightness-low", + "brightness-high-fill", + "brightness-high", + "brightness-low-fill", + "capslock-fill", + "capslock", + "check-all", + "check2-all", + "check2-square", + "check2-circle", + "check2", + "command", + "copy", + "dot", + "eject", + "eject-fill", + "filter", + "fullscreen-exit", + "fullscreen", + "grip-horizontal", + "grip-vertical", + "link-45deg", + "link", + "option", + "power", + "save-fill", + "save2-fill", + "save", + "save2", + "shift-fill", + "shift", + "trash", + "trash-fill", + "trash2", + "trash3-fill", + "trash2-fill", + "trash3", + "view-list", + "view-stacked" + ], + "Apps": [ + "app-indicator", + "app", + "terminal-dash", + "terminal-fill", + "terminal-plus", + "terminal-x", + "terminal-split", + "terminal", + "window-dock", + "window-dash", + "window-fullscreen", + "window-desktop", + "window-plus", + "window-x", + "window-split", + "window-sidebar", + "window-stack" + ], + "Files and folders": [ + "archive-fill", + "archive", + "card-checklist", + "card-image", + "card-list", + "card-heading", + "card-text", + "file-arrow-down-fill", + "file-arrow-down", + "file-arrow-up-fill", + "file-bar-graph", + "file-bar-graph-fill", + "file-arrow-up", + "file-break-fill", + "file-break", + "file-binary-fill", + "file-check-fill", + "file-check", + "file-code-fill", + "file-code", + "file-diff", + "file-earmark-arrow-down-fill", + "file-earmark-arrow-down", + "file-diff-fill", + "file-earmark-arrow-up-fill", + "file-earmark-arrow-up", + "file-earmark-bar-graph-fill", + "file-earmark-binary-fill", + "file-earmark-bar-graph", + "file-earmark-binary", + "file-earmark-break", + "file-earmark-break-fill", + "file-earmark-check-fill", + "file-earmark-code-fill", + "file-earmark-check", + "file-earmark-diff-fill", + "file-earmark-diff", + "file-earmark-easel-fill", + "file-earmark-code", + "file-earmark-easel", + "file-earmark-excel-fill", + "file-binary", + "file-earmark-font", + "file-earmark-fill", + "file-earmark-excel", + "file-earmark-font-fill", + "file-earmark-image-fill", + "file-earmark-lock", + "file-earmark-lock2-fill", + "file-earmark-lock-fill", + "file-earmark-image", + "file-earmark-lock2", + "file-earmark-medical", + "file-earmark-minus-fill", + "file-earmark-music", + "file-earmark-pdf-fill", + "file-earmark-music-fill", + "file-earmark-medical-fill", + "file-earmark-minus", + "file-earmark-play-fill", + "file-earmark-person", + "file-earmark-person-fill", + "file-earmark-pdf", + "file-earmark-plus", + "file-earmark-play", + "file-earmark-plus-fill", + "file-earmark-post-fill", + "file-earmark-post", + "file-earmark-ppt", + "file-earmark-ppt-fill", + "file-earmark-richtext-fill", + "file-earmark-ruled-fill", + "file-earmark-ruled", + "file-earmark-slides-fill", + "file-earmark-richtext", + "file-earmark-slides", + "file-earmark-text", + "file-earmark-spreadsheet", + "file-earmark-word-fill", + "file-earmark-word", + "file-earmark-x-fill", + "file-earmark-spreadsheet-fill", + "file-earmark-x", + "file-earmark-text-fill", + "file-earmark", + "file-earmark-zip", + "file-easel", + "file-easel-fill", + "file-fill", + "file-excel-fill", + "file-font", + "file-excel", + "file-font-fill", + "file-lock-fill", + "file-image", + "file-image-fill", + "file-lock", + "file-lock2", + "file-lock2-fill", + "file-medical", + "file-minus-fill", + "file-music-fill", + "file-medical-fill", + "file-music", + "file-pdf-fill", + "file-pdf", + "file-minus", + "file-person", + "file-play-fill", + "file-person-fill", + "file-play", + "file-plus", + "file-earmark-zip-fill", + "file-post", + "file-ppt", + "file-plus-fill", + "file-richtext-fill", + "file-richtext", + "file-ppt-fill", + "file-ruled", + "file-ruled-fill", + "file-slides", + "file-post-fill", + "file-spreadsheet-fill", + "file-slides-fill", + "file-spreadsheet", + "file-text-fill", + "file-word-fill", + "file-text", + "file-word", + "file-x-fill", + "file-x", + "files-alt", + "file-zip-fill", + "files", + "filetype-aac", + "filetype-bmp", + "filetype-ai", + "file", + "filetype-cs", + "filetype-doc", + "filetype-css", + "filetype-csv", + "filetype-exe", + "filetype-docx", + "filetype-gif", + "filetype-heic", + "filetype-html", + "filetype-java", + "filetype-jpg", + "filetype-js", + "filetype-jsx", + "filetype-json", + "filetype-m4p", + "filetype-md", + "filetype-mdx", + "filetype-key", + "filetype-mov", + "filetype-mp3", + "filetype-mp4", + "filetype-pdf", + "filetype-otf", + "filetype-png", + "filetype-ppt", + "filetype-php", + "filetype-pptx", + "filetype-psd", + "filetype-py", + "filetype-raw", + "filetype-rb", + "filetype-sass", + "filetype-sh", + "filetype-scss", + "filetype-svg", + "filetype-tiff", + "filetype-tsx", + "filetype-txt", + "filetype-ttf", + "filetype-woff", + "filetype-wav", + "filetype-xls", + "filetype-xlsx", + "file-zip", + "filetype-xml", + "filetype-yml", + "filetype-sql", + "folder-check", + "folder-minus", + "folder-fill", + "folder-plus", + "folder-symlink-fill", + "folder", + "folder-x", + "folder2-open", + "folder-symlink", + "folder2", + "image-alt", + "images", + "image-fill", + "image", + "journal-album", + "journal-bookmark", + "journal-arrow-up", + "journal-arrow-down", + "journal-check", + "journal-bookmark-fill", + "journal-code", + "journal-minus", + "journal-medical", + "journal-plus", + "journal-richtext", + "journal-x", + "journal-text", + "journal", + "journals", + "table" + ], + "Arrows": [ + "arrow-90deg-left", + "arrow-90deg-down", + "arrow-90deg-right", + "arrow-bar-down", + "arrow-90deg-up", + "arrow-bar-left", + "arrow-bar-up", + "arrow-bar-right", + "arrow-counterclockwise", + "arrow-clockwise", + "arrow-down-left", + "arrow-down-right", + "arrow-down-short", + "arrow-down-up", + "arrow-down", + "arrow-left-right", + "arrow-left-short", + "arrow-left", + "arrow-repeat", + "arrow-return-left", + "arrow-return-right", + "arrow-right-short", + "arrow-right", + "arrow-through-heart-fill", + "arrow-through-heart", + "arrow-up-left", + "arrow-up-right", + "arrow-up-short", + "arrow-up", + "arrows-angle-contract", + "arrows-expand-vertical", + "arrows-angle-expand", + "arrows-collapse", + "arrows-collapse-vertical", + "arrows-fullscreen", + "arrows-expand", + "arrows-move", + "arrows-vertical", + "arrows", + "recycle", + "shuffle" + ], + "Shape Arrows": [ + "arrow-down-circle-fill", + "arrow-down-left-circle", + "arrow-down-circle", + "arrow-down-left-square-fill", + "arrow-down-left-circle-fill", + "arrow-down-right-circle-fill", + "arrow-down-left-square", + "arrow-down-right-circle", + "arrow-down-right-square-fill", + "arrow-down-right-square", + "arrow-down-square-fill", + "arrow-down-square", + "arrow-left-circle-fill", + "arrow-left-circle", + "arrow-left-square-fill", + "arrow-left-square", + "arrow-right-circle-fill", + "arrow-right-circle", + "arrow-right-square-fill", + "arrow-right-square", + "arrow-up-circle-fill", + "arrow-up-left-circle", + "arrow-up-circle", + "arrow-up-right-circle-fill", + "arrow-up-left-circle-fill", + "arrow-up-left-square", + "arrow-up-left-square-fill", + "arrow-up-right-square", + "arrow-up-right-circle", + "arrow-up-right-square-fill", + "arrow-up-square", + "arrow-up-square-fill" + ], + "Love": [ + "arrow-through-heart-fill", + "arrow-through-heart", + "balloon-heart", + "balloon-heart-fill", + "box2-fill", + "box2-heart-fill", + "box2-heart", + "calendar-heart-fill", + "calendar-heart", + "calendar2-heart-fill", + "calendar2-heart", + "chat-heart-fill", + "chat-heart", + "chat-left-heart-fill", + "chat-left-heart", + "chat-right-heart", + "chat-right-heart-fill", + "chat-square-heart-fill", + "chat-square-heart", + "heart-arrow", + "heartbreak-fill", + "heartbreak", + "hearts", + "postage-heart-fill", + "postage-heart", + "postcard-heart-fill", + "postcard-heart", + "search-heart-fill", + "search-heart", + "valentine", + "valentine2" + ], + "Media": [ + "aspect-ratio-fill", + "aspect-ratio", + "cast", + "cassette", + "cassette-fill", + "collection-play-fill", + "collection-fill", + "collection-play", + "collection", + "disc-fill", + "disc", + "fast-forward-btn-fill", + "fast-forward-btn", + "fast-forward-circle", + "fast-forward-fill", + "fast-forward", + "fast-forward-circle-fill", + "film", + "mic-fill", + "mic", + "mic-mute", + "mic-mute-fill", + "music-note-list", + "music-note-beamed", + "music-note", + "pause-btn-fill", + "pause-btn", + "pause-circle", + "pause-circle-fill", + "pause", + "pause-fill", + "pip-fill", + "pip", + "play-btn-fill", + "play-btn", + "play-fill", + "play-circle", + "play", + "play-circle-fill", + "record-btn-fill", + "record-circle-fill", + "record-btn", + "record-circle", + "record-fill", + "record", + "record2-fill", + "record2", + "repeat-1", + "repeat", + "rewind-btn", + "rewind-btn-fill", + "rewind-fill", + "rewind-circle-fill", + "rewind-circle", + "rewind", + "skip-backward-btn-fill", + "skip-backward-circle", + "skip-backward-btn", + "skip-backward-fill", + "skip-backward", + "skip-end-circle", + "skip-end-fill", + "skip-end-circle-fill", + "skip-end-btn-fill", + "skip-end-btn", + "skip-end", + "skip-forward-btn", + "skip-forward-btn-fill", + "skip-forward-circle", + "skip-start-btn", + "skip-start-btn-fill", + "skip-forward-circle-fill", + "skip-start-fill", + "skip-forward-fill", + "skip-start-circle-fill", + "skip-start-circle", + "skip-start", + "skip-backward-circle-fill", + "skip-forward", + "soundwave", + "stop-btn", + "stop-btn-fill", + "stop-fill", + "stop", + "stop-circle-fill", + "stop-circle", + "vinyl-fill", + "vinyl", + "volume-down-fill", + "volume-down", + "volume-off", + "volume-mute", + "volume-off-fill", + "volume-mute-fill", + "volume-up", + "volume-up-fill" + ], + "Communications": [ + "at", + "bell-slash-fill", + "bell-fill", + "bell", + "bell-slash", + "broadcast-pin", + "broadcast", + "chat-dots-fill", + "chat-fill", + "chat-dots", + "chat-heart-fill", + "chat-left-dots-fill", + "chat-heart", + "chat-left-dots", + "chat-left-fill", + "chat-left-heart-fill", + "chat-left-quote-fill", + "chat-left-text", + "chat-left-quote", + "chat-left-heart", + "chat-left", + "chat-left-text-fill", + "chat-quote-fill", + "chat-right-dots-fill", + "chat-right-dots", + "chat-right-fill", + "chat-quote", + "chat-right-heart", + "chat-right-heart-fill", + "chat-right-quote-fill", + "chat-right-quote", + "chat-right-text-fill", + "chat-right", + "chat-square-fill", + "chat-square-dots-fill", + "chat-right-text", + "chat-square-dots", + "chat-square-heart-fill", + "chat-square-heart", + "chat-square-quote-fill", + "chat-square-quote", + "chat-square-text-fill", + "chat-square", + "chat-square-text", + "chat-text-fill", + "chat-text", + "chat", + "envelope-arrow-down-fill", + "envelope-arrow-up-fill", + "envelope-arrow-up", + "envelope-arrow-down", + "envelope-at-fill", + "envelope-at", + "envelope-check-fill", + "envelope-dash-fill", + "envelope-exclamation-fill", + "envelope-dash", + "envelope-open-fill", + "envelope-fill", + "envelope-heart-fill", + "envelope-heart", + "envelope-exclamation", + "envelope-check", + "envelope-open-heart-fill", + "envelope-open-heart", + "envelope-paper-heart-fill", + "envelope-plus-fill", + "envelope-paper-fill", + "envelope-plus", + "envelope-paper", + "envelope-paper-heart", + "envelope-slash-fill", + "envelope-slash", + "envelope", + "envelope-x-fill", + "envelope-x", + "envelope-open", + "flag-fill", + "flag", + "forward", + "forward-fill", + "globe2", + "globe", + "inbox-fill", + "inboxes-fill", + "inbox", + "inboxes", + "qr-code-scan", + "qr-code", + "reception-1", + "reception-0", + "reception-2", + "reception-3", + "reception-4", + "reply-all-fill", + "reply-all", + "reply", + "reply-fill", + "rss-fill", + "rss", + "search-heart-fill", + "search-heart", + "search", + "send-arrow-down-fill", + "send-arrow-down", + "send-arrow-up-fill", + "send-arrow-up", + "send-check", + "send-dash", + "send-exclamation", + "send-dash-fill", + "send-exclamation-fill", + "send-plus-fill", + "send-fill", + "send-plus", + "send-slash-fill", + "send-slash", + "send-x-fill", + "send-x", + "send", + "share-fill", + "share", + "send-check-fill", + "telephone-fill", + "telephone-forward-fill", + "telephone-forward", + "telephone-minus-fill", + "telephone-inbound", + "telephone-inbound-fill", + "telephone-outbound-fill", + "telephone-plus-fill", + "telephone-x-fill", + "telephone-outbound", + "telephone-minus", + "telephone", + "telephone-plus", + "telephone-x", + "translate", + "voicemail", + "wifi-off", + "wifi", + "wifi-2", + "wifi-1" + ], + "Real world": [ + "award-fill", + "award", + "bicycle", + "binoculars-fill", + "binoculars", + "book-fill", + "book", + "book-half", + "bookshelf", + "box-fill", + "box-seam", + "box", + "box-seam-fill", + "briefcase-fill", + "briefcase", + "bricks", + "bug", + "bug-fill", + "clipboard-check-fill", + "clipboard-check", + "clipboard-data-fill", + "clipboard-heart", + "clipboard-data", + "clipboard-fill", + "clipboard-heart-fill", + "clipboard-minus-fill", + "clipboard-plus-fill", + "clipboard-pulse", + "clipboard-plus", + "clipboard-minus", + "clipboard-x-fill", + "clipboard-x", + "clipboard2-check", + "clipboard", + "clipboard2-fill", + "clipboard2-data", + "clipboard2-heart-fill", + "clipboard2-data-fill", + "clipboard2-check-fill", + "clipboard2-minus-fill", + "clipboard2-minus", + "clipboard2-heart", + "clipboard2-plus-fill", + "clipboard2-plus", + "clipboard2", + "clipboard2-pulse", + "clipboard2-x", + "clipboard2-x-fill", + "clipboard2-pulse-fill", + "cone-striped", + "credit-card-2-back", + "credit-card-2-front", + "credit-card-2-back-fill", + "credit-card-2-front-fill", + "credit-card", + "credit-card-fill", + "cup-fill", + "cup-hot-fill", + "cup-hot", + "cup-straw", + "cup", + "cone", + "door-closed-fill", + "door-closed", + "door-open-fill", + "door-open", + "egg-fried", + "egg-fill", + "egg", + "eye-fill", + "eye-slash-fill", + "eye-slash", + "eye", + "eyeglasses", + "fire", + "flower3", + "flower1", + "flower2", + "funnel-fill", + "funnel", + "gift-fill", + "gift", + "handbag-fill", + "handbag", + "hourglass-top", + "hourglass-bottom", + "hourglass-split", + "hourglass", + "house-add", + "house-add-fill", + "house-check", + "house-check-fill", + "house-dash-fill", + "house-down-fill", + "house-door", + "house-dash", + "house-door-fill", + "house-exclamation-fill", + "house-gear", + "house-exclamation", + "house-down", + "house-heart-fill", + "house-gear-fill", + "house-fill", + "house-heart", + "house-slash", + "house-slash-fill", + "house-lock", + "house-up-fill", + "house-lock-fill", + "house-x-fill", + "house-up", + "houses-fill", + "houses", + "house-x", + "house", + "key-fill", + "key", + "lamp", + "ladder", + "lamp-fill", + "life-preserver", + "lightbulb-fill", + "lightbulb-off-fill", + "lightbulb-off", + "lightbulb", + "mailbox-flag", + "mailbox", + "mailbox2", + "mailbox2-flag", + "megaphone-fill", + "megaphone", + "minecart", + "minecart-loaded", + "moon", + "newspaper", + "outlet", + "paperclip", + "pin-angle-fill", + "pin-angle", + "pin-fill", + "pin", + "plug", + "plug-fill", + "rocket-fill", + "rocket-takeoff-fill", + "rocket-takeoff", + "rocket", + "safe-fill", + "safe", + "safe2-fill", + "safe2", + "scissors", + "signpost-2-fill", + "signpost-2", + "signpost-fill", + "signpost-split-fill", + "signpost-split", + "signpost", + "speedometer", + "speedometer2", + "stickies", + "sticky-fill", + "sticky", + "stickies-fill", + "stoplights-fill", + "stoplights", + "sunglasses", + "tag-fill", + "tag", + "tags-fill", + "tags", + "thermometer", + "tree", + "tree-fill", + "trophy", + "trophy-fill" + ], + "Travel": [ + "backpack", + "backpack-fill", + "backpack2", + "backpack3-fill", + "backpack4", + "backpack3", + "backpack4-fill", + "backpack2-fill", + "duffle-fill", + "duffle", + "luggage", + "luggage-fill", + "passport-fill", + "passport", + "suitcase-fill", + "suitcase-lg", + "suitcase-lg-fill", + "suitcase2-fill", + "suitcase", + "suitcase2" + ], + "Badges": [ + "badge-3d-fill", + "badge-3d", + "badge-4k-fill", + "badge-4k", + "badge-8k-fill", + "badge-8k", + "badge-ad-fill", + "badge-ar", + "badge-ar-fill", + "badge-ad", + "badge-cc", + "badge-hd-fill", + "badge-hd", + "badge-cc-fill", + "badge-sd-fill", + "badge-sd", + "badge-tm-fill", + "badge-vo-fill", + "badge-tm", + "badge-wc-fill", + "badge-vo", + "badge-vr", + "badge-vr-fill", + "badge-wc", + "explicit-fill", + "explicit", + "markdown-fill", + "markdown", + "patch-check-fill", + "patch-minus-fill", + "patch-check", + "patch-exclamation", + "patch-exclamation-fill", + "patch-minus", + "patch-plus-fill", + "patch-plus", + "patch-question-fill", + "patch-question" + ], + "Commerce": [ + "bag-check", + "bag-check-fill", + "bag-dash-fill", + "bag-fill", + "bag-plus-fill", + "bag-dash", + "bag-heart", + "bag-x-fill", + "bag-x", + "bag-plus", + "bag", + "bag-heart-fill", + "bank", + "basket", + "basket2", + "basket2-fill", + "bank2", + "basket3", + "basket-fill", + "basket3-fill", + "cart-check-fill", + "cart-dash-fill", + "cart-fill", + "cart-dash", + "cart-plus-fill", + "cart-check", + "cart-plus", + "cart-x-fill", + "cart", + "cart-x", + "cart2", + "cart4", + "cart3", + "cash-stack", + "cash-coin", + "cash", + "coin", + "currency-bitcoin", + "currency-dollar", + "currency-exchange", + "currency-euro", + "currency-pound", + "currency-yen", + "currency-rupee", + "piggy-bank", + "piggy-bank-fill", + "receipt", + "receipt-cutoff", + "shop-window", + "shop", + "truck-flatbed", + "truck", + "upc", + "upc-scan", + "wallet-fill", + "wallet", + "wallet2" + ], + "Real World": [ + "balloon-fill", + "balloon", + "ban", + "bandaid", + "bandaid-fill", + "balloon-heart", + "ban-fill", + "balloon-heart-fill", + "boombox-fill", + "boombox", + "box2-fill", + "box2", + "box2-heart-fill", + "boxes", + "box2-heart", + "cake-fill", + "cake", + "cake2", + "cake2-fill", + "cookie", + "ear-fill", + "ear", + "fan", + "feather", + "feather2", + "hypnotize", + "magnet", + "magic", + "magnet-fill", + "mortarboard", + "mortarboard-fill", + "pass-fill", + "pass", + "postage-fill", + "postage-heart-fill", + "postcard-fill", + "postage-heart", + "postcard-heart-fill", + "postcard-heart", + "postcard", + "postage", + "radioactive", + "ticket-detailed-fill", + "ticket-detailed", + "ticket", + "ticket-fill", + "ticket-perforated-fill", + "ticket-perforated", + "yin-yang" + ], + "Miscellaneous": [ + "bookmark-dash", + "bookmark-check", + "bookmark-dash-fill", + "bookmark-fill", + "bookmark-check-fill", + "bookmark-heart", + "bookmark-heart-fill", + "bookmark-plus", + "bookmark-plus-fill", + "bookmark-star-fill", + "bookmark-x", + "bookmark-star", + "bookmark-x-fill", + "bookmarks-fill", + "bookmark", + "bookmarks", + "clock", + "clock-fill", + "clock-history", + "download", + "incognito", + "kanban-fill", + "kanban", + "lightning-charge-fill", + "lightning-charge", + "peace-fill", + "peace", + "puzzle-fill", + "puzzle", + "upload" + ], + "Bootstrap": [ + "bootstrap-reboot", + "bootstrap", + "bootstrap-fill" + ], + "Box arrows": [ + "box-arrow-down-right", + "box-arrow-down", + "box-arrow-down-left", + "box-arrow-in-down-left", + "box-arrow-in-down-right", + "box-arrow-in-left", + "box-arrow-in-right", + "box-arrow-in-down", + "box-arrow-in-up-left", + "box-arrow-in-up-right", + "box-arrow-in-up", + "box-arrow-right", + "box-arrow-left", + "box-arrow-up", + "box-arrow-up-right", + "box-arrow-up-left" + ], + "Tools": [ + "brush-fill", + "brush", + "bucket-fill", + "bucket", + "gear-fill", + "gear-wide-connected", + "gear-wide", + "gear", + "hammer", + "highlighter", + "marker-tip", + "nut-fill", + "nut", + "pencil-fill", + "pen", + "pencil", + "pencil-square", + "pen-fill", + "screwdriver", + "tools", + "wrench-adjustable-circle-fill", + "wrench-adjustable-circle", + "wrench-adjustable", + "wrench" + ], + "Buildings": [ + "building-add", + "building-check", + "building-dash", + "building-down", + "building-exclamation", + "building-fill-check", + "building-fill-add", + "building-fill-down", + "building-fill-dash", + "building-fill-gear", + "building-fill-lock", + "building-fill-up", + "building-fill-slash", + "building-fill", + "building-fill-exclamation", + "building-fill-x", + "building-gear", + "building-lock", + "building-up", + "building-slash", + "building", + "building-x", + "buildings-fill", + "buildings" + ], + "Geo": [ + "bullseye", + "compass-fill", + "compass", + "crosshair2", + "crosshair", + "cursor-fill", + "cursor", + "geo-alt-fill", + "geo-alt", + "geo", + "geo-fill", + "globe-americas", + "globe-central-south-asia", + "globe-asia-australia", + "globe-europe-africa", + "map-fill", + "map", + "pin-map-fill", + "pin-map", + "radar" + ], + "Date and time": [ + "calendar-check-fill", + "calendar-check", + "calendar-date-fill", + "calendar-date", + "calendar-event-fill", + "calendar-day-fill", + "calendar-day", + "calendar-event", + "calendar-fill", + "calendar-heart-fill", + "calendar-heart", + "calendar-minus", + "calendar-minus-fill", + "calendar-month-fill", + "calendar-month", + "calendar-plus", + "calendar-plus-fill", + "calendar-week-fill", + "calendar-range", + "calendar-range-fill", + "calendar-week", + "calendar-x-fill", + "calendar", + "calendar-x", + "calendar2-day-fill", + "calendar2-check-fill", + "calendar2-check", + "calendar2-date-fill", + "calendar2-day", + "calendar2-date", + "calendar2-event-fill", + "calendar2-event", + "calendar2-fill", + "calendar2-heart-fill", + "calendar2-minus-fill", + "calendar2-heart", + "calendar2-minus", + "calendar2-month-fill", + "calendar2-month", + "calendar2-range", + "calendar2-plus-fill", + "calendar2-range-fill", + "calendar2-week-fill", + "calendar2-plus", + "calendar2-x-fill", + "calendar2-week", + "calendar2", + "calendar3-event", + "calendar2-x", + "calendar3-event-fill", + "calendar3-week-fill", + "calendar3-range-fill", + "calendar3-range", + "calendar3-fill", + "calendar4-range", + "calendar3-week", + "calendar3", + "calendar4-event", + "calendar4", + "calendar4-week" + ], + "Medical": [ + "capsule-pill", + "capsule", + "clipboard2-pulse", + "clipboard2-pulse-fill", + "heart-pulse-fill", + "heart-pulse", + "hospital-fill", + "hospital", + "lungs-fill", + "lungs", + "prescription2", + "prescription", + "virus", + "virus2" + ], + "Carets": [ + "caret-down-fill", + "caret-down-square-fill", + "caret-down-square", + "caret-down", + "caret-left-fill", + "caret-left-square", + "caret-left-square-fill", + "caret-right-fill", + "caret-left", + "caret-right-square-fill", + "caret-up-fill", + "caret-right-square", + "caret-right", + "caret-up-square-fill", + "caret-up", + "caret-up-square" + ], + "Alerts, warnings, and signs": [ + "check-circle-fill", + "check-lg", + "check-circle", + "check-square", + "check-square-fill", + "check", + "dash-circle-dotted", + "dash-circle-fill", + "dash-lg", + "dash-square-dotted", + "dash-circle", + "dash-square-fill", + "dash", + "dash-square", + "exclamation-circle-fill", + "exclamation-circle", + "exclamation-diamond", + "exclamation-diamond-fill", + "exclamation-lg", + "exclamation-octagon-fill", + "exclamation-octagon", + "exclamation-square-fill", + "exclamation-triangle-fill", + "exclamation-square", + "exclamation-triangle", + "exclamation", + "info-circle-fill", + "info-lg", + "info", + "info-square", + "info-square-fill", + "info-circle", + "plus-circle-dotted", + "plus-circle", + "plus-lg", + "plus-circle-fill", + "plus-square-dotted", + "plus-square", + "plus-square-fill", + "plus", + "question-diamond", + "question-circle", + "question-circle-fill", + "question-diamond-fill", + "question-lg", + "question-octagon-fill", + "question-square-fill", + "question-square", + "question", + "question-octagon", + "slash-circle-fill", + "slash-lg", + "slash-circle", + "slash-square-fill", + "slash-square", + "slash", + "x-circle-fill", + "x-circle", + "x-diamond", + "x-octagon-fill", + "x-lg", + "x-octagon", + "x-square", + "x-diamond-fill", + "x-square-fill", + "x" + ], + "Chevrons": [ + "chevron-bar-expand", + "chevron-bar-contract", + "chevron-bar-right", + "chevron-bar-left", + "chevron-bar-up", + "chevron-compact-down", + "chevron-compact-right", + "chevron-bar-down", + "chevron-compact-up", + "chevron-compact-left", + "chevron-contract", + "chevron-double-down", + "chevron-down", + "chevron-double-right", + "chevron-double-up", + "chevron-right", + "chevron-left", + "chevron-double-left", + "chevron-up", + "chevron-expand" + ], + "Clouds": [ + "cloud-arrow-down-fill", + "cloud-arrow-down", + "cloud-arrow-up", + "cloud-arrow-up-fill", + "cloud-check", + "cloud-check-fill", + "cloud-download-fill", + "cloud-download", + "cloud-fill", + "cloud-minus-fill", + "cloud-plus-fill", + "cloud-minus", + "cloud-plus", + "cloud-slash", + "cloud-slash-fill", + "cloud-upload", + "cloud", + "cloud-upload-fill" + ], + "Weather": [ + "cloud-drizzle-fill", + "cloud-drizzle", + "cloud-fog-fill", + "cloud-fog", + "cloud-fog2", + "cloud-hail-fill", + "cloud-hail", + "cloud-fog2-fill", + "cloud-haze-fill", + "cloud-haze", + "cloud-haze2", + "cloud-lightning-fill", + "cloud-lightning-rain", + "cloud-lightning-rain-fill", + "cloud-lightning", + "cloud-haze2-fill", + "cloud-moon", + "cloud-moon-fill", + "cloud-rain-fill", + "cloud-rain-heavy", + "cloud-rain-heavy-fill", + "cloud-rain", + "cloud-snow-fill", + "cloud-sleet", + "cloud-sleet-fill", + "cloud-snow", + "cloud-sun", + "clouds-fill", + "cloudy-fill", + "cloud-sun-fill", + "clouds", + "cloudy", + "hurricane", + "lightning-fill", + "lightning", + "moisture", + "moon-fill", + "moon-stars", + "moon-stars-fill", + "rainbow", + "snow2", + "snow", + "snow3", + "stars", + "sun-fill", + "sunrise-fill", + "sunrise", + "sunset-fill", + "sun", + "sunset", + "thermometer-half", + "thermometer-high", + "thermometer-snow", + "thermometer-sun", + "thermometer-low", + "tornado", + "tropical-storm", + "tsunami", + "umbrella-fill", + "umbrella", + "water", + "wind" + ], + "Layout": [ + "columns-gap", + "columns", + "grid-1x2-fill", + "grid-1x2", + "grid-3x2-gap-fill", + "grid-3x2-gap", + "grid-3x2", + "grid-3x3-gap", + "grid-3x3", + "grid", + "grid-3x3-gap-fill", + "grid-fill", + "layout-sidebar-inset", + "layout-text-sidebar-reverse", + "layout-sidebar-inset-reverse", + "layout-sidebar-reverse", + "layout-split", + "layout-text-window", + "layout-text-window-reverse", + "layout-three-columns", + "layout-sidebar", + "layout-wtf", + "layout-text-sidebar", + "window" + ], + "Entertainment": [ + "dice-1-fill", + "dice-1", + "dice-2", + "dice-2-fill", + "dice-4", + "dice-4-fill", + "dice-5-fill", + "dice-5", + "dice-6-fill", + "dice-6", + "dice-3-fill", + "dice-3", + "dpad-fill", + "dpad", + "joystick", + "suit-diamond", + "suit-diamond-fill", + "suit-club-fill", + "suit-spade-fill", + "suit-spade", + "suit-heart", + "suit-club", + "suit-heart-fill" + ], + "Emoji": [ + "emoji-angry", + "emoji-astonished-fill", + "emoji-astonished", + "emoji-dizzy-fill", + "emoji-expressionless-fill", + "emoji-expressionless", + "emoji-frown-fill", + "emoji-grimace", + "emoji-frown", + "emoji-grimace-fill", + "emoji-grin", + "emoji-grin-fill", + "emoji-dizzy", + "emoji-heart-eyes-fill", + "emoji-laughing-fill", + "emoji-kiss-fill", + "emoji-heart-eyes", + "emoji-angry-fill", + "emoji-neutral-fill", + "emoji-laughing", + "emoji-neutral", + "emoji-kiss", + "emoji-smile-upside-down-fill", + "emoji-smile-upside-down", + "emoji-smile-fill", + "emoji-sunglasses-fill", + "emoji-smile", + "emoji-tear", + "emoji-sunglasses", + "emoji-surprise-fill", + "emoji-tear-fill", + "emoji-wink-fill", + "emoji-surprise", + "emoji-wink", + "heartbreak-fill", + "heartbreak" + ], + "UI and Keyboard": [ + "escape", + "indent", + "unindent", + "universal-access-circle", + "universal-access" + ], + "Sort and filter": [ + "filter-circle-fill", + "filter-circle", + "filter-right", + "filter-left", + "filter-square", + "filter-square-fill", + "sort-alpha-down-alt", + "sort-alpha-up-alt", + "sort-down-alt", + "sort-alpha-down", + "sort-alpha-up", + "sort-down", + "sort-numeric-down-alt", + "sort-numeric-up-alt", + "sort-numeric-down", + "sort-numeric-up", + "sort-up-alt", + "sort-up" + ], + "Security": [ + "fingerprint", + "lock-fill", + "lock", + "shield-check", + "shield-fill-check", + "shield-exclamation", + "shield-fill-exclamation", + "shield-fill-plus", + "shield-fill-x", + "shield-fill", + "shield-plus", + "shield-lock-fill", + "shield-lock", + "shield-minus", + "shield-shaded", + "shield-x", + "shield-slash-fill", + "shield", + "shield-slash", + "shield-fill-minus", + "unlock-fill", + "unlock" + ], + "People": [ + "gender-ambiguous", + "gender-female", + "gender-male", + "gender-trans", + "gender-neuter", + "people-fill", + "person-add", + "person-badge", + "person-check", + "person-badge-fill", + "person-dash-fill", + "person-bounding-box", + "person-check-fill", + "person-circle", + "person-dash", + "person-down", + "person-exclamation", + "person-arms-up", + "person-fill-add", + "person-fill-check", + "person-fill-dash", + "person-fill-down", + "person-fill-exclamation", + "person-fill-gear", + "person-fill-slash", + "person-heart", + "person-fill-up", + "person-fill-lock", + "person-fill-x", + "person-fill", + "person-hearts", + "person-lines-fill", + "person-gear", + "person-plus", + "person-lock", + "person-plus-fill", + "person-slash", + "person-raised-hand", + "person-square", + "person-up", + "person-standing-dress", + "person-rolodex", + "person-vcard-fill", + "person-standing", + "person-vcard", + "person-video", + "person-video2", + "person-walking", + "person-video3", + "person-wheelchair", + "person-workspace", + "person-x-fill", + "person", + "person-x", + "people" + ], + "Hands": [ + "hand-index-thumb", + "hand-index-fill", + "hand-index-thumb-fill", + "hand-thumbs-down-fill", + "hand-index", + "hand-thumbs-down", + "hand-thumbs-up", + "hand-thumbs-up-fill" + ], + "Controls": [ + "menu-app", + "menu-button-fill", + "menu-button-wide", + "menu-app-fill", + "menu-button-wide-fill", + "menu-down", + "menu-button", + "menu-up", + "segmented-nav", + "three-dots-vertical", + "three-dots", + "toggle-on", + "toggles", + "toggle2-off", + "toggle-off", + "toggles2", + "toggle2-on", + "ui-checks-grid", + "ui-radios", + "ui-checks", + "ui-radios-grid" + ], + "UI": [ + "plugin" + ] +} \ No newline at end of file diff --git a/metadata/icons.json b/metadata/icons.json new file mode 100644 index 0000000000..18252adf33 --- /dev/null +++ b/metadata/icons.json @@ -0,0 +1,20887 @@ +{ + "123": { + "categories": [ + "Typography" + ], + "tags": [ + "numbers" + ] + }, + "0-circle-fill": { + "categories": [ + "Shapes" + ], + "tags": [ + "number", + "numeral" + ], + "added": "1.10.0" + }, + "0-square": { + "categories": [ + "Shapes" + ], + "tags": [ + "number", + "numeral" + ], + "added": "1.10.0" + }, + "0-square-fill": { + "categories": [ + "Shapes" + ], + "tags": [ + "number", + "numeral" + ], + "added": "1.10.0" + }, + "0-circle": { + "categories": [ + "Shapes" + ], + "tags": [ + "number", + "numeral" + ], + "added": "1.10.0" + }, + "1-circle-fill": { + "categories": [ + "Shapes" + ], + "tags": [ + "number", + "numeral" + ] + }, + "1-square": { + "categories": [ + "Shapes" + ], + "tags": [ + "number", + "numeral" + ] + }, + "1-circle": { + "categories": [ + "Shapes" + ], + "tags": [ + "number", + "numeral" + ] + }, + "1-square-fill": { + "categories": [ + "Shapes" + ], + "tags": [ + "number", + "numeral" + ] + }, + "2-circle-fill": { + "categories": [ + "Shapes" + ], + "tags": [ + "number", + "numeral" + ] + }, + "2-square-fill": { + "categories": [ + "Shapes" + ], + "tags": [ + "number", + "numeral" + ] + }, + "3-circle-fill": { + "categories": [ + "Shapes" + ], + "tags": [ + "number", + "numeral" + ] + }, + "2-square": { + "categories": [ + "Shapes" + ], + "tags": [ + "number", + "numeral" + ] + }, + "2-circle": { + "categories": [ + "Shapes" + ], + "tags": [ + "number", + "numeral" + ] + }, + "3-circle": { + "categories": [ + "Shapes" + ], + "tags": [ + "number", + "numeral" + ] + }, + "4-circle-fill": { + "categories": [ + "Shapes" + ], + "tags": [ + "number", + "numeral" + ] + }, + "3-square": { + "categories": [ + "Shapes" + ], + "tags": [ + "number", + "numeral" + ] + }, + "4-square-fill": { + "categories": [ + "Shapes" + ], + "tags": [ + "number", + "numeral" + ] + }, + "4-square": { + "categories": [ + "Shapes" + ], + "tags": [ + "number", + "numeral" + ] + }, + "3-square-fill": { + "categories": [ + "Shapes" + ], + "tags": [ + "number", + "numeral" + ] + }, + "4-circle": { + "categories": [ + "Shapes" + ], + "tags": [ + "number", + "numeral" + ] + }, + "5-circle-fill": { + "categories": [ + "Shapes" + ], + "tags": [ + "number", + "numeral" + ] + }, + "5-circle": { + "categories": [ + "Shapes" + ], + "tags": [ + "number", + "numeral" + ] + }, + "5-square": { + "categories": [ + "Shapes" + ], + "tags": [ + "number", + "numeral" + ] + }, + "6-circle-fill": { + "categories": [ + "Shapes" + ], + "tags": [ + "number", + "numeral" + ] + }, + "5-square-fill": { + "categories": [ + "Shapes" + ], + "tags": [ + "number", + "numeral" + ] + }, + "6-circle": { + "categories": [ + "Shapes" + ], + "tags": [ + "number", + "numeral" + ] + }, + "7-circle-fill": { + "categories": [ + "Shapes" + ], + "tags": [ + "number", + "numeral" + ] + }, + "6-square-fill": { + "categories": [ + "Shapes" + ], + "tags": [ + "number", + "numeral" + ] + }, + "6-square": { + "categories": [ + "Shapes" + ], + "tags": [ + "number", + "numeral" + ] + }, + "7-circle": { + "categories": [ + "Shapes" + ], + "tags": [ + "number", + "numeral" + ] + }, + "7-square-fill": { + "categories": [ + "Shapes" + ], + "tags": [ + "number", + "numeral" + ] + }, + "8-circle-fill": { + "categories": [ + "Shapes" + ], + "tags": [ + "number", + "numeral" + ] + }, + "7-square": { + "categories": [ + "Shapes" + ], + "tags": [ + "number", + "numeral" + ] + }, + "8-circle": { + "categories": [ + "Shapes" + ], + "tags": [ + "number", + "numeral" + ] + }, + "8-square": { + "categories": [ + "Shapes" + ], + "tags": [ + "number", + "numeral" + ] + }, + "9-circle": { + "categories": [ + "Shapes" + ], + "tags": [ + "number", + "numeral" + ] + }, + "9-square-fill": { + "categories": [ + "Shapes" + ], + "tags": [ + "number", + "numeral" + ] + }, + "8-square-fill": { + "categories": [ + "Shapes" + ], + "tags": [ + "number", + "numeral" + ] + }, + "9-circle-fill": { + "categories": [ + "Shapes" + ], + "tags": [ + "number", + "numeral" + ] + }, + "9-square": { + "categories": [ + "Shapes" + ], + "tags": [ + "number", + "numeral" + ] + }, + "airplane-engines-fill": { + "categories": [ + "Transportation" + ], + "tags": [ + "flight", + "flying", + "plane", + "air", + "airport", + "aircraft" + ] + }, + "airplane-engines": { + "categories": [ + "Transportation" + ], + "tags": [ + "flight", + "flying", + "plane", + "air", + "airport", + "aircraft" + ] + }, + "airplane-fill": { + "categories": [ + "Transportation" + ], + "tags": [ + "flight", + "flying", + "plane", + "air", + "airport", + "aircraft" + ] + }, + "airplane": { + "categories": [ + "Transportation" + ], + "tags": [ + "flight", + "flying", + "plane", + "air", + "airport", + "aircraft" + ] + }, + "alarm-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "alarm", + "clock", + "time" + ] + }, + "activity": { + "categories": [ + "Data" + ], + "tags": [ + "pulse", + "heartbeat", + "rhythm" + ] + }, + "alarm": { + "categories": [ + "Devices" + ], + "tags": [ + "alarm", + "clock", + "time" + ] + }, + "align-center": { + "categories": [ + "Graphics" + ], + "tags": [ + "space", + "align", + "distribute" + ] + }, + "align-bottom": { + "categories": [ + "Graphics" + ], + "tags": [ + "space", + "align", + "distribute" + ] + }, + "alexa": { + "categories": [ + "Brand" + ], + "tags": [ + "social", + "assistant" + ] + }, + "align-start": { + "categories": [ + "Graphics" + ], + "tags": [ + "space", + "align", + "distribute" + ] + }, + "align-end": { + "categories": [ + "Graphics" + ], + "tags": [ + "space", + "align", + "distribute" + ] + }, + "alipay": { + "categories": [ + "Brand" + ], + "tags": [ + "payments" + ] + }, + "align-top": { + "categories": [ + "Graphics" + ], + "tags": [ + "space", + "align", + "distribute" + ] + }, + "align-middle": { + "categories": [ + "Graphics" + ], + "tags": [ + "space", + "align", + "distribute" + ] + }, + "alphabet-uppercase": { + "categories": [ + "Typography" + ], + "tags": [ + "letters", + "abc" + ], + "added": "1.11.0" + }, + "alt": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "key", + "alt", + "option" + ] + }, + "amazon": { + "categories": [ + "Brand" + ], + "tags": [ + "aws" + ], + "added": "1.11.0" + }, + "alphabet": { + "categories": [ + "Typography" + ], + "tags": [ + "letters", + "abc" + ], + "added": "1.11.0" + }, + "amd": { + "categories": [ + "Brand" + ], + "tags": [ + "radeon" + ], + "added": "1.10.0" + }, + "android": { + "categories": [ + "Brand" + ], + "tags": [ + "google", + "droid" + ] + }, + "apple": { + "categories": [ + "Brand" + ], + "tags": [ + "aapl", + "mac", + "macintosh" + ] + }, + "app-indicator": { + "categories": [ + "Apps" + ], + "tags": [ + "app", + "application", + "ios", + "android", + "notification", + "square" + ] + }, + "app": { + "categories": [ + "Apps" + ], + "tags": [ + "app", + "application", + "ios", + "android", + "square" + ] + }, + "android2": { + "categories": [ + "Brand" + ], + "tags": [ + "google", + "droid" + ] + }, + "archive-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "box", + "delete" + ] + }, + "arrow-90deg-left": { + "categories": [ + "Arrows" + ], + "tags": [ + "arrow", + "right-angle" + ] + }, + "archive": { + "categories": [ + "Files and folders" + ], + "tags": [ + "box", + "delete" + ] + }, + "arrow-90deg-down": { + "categories": [ + "Arrows" + ], + "tags": [ + "arrow", + "right-angle" + ] + }, + "arrow-90deg-right": { + "categories": [ + "Arrows" + ], + "tags": [ + "arrow", + "right-angle" + ] + }, + "arrow-bar-down": { + "categories": [ + "Arrows" + ], + "tags": [ + "arrow" + ] + }, + "arrow-90deg-up": { + "categories": [ + "Arrows" + ], + "tags": [ + "arrow", + "right-angle" + ] + }, + "arrow-bar-left": { + "categories": [ + "Arrows" + ], + "tags": [ + "arrow" + ] + }, + "arrow-bar-up": { + "categories": [ + "Arrows" + ], + "tags": [ + "arrow" + ] + }, + "arrow-bar-right": { + "categories": [ + "Arrows" + ], + "tags": [ + "arrow" + ] + }, + "arrow-counterclockwise": { + "categories": [ + "Arrows" + ], + "tags": [ + "arrow", + "left", + "spin", + "turn", + "around", + "round", + "rotate", + "undo" + ] + }, + "arrow-down-circle-fill": { + "categories": [ + "Shape Arrows" + ], + "tags": [ + "arrow", + "circle" + ] + }, + "arrow-clockwise": { + "categories": [ + "Arrows" + ], + "tags": [ + "arrow", + "right", + "spin", + "turn", + "around", + "round", + "rotate", + "refresh", + "reload", + "redo" + ] + }, + "arrow-down-left-circle": { + "categories": [ + "Shape Arrows" + ], + "tags": [ + "arrow", + "circle" + ] + }, + "arrow-down-circle": { + "categories": [ + "Shape Arrows" + ], + "tags": [ + "arrow", + "circle" + ] + }, + "arrow-down-left-square-fill": { + "categories": [ + "Shape Arrows" + ], + "tags": [ + "arrow", + "square" + ] + }, + "arrow-down-left-circle-fill": { + "categories": [ + "Shape Arrows" + ], + "tags": [ + "arrow", + "circle" + ] + }, + "arrow-down-right-circle-fill": { + "categories": [ + "Shape Arrows" + ], + "tags": [ + "arrow", + "circle" + ] + }, + "arrow-down-left-square": { + "categories": [ + "Shape Arrows" + ], + "tags": [ + "arrow", + "square" + ] + }, + "arrow-down-left": { + "categories": [ + "Arrows" + ], + "tags": [ + "arrow" + ] + }, + "arrow-down-right-circle": { + "categories": [ + "Shape Arrows" + ], + "tags": [ + "arrow", + "circle" + ] + }, + "arrow-down-right-square-fill": { + "categories": [ + "Shape Arrows" + ], + "tags": [ + "arrow", + "square" + ] + }, + "arrow-down-right": { + "categories": [ + "Arrows" + ], + "tags": [ + "arrow" + ] + }, + "arrow-down-right-square": { + "categories": [ + "Shape Arrows" + ], + "tags": [ + "arrow", + "square" + ] + }, + "arrow-down-square-fill": { + "categories": [ + "Shape Arrows" + ], + "tags": [ + "arrow", + "square" + ] + }, + "arrow-down-short": { + "categories": [ + "Arrows" + ], + "tags": [ + "arrow" + ] + }, + "arrow-down-square": { + "categories": [ + "Shape Arrows" + ], + "tags": [ + "arrow", + "square" + ] + }, + "arrow-down-up": { + "categories": [ + "Arrows" + ], + "tags": [ + "arrow" + ] + }, + "arrow-down": { + "categories": [ + "Arrows" + ], + "tags": [ + "arrow" + ] + }, + "arrow-left-circle-fill": { + "categories": [ + "Shape Arrows" + ], + "tags": [ + "arrow", + "circle" + ] + }, + "arrow-left-circle": { + "categories": [ + "Shape Arrows" + ], + "tags": [ + "arrow", + "circle" + ] + }, + "arrow-left-right": { + "categories": [ + "Arrows" + ], + "tags": [ + "arrow" + ] + }, + "arrow-left-short": { + "categories": [ + "Arrows" + ], + "tags": [ + "arrow" + ] + }, + "arrow-left-square-fill": { + "categories": [ + "Shape Arrows" + ], + "tags": [ + "arrow", + "square" + ] + }, + "arrow-left": { + "categories": [ + "Arrows" + ], + "tags": [ + "arrow" + ] + }, + "arrow-left-square": { + "categories": [ + "Shape Arrows" + ], + "tags": [ + "arrow", + "square" + ] + }, + "arrow-repeat": { + "categories": [ + "Arrows" + ], + "tags": [ + "arrow", + "spin", + "turn", + "around", + "round", + "rotate", + "sync" + ] + }, + "arrow-return-left": { + "categories": [ + "Arrows" + ], + "tags": [ + "arrow", + "return" + ] + }, + "arrow-return-right": { + "categories": [ + "Arrows" + ], + "tags": [ + "arrow", + "return" + ] + }, + "arrow-right-circle-fill": { + "categories": [ + "Shape Arrows" + ], + "tags": [ + "arrow", + "circle" + ] + }, + "arrow-right-short": { + "categories": [ + "Arrows" + ], + "tags": [ + "arrow" + ] + }, + "arrow-right-circle": { + "categories": [ + "Shape Arrows" + ], + "tags": [ + "arrow", + "circle" + ] + }, + "arrow-right-square-fill": { + "categories": [ + "Shape Arrows" + ], + "tags": [ + "arrow", + "square" + ] + }, + "arrow-right": { + "categories": [ + "Arrows" + ], + "tags": [ + "arrow" + ] + }, + "arrow-right-square": { + "categories": [ + "Shape Arrows" + ], + "tags": [ + "arrow", + "square" + ] + }, + "arrow-through-heart-fill": { + "categories": [ + "Arrows", + "Love" + ], + "tags": [ + "cupid", + "love", + "valentine" + ] + }, + "arrow-up-circle-fill": { + "categories": [ + "Shape Arrows" + ], + "tags": [ + "arrow", + "circle" + ] + }, + "arrow-through-heart": { + "categories": [ + "Arrows", + "Love" + ], + "tags": [ + "cupid", + "love", + "valentine" + ] + }, + "arrow-up-left-circle": { + "categories": [ + "Shape Arrows" + ], + "tags": [ + "arrow", + "circle" + ] + }, + "arrow-up-circle": { + "categories": [ + "Shape Arrows" + ], + "tags": [ + "arrow", + "circle" + ] + }, + "arrow-up-right-circle-fill": { + "categories": [ + "Shape Arrows" + ], + "tags": [ + "arrow", + "circle" + ] + }, + "arrow-up-left-circle-fill": { + "categories": [ + "Shape Arrows" + ], + "tags": [ + "arrow", + "circle" + ] + }, + "arrow-up-left": { + "categories": [ + "Arrows" + ], + "tags": [ + "arrow" + ] + }, + "arrow-up-left-square": { + "categories": [ + "Shape Arrows" + ], + "tags": [ + "arrow", + "square" + ] + }, + "arrow-up-left-square-fill": { + "categories": [ + "Shape Arrows" + ], + "tags": [ + "arrow", + "square" + ] + }, + "arrow-up-right-square": { + "categories": [ + "Shape Arrows" + ], + "tags": [ + "arrow", + "square" + ] + }, + "arrow-up-right-circle": { + "categories": [ + "Shape Arrows" + ], + "tags": [ + "arrow", + "circle" + ] + }, + "arrow-up-right-square-fill": { + "categories": [ + "Shape Arrows" + ], + "tags": [ + "arrow", + "square" + ] + }, + "arrow-up-right": { + "categories": [ + "Arrows" + ], + "tags": [ + "arrow" + ] + }, + "arrow-up-short": { + "categories": [ + "Arrows" + ], + "tags": [ + "arrow" + ] + }, + "arrow-up-square": { + "categories": [ + "Shape Arrows" + ], + "tags": [ + "arrow", + "square" + ] + }, + "arrow-up-square-fill": { + "categories": [ + "Shape Arrows" + ], + "tags": [ + "arrow", + "square" + ] + }, + "arrow-up": { + "categories": [ + "Arrows" + ], + "tags": [ + "arrow" + ] + }, + "arrows-angle-contract": { + "categories": [ + "Arrows" + ], + "tags": [ + "arrow", + "resize" + ] + }, + "arrows-expand-vertical": { + "categories": [ + "Arrows" + ], + "tags": [ + "arrow", + "resize" + ], + "added": "1.11.0" + }, + "arrows-angle-expand": { + "categories": [ + "Arrows" + ], + "tags": [ + "arrow", + "resize" + ] + }, + "arrows-collapse": { + "categories": [ + "Arrows" + ], + "tags": [ + "arrow" + ] + }, + "arrows-collapse-vertical": { + "categories": [ + "Arrows" + ], + "tags": [ + "arrow", + "resize" + ], + "added": "1.11.0" + }, + "arrows-fullscreen": { + "categories": [ + "Arrows" + ], + "tags": [ + "arrow" + ] + }, + "arrows-expand": { + "categories": [ + "Arrows" + ], + "tags": [ + "arrow" + ] + }, + "arrows-move": { + "categories": [ + "Arrows" + ], + "tags": [ + "arrow", + "cursor", + "move" + ] + }, + "arrows-vertical": { + "categories": [ + "Arrows" + ], + "tags": [ + "arrow", + "resize" + ], + "added": "1.11.0" + }, + "aspect-ratio-fill": { + "categories": [ + "Media" + ], + "tags": [ + "size", + "resize", + "crop", + "dimensions" + ] + }, + "arrows": { + "categories": [ + "Arrows" + ], + "tags": [ + "arrow", + "resize" + ], + "added": "1.11.0" + }, + "asterisk": { + "categories": [ + "Typography" + ], + "tags": [ + "asterisks", + "star" + ] + }, + "at": { + "categories": [ + "Communications" + ], + "tags": [ + "mention", + "sign" + ] + }, + "aspect-ratio": { + "categories": [ + "Media" + ], + "tags": [ + "size", + "resize", + "crop", + "dimensions" + ] + }, + "award-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "prize", + "rosette" + ] + }, + "award": { + "categories": [ + "Real world" + ], + "tags": [ + "prize", + "rosette" + ] + }, + "backpack": { + "categories": [ + "Travel" + ], + "tags": [ + "luggage", + "bags", + "carry-on", + "student", + "education" + ], + "added": "1.11.0" + }, + "back": { + "categories": [ + "Graphics" + ], + "tags": [ + "backward", + "layer" + ] + }, + "backpack-fill": { + "categories": [ + "Travel" + ], + "tags": [ + "luggage", + "bags", + "carry-on", + "student", + "education" + ], + "added": "1.11.0" + }, + "backpack2": { + "categories": [ + "Travel" + ], + "tags": [ + "luggage", + "bags", + "carry-on", + "student", + "education" + ], + "added": "1.11.0" + }, + "backpack3-fill": { + "categories": [ + "Travel" + ], + "tags": [ + "luggage", + "bags", + "carry-on", + "student", + "education" + ], + "added": "1.11.0" + }, + "backpack4": { + "categories": [ + "Travel" + ], + "tags": [ + "luggage", + "bags", + "carry-on", + "student", + "education" + ], + "added": "1.11.0" + }, + "backspace-fill": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "key" + ] + }, + "backpack3": { + "categories": [ + "Travel" + ], + "tags": [ + "luggage", + "bags", + "carry-on", + "student", + "education" + ], + "added": "1.11.0" + }, + "backpack4-fill": { + "categories": [ + "Travel" + ], + "tags": [ + "luggage", + "bags", + "carry-on", + "student", + "education" + ], + "added": "1.11.0" + }, + "backpack2-fill": { + "categories": [ + "Travel" + ], + "tags": [ + "luggage", + "bags", + "carry-on", + "student", + "education" + ], + "added": "1.11.0" + }, + "backspace": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "key" + ] + }, + "backspace-reverse-fill": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "key" + ] + }, + "backspace-reverse": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "key" + ] + }, + "badge-3d-fill": { + "categories": [ + "Badges" + ], + "tags": [ + "3d", + "display", + "dimension" + ] + }, + "badge-3d": { + "categories": [ + "Badges" + ], + "tags": [ + "3d", + "display", + "dimension" + ] + }, + "badge-4k-fill": { + "categories": [ + "Badges" + ], + "tags": [ + "4k", + "display", + "resolution", + "retina" + ] + }, + "badge-4k": { + "categories": [ + "Badges" + ], + "tags": [ + "4k", + "display", + "resolution", + "retina" + ] + }, + "badge-8k-fill": { + "categories": [ + "Badges" + ], + "tags": [ + "4k", + "display", + "resolution", + "retina" + ] + }, + "badge-8k": { + "categories": [ + "Badges" + ], + "tags": [ + "4k", + "display", + "resolution", + "retina" + ] + }, + "badge-ad-fill": { + "categories": [ + "Badges" + ], + "tags": [ + "advertisement" + ] + }, + "badge-ar": { + "categories": [ + "Badges" + ], + "tags": [ + "augmented", + "reality", + "ar" + ] + }, + "badge-ar-fill": { + "categories": [ + "Badges" + ], + "tags": [ + "augmented", + "reality", + "ar" + ] + }, + "badge-ad": { + "categories": [ + "Badges" + ], + "tags": [ + "advertisement" + ] + }, + "badge-cc": { + "categories": [ + "Badges" + ], + "tags": [ + "closed captioning" + ] + }, + "badge-hd-fill": { + "categories": [ + "Badges" + ], + "tags": [ + "display", + "resolution", + "high definition" + ] + }, + "badge-hd": { + "categories": [ + "Badges" + ], + "tags": [ + "display", + "resolution", + "high definition" + ] + }, + "badge-cc-fill": { + "categories": [ + "Badges" + ], + "tags": [ + "closed captioning" + ] + }, + "badge-sd-fill": { + "categories": [ + "Badges" + ], + "tags": [ + "display", + "resolution", + "standard definition" + ] + }, + "badge-sd": { + "categories": [ + "Badges" + ], + "tags": [ + "display", + "resolution", + "standard definition" + ] + }, + "badge-tm-fill": { + "categories": [ + "Badges" + ], + "tags": [ + "trademark" + ] + }, + "badge-vo-fill": { + "categories": [ + "Badges" + ], + "tags": [ + "voiceover", + "accessibility" + ] + }, + "badge-tm": { + "categories": [ + "Badges" + ], + "tags": [ + "trademark" + ] + }, + "badge-wc-fill": { + "categories": [ + "Badges" + ], + "tags": [ + "wash closet", + "wc" + ] + }, + "bag-check": { + "categories": [ + "Commerce" + ], + "tags": [ + "shopping", + "checkout", + "check", + "cart", + "basket", + "bag" + ] + }, + "badge-vo": { + "categories": [ + "Badges" + ], + "tags": [ + "voiceover", + "accessibility" + ] + }, + "badge-vr": { + "categories": [ + "Badges" + ], + "tags": [ + "virtual", + "reality", + "vr" + ] + }, + "badge-vr-fill": { + "categories": [ + "Badges" + ], + "tags": [ + "virtual", + "reality", + "vr" + ] + }, + "bag-check-fill": { + "categories": [ + "Commerce" + ], + "tags": [ + "shopping", + "checkout", + "check", + "cart", + "basket", + "bag" + ] + }, + "badge-wc": { + "categories": [ + "Badges" + ], + "tags": [ + "wash closet", + "wc" + ] + }, + "bag-dash-fill": { + "categories": [ + "Commerce" + ], + "tags": [ + "shopping", + "checkout", + "check", + "cart", + "basket", + "bag" + ] + }, + "bag-fill": { + "categories": [ + "Commerce" + ], + "tags": [ + "shopping", + "cart", + "purchase", + "buy" + ] + }, + "bag-plus-fill": { + "categories": [ + "Commerce" + ], + "tags": [ + "shopping", + "add", + "cart", + "basket", + "bag" + ] + }, + "bag-dash": { + "categories": [ + "Commerce" + ], + "tags": [ + "shopping", + "checkout", + "check", + "cart", + "basket", + "bag" + ] + }, + "bag-heart": { + "categories": [ + "Commerce" + ], + "tags": [ + "shopping", + "cart", + "purchase", + "buy", + "valentine", + "love" + ] + }, + "bag-x-fill": { + "categories": [ + "Commerce" + ], + "tags": [ + "shopping", + "checkout", + "check", + "cart", + "basket", + "bag" + ] + }, + "bag-x": { + "categories": [ + "Commerce" + ], + "tags": [ + "shopping", + "checkout", + "check", + "cart", + "basket", + "bag" + ] + }, + "bag-plus": { + "categories": [ + "Commerce" + ], + "tags": [ + "shopping", + "checkout", + "check", + "cart", + "basket", + "bag" + ] + }, + "bag": { + "categories": [ + "Commerce" + ], + "tags": [ + "shopping", + "cart", + "purchase", + "buy" + ] + }, + "balloon-fill": { + "categories": [ + "Real World" + ], + "tags": [ + "birthday" + ] + }, + "bag-heart-fill": { + "categories": [ + "Commerce" + ], + "tags": [ + "shopping", + "cart", + "purchase", + "buy", + "valentine", + "love" + ] + }, + "balloon": { + "categories": [ + "Real World" + ], + "tags": [ + "birthday" + ] + }, + "ban": { + "categories": [ + "Real World" + ], + "tags": [ + "no", + "not allowed", + "block" + ], + "added": "1.11.0" + }, + "bandaid": { + "categories": [ + "Real World" + ], + "tags": [ + "bandage", + "health" + ] + }, + "bandaid-fill": { + "categories": [ + "Real World" + ], + "tags": [ + "bandage", + "health" + ] + }, + "balloon-heart": { + "categories": [ + "Real World", + "Love" + ], + "tags": [ + "birthday", + "valentine", + "love" + ] + }, + "bank": { + "categories": [ + "Commerce" + ], + "tags": [ + "money", + "finance", + "banking", + "market", + "temple" + ] + }, + "ban-fill": { + "categories": [ + "Real World" + ], + "tags": [ + "no", + "not allowed" + ], + "added": "1.11.0" + }, + "balloon-heart-fill": { + "categories": [ + "Real World", + "Love" + ], + "tags": [ + "birthday", + "valentine", + "love" + ] + }, + "bar-chart-line-fill": { + "categories": [ + "Data" + ], + "tags": [ + "chart", + "graph", + "analytics" + ] + }, + "bar-chart-fill": { + "categories": [ + "Data" + ], + "tags": [ + "chart", + "graph", + "analytics" + ] + }, + "bar-chart": { + "categories": [ + "Data" + ], + "tags": [ + "chart", + "graph", + "analytics" + ] + }, + "bar-chart-line": { + "categories": [ + "Data" + ], + "tags": [ + "chart", + "graph", + "analytics" + ] + }, + "basket": { + "categories": [ + "Commerce" + ], + "tags": [ + "shopping", + "checkout", + "check", + "cart", + "basket", + "bag" + ] + }, + "basket2": { + "categories": [ + "Commerce" + ], + "tags": [ + "shopping", + "checkout", + "check", + "cart", + "basket", + "bag" + ] + }, + "basket2-fill": { + "categories": [ + "Commerce" + ], + "tags": [ + "shopping", + "checkout", + "check", + "cart", + "basket", + "bag" + ] + }, + "bank2": { + "categories": [ + "Commerce" + ], + "tags": [ + "money", + "finance", + "banking", + "market", + "temple" + ] + }, + "basket3": { + "categories": [ + "Commerce" + ], + "tags": [ + "shopping", + "checkout", + "check", + "cart", + "basket", + "bag" + ] + }, + "basket-fill": { + "categories": [ + "Commerce" + ], + "tags": [ + "shopping", + "checkout", + "check", + "cart", + "basket", + "bag" + ] + }, + "bar-chart-steps": { + "categories": [ + "Data" + ], + "tags": [ + "chart", + "graph", + "analytics" + ] + }, + "battery-charging": { + "categories": [ + "Devices" + ], + "tags": [ + "power", + "charge" + ] + }, + "basket3-fill": { + "categories": [ + "Commerce" + ], + "tags": [ + "shopping", + "checkout", + "check", + "cart", + "basket", + "bag" + ] + }, + "battery-full": { + "categories": [ + "Devices" + ], + "tags": [ + "power", + "charge" + ] + }, + "battery-half": { + "categories": [ + "Devices" + ], + "tags": [ + "power", + "charge" + ] + }, + "battery": { + "categories": [ + "Devices" + ], + "tags": [ + "power", + "charge" + ] + }, + "behance": { + "categories": [ + "Brand" + ], + "tags": [ + "social" + ] + }, + "bell-slash-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "notification", + "silenced", + "clock" + ] + }, + "bell-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "notification", + "clock" + ] + }, + "bell": { + "categories": [ + "Communications" + ], + "tags": [ + "notification", + "clock" + ] + }, + "bell-slash": { + "categories": [ + "Communications" + ], + "tags": [ + "notification", + "silenced", + "clock" + ] + }, + "bezier": { + "categories": [ + "Graphics" + ], + "tags": [ + "graphics", + "vector", + "pen" + ] + }, + "bicycle": { + "categories": [ + "Real world" + ], + "tags": [ + "bike", + "riding", + "bicycling" + ] + }, + "bezier2": { + "categories": [ + "Graphics" + ], + "tags": [ + "graphics", + "vector", + "pen" + ] + }, + "binoculars-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "distance", + "view", + "search" + ] + }, + "bing": { + "categories": [ + "Brand" + ], + "tags": [ + "search", + "microsoft" + ], + "added": "1.11.0" + }, + "blockquote-left": { + "categories": [ + "Typography" + ], + "tags": [ + "text", + "type" + ] + }, + "bluetooth": { + "categories": [ + "Brand" + ], + "tags": [ + "wireless" + ] + }, + "binoculars": { + "categories": [ + "Real world" + ], + "tags": [ + "distance", + "view", + "search" + ] + }, + "blockquote-right": { + "categories": [ + "Typography" + ], + "tags": [ + "text", + "type" + ] + }, + "book-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "novel", + "read", + "magazine" + ] + }, + "body-text": { + "categories": [ + "Typography" + ], + "tags": [ + "content" + ] + }, + "book": { + "categories": [ + "Real world" + ], + "tags": [ + "novel", + "read", + "magazine" + ] + }, + "book-half": { + "categories": [ + "Real world" + ], + "tags": [ + "novel", + "read", + "magazine" + ] + }, + "bookmark-dash": { + "categories": [ + "Miscellaneous" + ], + "tags": [ + "reading", + "book", + "label", + "tag", + "category" + ] + }, + "bookmark-check": { + "categories": [ + "Miscellaneous" + ], + "tags": [ + "reading", + "book", + "label", + "tag", + "category" + ] + }, + "bookmark-dash-fill": { + "categories": [ + "Miscellaneous" + ], + "tags": [ + "reading", + "book", + "label", + "tag", + "category" + ] + }, + "bookmark-fill": { + "categories": [ + "Miscellaneous" + ], + "tags": [ + "reading", + "book", + "label", + "tag", + "category" + ] + }, + "bookmark-check-fill": { + "categories": [ + "Miscellaneous" + ], + "tags": [ + "reading", + "book", + "label", + "tag", + "category" + ] + }, + "bookmark-heart": { + "categories": [ + "Miscellaneous" + ], + "tags": [ + "reading", + "book", + "label", + "tag", + "category" + ] + }, + "bookmark-heart-fill": { + "categories": [ + "Miscellaneous" + ], + "tags": [ + "reading", + "book", + "label", + "tag", + "category" + ] + }, + "bookmark-plus": { + "categories": [ + "Miscellaneous" + ], + "tags": [ + "reading", + "book", + "label", + "tag", + "category" + ] + }, + "bookmark-plus-fill": { + "categories": [ + "Miscellaneous" + ], + "tags": [ + "reading", + "book", + "label", + "tag", + "category" + ] + }, + "bookmark-star-fill": { + "categories": [ + "Miscellaneous" + ], + "tags": [ + "reading", + "book", + "label", + "tag", + "category" + ] + }, + "bookmark-x": { + "categories": [ + "Miscellaneous" + ], + "tags": [ + "reading", + "book", + "label", + "tag", + "category" + ] + }, + "bookmark-star": { + "categories": [ + "Miscellaneous" + ], + "tags": [ + "reading", + "book", + "label", + "tag", + "category" + ] + }, + "bookmark-x-fill": { + "categories": [ + "Miscellaneous" + ], + "tags": [ + "reading", + "book", + "label", + "tag", + "category" + ] + }, + "bookmarks-fill": { + "categories": [ + "Miscellaneous" + ], + "tags": [ + "reading", + "book", + "label", + "tag", + "category" + ] + }, + "bookmark": { + "categories": [ + "Miscellaneous" + ], + "tags": [ + "reading", + "book", + "label", + "tag", + "category" + ] + }, + "bookmarks": { + "categories": [ + "Miscellaneous" + ], + "tags": [ + "reading", + "book", + "label", + "tag", + "category" + ] + }, + "bookshelf": { + "categories": [ + "Real world" + ], + "tags": [ + "shelf" + ] + }, + "boombox-fill": { + "categories": [ + "Real World" + ], + "tags": [ + "music" + ] + }, + "boombox": { + "categories": [ + "Real World" + ], + "tags": [ + "music" + ] + }, + "border-all": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "borders" + ] + }, + "bootstrap-reboot": { + "categories": [ + "Bootstrap" + ], + "tags": [ + "bootstrap" + ] + }, + "border-center": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "borders" + ] + }, + "bootstrap": { + "categories": [ + "Bootstrap" + ], + "tags": [ + "bootstrap" + ] + }, + "bootstrap-fill": { + "categories": [ + "Bootstrap" + ], + "tags": [ + "bootstrap" + ] + }, + "border-bottom": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "borders" + ] + }, + "border-left": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "borders" + ] + }, + "border-inner": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "borders" + ] + }, + "border-right": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "borders" + ] + }, + "border-style": { + "categories": [ + "Typography" + ], + "tags": [ + "borders", + "wysiwyg" + ] + }, + "border-outer": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "borders" + ] + }, + "border-middle": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "borders" + ] + }, + "border-width": { + "categories": [ + "Typography" + ], + "tags": [ + "borders", + "wysiwyg" + ] + }, + "bounding-box": { + "categories": [ + "Graphics" + ], + "tags": [ + "text", + "shape", + "resize", + "dimensions" + ] + }, + "bounding-box-circles": { + "categories": [ + "Graphics" + ], + "tags": [ + "text", + "shape", + "resize", + "dimensions" + ] + }, + "border-top": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "borders" + ] + }, + "border": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "borders" + ] + }, + "box-arrow-down-right": { + "categories": [ + "Box arrows" + ], + "tags": [ + "arrow" + ] + }, + "box-arrow-down": { + "categories": [ + "Box arrows" + ], + "tags": [ + "arrow", + "download", + "save" + ] + }, + "box-arrow-down-left": { + "categories": [ + "Box arrows" + ], + "tags": [ + "arrow" + ] + }, + "box-arrow-in-down-left": { + "categories": [ + "Box arrows" + ], + "tags": [ + "arrow" + ] + }, + "box-arrow-in-down-right": { + "categories": [ + "Box arrows" + ], + "tags": [ + "arrow" + ] + }, + "box-arrow-in-left": { + "categories": [ + "Box arrows" + ], + "tags": [ + "arrow", + "login", + "signin", + "enter" + ] + }, + "box-arrow-in-right": { + "categories": [ + "Box arrows" + ], + "tags": [ + "arrow", + "login", + "signin", + "enter" + ] + }, + "box-arrow-in-down": { + "categories": [ + "Box arrows" + ], + "tags": [ + "arrow", + "upload" + ] + }, + "box-arrow-in-up-left": { + "categories": [ + "Box arrows" + ], + "tags": [ + "arrow" + ] + }, + "box-arrow-in-up-right": { + "categories": [ + "Box arrows" + ], + "tags": [ + "arrow" + ] + }, + "box-arrow-in-up": { + "categories": [ + "Box arrows" + ], + "tags": [ + "arrow" + ] + }, + "box-arrow-right": { + "categories": [ + "Box arrows" + ], + "tags": [ + "arrow", + "logout", + "signout", + "exit" + ] + }, + "box-arrow-left": { + "categories": [ + "Box arrows" + ], + "tags": [ + "arrow", + "logout", + "signout", + "exit" + ] + }, + "box-arrow-up": { + "categories": [ + "Box arrows" + ], + "tags": [ + "arrow" + ] + }, + "box-arrow-up-right": { + "categories": [ + "Box arrows" + ], + "tags": [ + "arrow", + "external link" + ] + }, + "box-arrow-up-left": { + "categories": [ + "Box arrows" + ], + "tags": [ + "arrow", + "external link" + ] + }, + "box-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "cardboard", + "package" + ] + }, + "box-seam": { + "categories": [ + "Real world" + ], + "tags": [ + "cardboard", + "package" + ] + }, + "box": { + "categories": [ + "Real world" + ], + "tags": [ + "cardboard", + "package", + "cube" + ] + }, + "box-seam-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "cardboard", + "package" + ] + }, + "box2-fill": { + "categories": [ + "Real World", + "Love" + ], + "tags": [ + "cardboard", + "package", + "cube" + ] + }, + "box2": { + "categories": [ + "Real World" + ], + "tags": [ + "cardboard", + "package", + "cube" + ] + }, + "box2-heart-fill": { + "categories": [ + "Real World", + "Love" + ], + "tags": [ + "cardboard", + "package", + "cube", + "gift", + "valentine", + "love" + ] + }, + "braces-asterisk": { + "categories": [ + "Typography" + ], + "tags": [ + "text", + "type", + "code", + "developer", + "development", + "software" + ], + "added": "1.10.0" + }, + "boxes": { + "categories": [ + "Real World" + ], + "tags": [ + "cardboard", + "package", + "cube" + ] + }, + "box2-heart": { + "categories": [ + "Real World", + "Love" + ], + "tags": [ + "cardboard", + "package", + "cube", + "gift", + "valentine", + "love" + ] + }, + "briefcase-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "business", + "bag", + "baggage" + ] + }, + "briefcase": { + "categories": [ + "Real world" + ], + "tags": [ + "business", + "bag", + "baggage" + ] + }, + "brightness-alt-high-fill": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "brightness", + "sun", + "weather" + ] + }, + "braces": { + "categories": [ + "Typography" + ], + "tags": [ + "text", + "type", + "code", + "developer", + "development", + "software" + ], + "added": "1.10.0" + }, + "bricks": { + "categories": [ + "Real world" + ], + "tags": [ + "wall", + "firewall" + ] + }, + "brightness-alt-low": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "brightness", + "sun", + "weather" + ] + }, + "brightness-alt-high": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "brightness", + "sun", + "weather" + ] + }, + "brightness-alt-low-fill": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "brightness", + "sun", + "weather" + ] + }, + "brightness-low": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "brightness", + "sun", + "weather" + ] + }, + "brightness-high-fill": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "brightness", + "sun", + "weather" + ] + }, + "brightness-high": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "brightness", + "sun", + "weather" + ] + }, + "brightness-low-fill": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "brightness", + "sun", + "weather" + ] + }, + "broadcast-pin": { + "categories": [ + "Communications" + ], + "tags": [ + "radio", + "radio wave", + "amplify", + "wavelength", + "podcast" + ] + }, + "broadcast": { + "categories": [ + "Communications" + ], + "tags": [ + "radio", + "radio wave", + "amplify", + "wavelength" + ] + }, + "brilliance": { + "categories": [ + "Graphics" + ], + "tags": [ + "photo", + "editing", + "image", + "picture" + ], + "added": "1.11.0" + }, + "browser-chrome": { + "categories": [ + "Brand" + ], + "tags": [ + "google", + "webkit", + "blink" + ], + "added": "1.10.0" + }, + "browser-firefox": { + "categories": [ + "Brand" + ], + "tags": [ + "gecko" + ], + "added": "1.10.0" + }, + "browser-edge": { + "categories": [ + "Brand" + ], + "tags": [ + "microsoft", + "webkit" + ], + "added": "1.10.0" + }, + "browser-safari": { + "categories": [ + "Brand" + ], + "tags": [ + "webkit", + "apple" + ], + "added": "1.10.0" + }, + "brush-fill": { + "categories": [ + "Tools" + ], + "tags": [ + "paint", + "art" + ] + }, + "brush": { + "categories": [ + "Tools" + ], + "tags": [ + "paint", + "art" + ] + }, + "bucket-fill": { + "categories": [ + "Tools" + ], + "tags": [ + "tool", + "pail" + ] + }, + "bucket": { + "categories": [ + "Tools" + ], + "tags": [ + "tool", + "pail" + ] + }, + "bug": { + "categories": [ + "Real world" + ], + "tags": [ + "insect", + "error" + ] + }, + "bug-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "insect", + "error" + ] + }, + "building-add": { + "categories": [ + "Buildings" + ], + "tags": [ + "company", + "enterprise", + "organization", + "office", + "business" + ], + "added": "1.10.0" + }, + "building-check": { + "categories": [ + "Buildings" + ], + "tags": [ + "company", + "enterprise", + "organization", + "office", + "business" + ], + "added": "1.10.0" + }, + "building-dash": { + "categories": [ + "Buildings" + ], + "tags": [ + "company", + "enterprise", + "organization", + "office", + "business" + ], + "added": "1.10.0" + }, + "building-down": { + "categories": [ + "Buildings" + ], + "tags": [ + "company", + "enterprise", + "organization", + "office", + "business" + ], + "added": "1.10.0" + }, + "building-exclamation": { + "categories": [ + "Buildings" + ], + "tags": [ + "company", + "enterprise", + "organization", + "office", + "business" + ], + "added": "1.10.0" + }, + "building-fill-check": { + "categories": [ + "Buildings" + ], + "tags": [ + "company", + "enterprise", + "organization", + "office", + "business" + ], + "added": "1.10.0" + }, + "building-fill-add": { + "categories": [ + "Buildings" + ], + "tags": [ + "company", + "enterprise", + "organization", + "office", + "business" + ], + "added": "1.10.0" + }, + "building-fill-down": { + "categories": [ + "Buildings" + ], + "tags": [ + "company", + "enterprise", + "organization", + "office", + "business" + ], + "added": "1.10.0" + }, + "building-fill-dash": { + "categories": [ + "Buildings" + ], + "tags": [ + "company", + "enterprise", + "organization", + "office", + "business" + ], + "added": "1.10.0" + }, + "building-fill-gear": { + "categories": [ + "Buildings" + ], + "tags": [ + "company", + "enterprise", + "organization", + "office", + "business" + ], + "added": "1.10.0" + }, + "building-fill-lock": { + "categories": [ + "Buildings" + ], + "tags": [ + "company", + "enterprise", + "organization", + "office", + "business" + ], + "added": "1.10.0" + }, + "building-fill-up": { + "categories": [ + "Buildings" + ], + "tags": [ + "company", + "enterprise", + "organization", + "office", + "business" + ], + "added": "1.10.0" + }, + "building-fill-slash": { + "categories": [ + "Buildings" + ], + "tags": [ + "company", + "enterprise", + "organization", + "office", + "business" + ], + "added": "1.10.0" + }, + "building-fill": { + "categories": [ + "Buildings" + ], + "tags": [ + "company", + "enterprise", + "organization", + "office", + "business" + ], + "added": "1.10.0" + }, + "building-fill-exclamation": { + "categories": [ + "Buildings" + ], + "tags": [ + "company", + "enterprise", + "organization", + "office", + "business" + ], + "added": "1.10.0" + }, + "building-fill-x": { + "categories": [ + "Buildings" + ], + "tags": [ + "company", + "enterprise", + "organization", + "office", + "business" + ], + "added": "1.10.0" + }, + "building-gear": { + "categories": [ + "Buildings" + ], + "tags": [ + "company", + "enterprise", + "organization", + "office", + "business" + ], + "added": "1.10.0" + }, + "building-lock": { + "categories": [ + "Buildings" + ], + "tags": [ + "company", + "enterprise", + "organization", + "office", + "business" + ], + "added": "1.10.0" + }, + "building-up": { + "categories": [ + "Buildings" + ], + "tags": [ + "company", + "enterprise", + "organization", + "office", + "business" + ], + "added": "1.10.0" + }, + "building-slash": { + "categories": [ + "Buildings" + ], + "tags": [ + "company", + "enterprise", + "organization", + "office", + "business" + ], + "added": "1.10.0" + }, + "building": { + "categories": [ + "Buildings" + ], + "tags": [ + "company", + "enterprise", + "organization", + "office", + "business" + ], + "added": "1.10.0" + }, + "building-x": { + "categories": [ + "Buildings" + ], + "tags": [ + "company", + "enterprise", + "organization", + "office", + "business" + ], + "added": "1.10.0" + }, + "buildings-fill": { + "categories": [ + "Buildings" + ], + "tags": [ + "company", + "enterprise", + "organization", + "office", + "business" + ], + "added": "1.10.0" + }, + "bullseye": { + "categories": [ + "Geo" + ], + "tags": [ + "target" + ] + }, + "bus-front": { + "categories": [ + "Transportation" + ], + "tags": [ + "public transit", + "commute" + ], + "added": "1.10.0" + }, + "bus-front-fill": { + "categories": [ + "Transportation" + ], + "tags": [ + "public transit", + "commute" + ], + "added": "1.10.0" + }, + "cake-fill": { + "categories": [ + "Real World" + ], + "tags": [ + "birthday", + "celebrate", + "dessert" + ], + "added": "1.11.0" + }, + "c-circle-fill": { + "categories": [ + "Shapes" + ], + "tags": [ + "copyright" + ] + }, + "c-square-fill": { + "categories": [ + "Shapes" + ], + "tags": [ + "copyright" + ] + }, + "c-square": { + "categories": [ + "Shapes" + ], + "tags": [ + "copyright" + ] + }, + "buildings": { + "categories": [ + "Buildings" + ], + "tags": [ + "company", + "enterprise", + "organization", + "office", + "business" + ], + "added": "1.10.0" + }, + "c-circle": { + "categories": [ + "Shapes" + ], + "tags": [ + "copyright" + ] + }, + "cake": { + "categories": [ + "Real World" + ], + "tags": [ + "birthday", + "celebrate", + "dessert" + ], + "added": "1.11.0" + }, + "cake2": { + "categories": [ + "Real World" + ], + "tags": [ + "birthday", + "celebrate", + "dessert" + ], + "added": "1.11.0" + }, + "cake2-fill": { + "categories": [ + "Real World" + ], + "tags": [ + "birthday", + "celebrate", + "dessert" + ], + "added": "1.11.0" + }, + "calculator": { + "categories": [ + "Devices" + ], + "tags": [ + "calculator", + "math" + ] + }, + "calendar-check-fill": { + "categories": [ + "Date and time" + ], + "tags": [ + "date", + "time", + "month" + ] + }, + "calculator-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "calculator", + "math" + ] + }, + "calendar-check": { + "categories": [ + "Date and time" + ], + "tags": [ + "date", + "time", + "month" + ] + }, + "calendar-date-fill": { + "categories": [ + "Date and time" + ], + "tags": [ + "date", + "time", + "month" + ] + }, + "calendar-date": { + "categories": [ + "Date and time" + ], + "tags": [ + "date", + "time", + "month" + ] + }, + "calendar-event-fill": { + "categories": [ + "Date and time" + ], + "tags": [ + "date", + "time", + "event", + "invite" + ] + }, + "calendar-day-fill": { + "categories": [ + "Date and time" + ], + "tags": [ + "date", + "time", + "month" + ] + }, + "calendar-day": { + "categories": [ + "Date and time" + ], + "tags": [ + "date", + "time", + "month" + ] + }, + "calendar-event": { + "categories": [ + "Date and time" + ], + "tags": [ + "date", + "time", + "event", + "invite" + ] + }, + "calendar-fill": { + "categories": [ + "Date and time" + ], + "tags": [ + "date", + "time", + "month" + ] + }, + "calendar-heart-fill": { + "categories": [ + "Date and time", + "Love" + ], + "tags": [ + "date", + "time", + "month", + "valentine", + "date" + ] + }, + "calendar-heart": { + "categories": [ + "Date and time", + "Love" + ], + "tags": [ + "date", + "time", + "month", + "valentine", + "date" + ] + }, + "calendar-minus": { + "categories": [ + "Date and time" + ], + "tags": [ + "date", + "time", + "month" + ] + }, + "calendar-minus-fill": { + "categories": [ + "Date and time" + ], + "tags": [ + "date", + "time", + "month" + ] + }, + "calendar-month-fill": { + "categories": [ + "Date and time" + ], + "tags": [ + "date", + "time", + "month" + ] + }, + "calendar-month": { + "categories": [ + "Date and time" + ], + "tags": [ + "date", + "time", + "month" + ] + }, + "calendar-plus": { + "categories": [ + "Date and time" + ], + "tags": [ + "date", + "time", + "month" + ] + }, + "calendar-plus-fill": { + "categories": [ + "Date and time" + ], + "tags": [ + "date", + "time", + "month" + ] + }, + "calendar-week-fill": { + "categories": [ + "Date and time" + ], + "tags": [ + "dates", + "timeline", + "duration", + "week" + ] + }, + "calendar-range": { + "categories": [ + "Date and time" + ], + "tags": [ + "dates", + "timeline", + "duration" + ] + }, + "calendar-range-fill": { + "categories": [ + "Date and time" + ], + "tags": [ + "dates", + "timeline", + "duration" + ] + }, + "calendar-week": { + "categories": [ + "Date and time" + ], + "tags": [ + "dates", + "timeline", + "duration", + "week" + ] + }, + "calendar-x-fill": { + "categories": [ + "Date and time" + ], + "tags": [ + "date", + "time", + "month", + "remove", + "delete" + ] + }, + "calendar": { + "categories": [ + "Date and time" + ], + "tags": [ + "date", + "time", + "month" + ] + }, + "calendar-x": { + "categories": [ + "Date and time" + ], + "tags": [ + "date", + "time", + "month", + "remove", + "delete" + ] + }, + "calendar2-day-fill": { + "categories": [ + "Date and time" + ], + "tags": [ + "date", + "time", + "month" + ] + }, + "calendar2-check-fill": { + "categories": [ + "Date and time" + ], + "tags": [ + "date", + "time", + "month" + ] + }, + "calendar2-check": { + "categories": [ + "Date and time" + ], + "tags": [ + "date", + "time", + "month" + ] + }, + "calendar2-date-fill": { + "categories": [ + "Date and time" + ], + "tags": [ + "date", + "time", + "month" + ] + }, + "calendar2-day": { + "categories": [ + "Date and time" + ], + "tags": [ + "date", + "time", + "month" + ] + }, + "calendar2-date": { + "categories": [ + "Date and time" + ], + "tags": [ + "date", + "time", + "month" + ] + }, + "calendar2-event-fill": { + "categories": [ + "Date and time" + ], + "tags": [ + "date", + "time", + "event", + "invite" + ] + }, + "calendar2-event": { + "categories": [ + "Date and time" + ], + "tags": [ + "date", + "time", + "event", + "invite" + ] + }, + "calendar2-fill": { + "categories": [ + "Date and time" + ], + "tags": [ + "date", + "time", + "month" + ] + }, + "calendar2-heart-fill": { + "categories": [ + "Date and time", + "Love" + ], + "tags": [ + "date", + "time", + "month", + "valentine", + "date" + ] + }, + "calendar2-minus-fill": { + "categories": [ + "Date and time" + ], + "tags": [ + "date", + "time", + "month" + ] + }, + "calendar2-heart": { + "categories": [ + "Date and time", + "Love" + ], + "tags": [ + "date", + "time", + "month", + "valentine", + "date" + ] + }, + "calendar2-minus": { + "categories": [ + "Date and time" + ], + "tags": [ + "date", + "time", + "month" + ] + }, + "calendar2-month-fill": { + "categories": [ + "Date and time" + ], + "tags": [ + "date", + "time", + "month" + ] + }, + "calendar2-month": { + "categories": [ + "Date and time" + ], + "tags": [ + "date", + "time", + "month" + ] + }, + "calendar2-range": { + "categories": [ + "Date and time" + ], + "tags": [ + "dates", + "timeline", + "duration" + ] + }, + "calendar2-plus-fill": { + "categories": [ + "Date and time" + ], + "tags": [ + "date", + "time", + "month" + ] + }, + "calendar2-range-fill": { + "categories": [ + "Date and time" + ], + "tags": [ + "dates", + "timeline", + "duration" + ] + }, + "calendar2-week-fill": { + "categories": [ + "Date and time" + ], + "tags": [ + "dates", + "timeline", + "duration", + "week" + ] + }, + "calendar2-plus": { + "categories": [ + "Date and time" + ], + "tags": [ + "date", + "time", + "month" + ] + }, + "calendar2-x-fill": { + "categories": [ + "Date and time" + ], + "tags": [ + "date", + "time", + "month", + "remove", + "delete" + ] + }, + "calendar2-week": { + "categories": [ + "Date and time" + ], + "tags": [ + "dates", + "timeline", + "duration", + "week" + ] + }, + "calendar2": { + "categories": [ + "Date and time" + ], + "tags": [ + "date", + "time", + "month" + ] + }, + "calendar3-event": { + "categories": [ + "Date and time" + ], + "tags": [ + "date", + "time", + "event", + "invite" + ] + }, + "calendar2-x": { + "categories": [ + "Date and time" + ], + "tags": [ + "date", + "time", + "month", + "remove", + "delete" + ] + }, + "calendar3-event-fill": { + "categories": [ + "Date and time" + ], + "tags": [ + "date", + "time", + "event", + "invite" + ] + }, + "calendar3-week-fill": { + "categories": [ + "Date and time" + ], + "tags": [ + "dates", + "timeline", + "duration", + "week" + ] + }, + "calendar3-range-fill": { + "categories": [ + "Date and time" + ], + "tags": [ + "dates", + "timeline", + "duration" + ] + }, + "calendar3-range": { + "categories": [ + "Date and time" + ], + "tags": [ + "dates", + "timeline", + "duration" + ] + }, + "calendar3-fill": { + "categories": [ + "Date and time" + ], + "tags": [ + "date", + "time", + "month" + ] + }, + "calendar4-range": { + "categories": [ + "Date and time" + ], + "tags": [ + "dates", + "timeline", + "duration" + ] + }, + "calendar3-week": { + "categories": [ + "Date and time" + ], + "tags": [ + "dates", + "timeline", + "duration", + "week" + ] + }, + "calendar3": { + "categories": [ + "Date and time" + ], + "tags": [ + "date", + "time", + "month" + ] + }, + "calendar4-event": { + "categories": [ + "Date and time" + ], + "tags": [ + "date", + "time", + "event", + "invite" + ] + }, + "calendar4": { + "categories": [ + "Date and time" + ], + "tags": [ + "date", + "time", + "month" + ] + }, + "calendar4-week": { + "categories": [ + "Date and time" + ], + "tags": [ + "dates", + "timeline", + "duration", + "week" + ] + }, + "camera-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "photos", + "photography" + ] + }, + "camera-reels-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "av", + "video", + "film" + ] + }, + "camera-reels": { + "categories": [ + "Devices" + ], + "tags": [ + "av", + "video", + "film" + ] + }, + "camera-video-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "av", + "video", + "film" + ] + }, + "camera": { + "categories": [ + "Devices" + ], + "tags": [ + "photos", + "photography" + ] + }, + "camera-video-off-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "av", + "video", + "film" + ] + }, + "camera-video": { + "categories": [ + "Devices" + ], + "tags": [ + "av", + "video", + "film" + ] + }, + "camera-video-off": { + "categories": [ + "Devices" + ], + "tags": [ + "av", + "video", + "film" + ] + }, + "camera2": { + "categories": [ + "Devices" + ], + "tags": [ + "photos", + "photography" + ] + }, + "capslock-fill": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "key" + ] + }, + "capslock": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "key" + ] + }, + "capsule-pill": { + "categories": [ + "Medical" + ], + "tags": [ + "rx", + "pills", + "capsules", + "medicine" + ] + }, + "capsule": { + "categories": [ + "Medical" + ], + "tags": [ + "rx", + "pills", + "capsules", + "medicine" + ] + }, + "car-front-fill": { + "categories": [ + "Transportation" + ], + "tags": [ + "automobile", + "automotive", + "auto", + "sedan", + "drive", + "driving", + "vehicle" + ] + }, + "car-front": { + "categories": [ + "Transportation" + ], + "tags": [ + "automobile", + "automotive", + "auto", + "sedan", + "drive", + "driving", + "vehicle" + ] + }, + "card-checklist": { + "categories": [ + "Files and folders" + ], + "tags": [ + "note", + "card", + "notecard" + ] + }, + "card-image": { + "categories": [ + "Files and folders" + ], + "tags": [ + "note", + "card", + "notecard" + ] + }, + "card-list": { + "categories": [ + "Files and folders" + ], + "tags": [ + "note", + "card", + "notecard" + ] + }, + "card-heading": { + "categories": [ + "Files and folders" + ], + "tags": [ + "note", + "card", + "notecard" + ] + }, + "card-text": { + "categories": [ + "Files and folders" + ], + "tags": [ + "note", + "card", + "notecard", + "letter" + ] + }, + "caret-down-fill": { + "categories": [ + "Carets" + ], + "tags": [ + "caret", + "arrow", + "triangle" + ] + }, + "caret-down-square-fill": { + "categories": [ + "Carets" + ], + "tags": [ + "caret", + "arrow", + "triangle" + ] + }, + "caret-down-square": { + "categories": [ + "Carets" + ], + "tags": [ + "caret", + "arrow", + "triangle" + ] + }, + "caret-down": { + "categories": [ + "Carets" + ], + "tags": [ + "caret", + "arrow", + "triangle" + ] + }, + "caret-left-fill": { + "categories": [ + "Carets" + ], + "tags": [ + "caret", + "arrow", + "triangle" + ] + }, + "caret-left-square": { + "categories": [ + "Carets" + ], + "tags": [ + "caret", + "arrow", + "triangle" + ] + }, + "caret-left-square-fill": { + "categories": [ + "Carets" + ], + "tags": [ + "caret", + "arrow", + "triangle" + ] + }, + "caret-right-fill": { + "categories": [ + "Carets" + ], + "tags": [ + "caret", + "arrow", + "triangle" + ] + }, + "caret-left": { + "categories": [ + "Carets" + ], + "tags": [ + "caret", + "arrow", + "triangle" + ] + }, + "caret-right-square-fill": { + "categories": [ + "Carets" + ], + "tags": [ + "caret", + "arrow", + "triangle" + ] + }, + "caret-up-fill": { + "categories": [ + "Carets" + ], + "tags": [ + "caret", + "arrow", + "triangle" + ] + }, + "caret-right-square": { + "categories": [ + "Carets" + ], + "tags": [ + "caret", + "arrow", + "triangle" + ] + }, + "caret-right": { + "categories": [ + "Carets" + ], + "tags": [ + "caret", + "arrow", + "triangle" + ] + }, + "caret-up-square-fill": { + "categories": [ + "Carets" + ], + "tags": [ + "caret", + "arrow", + "triangle" + ] + }, + "caret-up": { + "categories": [ + "Carets" + ], + "tags": [ + "caret", + "arrow", + "triangle" + ] + }, + "cart-check-fill": { + "categories": [ + "Commerce" + ], + "tags": [ + "shopping", + "checkout", + "check", + "cart", + "basket", + "bag" + ] + }, + "cart-dash-fill": { + "categories": [ + "Commerce" + ], + "tags": [ + "shopping", + "checkout", + "check", + "cart", + "basket", + "bag" + ] + }, + "cart-fill": { + "categories": [ + "Commerce" + ], + "tags": [ + "shopping", + "checkout", + "check", + "cart", + "basket", + "bag" + ] + }, + "cart-dash": { + "categories": [ + "Commerce" + ], + "tags": [ + "shopping", + "checkout", + "check", + "cart", + "basket", + "bag" + ] + }, + "caret-up-square": { + "categories": [ + "Carets" + ], + "tags": [ + "caret", + "arrow", + "triangle" + ] + }, + "cart-plus-fill": { + "categories": [ + "Commerce" + ], + "tags": [ + "shopping", + "checkout", + "check", + "cart", + "basket", + "bag" + ] + }, + "cart-check": { + "categories": [ + "Commerce" + ], + "tags": [ + "shopping", + "checkout", + "check", + "cart", + "basket", + "bag" + ] + }, + "cart-plus": { + "categories": [ + "Commerce" + ], + "tags": [ + "shopping", + "checkout", + "check", + "cart", + "basket", + "bag" + ] + }, + "cart-x-fill": { + "categories": [ + "Commerce" + ], + "tags": [ + "shopping", + "checkout", + "check", + "cart", + "basket", + "bag" + ] + }, + "cart": { + "categories": [ + "Commerce" + ], + "tags": [ + "shopping", + "checkout", + "check", + "cart", + "basket", + "bag" + ] + }, + "cart-x": { + "categories": [ + "Commerce" + ], + "tags": [ + "shopping", + "checkout", + "check", + "cart", + "basket", + "bag" + ] + }, + "cart2": { + "categories": [ + "Commerce" + ], + "tags": [ + "shopping", + "checkout", + "check", + "cart", + "basket", + "bag" + ] + }, + "cart4": { + "categories": [ + "Commerce" + ], + "tags": [ + "shopping", + "checkout", + "check", + "cart", + "basket", + "bag" + ] + }, + "cart3": { + "categories": [ + "Commerce" + ], + "tags": [ + "shopping", + "checkout", + "check", + "cart", + "basket", + "bag" + ] + }, + "cash-stack": { + "categories": [ + "Commerce" + ], + "tags": [ + "money", + "bills", + "funds", + "wallet", + "currency" + ] + }, + "cash-coin": { + "categories": [ + "Commerce" + ], + "tags": [ + "money", + "finance", + "banking", + "currency" + ] + }, + "cash": { + "categories": [ + "Commerce" + ], + "tags": [ + "money", + "bills", + "funds", + "wallet", + "currency" + ] + }, + "cast": { + "categories": [ + "Media" + ], + "tags": [ + "airplay", + "project", + "stream", + "display" + ] + }, + "cassette": { + "categories": [ + "Media" + ], + "tags": [ + "tape", + "music", + "audio" + ] + }, + "cassette-fill": { + "categories": [ + "Media" + ], + "tags": [ + "tape", + "music", + "audio" + ] + }, + "cc-circle": { + "categories": [ + "Shapes" + ], + "tags": [ + "creative commons" + ] + }, + "cc-circle-fill": { + "categories": [ + "Shapes" + ], + "tags": [ + "creative commons" + ] + }, + "cc-square-fill": { + "categories": [ + "Shapes" + ], + "tags": [ + "creative commons" + ] + }, + "chat-dots-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "chat bubble", + "text", + "message", + "typing", + "comment" + ] + }, + "cc-square": { + "categories": [ + "Shapes" + ], + "tags": [ + "creative commons" + ] + }, + "chat-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "chat bubble", + "text", + "message", + "comment" + ] + }, + "chat-dots": { + "categories": [ + "Communications" + ], + "tags": [ + "chat bubble", + "text", + "message", + "typing", + "comment" + ] + }, + "chat-heart-fill": { + "categories": [ + "Communications", + "Love" + ], + "tags": [ + "chat bubble", + "text", + "message", + "valentine", + "romance", + "comment" + ] + }, + "chat-left-dots-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "chat bubble", + "text", + "message", + "typing", + "comment" + ] + }, + "chat-heart": { + "categories": [ + "Communications", + "Love" + ], + "tags": [ + "chat bubble", + "text", + "message", + "valentine", + "romance", + "comment" + ] + }, + "chat-left-dots": { + "categories": [ + "Communications" + ], + "tags": [ + "chat bubble", + "text", + "message", + "typing", + "comment" + ] + }, + "chat-left-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "chat bubble", + "text", + "message", + "comment" + ] + }, + "chat-left-heart-fill": { + "categories": [ + "Communications", + "Love" + ], + "tags": [ + "chat bubble", + "text", + "message", + "valentine", + "romance", + "comment" + ] + }, + "chat-left-quote-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "chat bubble", + "text", + "message", + "quote", + "comment" + ] + }, + "chat-left-text": { + "categories": [ + "Communications" + ], + "tags": [ + "chat bubble", + "text", + "message", + "comment" + ] + }, + "chat-left-quote": { + "categories": [ + "Communications" + ], + "tags": [ + "chat bubble", + "text", + "message", + "quote", + "comment" + ] + }, + "chat-left-heart": { + "categories": [ + "Communications", + "Love" + ], + "tags": [ + "chat bubble", + "text", + "message", + "valentine", + "romance", + "comment" + ] + }, + "chat-left": { + "categories": [ + "Communications" + ], + "tags": [ + "chat bubble", + "text", + "message", + "comment" + ] + }, + "chat-left-text-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "chat bubble", + "text", + "message", + "comment" + ] + }, + "chat-quote-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "chat bubble", + "text", + "message", + "quote", + "comment" + ] + }, + "chat-right-dots-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "chat bubble", + "text", + "message", + "typing", + "comment" + ] + }, + "chat-right-dots": { + "categories": [ + "Communications" + ], + "tags": [ + "chat bubble", + "text", + "message", + "typing", + "comment" + ] + }, + "chat-right-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "chat bubble", + "text", + "message", + "comment" + ] + }, + "chat-quote": { + "categories": [ + "Communications" + ], + "tags": [ + "chat bubble", + "text", + "message", + "quote", + "comment" + ] + }, + "chat-right-heart": { + "categories": [ + "Communications", + "Love" + ], + "tags": [ + "chat bubble", + "text", + "message", + "valentine", + "romance", + "comment" + ] + }, + "chat-right-heart-fill": { + "categories": [ + "Communications", + "Love" + ], + "tags": [ + "chat bubble", + "text", + "message", + "valentine", + "romance", + "comment" + ] + }, + "chat-right-quote-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "chat bubble", + "text", + "message", + "quote", + "comment" + ] + }, + "chat-right-quote": { + "categories": [ + "Communications" + ], + "tags": [ + "chat bubble", + "text", + "message", + "quote", + "comment" + ] + }, + "chat-right-text-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "chat bubble", + "text", + "message", + "comment" + ] + }, + "chat-right": { + "categories": [ + "Communications" + ], + "tags": [ + "chat bubble", + "text", + "message", + "comment" + ] + }, + "chat-square-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "chat bubble", + "text", + "message", + "comment" + ] + }, + "chat-square-dots-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "chat bubble", + "text", + "message", + "typing", + "comment" + ] + }, + "chat-right-text": { + "categories": [ + "Communications" + ], + "tags": [ + "chat bubble", + "text", + "message", + "comment" + ] + }, + "chat-square-dots": { + "categories": [ + "Communications" + ], + "tags": [ + "chat bubble", + "text", + "message", + "typing", + "comment" + ] + }, + "chat-square-heart-fill": { + "categories": [ + "Communications", + "Love" + ], + "tags": [ + "chat bubble", + "text", + "message", + "valentine", + "romance", + "comment" + ] + }, + "chat-square-heart": { + "categories": [ + "Communications", + "Love" + ], + "tags": [ + "chat bubble", + "text", + "message", + "valentine", + "romance", + "comment" + ] + }, + "chat-square-quote-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "chat bubble", + "text", + "message", + "quote", + "comment" + ] + }, + "chat-square-quote": { + "categories": [ + "Communications" + ], + "tags": [ + "chat bubble", + "text", + "message", + "quote", + "comment" + ] + }, + "chat-square-text-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "chat bubble", + "text", + "message", + "comment" + ] + }, + "chat-square": { + "categories": [ + "Communications" + ], + "tags": [ + "chat bubble", + "text", + "message", + "comment" + ] + }, + "chat-square-text": { + "categories": [ + "Communications" + ], + "tags": [ + "chat bubble", + "text", + "message", + "comment" + ] + }, + "chat-text-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "chat bubble", + "text", + "message", + "comment" + ] + }, + "chat-text": { + "categories": [ + "Communications" + ], + "tags": [ + "chat bubble", + "text", + "message", + "comment" + ] + }, + "chat": { + "categories": [ + "Communications" + ], + "tags": [ + "chat bubble", + "text", + "message", + "comment" + ] + }, + "check-all": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "checkmark", + "todo", + "done", + "select" + ] + }, + "check-circle-fill": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "checkmark", + "confirm", + "done" + ] + }, + "check-lg": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "checkmark", + "confirm", + "done" + ] + }, + "check-circle": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "checkmark", + "confirm", + "done" + ] + }, + "check-square": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "checkmark", + "confirm", + "done" + ] + }, + "check-square-fill": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "checkmark", + "confirm", + "done" + ] + }, + "check": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "checkmark", + "confirm", + "done" + ] + }, + "check2-all": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "checkmark", + "todo", + "select", + "done", + "checkbox" + ] + }, + "check2-square": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "checkmark", + "todo", + "select", + "done", + "checkbox" + ] + }, + "check2-circle": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "checkmark", + "todo", + "select", + "done", + "checkbox" + ] + }, + "check2": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "checkmark", + "todo", + "select", + "done", + "checkbox" + ] + }, + "chevron-bar-expand": { + "categories": [ + "Chevrons" + ], + "tags": [ + "chevron" + ] + }, + "chevron-bar-contract": { + "categories": [ + "Chevrons" + ], + "tags": [ + "chevron" + ] + }, + "chevron-bar-right": { + "categories": [ + "Chevrons" + ], + "tags": [ + "chevron" + ] + }, + "chevron-bar-left": { + "categories": [ + "Chevrons" + ], + "tags": [ + "chevron" + ] + }, + "chevron-bar-up": { + "categories": [ + "Chevrons" + ], + "tags": [ + "chevron" + ] + }, + "chevron-compact-down": { + "categories": [ + "Chevrons" + ], + "tags": [ + "chevron" + ] + }, + "chevron-compact-right": { + "categories": [ + "Chevrons" + ], + "tags": [ + "chevron" + ] + }, + "chevron-bar-down": { + "categories": [ + "Chevrons" + ], + "tags": [ + "chevron" + ] + }, + "chevron-compact-up": { + "categories": [ + "Chevrons" + ], + "tags": [ + "chevron" + ] + }, + "chevron-compact-left": { + "categories": [ + "Chevrons" + ], + "tags": [ + "chevron" + ] + }, + "chevron-contract": { + "categories": [ + "Chevrons" + ], + "tags": [ + "chevron" + ] + }, + "chevron-double-down": { + "categories": [ + "Chevrons" + ], + "tags": [ + "chevron" + ] + }, + "chevron-down": { + "categories": [ + "Chevrons" + ], + "tags": [ + "chevron" + ] + }, + "chevron-double-right": { + "categories": [ + "Chevrons" + ], + "tags": [ + "chevron" + ] + }, + "chevron-double-up": { + "categories": [ + "Chevrons" + ], + "tags": [ + "chevron" + ] + }, + "chevron-right": { + "categories": [ + "Chevrons" + ], + "tags": [ + "chevron" + ] + }, + "chevron-left": { + "categories": [ + "Chevrons" + ], + "tags": [ + "chevron" + ] + }, + "circle-fill": { + "categories": [ + "Shapes" + ], + "tags": [ + "shape" + ] + }, + "chevron-double-left": { + "categories": [ + "Chevrons" + ], + "tags": [ + "chevron" + ] + }, + "circle-half": { + "categories": [ + "Shapes" + ], + "tags": [ + "shape" + ] + }, + "chevron-up": { + "categories": [ + "Chevrons" + ], + "tags": [ + "chevron" + ] + }, + "clipboard-check-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "copy", + "paste" + ] + }, + "clipboard-check": { + "categories": [ + "Real world" + ], + "tags": [ + "copy", + "paste" + ] + }, + "clipboard-data-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "copy", + "paste", + "data", + "analytics", + "graph", + "chart" + ] + }, + "clipboard-heart": { + "categories": [ + "Real world" + ], + "tags": [ + "copy", + "paste" + ] + }, + "circle": { + "categories": [ + "Shapes" + ], + "tags": [ + "shape" + ] + }, + "circle-square": { + "categories": [ + "Graphics" + ], + "tags": [ + "graphics", + "vector", + "merge", + "layers" + ] + }, + "clipboard-data": { + "categories": [ + "Real world" + ], + "tags": [ + "copy", + "paste", + "data", + "analytics", + "graph", + "chart" + ] + }, + "clipboard-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "copy", + "paste" + ] + }, + "clipboard-heart-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "copy", + "paste" + ] + }, + "clipboard-minus-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "copy", + "paste" + ] + }, + "chevron-expand": { + "categories": [ + "Chevrons" + ], + "tags": [ + "chevron" + ] + }, + "clipboard-plus-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "copy", + "paste" + ] + }, + "clipboard-pulse": { + "categories": [ + "Real world" + ], + "tags": [ + "copy", + "paste" + ] + }, + "clipboard-plus": { + "categories": [ + "Real world" + ], + "tags": [ + "copy", + "paste" + ] + }, + "clipboard-minus": { + "categories": [ + "Real world" + ], + "tags": [ + "copy", + "paste" + ] + }, + "clipboard-x-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "copy", + "paste" + ] + }, + "clipboard-x": { + "categories": [ + "Real world" + ], + "tags": [ + "copy", + "paste" + ] + }, + "clipboard2-check": { + "categories": [ + "Real world" + ], + "tags": [ + "copy", + "paste" + ] + }, + "clipboard": { + "categories": [ + "Real world" + ], + "tags": [ + "copy", + "paste" + ] + }, + "clipboard2-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "copy", + "paste" + ] + }, + "clipboard2-data": { + "categories": [ + "Real world" + ], + "tags": [ + "copy", + "paste", + "data", + "analytics", + "graph", + "chart" + ] + }, + "clipboard2-heart-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "copy", + "paste" + ] + }, + "clipboard2-data-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "copy", + "paste", + "data", + "analytics", + "graph", + "chart" + ] + }, + "clipboard2-check-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "copy", + "paste" + ] + }, + "clipboard2-minus-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "copy", + "paste" + ] + }, + "clipboard2-minus": { + "categories": [ + "Real world" + ], + "tags": [ + "copy", + "paste" + ] + }, + "clipboard2-heart": { + "categories": [ + "Real world" + ], + "tags": [ + "copy", + "paste" + ] + }, + "clipboard2-plus-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "copy", + "paste" + ] + }, + "clipboard2-plus": { + "categories": [ + "Real world" + ], + "tags": [ + "copy", + "paste" + ] + }, + "clipboard2": { + "categories": [ + "Real world" + ], + "tags": [ + "copy", + "paste" + ] + }, + "clipboard2-pulse": { + "categories": [ + "Real world", + "Medical" + ], + "tags": [ + "copy", + "paste", + "heartrate" + ] + }, + "clipboard2-x": { + "categories": [ + "Real world" + ], + "tags": [ + "copy", + "paste" + ] + }, + "clock": { + "categories": [ + "Miscellaneous" + ], + "tags": [ + "time" + ] + }, + "clock-fill": { + "categories": [ + "Miscellaneous" + ], + "tags": [ + "time" + ] + }, + "clipboard2-x-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "copy", + "paste" + ] + }, + "clipboard2-pulse-fill": { + "categories": [ + "Real world", + "Medical" + ], + "tags": [ + "copy", + "paste", + "heartrate" + ] + }, + "cloud-arrow-down-fill": { + "categories": [ + "Clouds" + ], + "tags": [ + "download" + ] + }, + "cloud-arrow-down": { + "categories": [ + "Clouds" + ], + "tags": [ + "download" + ] + }, + "clock-history": { + "categories": [ + "Miscellaneous" + ], + "tags": [ + "time", + "history" + ] + }, + "cloud-arrow-up": { + "categories": [ + "Clouds" + ], + "tags": [ + "upload" + ] + }, + "cloud-arrow-up-fill": { + "categories": [ + "Clouds" + ], + "tags": [ + "upload" + ] + }, + "cloud-check": { + "categories": [ + "Clouds" + ], + "tags": [ + "checkmark" + ] + }, + "cloud-check-fill": { + "categories": [ + "Clouds" + ], + "tags": [ + "checkmark" + ] + }, + "cloud-download-fill": { + "categories": [ + "Clouds" + ], + "tags": [ + "arrow", + "save" + ] + }, + "cloud-download": { + "categories": [ + "Clouds" + ], + "tags": [ + "arrow", + "save" + ] + }, + "cloud-drizzle-fill": { + "categories": [ + "Weather" + ], + "tags": [ + "storm", + "rain" + ] + }, + "cloud-drizzle": { + "categories": [ + "Weather" + ], + "tags": [ + "storm", + "rain" + ] + }, + "cloud-fill": { + "categories": [ + "Clouds" + ], + "tags": [ + "weather" + ] + }, + "cloud-fog-fill": { + "categories": [ + "Weather" + ], + "tags": [ + "foggy" + ] + }, + "cloud-fog": { + "categories": [ + "Weather" + ], + "tags": [ + "foggy" + ] + }, + "cloud-fog2": { + "categories": [ + "Weather" + ], + "tags": [ + "foggy" + ] + }, + "cloud-hail-fill": { + "categories": [ + "Weather" + ], + "tags": [ + "storm" + ] + }, + "cloud-hail": { + "categories": [ + "Weather" + ], + "tags": [ + "storm" + ] + }, + "cloud-fog2-fill": { + "categories": [ + "Weather" + ], + "tags": [ + "foggy" + ] + }, + "cloud-haze-fill": { + "categories": [ + "Weather" + ], + "tags": [ + "smog" + ] + }, + "cloud-haze": { + "categories": [ + "Weather" + ], + "tags": [ + "smog" + ] + }, + "cloud-haze2": { + "categories": [ + "Weather" + ], + "tags": [ + "smog" + ] + }, + "cloud-lightning-fill": { + "categories": [ + "Weather" + ], + "tags": [ + "thunder", + "storm" + ] + }, + "cloud-lightning-rain": { + "categories": [ + "Weather" + ], + "tags": [ + "thunder", + "storm" + ] + }, + "cloud-lightning-rain-fill": { + "categories": [ + "Weather" + ], + "tags": [ + "thunder", + "storm" + ] + }, + "cloud-minus-fill": { + "categories": [ + "Clouds" + ], + "tags": [ + "subtract" + ] + }, + "cloud-lightning": { + "categories": [ + "Weather" + ], + "tags": [ + "thunder", + "storm" + ] + }, + "cloud-haze2-fill": { + "categories": [ + "Weather" + ], + "tags": [ + "smog" + ] + }, + "cloud-moon": { + "categories": [ + "Weather" + ], + "tags": [ + "cloudy", + "overcast" + ] + }, + "cloud-moon-fill": { + "categories": [ + "Weather" + ], + "tags": [ + "cloudy", + "overcast" + ] + }, + "cloud-plus-fill": { + "categories": [ + "Clouds" + ], + "tags": [ + "add", + "new", + "upload" + ] + }, + "cloud-minus": { + "categories": [ + "Clouds" + ], + "tags": [ + "subtract" + ] + }, + "cloud-plus": { + "categories": [ + "Clouds" + ], + "tags": [ + "add", + "new", + "upload" + ] + }, + "cloud-rain-fill": { + "categories": [ + "Weather" + ], + "tags": [ + "cloud", + "rainstorm", + "storm" + ] + }, + "cloud-rain-heavy": { + "categories": [ + "Weather" + ], + "tags": [ + "cloud", + "rainstorm", + "storm" + ] + }, + "cloud-rain-heavy-fill": { + "categories": [ + "Weather" + ], + "tags": [ + "cloud", + "rainstorm", + "storm" + ] + }, + "cloud-rain": { + "categories": [ + "Weather" + ], + "tags": [ + "cloud", + "rainstorm", + "storm" + ] + }, + "cloud-slash": { + "categories": [ + "Clouds" + ], + "tags": [ + "cloud" + ] + }, + "cloud-snow-fill": { + "categories": [ + "Weather" + ], + "tags": [ + "cloud", + "blizzard", + "flurries" + ] + }, + "cloud-slash-fill": { + "categories": [ + "Clouds" + ], + "tags": [ + "cloud" + ] + }, + "cloud-sleet": { + "categories": [ + "Weather" + ], + "tags": [ + "cloud", + "blizzard", + "flurries" + ] + }, + "cloud-sleet-fill": { + "categories": [ + "Weather" + ], + "tags": [ + "cloud", + "blizzard", + "flurries" + ] + }, + "cloud-snow": { + "categories": [ + "Weather" + ], + "tags": [ + "cloud", + "blizzard", + "flurries" + ] + }, + "cloud-sun": { + "categories": [ + "Weather" + ], + "tags": [ + "cloudy", + "overcast" + ] + }, + "clouds-fill": { + "categories": [ + "Weather" + ], + "tags": [ + "clouds", + "overcast" + ] + }, + "cloudy-fill": { + "categories": [ + "Weather" + ], + "tags": [ + "clouds", + "overcast" + ] + }, + "cloud-sun-fill": { + "categories": [ + "Weather" + ], + "tags": [ + "cloudy", + "overcast" + ] + }, + "cloud-upload": { + "categories": [ + "Clouds" + ], + "tags": [ + "cloud" + ] + }, + "cloud": { + "categories": [ + "Clouds" + ], + "tags": [ + "weather" + ] + }, + "code-slash": { + "categories": [ + "Typography" + ], + "tags": [ + "text", + "type", + "code", + "developer", + "development", + "software" + ], + "added": "1.10.0" + }, + "clouds": { + "categories": [ + "Weather" + ], + "tags": [ + "clouds", + "overcast" + ] + }, + "code-square": { + "categories": [ + "Typography" + ], + "tags": [ + "text", + "type", + "code", + "developer", + "development", + "software", + "preformatted" + ], + "added": "1.10.0" + }, + "cloud-upload-fill": { + "categories": [ + "Clouds" + ], + "tags": [ + "cloud" + ] + }, + "collection-play-fill": { + "categories": [ + "Media" + ], + "tags": [ + "library", + "group", + "play" + ] + }, + "coin": { + "categories": [ + "Commerce" + ], + "tags": [ + "money", + "finance", + "banking", + "currency" + ] + }, + "cloudy": { + "categories": [ + "Weather" + ], + "tags": [ + "clouds", + "overcast" + ] + }, + "collection-fill": { + "categories": [ + "Media" + ], + "tags": [ + "library", + "group" + ] + }, + "compass-fill": { + "categories": [ + "Geo" + ], + "tags": [ + "direction", + "map", + "location" + ] + }, + "code": { + "categories": [ + "Typography" + ], + "tags": [ + "text", + "type", + "code", + "developer", + "development", + "software" + ] + }, + "collection-play": { + "categories": [ + "Media" + ], + "tags": [ + "library", + "group", + "play" + ] + }, + "columns-gap": { + "categories": [ + "Layout" + ], + "tags": [ + "grid", + "layout" + ] + }, + "command": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "key", + "mac" + ] + }, + "columns": { + "categories": [ + "Layout" + ], + "tags": [ + "grid", + "layout" + ] + }, + "collection": { + "categories": [ + "Media" + ], + "tags": [ + "library", + "group" + ] + }, + "compass": { + "categories": [ + "Geo" + ], + "tags": [ + "direction", + "map", + "location" + ] + }, + "cone-striped": { + "categories": [ + "Real world" + ], + "tags": [ + "construction", + "warning", + "safety" + ] + }, + "copy": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "paste", + "clone", + "cut", + "duplicate" + ], + "added": "1.11.0" + }, + "cookie": { + "categories": [ + "Real World" + ], + "tags": [ + "dessert" + ], + "added": "1.11.0" + }, + "controller": { + "categories": [ + "Devices" + ], + "tags": [ + "game", + "gaming", + "video-game" + ] + }, + "cpu-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "processor", + "chip", + "computer" + ] + }, + "cpu": { + "categories": [ + "Devices" + ], + "tags": [ + "processor", + "chip", + "computer" + ] + }, + "credit-card-2-back": { + "categories": [ + "Real world" + ], + "tags": [ + "debit", + "card", + "payment" + ] + }, + "credit-card-2-front": { + "categories": [ + "Real world" + ], + "tags": [ + "debit", + "card", + "payment" + ] + }, + "credit-card-2-back-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "debit", + "card", + "payment" + ] + }, + "credit-card-2-front-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "debit", + "card", + "payment" + ] + }, + "credit-card": { + "categories": [ + "Real world" + ], + "tags": [ + "debit", + "card", + "payment" + ] + }, + "credit-card-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "debit", + "card", + "payment" + ] + }, + "crop": { + "categories": [ + "Graphics" + ], + "tags": [ + "crop" + ] + }, + "crosshair2": { + "categories": [ + "Geo" + ], + "tags": [ + "geography", + "map", + "pin", + "location" + ], + "added": "1.11.0" + }, + "crosshair": { + "categories": [ + "Geo" + ], + "tags": [ + "geography", + "map", + "pin", + "location" + ], + "added": "1.11.0" + }, + "cup-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "mug" + ] + }, + "cup-hot-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "mug", + "steam", + "coffee", + "tea" + ] + }, + "cup-hot": { + "categories": [ + "Real world" + ], + "tags": [ + "mug", + "steam", + "coffee", + "tea" + ] + }, + "currency-bitcoin": { + "categories": [ + "Commerce" + ], + "tags": [ + "money", + "finance", + "crypto" + ] + }, + "cup-straw": { + "categories": [ + "Real world" + ], + "tags": [ + "mug", + "glass", + "drink" + ] + }, + "currency-dollar": { + "categories": [ + "Commerce" + ], + "tags": [ + "money", + "finance", + "usd" + ] + }, + "currency-exchange": { + "categories": [ + "Commerce" + ], + "tags": [ + "money", + "finance" + ] + }, + "currency-euro": { + "categories": [ + "Commerce" + ], + "tags": [ + "money", + "finance" + ] + }, + "cup": { + "categories": [ + "Real world" + ], + "tags": [ + "mug" + ] + }, + "currency-pound": { + "categories": [ + "Commerce" + ], + "tags": [ + "money", + "finance" + ] + }, + "cursor-fill": { + "categories": [ + "Geo" + ], + "tags": [ + "pointer" + ] + }, + "currency-yen": { + "categories": [ + "Commerce" + ], + "tags": [ + "money", + "finance" + ] + }, + "currency-rupee": { + "categories": [ + "Commerce" + ], + "tags": [ + "money", + "finance" + ] + }, + "cone": { + "categories": [ + "Real world" + ], + "tags": [ + "construction", + "warning", + "safety" + ] + }, + "cursor": { + "categories": [ + "Geo" + ], + "tags": [ + "pointer" + ] + }, + "dash-circle-dotted": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "minus" + ] + }, + "dash-circle-fill": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "minus" + ] + }, + "cursor-text": { + "categories": [ + "Typography" + ], + "tags": [ + "text", + "type", + "cursor" + ] + }, + "dash-lg": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "minus" + ] + }, + "dash-square-dotted": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "minus" + ] + }, + "dash-circle": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "minus" + ] + }, + "database-add": { + "categories": [ + "Devices" + ], + "tags": [ + "server", + "data" + ], + "added": "1.10.0" + }, + "dash-square-fill": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "minus" + ] + }, + "dash": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "minus" + ] + }, + "dash-square": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "minus" + ] + }, + "database-dash": { + "categories": [ + "Devices" + ], + "tags": [ + "server", + "data" + ], + "added": "1.10.0" + }, + "database-down": { + "categories": [ + "Devices" + ], + "tags": [ + "server", + "data" + ], + "added": "1.10.0" + }, + "database-check": { + "categories": [ + "Devices" + ], + "tags": [ + "server", + "data" + ], + "added": "1.10.0" + }, + "database-fill-add": { + "categories": [ + "Devices" + ], + "tags": [ + "server", + "data" + ], + "added": "1.10.0" + }, + "database-exclamation": { + "categories": [ + "Devices" + ], + "tags": [ + "server", + "data" + ], + "added": "1.10.0" + }, + "database-fill-check": { + "categories": [ + "Devices" + ], + "tags": [ + "server", + "data" + ], + "added": "1.10.0" + }, + "database-fill-dash": { + "categories": [ + "Devices" + ], + "tags": [ + "server", + "data" + ], + "added": "1.10.0" + }, + "database-fill-down": { + "categories": [ + "Devices" + ], + "tags": [ + "server", + "data" + ], + "added": "1.10.0" + }, + "database-fill-lock": { + "categories": [ + "Devices" + ], + "tags": [ + "server", + "data" + ], + "added": "1.10.0" + }, + "database-fill-exclamation": { + "categories": [ + "Devices" + ], + "tags": [ + "server", + "data" + ], + "added": "1.10.0" + }, + "database-fill-up": { + "categories": [ + "Devices" + ], + "tags": [ + "server", + "data" + ], + "added": "1.10.0" + }, + "database-fill-gear": { + "categories": [ + "Devices" + ], + "tags": [ + "server", + "data" + ], + "added": "1.10.0" + }, + "database-fill-slash": { + "categories": [ + "Devices" + ], + "tags": [ + "server", + "data" + ], + "added": "1.10.0" + }, + "database-gear": { + "categories": [ + "Devices" + ], + "tags": [ + "server", + "data" + ], + "added": "1.10.0" + }, + "database-lock": { + "categories": [ + "Devices" + ], + "tags": [ + "server", + "data" + ], + "added": "1.10.0" + }, + "database-slash": { + "categories": [ + "Devices" + ], + "tags": [ + "server", + "data" + ], + "added": "1.10.0" + }, + "database-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "server", + "data" + ], + "added": "1.10.0" + }, + "database-x": { + "categories": [ + "Devices" + ], + "tags": [ + "server", + "data" + ], + "added": "1.10.0" + }, + "database": { + "categories": [ + "Devices" + ], + "tags": [ + "server", + "data" + ], + "added": "1.10.0" + }, + "database-up": { + "categories": [ + "Devices" + ], + "tags": [ + "server", + "data" + ], + "added": "1.10.0" + }, + "device-hdd-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "drive", + "hard drive" + ] + }, + "device-ssd-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "solid state", + "drive" + ] + }, + "database-fill-x": { + "categories": [ + "Devices" + ], + "tags": [ + "server", + "data" + ], + "added": "1.10.0" + }, + "device-hdd": { + "categories": [ + "Devices" + ], + "tags": [ + "drive", + "hard drive" + ] + }, + "diagram-2-fill": { + "categories": [ + "Graphics" + ], + "tags": [ + "node", + "diagram", + "sitemap", + "children", + "org chart" + ] + }, + "device-ssd": { + "categories": [ + "Devices" + ], + "tags": [ + "solid state", + "drive" + ] + }, + "diagram-3-fill": { + "categories": [ + "Graphics" + ], + "tags": [ + "node", + "diagram", + "sitemap", + "children", + "org chart" + ] + }, + "diagram-2": { + "categories": [ + "Graphics" + ], + "tags": [ + "node", + "diagram", + "sitemap", + "children", + "org chart" + ] + }, + "diagram-3": { + "categories": [ + "Graphics" + ], + "tags": [ + "node", + "diagram", + "sitemap", + "children", + "org chart" + ] + }, + "diamond-fill": { + "categories": [ + "Shapes" + ], + "tags": [ + "shape" + ] + }, + "diamond-half": { + "categories": [ + "Shapes" + ], + "tags": [ + "shape" + ] + }, + "diamond": { + "categories": [ + "Shapes" + ], + "tags": [ + "shape" + ] + }, + "dice-1-fill": { + "categories": [ + "Entertainment" + ], + "tags": [ + "dice", + "die", + "games", + "gaming", + "gambling" + ] + }, + "dice-1": { + "categories": [ + "Entertainment" + ], + "tags": [ + "dice", + "die", + "games", + "gaming", + "gambling" + ] + }, + "dice-2": { + "categories": [ + "Entertainment" + ], + "tags": [ + "dice", + "die", + "games", + "gaming", + "gambling" + ] + }, + "dice-2-fill": { + "categories": [ + "Entertainment" + ], + "tags": [ + "dice", + "die", + "games", + "gaming", + "gambling" + ] + }, + "dice-4": { + "categories": [ + "Entertainment" + ], + "tags": [ + "dice", + "die", + "games", + "gaming", + "gambling" + ] + }, + "dice-4-fill": { + "categories": [ + "Entertainment" + ], + "tags": [ + "dice", + "die", + "games", + "gaming", + "gambling" + ] + }, + "dice-5-fill": { + "categories": [ + "Entertainment" + ], + "tags": [ + "dice", + "die", + "games", + "gaming", + "gambling" + ] + }, + "dice-5": { + "categories": [ + "Entertainment" + ], + "tags": [ + "dice", + "die", + "games", + "gaming", + "gambling" + ] + }, + "dice-6-fill": { + "categories": [ + "Entertainment" + ], + "tags": [ + "dice", + "die", + "games", + "gaming", + "gambling" + ] + }, + "dice-6": { + "categories": [ + "Entertainment" + ], + "tags": [ + "dice", + "die", + "games", + "gaming", + "gambling" + ] + }, + "dice-3-fill": { + "categories": [ + "Entertainment" + ], + "tags": [ + "dice", + "die", + "games", + "gaming", + "gambling" + ] + }, + "disc-fill": { + "categories": [ + "Media" + ], + "tags": [ + "cd", + "compact disc", + "bluray", + "dvd" + ] + }, + "disc": { + "categories": [ + "Media" + ], + "tags": [ + "cd", + "compact disc", + "bluray", + "dvd" + ] + }, + "discord": { + "categories": [ + "Brand" + ], + "tags": [ + "social", + "chat" + ] + }, + "display-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "monitor", + "external" + ] + }, + "displayport": { + "categories": [ + "Devices" + ], + "tags": [ + "video", + "input" + ] + }, + "display": { + "categories": [ + "Devices" + ], + "tags": [ + "monitor", + "external" + ] + }, + "dice-3": { + "categories": [ + "Entertainment" + ], + "tags": [ + "dice", + "die", + "games", + "gaming", + "gambling" + ] + }, + "distribute-horizontal": { + "categories": [ + "Graphics" + ], + "tags": [ + "space", + "align" + ] + }, + "door-closed-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "door", + "logout", + "signout" + ] + }, + "distribute-vertical": { + "categories": [ + "Graphics" + ], + "tags": [ + "space", + "align" + ] + }, + "door-closed": { + "categories": [ + "Real world" + ], + "tags": [ + "door", + "logout", + "signout" + ] + }, + "displayport-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "video", + "input" + ] + }, + "door-open-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "door", + "login", + "signin" + ] + }, + "dot": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "middot" + ] + }, + "dpad-fill": { + "categories": [ + "Entertainment" + ], + "tags": [ + "gaming", + "controller", + "direction" + ] + }, + "dpad": { + "categories": [ + "Entertainment" + ], + "tags": [ + "gaming", + "controller", + "direction" + ] + }, + "download": { + "categories": [ + "Miscellaneous" + ], + "tags": [ + "arrow", + "network", + "save" + ] + }, + "door-open": { + "categories": [ + "Real world" + ], + "tags": [ + "door", + "login", + "signin" + ] + }, + "droplet-fill": { + "categories": [ + "Graphics" + ], + "tags": [ + "water-drop", + "paint", + "ink", + "liquid" + ] + }, + "droplet-half": { + "categories": [ + "Graphics" + ], + "tags": [ + "water-drop", + "paint", + "ink", + "liquid" + ] + }, + "dribbble": { + "categories": [ + "Brand" + ], + "tags": [ + "social" + ] + }, + "droplet": { + "categories": [ + "Graphics" + ], + "tags": [ + "water-drop", + "paint", + "ink", + "liquid" + ] + }, + "duffle-fill": { + "categories": [ + "Travel" + ], + "tags": [ + "luggage", + "bags", + "carry-on", + "student", + "education" + ], + "added": "1.11.0" + }, + "dropbox": { + "categories": [ + "Brand" + ], + "tags": [ + "dropbox" + ] + }, + "ear-fill": { + "categories": [ + "Real World" + ], + "tags": [ + "hearing", + "sound", + "listen" + ] + }, + "duffle": { + "categories": [ + "Travel" + ], + "tags": [ + "luggage", + "bags", + "carry-on", + "student", + "education" + ], + "added": "1.11.0" + }, + "ear": { + "categories": [ + "Real World" + ], + "tags": [ + "hearing", + "sound", + "listen" + ] + }, + "easel2-fill": { + "categories": [ + "Graphics" + ], + "tags": [ + "paint", + "draw", + "art", + "present" + ] + }, + "earbuds": { + "categories": [ + "Devices" + ], + "tags": [ + "headphones" + ] + }, + "easel-fill": { + "categories": [ + "Graphics" + ], + "tags": [ + "paint", + "draw", + "art", + "present" + ] + }, + "easel2": { + "categories": [ + "Graphics" + ], + "tags": [ + "paint", + "draw", + "art", + "present" + ] + }, + "egg-fried": { + "categories": [ + "Real world" + ], + "tags": [ + "food" + ] + }, + "easel3": { + "categories": [ + "Graphics" + ], + "tags": [ + "paint", + "draw", + "art", + "present" + ] + }, + "egg-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "food" + ] + }, + "easel": { + "categories": [ + "Graphics" + ], + "tags": [ + "paint", + "draw", + "art", + "present" + ] + }, + "egg": { + "categories": [ + "Real world" + ], + "tags": [ + "food" + ] + }, + "eject": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "disc", + "cd", + "dvd" + ] + }, + "eject-fill": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "disc", + "cd", + "dvd" + ] + }, + "easel3-fill": { + "categories": [ + "Graphics" + ], + "tags": [ + "paint", + "draw", + "art", + "present" + ] + }, + "emoji-angry": { + "categories": [ + "Emoji" + ], + "tags": [ + "emoticon", + "anger", + "upset" + ] + }, + "emoji-astonished-fill": { + "categories": [ + "Emoji" + ], + "tags": [ + "emoticon", + "surprised" + ], + "added": "1.11.0" + }, + "emoji-astonished": { + "categories": [ + "Emoji" + ], + "tags": [ + "emoticon", + "surprised" + ], + "added": "1.11.0" + }, + "emoji-dizzy-fill": { + "categories": [ + "Emoji" + ], + "tags": [ + "emoticon" + ] + }, + "emoji-expressionless-fill": { + "categories": [ + "Emoji" + ], + "tags": [ + "emoticon", + "neutral", + "unphased" + ] + }, + "emoji-expressionless": { + "categories": [ + "Emoji" + ], + "tags": [ + "emoticon", + "neutral", + "unphased" + ] + }, + "emoji-frown-fill": { + "categories": [ + "Emoji" + ], + "tags": [ + "emoticon", + "sad" + ] + }, + "emoji-grimace": { + "categories": [ + "Emoji" + ], + "tags": [ + "emoticon" + ], + "added": "1.11.0" + }, + "emoji-frown": { + "categories": [ + "Emoji" + ], + "tags": [ + "emoticon", + "sad" + ] + }, + "emoji-grimace-fill": { + "categories": [ + "Emoji" + ], + "tags": [ + "emoticon" + ], + "added": "1.11.0" + }, + "emoji-grin": { + "categories": [ + "Emoji" + ], + "tags": [ + "emoticon" + ], + "added": "1.11.0" + }, + "emoji-grin-fill": { + "categories": [ + "Emoji" + ], + "tags": [ + "emoticon" + ], + "added": "1.11.0" + }, + "emoji-dizzy": { + "categories": [ + "Emoji" + ], + "tags": [ + "emoticon" + ] + }, + "emoji-heart-eyes-fill": { + "categories": [ + "Emoji" + ], + "tags": [ + "emoticon", + "heart", + "love" + ] + }, + "emoji-laughing-fill": { + "categories": [ + "Emoji" + ], + "tags": [ + "emoticon", + "happy" + ] + }, + "emoji-kiss-fill": { + "categories": [ + "Emoji" + ], + "tags": [ + "emoticon", + "heart", + "love" + ] + }, + "emoji-heart-eyes": { + "categories": [ + "Emoji" + ], + "tags": [ + "emoticon", + "heart", + "love" + ] + }, + "emoji-angry-fill": { + "categories": [ + "Emoji" + ], + "tags": [ + "emoticon", + "anger", + "upset" + ] + }, + "emoji-neutral-fill": { + "categories": [ + "Emoji" + ], + "tags": [ + "emoticon", + "expressionless" + ] + }, + "emoji-laughing": { + "categories": [ + "Emoji" + ], + "tags": [ + "emoticon", + "happy" + ] + }, + "emoji-neutral": { + "categories": [ + "Emoji" + ], + "tags": [ + "emoticon", + "expressionless" + ] + }, + "emoji-kiss": { + "categories": [ + "Emoji" + ], + "tags": [ + "emoticon", + "heart", + "love" + ] + }, + "emoji-smile-upside-down-fill": { + "categories": [ + "Emoji" + ], + "tags": [ + "emoticon", + "sarcasm" + ] + }, + "emoji-smile-upside-down": { + "categories": [ + "Emoji" + ], + "tags": [ + "emoticon", + "sarcasm" + ] + }, + "emoji-smile-fill": { + "categories": [ + "Emoji" + ], + "tags": [ + "emoticon", + "happy" + ] + }, + "emoji-sunglasses-fill": { + "categories": [ + "Emoji" + ], + "tags": [ + "emoticon", + "cool" + ] + }, + "emoji-smile": { + "categories": [ + "Emoji" + ], + "tags": [ + "emoticon", + "happy" + ] + }, + "emoji-tear": { + "categories": [ + "Emoji" + ], + "tags": [ + "emoticon" + ], + "added": "1.11.0" + }, + "emoji-sunglasses": { + "categories": [ + "Emoji" + ], + "tags": [ + "emoticon", + "cool" + ] + }, + "emoji-surprise-fill": { + "categories": [ + "Emoji" + ], + "tags": [ + "emoticon" + ], + "added": "1.11.0" + }, + "emoji-tear-fill": { + "categories": [ + "Emoji" + ], + "tags": [ + "emoticon" + ], + "added": "1.11.0" + }, + "emoji-wink-fill": { + "categories": [ + "Emoji" + ], + "tags": [ + "emoticon" + ] + }, + "emoji-surprise": { + "categories": [ + "Emoji" + ], + "tags": [ + "emoticon" + ], + "added": "1.11.0" + }, + "envelope-arrow-down-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "email", + "message", + "mail", + "letter" + ], + "added": "1.11.0" + }, + "emoji-wink": { + "categories": [ + "Emoji" + ], + "tags": [ + "emoticon" + ] + }, + "envelope-arrow-up-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "email", + "message", + "mail", + "letter" + ], + "added": "1.11.0" + }, + "envelope-arrow-up": { + "categories": [ + "Communications" + ], + "tags": [ + "email", + "message", + "mail", + "letter" + ], + "added": "1.11.0" + }, + "envelope-arrow-down": { + "categories": [ + "Communications" + ], + "tags": [ + "email", + "message", + "mail", + "letter" + ], + "added": "1.11.0" + }, + "envelope-at-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "email", + "message", + "mail", + "letter" + ], + "added": "1.10.0" + }, + "envelope-at": { + "categories": [ + "Communications" + ], + "tags": [ + "email", + "message", + "mail", + "letter" + ], + "added": "1.10.0" + }, + "envelope-check-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "email", + "message", + "mail", + "letter" + ] + }, + "envelope-dash-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "email", + "message", + "mail", + "letter" + ] + }, + "envelope-exclamation-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "email", + "message", + "mail", + "letter" + ] + }, + "envelope-dash": { + "categories": [ + "Communications" + ], + "tags": [ + "email", + "message", + "mail", + "letter" + ] + }, + "envelope-open-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "email", + "message", + "mail", + "letter" + ] + }, + "envelope-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "email", + "message", + "mail", + "letter" + ] + }, + "envelope-heart-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "email", + "message", + "mail", + "letter", + "love", + "valentine", + "romance" + ] + }, + "envelope-heart": { + "categories": [ + "Communications" + ], + "tags": [ + "email", + "message", + "mail", + "letter", + "love", + "valentine", + "romance" + ] + }, + "envelope-exclamation": { + "categories": [ + "Communications" + ], + "tags": [ + "email", + "message", + "mail", + "letter" + ] + }, + "envelope-check": { + "categories": [ + "Communications" + ], + "tags": [ + "email", + "message", + "mail", + "letter" + ] + }, + "envelope-open-heart-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "email", + "message", + "mail", + "letter", + "love", + "valentine", + "romance" + ] + }, + "envelope-open-heart": { + "categories": [ + "Communications" + ], + "tags": [ + "email", + "message", + "mail", + "letter", + "love", + "valentine", + "romance" + ] + }, + "envelope-paper-heart-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "email", + "message", + "mail", + "letter", + "love", + "valentine", + "romance" + ] + }, + "envelope-plus-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "email", + "message", + "mail", + "letter" + ] + }, + "envelope-paper-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "email", + "message", + "mail", + "letter" + ] + }, + "envelope-plus": { + "categories": [ + "Communications" + ], + "tags": [ + "email", + "message", + "mail", + "letter" + ] + }, + "envelope-paper": { + "categories": [ + "Communications" + ], + "tags": [ + "email", + "message", + "mail", + "letter" + ] + }, + "envelope-paper-heart": { + "categories": [ + "Communications" + ], + "tags": [ + "email", + "message", + "mail", + "letter", + "love", + "valentine", + "romance" + ] + }, + "envelope-slash-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "email", + "message", + "mail", + "letter" + ] + }, + "envelope-slash": { + "categories": [ + "Communications" + ], + "tags": [ + "email", + "message", + "mail", + "letter" + ] + }, + "envelope": { + "categories": [ + "Communications" + ], + "tags": [ + "email", + "message", + "mail", + "letter" + ] + }, + "envelope-x-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "email", + "message", + "mail", + "letter" + ] + }, + "eraser": { + "categories": [ + "Graphics" + ], + "tags": [ + "erase", + "remove" + ] + }, + "envelope-x": { + "categories": [ + "Communications" + ], + "tags": [ + "email", + "message", + "mail", + "letter" + ] + }, + "ethernet": { + "categories": [ + "Devices" + ], + "tags": [ + "internet", + "connection", + "port", + "plug" + ] + }, + "ev-front-fill": { + "categories": [ + "Transportation" + ], + "tags": [ + "car", + "automobile", + "automotive", + "auto", + "sedan", + "drive", + "driving", + "electric vehicle", + "charging" + ], + "added": "1.10.0" + }, + "escape": { + "categories": [ + "UI and Keyboard" + ], + "tags": [ + "esc", + "quit", + "exit" + ] + }, + "ev-front": { + "categories": [ + "Transportation" + ], + "tags": [ + "car", + "automobile", + "automotive", + "auto", + "sedan", + "drive", + "driving", + "electric vehicle", + "charging" + ], + "added": "1.10.0" + }, + "ev-station-fill": { + "categories": [ + "Transportation" + ], + "tags": [ + "charging", + "electric vehicle" + ] + }, + "exclamation-circle-fill": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "alert", + "warning" + ] + }, + "exclamation-circle": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "alert", + "warning" + ] + }, + "exclamation-diamond": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "alert", + "warning" + ] + }, + "exclamation-diamond-fill": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "alert", + "warning" + ] + }, + "exclamation-lg": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "alert", + "warning" + ] + }, + "exclamation-octagon-fill": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "alert", + "warning" + ] + }, + "ev-station": { + "categories": [ + "Transportation" + ], + "tags": [ + "charging", + "electric vehicle" + ] + }, + "exclamation-octagon": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "alert", + "warning" + ] + }, + "exclamation-square-fill": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "alert", + "warning" + ] + }, + "exclamation-triangle-fill": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "alert", + "warning" + ] + }, + "exclamation-square": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "alert", + "warning" + ] + }, + "exclamation-triangle": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "alert", + "warning" + ] + }, + "exclamation": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "alert", + "warning" + ] + }, + "exclude": { + "categories": [ + "Graphics" + ], + "tags": [ + "graphics", + "vector", + "merge", + "layers" + ] + }, + "explicit-fill": { + "categories": [ + "Badges" + ], + "tags": [ + "r18" + ] + }, + "explicit": { + "categories": [ + "Badges" + ], + "tags": [ + "r18" + ] + }, + "exposure": { + "categories": [ + "Graphics" + ], + "tags": [ + "photo", + "editing", + "image", + "picture" + ], + "added": "1.11.0" + }, + "eye-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "eyeball", + "look", + "see" + ] + }, + "eye-slash-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "eyeball", + "look", + "see" + ] + }, + "eye-slash": { + "categories": [ + "Real world" + ], + "tags": [ + "eyeball", + "look", + "see" + ] + }, + "eye": { + "categories": [ + "Real world" + ], + "tags": [ + "eyeball", + "look", + "see" + ] + }, + "eyedropper": { + "categories": [ + "Graphics" + ], + "tags": [ + "color", + "picker" + ] + }, + "fan": { + "categories": [ + "Real World" + ], + "tags": [ + "fan", + "vent", + "airflow" + ] + }, + "facebook": { + "categories": [ + "Brand" + ], + "tags": [ + "social" + ] + }, + "eraser-fill": { + "categories": [ + "Graphics" + ], + "tags": [ + "erase", + "remove" + ] + }, + "eyeglasses": { + "categories": [ + "Real world" + ], + "tags": [ + "eyeball", + "look", + "see", + "glasses", + "reading" + ] + }, + "fast-forward-btn-fill": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "fast-forward-btn": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "fast-forward-circle": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "fast-forward-fill": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "fast-forward": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "feather": { + "categories": [ + "Real World" + ], + "tags": [ + "bird", + "flight", + "light" + ], + "added": "1.11.0" + }, + "feather2": { + "categories": [ + "Real World" + ], + "tags": [ + "bird", + "flight", + "light" + ], + "added": "1.11.0" + }, + "file-arrow-down-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "download" + ] + }, + "fast-forward-circle-fill": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "file-arrow-down": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "download" + ] + }, + "file-arrow-up-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "upload" + ] + }, + "file-bar-graph": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "data", + "chart" + ] + }, + "envelope-open": { + "categories": [ + "Communications" + ], + "tags": [ + "email", + "message", + "mail", + "letter" + ] + }, + "file-bar-graph-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "data", + "chart" + ] + }, + "file-arrow-up": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "upload" + ] + }, + "file-break-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "page-break" + ] + }, + "file-break": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "page-break" + ] + }, + "file-binary-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "binary", + "source" + ] + }, + "file-check-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "check", + "verified" + ] + }, + "file-check": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "check", + "verified" + ] + }, + "file-code-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "code", + "development" + ] + }, + "file-code": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "code", + "development" + ] + }, + "file-diff": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "version", + "development" + ] + }, + "file-earmark-arrow-down-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "download" + ] + }, + "file-earmark-arrow-down": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "download" + ] + }, + "file-diff-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "version", + "development" + ] + }, + "file-earmark-arrow-up-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "upload" + ] + }, + "file-earmark-arrow-up": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "upload" + ] + }, + "file-earmark-bar-graph-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "data", + "chart" + ] + }, + "file-earmark-binary-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "binary", + "source" + ] + }, + "file-earmark-bar-graph": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "data", + "chart" + ] + }, + "file-earmark-binary": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "binary", + "source" + ] + }, + "file-earmark-break": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "page-break" + ] + }, + "file-earmark-break-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "page-break" + ] + }, + "file-earmark-check-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "check", + "verified" + ] + }, + "file-earmark-code-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "code", + "development" + ] + }, + "file-earmark-check": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "check", + "verified" + ] + }, + "file-earmark-diff-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "version", + "development" + ] + }, + "file-earmark-diff": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "version", + "development" + ] + }, + "file-earmark-easel-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "slides", + "presentation", + "powerpoint", + "keynote" + ] + }, + "file-earmark-code": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "code", + "development" + ] + }, + "file-earmark-easel": { + "categories": [ + "Files and folders" + ], + "tags": [ + "slides", + "presentation", + "powerpoint", + "keynote" + ] + }, + "file-earmark-excel-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "spreadsheet", + "excel", + "table" + ] + }, + "file-binary": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "binary", + "source" + ] + }, + "file-earmark-font": { + "categories": [ + "Files and folders" + ], + "tags": [ + "ttf", + "otf" + ] + }, + "file-earmark-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "page" + ] + }, + "file-earmark-excel": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "spreadsheet", + "excel", + "table" + ] + }, + "file-earmark-font-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "ttf", + "otf" + ] + }, + "file-earmark-image-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "photo", + "picture" + ] + }, + "file-earmark-lock": { + "categories": [ + "Files and folders" + ], + "tags": [ + "lock", + "private", + "secure" + ] + }, + "file-earmark-lock2-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "lock", + "private", + "secure" + ] + }, + "file-earmark-lock-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "lock", + "private", + "secure" + ] + }, + "file-earmark-image": { + "categories": [ + "Files and folders" + ], + "tags": [ + "photo", + "picture" + ] + }, + "file-earmark-lock2": { + "categories": [ + "Files and folders" + ], + "tags": [ + "lock", + "private", + "secure" + ] + }, + "file-earmark-medical": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "medical", + "hospital", + "health" + ] + }, + "file-earmark-minus-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "delete", + "remove" + ] + }, + "file-earmark-music": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "music", + "audio", + "playlist", + "songs" + ] + }, + "file-earmark-pdf-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "adobe", + "acrobat" + ] + }, + "file-earmark-music-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "music", + "audio", + "playlist", + "songs" + ] + }, + "file-earmark-medical-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "medical", + "hospital", + "health" + ] + }, + "file-earmark-minus": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "delete", + "remove" + ] + }, + "file-earmark-play-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "video", + "present" + ] + }, + "file-earmark-person": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "personal", + "cv", + "resume", + "about" + ] + }, + "file-earmark-person-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "personal", + "cv", + "resume", + "about" + ] + }, + "file-earmark-pdf": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "adobe", + "acrobat" + ] + }, + "file-earmark-plus": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "add", + "new" + ] + }, + "file-earmark-play": { + "categories": [ + "Files and folders" + ], + "tags": [ + "video", + "present" + ] + }, + "file-earmark-plus-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "add", + "new" + ] + }, + "file-earmark-post-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "post" + ] + }, + "file-earmark-post": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "post" + ] + }, + "file-earmark-ppt": { + "categories": [ + "Files and folders" + ], + "tags": [ + "slides", + "presentation", + "powerpoint", + "keynote" + ] + }, + "file-earmark-ppt-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "slides", + "presentation", + "powerpoint", + "keynote" + ] + }, + "file-earmark-richtext-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "text", + "doc", + "document" + ] + }, + "file-earmark-ruled-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document" + ] + }, + "file-earmark-ruled": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document" + ] + }, + "file-earmark-slides-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "presentation", + "keynote", + "powerpoint" + ] + }, + "file-earmark-richtext": { + "categories": [ + "Files and folders" + ], + "tags": [ + "text", + "doc", + "document" + ] + }, + "file-earmark-slides": { + "categories": [ + "Files and folders" + ], + "tags": [ + "presentation", + "keynote", + "powerpoint" + ] + }, + "file-earmark-text": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document" + ] + }, + "file-earmark-spreadsheet": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "excel", + "table" + ] + }, + "file-earmark-word-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document" + ] + }, + "file-earmark-word": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document" + ] + }, + "file-earmark-x-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "document", + "remove", + "delete" + ] + }, + "file-earmark-spreadsheet-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "excel", + "table" + ] + }, + "file-earmark-x": { + "categories": [ + "Files and folders" + ], + "tags": [ + "document", + "remove", + "delete" + ] + }, + "file-earmark-text-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document" + ] + }, + "file-earmark": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "page" + ] + }, + "file-earmark-zip": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "zip", + "archive", + "compress" + ] + }, + "file-easel": { + "categories": [ + "Files and folders" + ], + "tags": [ + "slides", + "presentation", + "powerpoint", + "keynote" + ] + }, + "file-easel-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "slides", + "presentation", + "powerpoint", + "keynote" + ] + }, + "file-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "page" + ] + }, + "file-excel-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "spreadsheet", + "excel", + "table" + ] + }, + "file-font": { + "categories": [ + "Files and folders" + ], + "tags": [ + "ttf", + "otf" + ] + }, + "file-excel": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "spreadsheet", + "excel", + "table" + ] + }, + "file-font-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "ttf", + "otf" + ] + }, + "file-lock-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "lock", + "private", + "secure" + ] + }, + "file-image": { + "categories": [ + "Files and folders" + ], + "tags": [ + "photo", + "picture" + ] + }, + "file-image-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "photo", + "picture" + ] + }, + "file-lock": { + "categories": [ + "Files and folders" + ], + "tags": [ + "lock", + "private", + "secure" + ] + }, + "file-lock2": { + "categories": [ + "Files and folders" + ], + "tags": [ + "lock", + "private", + "secure" + ] + }, + "file-lock2-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "lock", + "private", + "secure" + ] + }, + "file-medical": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "medical", + "hospital", + "health" + ] + }, + "file-minus-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "delete", + "remove" + ] + }, + "file-music-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "music", + "audio", + "playlist", + "songs" + ] + }, + "file-medical-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "medical", + "hospital", + "health" + ] + }, + "file-music": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "music", + "audio", + "playlist", + "songs" + ] + }, + "file-pdf-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "adobe", + "acrobat" + ] + }, + "file-pdf": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "adobe", + "acrobat" + ] + }, + "file-minus": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "delete", + "remove" + ] + }, + "file-person": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "personal", + "cv", + "resume", + "about" + ] + }, + "file-play-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "video", + "present" + ] + }, + "file-person-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "personal", + "cv", + "resume", + "about" + ] + }, + "file-play": { + "categories": [ + "Files and folders" + ], + "tags": [ + "video", + "present" + ] + }, + "file-plus": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "add", + "new" + ] + }, + "file-earmark-zip-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "zip", + "archive", + "compress" + ] + }, + "file-post": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "post" + ] + }, + "file-ppt": { + "categories": [ + "Files and folders" + ], + "tags": [ + "slides", + "presentation", + "powerpoint", + "keynote" + ] + }, + "file-plus-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "add", + "new" + ] + }, + "file-richtext-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "richtext" + ] + }, + "file-richtext": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "richtext" + ] + }, + "file-ppt-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "slides", + "presentation", + "powerpoint", + "keynote" + ] + }, + "file-ruled": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document" + ] + }, + "file-ruled-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document" + ] + }, + "file-slides": { + "categories": [ + "Files and folders" + ], + "tags": [ + "presentation", + "keynote", + "powerpoint" + ] + }, + "file-post-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "post" + ] + }, + "file-spreadsheet-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "excel", + "table" + ] + }, + "file-slides-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "presentation", + "keynote", + "powerpoint" + ] + }, + "file-spreadsheet": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "excel", + "table" + ] + }, + "file-text-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "letter" + ] + }, + "file-word-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document" + ] + }, + "file-text": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "letter" + ] + }, + "file-word": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document" + ] + }, + "file-x-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "document", + "remove", + "delete" + ] + }, + "file-x": { + "categories": [ + "Files and folders" + ], + "tags": [ + "document", + "remove", + "delete" + ] + }, + "files-alt": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document" + ] + }, + "file-zip-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "zip", + "archive", + "compress" + ] + }, + "files": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document" + ] + }, + "filetype-aac": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension" + ] + }, + "filetype-bmp": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension" + ] + }, + "filetype-ai": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension" + ] + }, + "file": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "page" + ] + }, + "filetype-cs": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension", + "code" + ] + }, + "filetype-doc": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension" + ] + }, + "filetype-css": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension", + "code", + "stylesheet" + ] + }, + "filetype-csv": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension" + ] + }, + "filetype-exe": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension" + ] + }, + "filetype-docx": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension" + ] + }, + "filetype-gif": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension" + ] + }, + "filetype-heic": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension" + ] + }, + "filetype-html": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension", + "code", + "html" + ] + }, + "filetype-java": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension", + "code", + "java" + ] + }, + "filetype-jpg": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension" + ] + }, + "filetype-js": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension", + "code", + "javascript" + ] + }, + "filetype-jsx": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension", + "code", + "javascript", + "react" + ] + }, + "filetype-json": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension", + "code", + "javascript" + ] + }, + "filetype-m4p": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension" + ] + }, + "filetype-md": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension", + "code", + "markdown" + ] + }, + "filetype-mdx": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension" + ] + }, + "filetype-key": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension", + "keynote" + ] + }, + "filetype-mov": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension" + ] + }, + "filetype-mp3": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension" + ] + }, + "filetype-mp4": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension" + ] + }, + "filetype-pdf": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension" + ] + }, + "filetype-otf": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension", + "font", + "type" + ] + }, + "filetype-png": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension" + ] + }, + "filetype-ppt": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension", + "powerpoint" + ] + }, + "filetype-php": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension", + "code" + ] + }, + "filetype-pptx": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension", + "powerpoint" + ] + }, + "filetype-psd": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension" + ] + }, + "filetype-py": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension", + "code", + "python" + ] + }, + "filetype-raw": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension" + ] + }, + "filetype-rb": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension", + "code", + "ruby" + ] + }, + "filetype-sass": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension", + "code", + "css", + "stylesheet" + ] + }, + "filetype-sh": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension", + "code", + "shell" + ] + }, + "filetype-scss": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension", + "code", + "css", + "stylesheet" + ] + }, + "filetype-svg": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension", + "code" + ] + }, + "filetype-tiff": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension" + ] + }, + "filetype-tsx": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension", + "code", + "typescript" + ] + }, + "filetype-txt": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension" + ] + }, + "filetype-ttf": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension", + "font", + "type" + ] + }, + "filetype-woff": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension", + "font", + "type" + ] + }, + "filetype-wav": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension" + ] + }, + "filetype-xls": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension", + "spreadsheet" + ] + }, + "filetype-xlsx": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension", + "spreadsheet" + ] + }, + "file-zip": { + "categories": [ + "Files and folders" + ], + "tags": [ + "doc", + "document", + "zip", + "archive", + "compress" + ] + }, + "film": { + "categories": [ + "Media" + ], + "tags": [ + "video", + "movie" + ] + }, + "filetype-xml": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension", + "code" + ] + }, + "filetype-yml": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension", + "code", + "yaml" + ] + }, + "filetype-sql": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "file type", + "extension", + "mysql" + ] + }, + "filter-circle-fill": { + "categories": [ + "Sort and filter" + ], + "tags": [ + "sort", + "filter", + "organize" + ] + }, + "filter-circle": { + "categories": [ + "Sort and filter" + ], + "tags": [ + "sort", + "filter", + "organize" + ] + }, + "filter-right": { + "categories": [ + "Sort and filter" + ], + "tags": [ + "sort", + "filter", + "organize" + ] + }, + "filter-left": { + "categories": [ + "Sort and filter" + ], + "tags": [ + "sort", + "filter", + "organize" + ] + }, + "filter-square": { + "categories": [ + "Sort and filter" + ], + "tags": [ + "sort", + "filter", + "organize" + ] + }, + "filter-square-fill": { + "categories": [ + "Sort and filter" + ], + "tags": [ + "sort", + "filter", + "organize" + ] + }, + "filter": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "sort" + ] + }, + "fingerprint": { + "categories": [ + "Security" + ], + "tags": [ + "touch ID", + "secure", + "biometric" + ] + }, + "fire": { + "categories": [ + "Real world" + ], + "tags": [ + "burning", + "smoke" + ] + }, + "floppy-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "save", + "storage", + "disk" + ], + "added": "1.11.0" + }, + "flag-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "report" + ] + }, + "flag": { + "categories": [ + "Communications" + ], + "tags": [ + "report" + ] + }, + "floppy": { + "categories": [ + "Devices" + ], + "tags": [ + "save", + "storage", + "disk" + ], + "added": "1.11.0" + }, + "floppy2-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "save", + "storage", + "disk" + ], + "added": "1.11.0" + }, + "flower3": { + "categories": [ + "Real world" + ], + "tags": [ + "plant", + "bloom", + "flower" + ] + }, + "flower1": { + "categories": [ + "Real world" + ], + "tags": [ + "plant", + "bloom", + "flower" + ] + }, + "flower2": { + "categories": [ + "Real world" + ], + "tags": [ + "plant", + "bloom", + "flower" + ] + }, + "folder-check": { + "categories": [ + "Files and folders" + ], + "tags": [ + "directory", + "check", + "verified" + ] + }, + "folder-minus": { + "categories": [ + "Files and folders" + ], + "tags": [ + "directory", + "delete", + "remove" + ] + }, + "folder-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "directory" + ] + }, + "folder-plus": { + "categories": [ + "Files and folders" + ], + "tags": [ + "directory", + "delete", + "add", + "new" + ] + }, + "folder-symlink-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "directory", + "symbolic-link" + ] + }, + "folder": { + "categories": [ + "Files and folders" + ], + "tags": [ + "directory" + ] + }, + "folder-x": { + "categories": [ + "Files and folders" + ], + "tags": [ + "directory", + "remove", + "delete" + ] + }, + "folder2-open": { + "categories": [ + "Files and folders" + ], + "tags": [ + "directory" + ] + }, + "folder-symlink": { + "categories": [ + "Files and folders" + ], + "tags": [ + "directory", + "symbolic-link" + ] + }, + "folder2": { + "categories": [ + "Files and folders" + ], + "tags": [ + "directory" + ] + }, + "forward": { + "categories": [ + "Communications" + ], + "tags": [ + "mail", + "email" + ] + }, + "front": { + "categories": [ + "Graphics" + ], + "tags": [ + "forward", + "layer" + ] + }, + "fonts": { + "categories": [ + "Typography" + ], + "tags": [ + "text", + "type" + ] + }, + "forward-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "mail", + "email" + ] + }, + "fuel-pump-diesel-fill": { + "categories": [ + "Transportation" + ], + "tags": [ + "gas", + "petrol", + "fuel", + "gas station" + ] + }, + "fuel-pump-fill": { + "categories": [ + "Transportation" + ], + "tags": [ + "gas", + "petrol", + "fuel", + "gas station" + ] + }, + "fuel-pump-diesel": { + "categories": [ + "Transportation" + ], + "tags": [ + "gas", + "petrol", + "fuel", + "gas station" + ] + }, + "fuel-pump": { + "categories": [ + "Transportation" + ], + "tags": [ + "gas", + "petrol", + "fuel", + "gas station" + ] + }, + "fullscreen-exit": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "window", + "minimize" + ] + }, + "funnel-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "sort", + "filter" + ] + }, + "fullscreen": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "window", + "maximize" + ] + }, + "gear-fill": { + "categories": [ + "Tools" + ], + "tags": [ + "tool", + "settings", + "preferences" + ] + }, + "funnel": { + "categories": [ + "Real world" + ], + "tags": [ + "sort", + "filter" + ] + }, + "gear-wide-connected": { + "categories": [ + "Tools" + ], + "tags": [ + "tool", + "settings", + "preferences" + ] + }, + "gear-wide": { + "categories": [ + "Tools" + ], + "tags": [ + "tool", + "settings", + "preferences" + ] + }, + "gem": { + "categories": [ + "Shapes" + ], + "tags": [ + "shape", + "diamond" + ] + }, + "gear": { + "categories": [ + "Tools" + ], + "tags": [ + "tool", + "settings", + "preferences" + ] + }, + "gender-ambiguous": { + "categories": [ + "People" + ], + "tags": [ + "gender", + "identity" + ] + }, + "gender-female": { + "categories": [ + "People" + ], + "tags": [ + "gender", + "identity" + ] + }, + "gender-male": { + "categories": [ + "People" + ], + "tags": [ + "gender", + "identity" + ] + }, + "gender-trans": { + "categories": [ + "People" + ], + "tags": [ + "gender", + "identity" + ] + }, + "gender-neuter": { + "categories": [ + "People" + ], + "tags": [ + "gender", + "identity" + ], + "added": "1.11.0" + }, + "geo-alt-fill": { + "categories": [ + "Geo" + ], + "tags": [ + "geography", + "map", + "pin", + "location" + ] + }, + "geo-alt": { + "categories": [ + "Geo" + ], + "tags": [ + "geography", + "map", + "pin", + "location" + ] + }, + "geo": { + "categories": [ + "Geo" + ], + "tags": [ + "geography", + "map", + "pin", + "location" + ] + }, + "geo-fill": { + "categories": [ + "Geo" + ], + "tags": [ + "geography", + "map", + "pin", + "location" + ] + }, + "gift-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "present", + "gift" + ] + }, + "gift": { + "categories": [ + "Real world" + ], + "tags": [ + "present", + "gift" + ] + }, + "github": { + "categories": [ + "Brand" + ], + "tags": [ + "social", + "microsoft", + "vcs", + "git" + ], + "added": "1.11.0" + }, + "gitlab": { + "categories": [ + "Brand" + ], + "tags": [ + "social", + "vcs", + "git" + ], + "added": "1.11.0" + }, + "git": { + "categories": [ + "Brand" + ], + "tags": [ + "version control", + "vcs", + "github", + "version" + ] + }, + "globe-americas": { + "categories": [ + "Geo" + ], + "tags": [ + "geography", + "earth", + "world", + "map" + ], + "added": "1.10.0" + }, + "globe-central-south-asia": { + "categories": [ + "Geo" + ], + "tags": [ + "geography", + "earth", + "world", + "map" + ], + "added": "1.10.0" + }, + "globe-asia-australia": { + "categories": [ + "Geo" + ], + "tags": [ + "geography", + "earth", + "world", + "map" + ], + "added": "1.10.0" + }, + "floppy2": { + "categories": [ + "Devices" + ], + "tags": [ + "save", + "storage", + "disk" + ], + "added": "1.11.0" + }, + "globe2": { + "categories": [ + "Communications" + ], + "tags": [ + "world", + "translate", + "global", + "international" + ] + }, + "globe": { + "categories": [ + "Communications" + ], + "tags": [ + "world", + "translate", + "global", + "international" + ] + }, + "globe-europe-africa": { + "categories": [ + "Geo" + ], + "tags": [ + "geography", + "earth", + "world", + "map" + ], + "added": "1.10.0" + }, + "google": { + "categories": [ + "Brand" + ], + "tags": [ + "social", + "search" + ] + }, + "gpu-card": { + "categories": [ + "Devices" + ], + "tags": [ + "video", + "output", + "graphics" + ] + }, + "graph-down-arrow": { + "categories": [ + "Data" + ], + "tags": [ + "chart", + "graph", + "analytics" + ] + }, + "graph-down": { + "categories": [ + "Data" + ], + "tags": [ + "chart", + "graph", + "analytics" + ] + }, + "graph-up-arrow": { + "categories": [ + "Data" + ], + "tags": [ + "chart", + "graph", + "analytics" + ] + }, + "graph-up": { + "categories": [ + "Data" + ], + "tags": [ + "chart", + "graph", + "analytics" + ] + }, + "grid-1x2-fill": { + "categories": [ + "Layout" + ], + "tags": [ + "grid", + "layout" + ] + }, + "grid-1x2": { + "categories": [ + "Layout" + ], + "tags": [ + "grid", + "layout" + ] + }, + "google-play": { + "categories": [ + "Brand" + ], + "tags": [ + "app store", + "apps", + "store", + "android" + ] + }, + "grid-3x2-gap-fill": { + "categories": [ + "Layout" + ], + "tags": [ + "grid", + "layout" + ] + }, + "grid-3x2-gap": { + "categories": [ + "Layout" + ], + "tags": [ + "grid", + "layout" + ] + }, + "grid-3x2": { + "categories": [ + "Layout" + ], + "tags": [ + "grid", + "layout" + ] + }, + "grid-3x3-gap": { + "categories": [ + "Layout" + ], + "tags": [ + "grid", + "layout" + ] + }, + "grid-3x3": { + "categories": [ + "Layout" + ], + "tags": [ + "grid", + "layout" + ] + }, + "grid": { + "categories": [ + "Layout" + ], + "tags": [ + "grid", + "layout" + ] + }, + "grid-3x3-gap-fill": { + "categories": [ + "Layout" + ], + "tags": [ + "grid", + "layout" + ] + }, + "grip-horizontal": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "drag", + "grab" + ] + }, + "grip-vertical": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "drag", + "grab" + ] + }, + "grid-fill": { + "categories": [ + "Layout" + ], + "tags": [ + "grid", + "layout" + ] + }, + "h-circle-fill": { + "categories": [ + "Shapes" + ], + "tags": [ + "hospital", + "helicopter" + ] + }, + "h-circle": { + "categories": [ + "Shapes" + ], + "tags": [ + "hospital", + "helicopter" + ] + }, + "h-square": { + "categories": [ + "Shapes" + ], + "tags": [ + "hospital", + "helicopter" + ] + }, + "h-square-fill": { + "categories": [ + "Shapes" + ], + "tags": [ + "hospital", + "helicopter" + ] + }, + "hand-index-thumb": { + "categories": [ + "Hands" + ], + "tags": [ + "hand", + "pointer", + "cursor" + ] + }, + "hand-index-fill": { + "categories": [ + "Hands" + ], + "tags": [ + "hand", + "pointer", + "cursor" + ] + }, + "hammer": { + "categories": [ + "Tools" + ], + "tags": [ + "tool" + ] + }, + "hand-index-thumb-fill": { + "categories": [ + "Hands" + ], + "tags": [ + "hand", + "pointer", + "cursor" + ] + }, + "hand-thumbs-down-fill": { + "categories": [ + "Hands" + ], + "tags": [ + "hand", + "pointer", + "thumbs-down", + "-1" + ] + }, + "hash": { + "categories": [ + "Typography" + ], + "tags": [ + "text", + "type" + ] + }, + "hand-index": { + "categories": [ + "Hands" + ], + "tags": [ + "hand", + "pointer", + "cursor" + ] + }, + "hand-thumbs-down": { + "categories": [ + "Hands" + ], + "tags": [ + "hand", + "pointer", + "thumbs-down", + "-1" + ] + }, + "hand-thumbs-up": { + "categories": [ + "Hands" + ], + "tags": [ + "hand", + "pointer", + "thumbs-up", + "+1" + ] + }, + "hand-thumbs-up-fill": { + "categories": [ + "Hands" + ], + "tags": [ + "hand", + "pointer", + "thumbs-up", + "+1" + ] + }, + "handbag-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "purse", + "tote" + ] + }, + "hdd-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "hard drive", + "hard disk", + "ssd", + "drive", + "server" + ] + }, + "hdd-network-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "hard drive", + "hard disk", + "ssd", + "drive", + "server" + ] + }, + "hdd-network": { + "categories": [ + "Devices" + ], + "tags": [ + "hard drive", + "hard disk", + "ssd", + "drive", + "server" + ] + }, + "hdd-stack-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "hard drive", + "hard disk", + "ssd", + "drive", + "server" + ] + }, + "hdd-rack-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "hard drive", + "hard disk", + "ssd", + "drive", + "server" + ] + }, + "hdd-rack": { + "categories": [ + "Devices" + ], + "tags": [ + "hard drive", + "hard disk", + "ssd", + "drive", + "server" + ] + }, + "hdd-stack": { + "categories": [ + "Devices" + ], + "tags": [ + "hard drive", + "hard disk", + "ssd", + "drive", + "server" + ] + }, + "hdd": { + "categories": [ + "Devices" + ], + "tags": [ + "hard drive", + "hard disk", + "ssd", + "drive", + "server" + ] + }, + "hdmi-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "video", + "input" + ] + }, + "hdmi": { + "categories": [ + "Devices" + ], + "tags": [ + "video", + "input" + ] + }, + "headphones": { + "categories": [ + "Devices" + ], + "tags": [ + "headphones" + ] + }, + "headset-vr": { + "categories": [ + "Devices" + ], + "tags": [ + "virual reality", + "oculus", + "hololens" + ] + }, + "headset": { + "categories": [ + "Devices" + ], + "tags": [ + "headphones", + "microphone" + ] + }, + "heart-fill": { + "categories": [ + "Shapes" + ], + "tags": [ + "love", + "favorite" + ] + }, + "heart-arrow": { + "categories": [ + "Love" + ], + "tags": [ + "romance", + "cupid", + "valentine" + ] + }, + "heart-half": { + "categories": [ + "Shapes" + ], + "tags": [ + "love", + "favorite" + ] + }, + "heart-pulse-fill": { + "categories": [ + "Medical" + ], + "tags": [ + "heartbeat" + ] + }, + "heart-pulse": { + "categories": [ + "Medical" + ], + "tags": [ + "heartbeat" + ] + }, + "heartbreak-fill": { + "categories": [ + "Emoji", + "Love" + ], + "tags": [ + "love", + "valentine", + "romance" + ] + }, + "heartbreak": { + "categories": [ + "Emoji", + "Love" + ], + "tags": [ + "love", + "valentine", + "romance" + ] + }, + "heptagon-fill": { + "categories": [ + "Shapes" + ], + "tags": [ + "shape", + "polygon" + ] + }, + "hearts": { + "categories": [ + "Love" + ], + "tags": [ + "romance", + "valentine" + ] + }, + "heptagon": { + "categories": [ + "Shapes" + ], + "tags": [ + "shape", + "polygon" + ] + }, + "heptagon-half": { + "categories": [ + "Shapes" + ], + "tags": [ + "shape", + "polygon" + ] + }, + "heart": { + "categories": [ + "Shapes" + ], + "tags": [ + "love", + "favorite" + ] + }, + "hexagon-half": { + "categories": [ + "Shapes" + ], + "tags": [ + "shape", + "polygon" + ] + }, + "hexagon": { + "categories": [ + "Shapes" + ], + "tags": [ + "shape", + "polygon" + ] + }, + "highlights": { + "categories": [ + "Graphics" + ], + "tags": [ + "photo", + "editing", + "image", + "picture" + ], + "added": "1.11.0" + }, + "hospital-fill": { + "categories": [ + "Medical" + ], + "tags": [ + "health", + "emergency room" + ] + }, + "hexagon-fill": { + "categories": [ + "Shapes" + ], + "tags": [ + "shape", + "polygon" + ] + }, + "handbag": { + "categories": [ + "Real world" + ], + "tags": [ + "purse", + "tote" + ] + }, + "highlighter": { + "categories": [ + "Tools" + ], + "tags": [ + "text", + "study", + "highlight", + "marker" + ], + "added": "1.11.0" + }, + "hospital": { + "categories": [ + "Medical" + ], + "tags": [ + "health", + "emergency room" + ] + }, + "hourglass-top": { + "categories": [ + "Real world" + ], + "tags": [ + "time", + "history", + "wait", + "sand", + "clock" + ] + }, + "hourglass-bottom": { + "categories": [ + "Real world" + ], + "tags": [ + "time", + "history", + "wait", + "sand", + "clock" + ] + }, + "hourglass-split": { + "categories": [ + "Real world" + ], + "tags": [ + "time", + "history", + "wait", + "sand", + "clock" + ] + }, + "hourglass": { + "categories": [ + "Real world" + ], + "tags": [ + "time", + "history", + "wait", + "sand", + "clock" + ] + }, + "house-add": { + "categories": [ + "Real world" + ], + "tags": [ + "home" + ], + "added": "1.10.0" + }, + "house-add-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "home" + ], + "added": "1.10.0" + }, + "house-check": { + "categories": [ + "Real world" + ], + "tags": [ + "home" + ], + "added": "1.10.0" + }, + "house-check-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "home" + ], + "added": "1.10.0" + }, + "house-dash-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "home" + ], + "added": "1.10.0" + }, + "house-down-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "home" + ], + "added": "1.10.0" + }, + "house-door": { + "categories": [ + "Real world" + ], + "tags": [ + "home" + ] + }, + "house-dash": { + "categories": [ + "Real world" + ], + "tags": [ + "home" + ], + "added": "1.10.0" + }, + "house-door-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "home" + ] + }, + "house-exclamation-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "home" + ], + "added": "1.10.0" + }, + "house-gear": { + "categories": [ + "Real world" + ], + "tags": [ + "home" + ], + "added": "1.10.0" + }, + "house-exclamation": { + "categories": [ + "Real world" + ], + "tags": [ + "home" + ], + "added": "1.10.0" + }, + "house-down": { + "categories": [ + "Real world" + ], + "tags": [ + "home" + ], + "added": "1.10.0" + }, + "house-heart-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "home", + "love", + "romance" + ] + }, + "house-gear-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "home" + ], + "added": "1.10.0" + }, + "house-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "home" + ] + }, + "house-heart": { + "categories": [ + "Real world" + ], + "tags": [ + "home", + "love", + "romance" + ] + }, + "house-slash": { + "categories": [ + "Real world" + ], + "tags": [ + "home" + ], + "added": "1.10.0" + }, + "house-slash-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "home" + ], + "added": "1.10.0" + }, + "house-lock": { + "categories": [ + "Real world" + ], + "tags": [ + "home" + ], + "added": "1.10.0" + }, + "house-up-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "home" + ], + "added": "1.10.0" + }, + "house-lock-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "home" + ], + "added": "1.10.0" + }, + "house-x-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "home" + ], + "added": "1.10.0" + }, + "house-up": { + "categories": [ + "Real world" + ], + "tags": [ + "home" + ], + "added": "1.10.0" + }, + "houses-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "home" + ], + "added": "1.10.0" + }, + "houses": { + "categories": [ + "Real world" + ], + "tags": [ + "home" + ], + "added": "1.10.0" + }, + "hr": { + "categories": [ + "Typography" + ], + "tags": [ + "divider", + "horizonal-rule" + ] + }, + "house-x": { + "categories": [ + "Real world" + ], + "tags": [ + "home" + ], + "added": "1.10.0" + }, + "hurricane": { + "categories": [ + "Weather" + ], + "tags": [ + "storm" + ] + }, + "hypnotize": { + "categories": [ + "Real World" + ], + "tags": [ + "hypnosis", + "sleepy" + ] + }, + "image-alt": { + "categories": [ + "Files and folders" + ], + "tags": [ + "picture", + "photo" + ] + }, + "house": { + "categories": [ + "Real world" + ], + "tags": [ + "home" + ] + }, + "images": { + "categories": [ + "Files and folders" + ], + "tags": [ + "picture", + "photo" + ] + }, + "inbox-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "mail", + "email", + "letter tray" + ] + }, + "inboxes-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "mail", + "email", + "letter tray" + ] + }, + "inbox": { + "categories": [ + "Communications" + ], + "tags": [ + "mail", + "email", + "letter tray" + ] + }, + "infinity": { + "categories": [ + "Typography" + ], + "tags": [ + "math", + "infinite" + ] + }, + "image-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "picture", + "photo" + ] + }, + "inboxes": { + "categories": [ + "Communications" + ], + "tags": [ + "mail", + "email", + "letter tray" + ] + }, + "indent": { + "categories": [ + "UI and Keyboard" + ], + "tags": [ + "tab", + "indent" + ] + }, + "incognito": { + "categories": [ + "Miscellaneous" + ], + "tags": [ + "private", + "investigator", + "secret" + ] + }, + "image": { + "categories": [ + "Files and folders" + ], + "tags": [ + "picture", + "photo" + ] + }, + "info-circle-fill": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "information", + "help" + ] + }, + "info-lg": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "information", + "help" + ] + }, + "info": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "information", + "help" + ] + }, + "info-square": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "information", + "help" + ] + }, + "info-square-fill": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "information", + "help" + ] + }, + "input-cursor-text": { + "categories": [ + "Graphics" + ], + "tags": [ + "textarea", + "form", + "input" + ] + }, + "instagram": { + "categories": [ + "Brand" + ], + "tags": [ + "social", + "chat" + ] + }, + "input-cursor": { + "categories": [ + "Graphics" + ], + "tags": [ + "textarea", + "form", + "input" + ] + }, + "journal-album": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "folder", + "journal", + "notebook" + ] + }, + "journal-bookmark": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "folder", + "journal", + "notebook" + ] + }, + "journal-arrow-up": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "folder", + "journal", + "notebook" + ] + }, + "journal-arrow-down": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "folder", + "journal", + "notebook" + ] + }, + "intersect": { + "categories": [ + "Graphics" + ], + "tags": [ + "graphics", + "vector", + "merge", + "layers" + ] + }, + "journal-check": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "folder", + "journal", + "notebook" + ] + }, + "journal-bookmark-fill": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "folder", + "journal", + "notebook" + ] + }, + "journal-code": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "folder", + "journal", + "notebook" + ] + }, + "journal-minus": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "folder", + "journal", + "notebook" + ] + }, + "journal-medical": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "folder", + "journal", + "notebook" + ] + }, + "journal-plus": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "folder", + "journal", + "notebook" + ] + }, + "journal-richtext": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "folder", + "journal", + "notebook" + ] + }, + "journal-x": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "folder", + "journal", + "notebook", + "remove", + "delete" + ] + }, + "journal-text": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "folder", + "journal", + "notebook" + ] + }, + "journal": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "folder", + "journal", + "notebook" + ] + }, + "joystick": { + "categories": [ + "Entertainment" + ], + "tags": [ + "gaming", + "game", + "video games" + ] + }, + "journals": { + "categories": [ + "Files and folders" + ], + "tags": [ + "file", + "folder", + "journal", + "notebook" + ] + }, + "justify": { + "categories": [ + "Typography" + ], + "tags": [ + "text", + "type", + "justify", + "alignment" + ] + }, + "justify-left": { + "categories": [ + "Typography" + ], + "tags": [ + "text", + "type", + "justify", + "alignment" + ] + }, + "kanban-fill": { + "categories": [ + "Miscellaneous" + ], + "tags": [ + "board", + "project-management" + ] + }, + "kanban": { + "categories": [ + "Miscellaneous" + ], + "tags": [ + "board", + "project-management" + ] + }, + "key-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "lock", + "secure" + ] + }, + "justify-right": { + "categories": [ + "Typography" + ], + "tags": [ + "text", + "type", + "justify", + "alignment" + ] + }, + "key": { + "categories": [ + "Real world" + ], + "tags": [ + "lock", + "secure" + ] + }, + "keyboard": { + "categories": [ + "Devices" + ], + "tags": [ + "keyboard", + "keys", + "typing" + ] + }, + "info-circle": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "information", + "help" + ] + }, + "lamp": { + "categories": [ + "Real world" + ], + "tags": [ + "light", + "lamp" + ] + }, + "ladder": { + "categories": [ + "Real world" + ], + "tags": [ + "climb", + "ladder" + ] + }, + "keyboard-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "keyboard", + "keys", + "typing" + ] + }, + "laptop-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "computer" + ] + }, + "laptop": { + "categories": [ + "Devices" + ], + "tags": [ + "computer" + ] + }, + "layer-backward": { + "categories": [ + "Graphics" + ], + "tags": [ + "arrange", + "layers", + "back" + ] + }, + "layer-forward": { + "categories": [ + "Graphics" + ], + "tags": [ + "arrange", + "layers", + "front" + ] + }, + "layers-fill": { + "categories": [ + "Graphics" + ], + "tags": [ + "perspective", + "stacked" + ] + }, + "lamp-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "light", + "lamp" + ] + }, + "layers-half": { + "categories": [ + "Graphics" + ], + "tags": [ + "perspective", + "stacked" + ] + }, + "layers": { + "categories": [ + "Graphics" + ], + "tags": [ + "perspective", + "stacked" + ] + }, + "layout-sidebar-inset": { + "categories": [ + "Layout" + ], + "tags": [ + "layout", + "columns" + ] + }, + "layout-text-sidebar-reverse": { + "categories": [ + "Layout" + ], + "tags": [ + "layout", + "columns" + ] + }, + "layout-sidebar-inset-reverse": { + "categories": [ + "Layout" + ], + "tags": [ + "layout", + "columns" + ] + }, + "layout-sidebar-reverse": { + "categories": [ + "Layout" + ], + "tags": [ + "grid", + "layout", + "sidebar" + ] + }, + "layout-split": { + "categories": [ + "Layout" + ], + "tags": [ + "grid", + "layout", + "sidebar" + ] + }, + "layout-text-window": { + "categories": [ + "Layout" + ], + "tags": [ + "layout", + "columns" + ] + }, + "layout-text-window-reverse": { + "categories": [ + "Layout" + ], + "tags": [ + "layout", + "columns" + ] + }, + "layout-three-columns": { + "categories": [ + "Layout" + ], + "tags": [ + "layout", + "columns" + ] + }, + "layout-sidebar": { + "categories": [ + "Layout" + ], + "tags": [ + "grid", + "layout", + "sidebar" + ] + }, + "life-preserver": { + "categories": [ + "Real world" + ], + "tags": [ + "lifesaver", + "water" + ] + }, + "lightbulb-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "lights", + "lamp" + ] + }, + "layout-wtf": { + "categories": [ + "Layout" + ], + "tags": [ + "layout", + "broken" + ] + }, + "lightbulb-off-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "lights", + "lamp" + ] + }, + "lightbulb-off": { + "categories": [ + "Real world" + ], + "tags": [ + "lights", + "lamp" + ] + }, + "lightbulb": { + "categories": [ + "Real world" + ], + "tags": [ + "lights", + "lamp" + ] + }, + "lightning-charge-fill": { + "categories": [ + "Miscellaneous" + ], + "tags": [ + "weather", + "storm", + "thunder", + "bolt" + ] + }, + "lightning-charge": { + "categories": [ + "Miscellaneous" + ], + "tags": [ + "weather", + "storm", + "thunder", + "bolt" + ] + }, + "line": { + "categories": [ + "Brand" + ], + "tags": [ + "social" + ] + }, + "link-45deg": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "anchor", + "hyperlink", + "href" + ] + }, + "linkedin": { + "categories": [ + "Brand" + ], + "tags": [ + "social", + "microsoft" + ] + }, + "link": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "anchor", + "hyperlink", + "href" + ] + }, + "lightning-fill": { + "categories": [ + "Weather" + ], + "tags": [ + "storm", + "thunder", + "bolt" + ] + }, + "lightning": { + "categories": [ + "Weather" + ], + "tags": [ + "storm", + "thunder", + "bolt" + ] + }, + "list-check": { + "categories": [ + "Typography" + ], + "tags": [ + "text", + "type", + "justify", + "alignment", + "checklist", + "done" + ] + }, + "list-columns-reverse": { + "categories": [ + "Typography" + ], + "tags": [ + "text", + "type", + "alignment" + ] + }, + "list-columns": { + "categories": [ + "Typography" + ], + "tags": [ + "text", + "type", + "alignment" + ] + }, + "list-task": { + "categories": [ + "Typography" + ], + "tags": [ + "text", + "type", + "justify", + "alignment", + "todos", + "task" + ] + }, + "lock-fill": { + "categories": [ + "Security" + ], + "tags": [ + "privacy", + "security" + ] + }, + "list-ul": { + "categories": [ + "Typography" + ], + "tags": [ + "text", + "type", + "justify", + "alignment", + "unordered-list" + ] + }, + "layout-text-sidebar": { + "categories": [ + "Layout" + ], + "tags": [ + "layout", + "columns" + ] + }, + "list-ol": { + "categories": [ + "Typography" + ], + "tags": [ + "text", + "type", + "justify", + "alignment", + "ordered-list", + "numbered-list", + "numbered" + ] + }, + "list": { + "categories": [ + "Typography" + ], + "tags": [ + "text", + "type", + "justify", + "alignment", + "menu", + "hamburger" + ] + }, + "luggage": { + "categories": [ + "Travel" + ], + "tags": [ + "luggage", + "bags", + "carry-on", + "student", + "education" + ], + "added": "1.11.0" + }, + "list-nested": { + "categories": [ + "Typography" + ], + "tags": [ + "text", + "type", + "alignment", + "children" + ] + }, + "lock": { + "categories": [ + "Security" + ], + "tags": [ + "privacy", + "security" + ] + }, + "lungs-fill": { + "categories": [ + "Medical" + ], + "tags": [ + "medicine", + "health", + "breathing" + ] + }, + "luggage-fill": { + "categories": [ + "Travel" + ], + "tags": [ + "luggage", + "bags", + "carry-on", + "student", + "education" + ], + "added": "1.11.0" + }, + "lungs": { + "categories": [ + "Medical" + ], + "tags": [ + "medicine", + "health", + "breathing" + ] + }, + "magnet": { + "categories": [ + "Real World" + ], + "tags": [ + "magnetic" + ] + }, + "mailbox-flag": { + "categories": [ + "Real world" + ], + "tags": [ + "post", + "postal", + "postbox", + "letterbox" + ] + }, + "magic": { + "categories": [ + "Real World" + ], + "tags": [ + "magic stick" + ] + }, + "magnet-fill": { + "categories": [ + "Real World" + ], + "tags": [ + "magnetic" + ] + }, + "mailbox": { + "categories": [ + "Real world" + ], + "tags": [ + "post", + "postal", + "postbox", + "letterbox" + ] + }, + "map-fill": { + "categories": [ + "Geo" + ], + "tags": [ + "geography", + "directions", + "location" + ] + }, + "mailbox2": { + "categories": [ + "Real world" + ], + "tags": [ + "post", + "postal", + "postbox", + "letterbox" + ] + }, + "map": { + "categories": [ + "Geo" + ], + "tags": [ + "geography", + "directions", + "location" + ] + }, + "markdown-fill": { + "categories": [ + "Badges" + ], + "tags": [ + "markdown", + "md", + "content", + "writing" + ] + }, + "mailbox2-flag": { + "categories": [ + "Real world" + ], + "tags": [ + "post", + "postal", + "postbox", + "letterbox" + ] + }, + "mask": { + "categories": [ + "Graphics" + ], + "tags": [ + "mask" + ] + }, + "marker-tip": { + "categories": [ + "Tools" + ], + "tags": [ + "text", + "study", + "highlight" + ], + "added": "1.11.0" + }, + "markdown": { + "categories": [ + "Badges" + ], + "tags": [ + "markdown", + "md", + "content", + "writing" + ] + }, + "medium": { + "categories": [ + "Brand" + ], + "tags": [ + "social" + ] + }, + "mastodon": { + "categories": [ + "Brand" + ], + "tags": [ + "social" + ] + }, + "list-stars": { + "categories": [ + "Typography" + ], + "tags": [ + "text", + "type", + "starred" + ] + }, + "megaphone-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "loudspeaker", + "announcement" + ] + }, + "memory": { + "categories": [ + "Devices" + ], + "tags": [ + "ram" + ] + }, + "menu-app": { + "categories": [ + "Controls" + ], + "tags": [ + "dropdown", + "menu", + "context", + "app", + "ui" + ] + }, + "menu-button-fill": { + "categories": [ + "Controls" + ], + "tags": [ + "dropdown", + "menu", + "context", + "app", + "ui" + ] + }, + "menu-button-wide": { + "categories": [ + "Controls" + ], + "tags": [ + "dropdown", + "menu", + "context", + "app", + "ui" + ] + }, + "megaphone": { + "categories": [ + "Real world" + ], + "tags": [ + "loudspeaker", + "announcement" + ] + }, + "menu-app-fill": { + "categories": [ + "Controls" + ], + "tags": [ + "dropdown", + "menu", + "context", + "app", + "ui" + ] + }, + "menu-button-wide-fill": { + "categories": [ + "Controls" + ], + "tags": [ + "dropdown", + "menu", + "context", + "app", + "ui" + ] + }, + "menu-down": { + "categories": [ + "Controls" + ], + "tags": [ + "dropdown", + "menu", + "context", + "app", + "ui" + ] + }, + "menu-button": { + "categories": [ + "Controls" + ], + "tags": [ + "dropdown", + "menu", + "context", + "app", + "ui" + ] + }, + "menu-up": { + "categories": [ + "Controls" + ], + "tags": [ + "dropdown", + "menu", + "context", + "app", + "ui" + ] + }, + "meta": { + "categories": [ + "Brand" + ], + "tags": [ + "facebook", + "fb" + ] + }, + "mic-fill": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av", + "sound", + "input", + "microphone", + "podcast" + ] + }, + "mic": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av", + "sound", + "input", + "microphone", + "podcast" + ] + }, + "microsoft-teams": { + "categories": [ + "Brand" + ], + "tags": [ + "social", + "messaging" + ] + }, + "mic-mute": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av", + "sound", + "input", + "microphone" + ] + }, + "microsoft": { + "categories": [ + "Brand" + ], + "tags": [ + "msft", + "windows" + ] + }, + "mic-mute-fill": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av", + "sound", + "input", + "microphone" + ] + }, + "modem-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "internet", + "cable" + ] + }, + "modem": { + "categories": [ + "Devices" + ], + "tags": [ + "internet", + "cable" + ] + }, + "minecart": { + "categories": [ + "Real world" + ], + "tags": [ + "mining", + "cart" + ] + }, + "moisture": { + "categories": [ + "Weather" + ], + "tags": [ + "water", + "droplets" + ] + }, + "messenger": { + "categories": [ + "Brand" + ], + "tags": [ + "social", + "facebook", + "chat" + ] + }, + "minecart-loaded": { + "categories": [ + "Real world" + ], + "tags": [ + "mining", + "cart" + ] + }, + "moon-fill": { + "categories": [ + "Weather" + ], + "tags": [ + "night", + "sky" + ] + }, + "moon-stars": { + "categories": [ + "Weather" + ], + "tags": [ + "night", + "sky" + ] + }, + "moon": { + "categories": [ + "Real world" + ], + "tags": [ + "lunar", + "weather", + "night" + ] + }, + "moon-stars-fill": { + "categories": [ + "Weather" + ], + "tags": [ + "night", + "sky" + ] + }, + "mortarboard": { + "categories": [ + "Real World" + ], + "tags": [ + "graduation", + "cap" + ], + "aliases": [ + "/icons/mortorboard/" + ] + }, + "motherboard": { + "categories": [ + "Devices" + ], + "tags": [ + "mobo", + "computer", + "hardware" + ] + }, + "mortarboard-fill": { + "categories": [ + "Real World" + ], + "tags": [ + "graduation", + "cap" + ], + "aliases": [ + "/icons/mortorboard-fill/" + ] + }, + "motherboard-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "mobo", + "computer", + "hardware" + ] + }, + "mouse": { + "categories": [ + "Devices" + ], + "tags": [ + "mice", + "input" + ] + }, + "mouse2-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "mice", + "input" + ] + }, + "mouse-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "mice", + "input" + ] + }, + "mouse2": { + "categories": [ + "Devices" + ], + "tags": [ + "mice", + "input" + ] + }, + "music-player": { + "categories": [ + "Devices" + ], + "tags": [ + "ipod", + "mp3" + ] + }, + "mouse3": { + "categories": [ + "Devices" + ], + "tags": [ + "mice", + "input" + ] + }, + "music-note-list": { + "categories": [ + "Media" + ], + "tags": [ + "music", + "notes", + "audio", + "sound", + "playlist", + "library" + ] + }, + "music-note-beamed": { + "categories": [ + "Media" + ], + "tags": [ + "music", + "notes", + "audio", + "sound" + ] + }, + "mouse3-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "mice", + "input" + ] + }, + "newspaper": { + "categories": [ + "Real world" + ], + "tags": [ + "news", + "paper" + ] + }, + "music-player-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "ipod", + "mp3" + ] + }, + "nintendo-switch": { + "categories": [ + "Brand" + ], + "tags": [ + "gaming" + ] + }, + "music-note": { + "categories": [ + "Media" + ], + "tags": [ + "music", + "notes", + "audio", + "sound" + ] + }, + "node-minus-fill": { + "categories": [ + "Graphics" + ], + "tags": [ + "add", + "new", + "node", + "diagram" + ] + }, + "noise-reduction": { + "categories": [ + "Graphics" + ], + "tags": [ + "photo", + "editing", + "image", + "picture" + ], + "added": "1.11.0" + }, + "node-plus-fill": { + "categories": [ + "Graphics" + ], + "tags": [ + "add", + "new", + "node", + "diagram" + ] + }, + "node-plus": { + "categories": [ + "Graphics" + ], + "tags": [ + "add", + "new", + "node", + "diagram" + ] + }, + "node-minus": { + "categories": [ + "Graphics" + ], + "tags": [ + "add", + "new", + "node", + "diagram" + ] + }, + "nut-fill": { + "categories": [ + "Tools" + ], + "tags": [ + "nut", + "bolt", + "hexagon", + "tools" + ] + }, + "nvidia": { + "categories": [ + "Brand" + ], + "tags": [ + "gpu" + ], + "added": "1.10.0" + }, + "nut": { + "categories": [ + "Tools" + ], + "tags": [ + "nut", + "bolt", + "hexagon", + "tools" + ] + }, + "nvme": { + "categories": [ + "Devices" + ], + "tags": [ + "ssd", + "hard drive", + "hard disk", + "storage" + ], + "added": "1.11.0" + }, + "nvme-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "ssd", + "hard drive", + "hard disk", + "storage" + ], + "added": "1.11.0" + }, + "octagon": { + "categories": [ + "Shapes" + ], + "tags": [ + "shape", + "polygon" + ] + }, + "octagon-half": { + "categories": [ + "Shapes" + ], + "tags": [ + "shape", + "polygon" + ] + }, + "octagon-fill": { + "categories": [ + "Shapes" + ], + "tags": [ + "shape", + "polygon" + ] + }, + "opencollective": { + "categories": [ + "Brand" + ], + "tags": [ + "social" + ], + "added": "1.11.0" + }, + "optical-audio-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "port", + "plug", + "sound" + ] + }, + "optical-audio": { + "categories": [ + "Devices" + ], + "tags": [ + "port", + "plug", + "sound" + ] + }, + "option": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "key", + "mac" + ] + }, + "outlet": { + "categories": [ + "Real world" + ], + "tags": [ + "plug", + "power" + ] + }, + "p-circle-fill": { + "categories": [ + "Shapes" + ], + "tags": [ + "parking" + ] + }, + "p-circle": { + "categories": [ + "Shapes" + ], + "tags": [ + "parking" + ] + }, + "p-square-fill": { + "categories": [ + "Shapes" + ], + "tags": [ + "parking" + ] + }, + "p-square": { + "categories": [ + "Shapes" + ], + "tags": [ + "parking" + ] + }, + "palette": { + "categories": [ + "Graphics" + ], + "tags": [ + "color", + "paint", + "fill", + "palette" + ] + }, + "paint-bucket": { + "categories": [ + "Graphics" + ], + "tags": [ + "color", + "paint", + "fill", + "palette" + ] + }, + "palette2": { + "categories": [ + "Graphics" + ], + "tags": [ + "color", + "paint", + "fill", + "palette" + ] + }, + "paragraph": { + "categories": [ + "Typography" + ], + "tags": [ + "paragraph", + "text", + "body", + "content" + ] + }, + "palette-fill": { + "categories": [ + "Graphics" + ], + "tags": [ + "color", + "paint", + "fill", + "palette" + ] + }, + "pass-fill": { + "categories": [ + "Real World" + ], + "tags": [ + "pass" + ] + }, + "pass": { + "categories": [ + "Real World" + ], + "tags": [ + "pass" + ] + }, + "passport-fill": { + "categories": [ + "Travel" + ], + "tags": [ + "visa", + "foreign" + ], + "added": "1.11.0" + }, + "patch-check-fill": { + "categories": [ + "Badges" + ], + "tags": [ + "verified", + "checkmark", + "certified" + ], + "aliases": [ + "/icons/patch-check-fll/" + ] + }, + "passport": { + "categories": [ + "Travel" + ], + "tags": [ + "visa", + "foreign" + ], + "added": "1.11.0" + }, + "patch-minus-fill": { + "categories": [ + "Badges" + ], + "tags": [ + "subtract" + ], + "aliases": [ + "/icons/patch-minus-fll/" + ] + }, + "patch-check": { + "categories": [ + "Badges" + ], + "tags": [ + "verified", + "checkmark", + "certified" + ] + }, + "patch-exclamation": { + "categories": [ + "Badges" + ], + "tags": [ + "excited", + "certified" + ] + }, + "patch-exclamation-fill": { + "categories": [ + "Badges" + ], + "tags": [ + "excited", + "certified" + ], + "aliases": [ + "/icons/patch-exclamation-fll/" + ] + }, + "patch-minus": { + "categories": [ + "Badges" + ], + "tags": [ + "subtract" + ] + }, + "paperclip": { + "categories": [ + "Real world" + ], + "tags": [ + "attachment" + ] + }, + "patch-plus-fill": { + "categories": [ + "Badges" + ], + "tags": [ + "add" + ], + "aliases": [ + "/icons/patch-plus-fll/" + ] + }, + "patch-plus": { + "categories": [ + "Badges" + ], + "tags": [ + "add" + ] + }, + "patch-question-fill": { + "categories": [ + "Badges" + ], + "tags": [ + "help" + ], + "aliases": [ + "/icons/patch-question-fll/" + ] + }, + "patch-question": { + "categories": [ + "Badges" + ], + "tags": [ + "help" + ] + }, + "pause-btn-fill": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "pause-btn": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "pause-circle": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "pause-circle-fill": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "pause": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "pause-fill": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "paypal": { + "categories": [ + "Brand" + ], + "tags": [ + "social" + ] + }, + "pc-display-horizontal": { + "categories": [ + "Devices" + ], + "tags": [ + "computer", + "workstation", + "desktop" + ] + }, + "pc-display": { + "categories": [ + "Devices" + ], + "tags": [ + "computer", + "workstation", + "desktop" + ] + }, + "pc-horizontal": { + "categories": [ + "Devices" + ], + "tags": [ + "computer", + "workstation", + "desktop" + ] + }, + "pci-card-network": { + "categories": [ + "Devices" + ], + "tags": [ + "card", + "expansion", + "ethernet", + "wifi", + "internet" + ], + "added": "1.11.0" + }, + "pc": { + "categories": [ + "Devices" + ], + "tags": [ + "computer", + "workstation", + "desktop" + ] + }, + "pci-card-sound": { + "categories": [ + "Devices" + ], + "tags": [ + "card", + "expansion", + "audio" + ], + "added": "1.11.0" + }, + "pci-card": { + "categories": [ + "Devices" + ], + "tags": [ + "card", + "expansion" + ] + }, + "peace-fill": { + "categories": [ + "Miscellaneous" + ], + "tags": [ + "peace", + "love" + ] + }, + "pencil-fill": { + "categories": [ + "Tools" + ], + "tags": [ + "edit", + "write" + ] + }, + "peace": { + "categories": [ + "Miscellaneous" + ], + "tags": [ + "peace", + "love" + ] + }, + "pen": { + "categories": [ + "Tools" + ], + "tags": [ + "edit", + "write", + "ballpoint" + ] + }, + "pencil": { + "categories": [ + "Tools" + ], + "tags": [ + "edit", + "write" + ] + }, + "pencil-square": { + "categories": [ + "Tools" + ], + "tags": [ + "edit", + "write" + ] + }, + "pentagon-fill": { + "categories": [ + "Shapes" + ], + "tags": [ + "shape", + "polygon" + ] + }, + "pentagon": { + "categories": [ + "Shapes" + ], + "tags": [ + "shape", + "polygon" + ] + }, + "pentagon-half": { + "categories": [ + "Shapes" + ], + "tags": [ + "shape", + "polygon" + ] + }, + "percent": { + "categories": [ + "Typography" + ], + "tags": [ + "percentage", + "math", + "fraction" + ] + }, + "people-fill": { + "categories": [ + "People" + ], + "tags": [ + "member", + "humans", + "organization", + "avatar", + "users", + "profile" + ] + }, + "pen-fill": { + "categories": [ + "Tools" + ], + "tags": [ + "edit", + "write", + "ballpoint" + ] + }, + "person-add": { + "categories": [ + "People" + ], + "tags": [ + "member", + "human", + "individual", + "avatar", + "user", + "account" + ], + "added": "1.10.0" + }, + "person-badge": { + "categories": [ + "People" + ], + "tags": [ + "member", + "human", + "individual", + "avatar", + "user", + "badge", + "id", + "card", + "account", + "profile" + ] + }, + "person-check": { + "categories": [ + "People" + ], + "tags": [ + "member", + "human", + "individual", + "avatar", + "user", + "verified", + "account", + "profile" + ], + "added": "1.10.0" + }, + "person-badge-fill": { + "categories": [ + "People" + ], + "tags": [ + "member", + "human", + "individual", + "avatar", + "user", + "badge", + "id", + "card", + "account" + ] + }, + "person-dash-fill": { + "categories": [ + "People" + ], + "tags": [ + "member", + "human", + "individual", + "avatar", + "user", + "remove", + "delete", + "account" + ], + "added": "1.10.0" + }, + "person-bounding-box": { + "categories": [ + "People" + ], + "tags": [ + "member", + "human", + "individual", + "avatar", + "user", + "crop", + "account", + "profile" + ] + }, + "person-check-fill": { + "categories": [ + "People" + ], + "tags": [ + "member", + "human", + "individual", + "avatar", + "user", + "verified", + "account" + ], + "added": "1.10.0" + }, + "person-circle": { + "categories": [ + "People" + ], + "tags": [ + "member", + "humans", + "organization", + "avatar", + "user", + "account", + "profile" + ] + }, + "person-dash": { + "categories": [ + "People" + ], + "tags": [ + "member", + "human", + "individual", + "avatar", + "user", + "remove", + "delete", + "account" + ], + "added": "1.10.0" + }, + "person-down": { + "categories": [ + "People" + ], + "tags": [ + "member", + "human", + "individual", + "avatar", + "user", + "account" + ] + }, + "person-exclamation": { + "categories": [ + "People" + ], + "tags": [ + "member", + "human", + "individual", + "avatar", + "user", + "account" + ] + }, + "person-arms-up": { + "categories": [ + "People" + ], + "tags": [ + "human", + "man", + "woman" + ], + "added": "1.11.0" + }, + "person-fill-add": { + "categories": [ + "People" + ], + "tags": [ + "member", + "human", + "individual", + "avatar", + "user", + "account" + ], + "added": "1.10.0" + }, + "person-fill-check": { + "categories": [ + "People" + ], + "tags": [ + "member", + "human", + "individual", + "avatar", + "user", + "account" + ], + "added": "1.10.0" + }, + "person-fill-dash": { + "categories": [ + "People" + ], + "tags": [ + "member", + "human", + "individual", + "avatar", + "user", + "account" + ], + "added": "1.10.0" + }, + "person-fill-down": { + "categories": [ + "People" + ], + "tags": [ + "member", + "human", + "individual", + "avatar", + "user", + "account" + ], + "added": "1.10.0" + }, + "person-fill-exclamation": { + "categories": [ + "People" + ], + "tags": [ + "member", + "human", + "individual", + "avatar", + "user", + "account" + ], + "added": "1.10.0" + }, + "person-fill-gear": { + "categories": [ + "People" + ], + "tags": [ + "member", + "human", + "individual", + "avatar", + "user", + "account" + ], + "added": "1.10.0" + }, + "person-fill-slash": { + "categories": [ + "People" + ], + "tags": [ + "member", + "human", + "individual", + "avatar", + "user", + "account" + ], + "added": "1.10.0" + }, + "person-heart": { + "categories": [ + "People" + ], + "tags": [ + "member", + "human", + "individual", + "avatar", + "user", + "account", + "love", + "valentine", + "romance" + ] + }, + "person-fill-up": { + "categories": [ + "People" + ], + "tags": [ + "member", + "human", + "individual", + "avatar", + "user", + "account" + ], + "added": "1.10.0" + }, + "person-fill-lock": { + "categories": [ + "People" + ], + "tags": [ + "member", + "human", + "individual", + "avatar", + "user", + "account" + ], + "added": "1.10.0" + }, + "person-fill-x": { + "categories": [ + "People" + ], + "tags": [ + "member", + "human", + "individual", + "avatar", + "user", + "account" + ], + "added": "1.10.0" + }, + "person-fill": { + "categories": [ + "People" + ], + "tags": [ + "member", + "human", + "individual", + "avatar", + "user", + "account", + "profile" + ] + }, + "person-hearts": { + "categories": [ + "People" + ], + "tags": [ + "member", + "human", + "individual", + "avatar", + "user", + "account", + "love", + "valentine", + "romance" + ] + }, + "person-lines-fill": { + "categories": [ + "People" + ], + "tags": [ + "member", + "human", + "individual", + "avatar", + "user", + "contact", + "list", + "account", + "profile" + ] + }, + "person-gear": { + "categories": [ + "People" + ], + "tags": [ + "member", + "human", + "individual", + "avatar", + "user", + "account" + ], + "added": "1.10.0" + }, + "person-plus": { + "categories": [ + "People" + ], + "tags": [ + "member", + "human", + "individual", + "avatar", + "user", + "new", + "add", + "account" + ], + "added": "1.10.0" + }, + "person-lock": { + "categories": [ + "People" + ], + "tags": [ + "member", + "human", + "individual", + "avatar", + "user", + "account" + ], + "added": "1.10.0" + }, + "person-plus-fill": { + "categories": [ + "People" + ], + "tags": [ + "member", + "human", + "individual", + "avatar", + "user", + "new", + "add", + "account" + ], + "added": "1.10.0" + }, + "person-slash": { + "categories": [ + "People" + ], + "tags": [ + "member", + "human", + "individual", + "avatar", + "user", + "account" + ] + }, + "person-raised-hand": { + "categories": [ + "People" + ], + "tags": [ + "human", + "man", + "woman", + "question", + "help" + ], + "added": "1.11.0" + }, + "person-square": { + "categories": [ + "People" + ], + "tags": [ + "member", + "human", + "individual", + "avatar", + "user", + "account", + "profile" + ] + }, + "person-up": { + "categories": [ + "People" + ], + "tags": [ + "member", + "human", + "individual", + "avatar", + "user", + "account" + ] + }, + "person-standing-dress": { + "categories": [ + "People" + ], + "tags": [ + "human", + "man", + "woman" + ], + "added": "1.11.0" + }, + "person-rolodex": { + "categories": [ + "People" + ], + "tags": [ + "member", + "human", + "individual", + "avatar", + "user", + "account", + "contact" + ] + }, + "person-vcard-fill": { + "categories": [ + "People" + ], + "tags": [ + "human", + "individual", + "avatar", + "user", + "account" + ], + "added": "1.10.0" + }, + "person-standing": { + "categories": [ + "People" + ], + "tags": [ + "human", + "man", + "woman" + ], + "added": "1.11.0" + }, + "person-vcard": { + "categories": [ + "People" + ], + "tags": [ + "human", + "individual", + "avatar", + "user", + "account" + ], + "added": "1.10.0" + }, + "person-video": { + "categories": [ + "People" + ], + "tags": [ + "human", + "individual", + "avatar", + "user", + "wfh" + ] + }, + "person-video2": { + "categories": [ + "People" + ], + "tags": [ + "human", + "individual", + "avatar", + "user", + "wfh" + ] + }, + "person-walking": { + "categories": [ + "People" + ], + "tags": [ + "human", + "man", + "woman" + ], + "added": "1.11.0" + }, + "person-video3": { + "categories": [ + "People" + ], + "tags": [ + "human", + "individual", + "avatar", + "user", + "wfh" + ] + }, + "person-wheelchair": { + "categories": [ + "People" + ], + "tags": [ + "human", + "man", + "woman", + "accessibility", + "a11y", + "handicap" + ], + "added": "1.11.0" + }, + "person-workspace": { + "categories": [ + "People" + ], + "tags": [ + "human", + "individual", + "avatar", + "user", + "wfh" + ] + }, + "person-x-fill": { + "categories": [ + "People" + ], + "tags": [ + "member", + "human", + "individual", + "avatar", + "user", + "remove", + "delete", + "account" + ], + "added": "1.10.0" + }, + "phone-flip": { + "categories": [ + "Devices" + ], + "tags": [ + "mobile", + "telephone" + ] + }, + "person": { + "categories": [ + "People" + ], + "tags": [ + "member", + "human", + "individual", + "avatar", + "user", + "account", + "profile" + ] + }, + "phone-landscape-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "mobile", + "telephone" + ] + }, + "phone-vibrate-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "mobile", + "telephone", + "haptic" + ] + }, + "phone-landscape": { + "categories": [ + "Devices" + ], + "tags": [ + "mobile", + "telephone" + ] + }, + "phone-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "mobile", + "telephone" + ] + }, + "person-x": { + "categories": [ + "People" + ], + "tags": [ + "member", + "human", + "individual", + "avatar", + "user", + "remove", + "delete", + "account" + ], + "added": "1.10.0" + }, + "pin-angle-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "pushpin", + "thumbtack" + ] + }, + "phone-vibrate": { + "categories": [ + "Devices" + ], + "tags": [ + "mobile", + "telephone", + "haptic" + ] + }, + "pie-chart-fill": { + "categories": [ + "Data" + ], + "tags": [ + "chart", + "graph", + "analytics" + ] + }, + "piggy-bank": { + "categories": [ + "Commerce" + ], + "tags": [ + "money", + "finance", + "banking", + "savings" + ] + }, + "phone": { + "categories": [ + "Devices" + ], + "tags": [ + "mobile", + "telephone" + ] + }, + "pin-map-fill": { + "categories": [ + "Geo" + ], + "tags": [ + "geography", + "map", + "pin", + "location" + ] + }, + "pie-chart": { + "categories": [ + "Data" + ], + "tags": [ + "chart", + "graph", + "analytics" + ] + }, + "pin-angle": { + "categories": [ + "Real world" + ], + "tags": [ + "pushpin", + "thumbtack" + ] + }, + "piggy-bank-fill": { + "categories": [ + "Commerce" + ], + "tags": [ + "money", + "finance", + "banking", + "savings" + ] + }, + "pin-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "pushpin", + "thumbtack" + ] + }, + "pin": { + "categories": [ + "Real world" + ], + "tags": [ + "pushpin", + "thumbtack" + ] + }, + "pinterest": { + "categories": [ + "Brand" + ], + "tags": [ + "social" + ] + }, + "pin-map": { + "categories": [ + "Geo" + ], + "tags": [ + "geography", + "map", + "pin", + "location" + ] + }, + "pip-fill": { + "categories": [ + "Media" + ], + "tags": [ + "picture", + "tv", + "television", + "display", + "nested" + ] + }, + "pip": { + "categories": [ + "Media" + ], + "tags": [ + "picture", + "tv", + "television", + "display", + "nested" + ] + }, + "play-btn-fill": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "play-btn": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "play-fill": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "play-circle": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "play": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "playstation": { + "categories": [ + "Brand" + ], + "tags": [ + "sony", + "gaming" + ] + }, + "plug": { + "categories": [ + "Real world" + ], + "tags": [ + "power", + "outlet" + ] + }, + "plus-circle-dotted": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "add", + "new" + ] + }, + "people": { + "categories": [ + "People" + ], + "tags": [ + "member", + "humans", + "organization", + "avatar", + "users", + "profile" + ] + }, + "plug-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "power", + "outlet" + ] + }, + "play-circle-fill": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "plus-circle": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "add", + "new" + ] + }, + "plus-slash-minus": { + "categories": [ + "Typography" + ], + "tags": [ + "difference", + "add", + "subtract" + ] + }, + "plus-lg": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "add", + "new" + ] + }, + "plus-circle-fill": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "add", + "new" + ] + }, + "plus-square-dotted": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "add", + "new" + ] + }, + "plus-square": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "add", + "new" + ] + }, + "plus-square-fill": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "add", + "new" + ] + }, + "plugin": { + "categories": [ + "UI" + ], + "tags": [ + "addon", + "software" + ] + }, + "plus": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "add", + "new" + ] + }, + "postage-fill": { + "categories": [ + "Real World" + ], + "tags": [ + "mail", + "stamp", + "shipping" + ] + }, + "postage-heart-fill": { + "categories": [ + "Real World", + "Love" + ], + "tags": [ + "mail", + "stamp", + "love", + "valentine", + "romance" + ] + }, + "postcard-fill": { + "categories": [ + "Real World" + ], + "tags": [ + "mail", + "letter" + ] + }, + "postage-heart": { + "categories": [ + "Real World", + "Love" + ], + "tags": [ + "mail", + "stamp", + "love", + "valentine", + "romance" + ] + }, + "postcard-heart-fill": { + "categories": [ + "Real World", + "Love" + ], + "tags": [ + "mail", + "letter", + "love", + "valentine", + "romance" + ] + }, + "power": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "off", + "on" + ] + }, + "postcard-heart": { + "categories": [ + "Real World", + "Love" + ], + "tags": [ + "mail", + "letter", + "love", + "valentine", + "romance" + ] + }, + "postcard": { + "categories": [ + "Real World" + ], + "tags": [ + "mail", + "letter" + ] + }, + "prescription2": { + "categories": [ + "Medical" + ], + "tags": [ + "rx", + "pills", + "capsules", + "medicine" + ] + }, + "prescription": { + "categories": [ + "Medical" + ], + "tags": [ + "rx", + "pills", + "capsules", + "medicine" + ] + }, + "printer-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "print" + ] + }, + "postage": { + "categories": [ + "Real World" + ], + "tags": [ + "stamp", + "shipping" + ] + }, + "printer": { + "categories": [ + "Devices" + ], + "tags": [ + "print" + ] + }, + "projector-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "projection", + "present", + "screen" + ] + }, + "puzzle-fill": { + "categories": [ + "Miscellaneous" + ], + "tags": [ + "puzzle", + "piece" + ] + }, + "puzzle": { + "categories": [ + "Miscellaneous" + ], + "tags": [ + "puzzle", + "piece" + ] + }, + "projector": { + "categories": [ + "Devices" + ], + "tags": [ + "projection", + "present", + "screen" + ] + }, + "qr-code-scan": { + "categories": [ + "Communications" + ], + "tags": [ + "scan" + ] + }, + "qr-code": { + "categories": [ + "Communications" + ], + "tags": [ + "scan" + ] + }, + "question-diamond": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "help" + ] + }, + "question-circle": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "help" + ] + }, + "question-circle-fill": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "help" + ] + }, + "question-diamond-fill": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "help" + ] + }, + "question-lg": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "help" + ] + }, + "question-octagon-fill": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "help" + ] + }, + "question-square-fill": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "help" + ] + }, + "question-square": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "help" + ] + }, + "question": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "help" + ] + }, + "question-octagon": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "help" + ] + }, + "quora": { + "categories": [ + "Brand" + ], + "tags": [ + "social" + ] + }, + "quote": { + "categories": [ + "Typography" + ], + "tags": [ + "blockquote", + "quotes", + "quotation" + ] + }, + "r-circle-fill": { + "categories": [ + "Shapes" + ], + "tags": [ + "registered", + "trademark" + ] + }, + "r-circle": { + "categories": [ + "Shapes" + ], + "tags": [ + "registered", + "trademark" + ] + }, + "radioactive": { + "categories": [ + "Real World" + ], + "tags": [ + "radiation", + "nuclear", + "danger" + ] + }, + "radar": { + "categories": [ + "Geo" + ], + "tags": [ + "geography", + "map", + "pin", + "location" + ], + "added": "1.11.0" + }, + "r-square-fill": { + "categories": [ + "Shapes" + ], + "tags": [ + "registered", + "trademark" + ] + }, + "r-square": { + "categories": [ + "Shapes" + ], + "tags": [ + "registered", + "trademark" + ] + }, + "receipt": { + "categories": [ + "Commerce" + ], + "tags": [ + "receipt", + "invoice", + "sale", + "purchase", + "bill" + ] + }, + "rainbow": { + "categories": [ + "Weather" + ], + "tags": [ + "colors", + "arches" + ] + }, + "receipt-cutoff": { + "categories": [ + "Commerce" + ], + "tags": [ + "receipt", + "invoice", + "sale", + "purchase", + "bill" + ] + }, + "reception-1": { + "categories": [ + "Communications" + ], + "tags": [ + "reception", + "cellphone", + "mobile", + "carrier", + "network", + "signal" + ] + }, + "reception-0": { + "categories": [ + "Communications" + ], + "tags": [ + "reception", + "cellphone", + "mobile", + "carrier", + "network", + "signal" + ] + }, + "reception-2": { + "categories": [ + "Communications" + ], + "tags": [ + "reception", + "cellphone", + "mobile", + "carrier", + "network", + "signal" + ] + }, + "reception-3": { + "categories": [ + "Communications" + ], + "tags": [ + "reception", + "cellphone", + "mobile", + "carrier", + "network", + "signal" + ] + }, + "record-btn-fill": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "reception-4": { + "categories": [ + "Communications" + ], + "tags": [ + "reception", + "cellphone", + "mobile", + "carrier", + "network", + "signal" + ] + }, + "record-circle-fill": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "record-btn": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "record-circle": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "record-fill": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "record": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "recycle": { + "categories": [ + "Arrows" + ], + "tags": [ + "recyling", + "trash" + ] + }, + "reddit": { + "categories": [ + "Brand" + ], + "tags": [ + "social" + ] + }, + "record2-fill": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "record2": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "repeat-1": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "regex": { + "categories": [ + "Typography" + ], + "tags": [ + "text", + "type", + "code", + "developer", + "development", + "software", + "regular expression" + ], + "added": "1.10.0" + }, + "repeat": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "reply-all-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "mail", + "email" + ] + }, + "reply-all": { + "categories": [ + "Communications" + ], + "tags": [ + "mail", + "email" + ] + }, + "reply": { + "categories": [ + "Communications" + ], + "tags": [ + "mail", + "email" + ] + }, + "rewind-btn": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "reply-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "mail", + "email" + ] + }, + "rewind-btn-fill": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "rewind-fill": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "rewind-circle-fill": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "rewind-circle": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "rewind": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "rocket-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "ship", + "rocketship", + "spaceship" + ], + "added": "1.10.0" + }, + "rocket-takeoff-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "ship", + "rocketship", + "spaceship", + "launch" + ], + "added": "1.10.0" + }, + "robot": { + "categories": [ + "Devices" + ], + "tags": [ + "bot" + ] + }, + "rocket-takeoff": { + "categories": [ + "Real world" + ], + "tags": [ + "ship", + "rocketship", + "spaceship", + "launch" + ], + "added": "1.10.0" + }, + "rocket": { + "categories": [ + "Real world" + ], + "tags": [ + "ship", + "rocketship", + "spaceship" + ], + "added": "1.10.0" + }, + "router": { + "categories": [ + "Devices" + ], + "tags": [ + "wifi", + "internet", + "wireless", + "network" + ] + }, + "router-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "wifi", + "internet", + "wireless", + "network" + ] + }, + "rulers": { + "categories": [ + "Graphics" + ], + "tags": [ + "measure", + "guide" + ] + }, + "rss-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "atom", + "feed", + "xml" + ] + }, + "rss": { + "categories": [ + "Communications" + ], + "tags": [ + "atom", + "feed", + "xml" + ] + }, + "safe-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "vault", + "bank", + "finance" + ] + }, + "safe": { + "categories": [ + "Real world" + ], + "tags": [ + "vault", + "bank", + "finance" + ] + }, + "save-fill": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "save", + "floppy" + ] + }, + "safe2-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "vault", + "bank", + "finance" + ] + }, + "safe2": { + "categories": [ + "Real world" + ], + "tags": [ + "vault", + "bank", + "finance" + ] + }, + "scissors": { + "categories": [ + "Real world" + ], + "tags": [ + "cut", + "shears" + ] + }, + "save2-fill": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "save", + "floppy" + ] + }, + "save": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "save", + "floppy" + ] + }, + "save2": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "save", + "floppy" + ] + }, + "search-heart-fill": { + "categories": [ + "Communications", + "Love" + ], + "tags": [ + "magnifying-glass", + "look", + "love", + "romance", + "valentine" + ] + }, + "screwdriver": { + "categories": [ + "Tools" + ], + "tags": [ + "tool" + ] + }, + "scooter": { + "categories": [ + "Transportation" + ], + "tags": [ + "riding" + ], + "added": "1.10.0" + }, + "search-heart": { + "categories": [ + "Communications", + "Love" + ], + "tags": [ + "magnifying-glass", + "look", + "love", + "romance", + "valentine" + ] + }, + "sd-card": { + "categories": [ + "Devices" + ], + "tags": [ + "storage", + "microsd", + "chip", + "memory" + ] + }, + "search": { + "categories": [ + "Communications" + ], + "tags": [ + "magnifying-glass", + "look" + ] + }, + "send-arrow-down-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "message", + "sending", + "sent", + "paper-plane" + ], + "added": "1.11.0" + }, + "segmented-nav": { + "categories": [ + "Controls" + ], + "tags": [ + "nav", + "tabs", + "tabbed", + "app", + "ui" + ] + }, + "send-arrow-down": { + "categories": [ + "Communications" + ], + "tags": [ + "message", + "sending", + "sent", + "paper-plane" + ], + "added": "1.11.0" + }, + "sd-card-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "storage", + "microsd", + "chip", + "memory" + ] + }, + "send-arrow-up-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "message", + "sending", + "sent", + "paper-plane" + ], + "added": "1.11.0" + }, + "send-arrow-up": { + "categories": [ + "Communications" + ], + "tags": [ + "message", + "sending", + "sent", + "paper-plane" + ], + "added": "1.11.0" + }, + "send-check": { + "categories": [ + "Communications" + ], + "tags": [ + "message", + "sending", + "sent", + "paper-plane" + ] + }, + "send-dash": { + "categories": [ + "Communications" + ], + "tags": [ + "message", + "sending", + "sent", + "paper-plane" + ] + }, + "send-exclamation": { + "categories": [ + "Communications" + ], + "tags": [ + "message", + "sending", + "sent", + "paper-plane" + ] + }, + "send-dash-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "message", + "sending", + "sent", + "paper-plane" + ] + }, + "send-exclamation-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "message", + "sending", + "sent", + "paper-plane" + ] + }, + "send-plus-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "message", + "sending", + "sent", + "paper-plane" + ] + }, + "send-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "message", + "sending", + "sent", + "paper-plane" + ] + }, + "send-plus": { + "categories": [ + "Communications" + ], + "tags": [ + "message", + "sending", + "sent", + "paper-plane" + ] + }, + "send-slash-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "message", + "sending", + "sent", + "paper-plane" + ] + }, + "send-slash": { + "categories": [ + "Communications" + ], + "tags": [ + "message", + "sending", + "sent", + "paper-plane" + ] + }, + "send-x-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "message", + "sending", + "sent", + "paper-plane" + ] + }, + "send-x": { + "categories": [ + "Communications" + ], + "tags": [ + "message", + "sending", + "sent", + "paper-plane" + ] + }, + "send": { + "categories": [ + "Communications" + ], + "tags": [ + "message", + "sending", + "sent", + "paper-plane" + ] + }, + "server": { + "categories": [ + "Devices" + ], + "tags": [ + "server", + "network" + ] + }, + "share-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "share", + "link" + ] + }, + "shadows": { + "categories": [ + "Graphics" + ], + "tags": [ + "photo", + "editing", + "image", + "picture" + ], + "added": "1.11.0" + }, + "share": { + "categories": [ + "Communications" + ], + "tags": [ + "share", + "link" + ] + }, + "shield-check": { + "categories": [ + "Security" + ], + "tags": [ + "privacy", + "security" + ] + }, + "shield-fill-check": { + "categories": [ + "Security" + ], + "tags": [ + "privacy", + "security" + ] + }, + "shield-exclamation": { + "categories": [ + "Security" + ], + "tags": [ + "privacy", + "security" + ] + }, + "shield-fill-exclamation": { + "categories": [ + "Security" + ], + "tags": [ + "privacy", + "security" + ] + }, + "shield-fill-plus": { + "categories": [ + "Security" + ], + "tags": [ + "privacy", + "security" + ] + }, + "shield-fill-x": { + "categories": [ + "Security" + ], + "tags": [ + "privacy", + "security", + "remove", + "delete" + ] + }, + "send-check-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "message", + "sending", + "sent", + "paper-plane" + ] + }, + "shield-fill": { + "categories": [ + "Security" + ], + "tags": [ + "privacy", + "security" + ] + }, + "shield-plus": { + "categories": [ + "Security" + ], + "tags": [ + "privacy", + "security" + ] + }, + "shield-lock-fill": { + "categories": [ + "Security" + ], + "tags": [ + "privacy", + "security", + "lock" + ] + }, + "shield-lock": { + "categories": [ + "Security" + ], + "tags": [ + "privacy", + "security", + "lock" + ] + }, + "shield-minus": { + "categories": [ + "Security" + ], + "tags": [ + "privacy", + "security" + ] + }, + "shield-shaded": { + "categories": [ + "Security" + ], + "tags": [ + "privacy", + "security" + ] + }, + "shield-x": { + "categories": [ + "Security" + ], + "tags": [ + "privacy", + "security", + "remove", + "delete" + ] + }, + "shield-slash-fill": { + "categories": [ + "Security" + ], + "tags": [ + "shield", + "badge" + ] + }, + "shield": { + "categories": [ + "Security" + ], + "tags": [ + "privacy", + "security" + ] + }, + "shield-slash": { + "categories": [ + "Security" + ], + "tags": [ + "shield", + "badge" + ] + }, + "shift-fill": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "key" + ] + }, + "shift": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "key" + ] + }, + "shop-window": { + "categories": [ + "Commerce" + ], + "tags": [ + "shop", + "store", + "market", + "marketplace", + "shopping", + "retail" + ] + }, + "shop": { + "categories": [ + "Commerce" + ], + "tags": [ + "shop", + "store", + "market", + "marketplace", + "shopping", + "retail" + ] + }, + "sign-do-not-enter-fill": { + "categories": [ + "Transportation" + ], + "tags": [ + "road", + "driving", + "directions" + ], + "added": "1.10.0" + }, + "sign-dead-end-fill": { + "categories": [ + "Transportation" + ], + "tags": [ + "road", + "driving", + "directions" + ], + "added": "1.10.0" + }, + "shuffle": { + "categories": [ + "Arrows" + ], + "tags": [ + "shuffle", + "random" + ] + }, + "sign-dead-end": { + "categories": [ + "Transportation" + ], + "tags": [ + "road", + "driving", + "directions" + ], + "added": "1.10.0" + }, + "sign-do-not-enter": { + "categories": [ + "Transportation" + ], + "tags": [ + "road", + "driving", + "directions" + ], + "added": "1.10.0" + }, + "sign-intersection-side-fill": { + "categories": [ + "Transportation" + ], + "tags": [ + "road", + "driving", + "directions" + ], + "added": "1.10.0" + }, + "sign-intersection-side": { + "categories": [ + "Transportation" + ], + "tags": [ + "road", + "driving", + "directions" + ], + "added": "1.10.0" + }, + "sign-intersection-fill": { + "categories": [ + "Transportation" + ], + "tags": [ + "road", + "driving", + "directions" + ], + "added": "1.10.0" + }, + "sign-intersection-t-fill": { + "categories": [ + "Transportation" + ], + "tags": [ + "road", + "driving", + "directions" + ], + "added": "1.10.0" + }, + "sign-intersection-t": { + "categories": [ + "Transportation" + ], + "tags": [ + "road", + "driving", + "directions" + ], + "added": "1.10.0" + }, + "sign-intersection-y-fill": { + "categories": [ + "Transportation" + ], + "tags": [ + "road", + "driving", + "directions" + ], + "added": "1.10.0" + }, + "sign-intersection-y": { + "categories": [ + "Transportation" + ], + "tags": [ + "road", + "driving", + "directions" + ], + "added": "1.10.0" + }, + "sign-intersection": { + "categories": [ + "Transportation" + ], + "tags": [ + "road", + "driving", + "directions" + ], + "added": "1.10.0" + }, + "sign-merge-left-fill": { + "categories": [ + "Transportation" + ], + "tags": [ + "road", + "driving", + "directions" + ], + "added": "1.10.0" + }, + "sign-merge-left": { + "categories": [ + "Transportation" + ], + "tags": [ + "road", + "driving", + "directions" + ], + "added": "1.10.0" + }, + "sign-no-left-turn": { + "categories": [ + "Transportation" + ], + "tags": [ + "road", + "driving", + "directions" + ], + "added": "1.10.0" + }, + "sign-merge-right": { + "categories": [ + "Transportation" + ], + "tags": [ + "road", + "driving", + "directions" + ], + "added": "1.10.0" + }, + "sign-no-left-turn-fill": { + "categories": [ + "Transportation" + ], + "tags": [ + "road", + "driving", + "directions" + ], + "added": "1.10.0" + }, + "sign-merge-right-fill": { + "categories": [ + "Transportation" + ], + "tags": [ + "road", + "driving", + "directions" + ], + "added": "1.10.0" + }, + "sign-no-parking-fill": { + "categories": [ + "Transportation" + ], + "tags": [ + "road", + "driving", + "directions" + ], + "added": "1.10.0" + }, + "shield-fill-minus": { + "categories": [ + "Security" + ], + "tags": [ + "privacy", + "security" + ] + }, + "sign-no-parking": { + "categories": [ + "Transportation" + ], + "tags": [ + "road", + "driving", + "directions" + ], + "added": "1.10.0" + }, + "sign-no-right-turn-fill": { + "categories": [ + "Transportation" + ], + "tags": [ + "road", + "driving", + "directions" + ], + "added": "1.10.0" + }, + "sign-stop-lights-fill": { + "categories": [ + "Transportation" + ], + "tags": [ + "stop sign", + "intersection", + "road", + "driving" + ], + "added": "1.10.0" + }, + "sign-no-right-turn": { + "categories": [ + "Transportation" + ], + "tags": [ + "road", + "driving", + "directions" + ], + "added": "1.10.0" + }, + "sign-stop-lights": { + "categories": [ + "Transportation" + ], + "tags": [ + "stop sign", + "intersection", + "road", + "driving" + ], + "added": "1.10.0" + }, + "sign-railroad": { + "categories": [ + "Transportation" + ], + "tags": [ + "road", + "driving", + "train", + "tracks" + ], + "added": "1.10.0" + }, + "sign-stop": { + "categories": [ + "Transportation" + ], + "tags": [ + "stop sign", + "intersection", + "road", + "driving" + ], + "added": "1.10.0" + }, + "sign-railroad-fill": { + "categories": [ + "Transportation" + ], + "tags": [ + "road", + "driving", + "train", + "tracks" + ], + "added": "1.10.0" + }, + "sign-turn-left-fill": { + "categories": [ + "Transportation" + ], + "tags": [ + "road", + "driving", + "navigate", + "navigation", + "route" + ], + "added": "1.10.0" + }, + "sign-turn-left": { + "categories": [ + "Transportation" + ], + "tags": [ + "road", + "driving", + "navigate", + "navigation", + "route" + ], + "added": "1.10.0" + }, + "sign-turn-right-fill": { + "categories": [ + "Transportation" + ], + "tags": [ + "road", + "driving", + "navigate", + "navigation", + "route" + ], + "added": "1.10.0" + }, + "sign-turn-slight-left-fill": { + "categories": [ + "Transportation" + ], + "tags": [ + "road", + "driving", + "navigate", + "navigation", + "route" + ], + "added": "1.10.0" + }, + "sign-turn-right": { + "categories": [ + "Transportation" + ], + "tags": [ + "road", + "driving", + "navigate", + "navigation", + "route" + ], + "added": "1.10.0" + }, + "sign-turn-slight-left": { + "categories": [ + "Transportation" + ], + "tags": [ + "road", + "driving", + "navigate", + "navigation", + "route" + ], + "added": "1.10.0" + }, + "sign-stop-fill": { + "categories": [ + "Transportation" + ], + "tags": [ + "stop sign", + "intersection", + "road", + "driving" + ], + "added": "1.10.0" + }, + "sign-turn-slight-right": { + "categories": [ + "Transportation" + ], + "tags": [ + "road", + "driving", + "navigate", + "navigation", + "route" + ], + "added": "1.10.0" + }, + "sign-yield-fill": { + "categories": [ + "Transportation" + ], + "tags": [ + "road", + "driving", + "intersection" + ], + "added": "1.10.0" + }, + "signal": { + "categories": [ + "Brand" + ], + "tags": [ + "social" + ] + }, + "sign-turn-slight-right-fill": { + "categories": [ + "Transportation" + ], + "tags": [ + "road", + "driving", + "navigate", + "navigation", + "route" + ], + "added": "1.10.0" + }, + "signpost-2-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "milestone", + "sign", + "road sign", + "street sign", + "directions" + ] + }, + "signpost-2": { + "categories": [ + "Real world" + ], + "tags": [ + "milestone", + "sign", + "road sign", + "street sign", + "directions" + ] + }, + "signpost-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "milestone", + "sign", + "road sign", + "street sign", + "directions" + ] + }, + "signpost-split-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "milestone", + "sign", + "road sign", + "street sign", + "directions" + ] + }, + "signpost-split": { + "categories": [ + "Real world" + ], + "tags": [ + "milestone", + "sign", + "road sign", + "street sign", + "directions" + ] + }, + "sign-yield": { + "categories": [ + "Transportation" + ], + "tags": [ + "road", + "driving", + "intersection" + ], + "added": "1.10.0" + }, + "sim-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "mobile", + "carrier" + ] + }, + "signpost": { + "categories": [ + "Real world" + ], + "tags": [ + "milestone", + "sign", + "road sign", + "street sign", + "directions" + ] + }, + "sim-slash-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "mobile", + "carrier" + ], + "added": "1.11.0" + }, + "sim-slash": { + "categories": [ + "Devices" + ], + "tags": [ + "mobile", + "carrier" + ], + "added": "1.11.0" + }, + "skip-backward-btn-fill": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "sina-weibo": { + "categories": [ + "Brand" + ], + "tags": [ + "social" + ], + "added": "1.10.0" + }, + "sim": { + "categories": [ + "Devices" + ], + "tags": [ + "mobile", + "carrier" + ] + }, + "skip-backward-circle": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "skip-backward-btn": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "skip-backward-fill": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "skip-backward": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "skip-end-circle": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "skip-end-fill": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "skip-end-circle-fill": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "skip-end-btn-fill": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "skip-end-btn": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "skip-end": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "skip-forward-btn": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "skip-forward-btn-fill": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "skip-forward-circle": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "skip-start-btn": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "skip-start-btn-fill": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "skip-forward-circle-fill": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "skip-start-fill": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "skip-forward-fill": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "skip-start-circle-fill": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "skip-start-circle": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "skip-start": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "slash-circle-fill": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "shape", + "stop", + "ban", + "no" + ] + }, + "slack": { + "categories": [ + "Brand" + ], + "tags": [ + "social" + ] + }, + "slash-lg": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "shape", + "stop", + "ban", + "no" + ] + }, + "slash-circle": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "shape", + "stop", + "ban", + "no" + ] + }, + "slash-square-fill": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "shape", + "stop", + "ban", + "no" + ] + }, + "skip-backward-circle-fill": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "sliders": { + "categories": [ + "Graphics" + ], + "tags": [ + "equalizer", + "settings", + "preferences", + "dials" + ] + }, + "slash-square": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "shape", + "stop", + "ban", + "no" + ] + }, + "sliders2-vertical": { + "categories": [ + "Graphics" + ], + "tags": [ + "equalizer", + "settings", + "preferences", + "dials" + ] + }, + "slash": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "shape", + "stop", + "ban", + "no" + ] + }, + "sliders2": { + "categories": [ + "Graphics" + ], + "tags": [ + "equalizer", + "settings", + "preferences", + "dials" + ] + }, + "smartwatch": { + "categories": [ + "Devices" + ], + "tags": [ + "watch", + "wearables" + ] + }, + "skip-forward": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "skype": { + "categories": [ + "Brand" + ], + "tags": [ + "social", + "microsoft" + ] + }, + "snow2": { + "categories": [ + "Weather" + ], + "tags": [ + "blizzard", + "flurries" + ] + }, + "sort-alpha-down-alt": { + "categories": [ + "Sort and filter" + ], + "tags": [ + "sort", + "filter", + "organize" + ] + }, + "snow": { + "categories": [ + "Weather" + ], + "tags": [ + "blizzard", + "flurries" + ] + }, + "snow3": { + "categories": [ + "Weather" + ], + "tags": [ + "blizzard", + "flurries" + ] + }, + "sort-alpha-up-alt": { + "categories": [ + "Sort and filter" + ], + "tags": [ + "sort", + "filter", + "organize" + ] + }, + "sort-down-alt": { + "categories": [ + "Sort and filter" + ], + "tags": [ + "sort", + "filter", + "organize" + ] + }, + "sort-alpha-down": { + "categories": [ + "Sort and filter" + ], + "tags": [ + "sort", + "filter", + "organize" + ] + }, + "sort-alpha-up": { + "categories": [ + "Sort and filter" + ], + "tags": [ + "sort", + "filter", + "organize" + ] + }, + "sort-down": { + "categories": [ + "Sort and filter" + ], + "tags": [ + "sort", + "filter", + "organize" + ] + }, + "sort-numeric-down-alt": { + "categories": [ + "Sort and filter" + ], + "tags": [ + "sort", + "filter", + "organize" + ] + }, + "sort-numeric-up-alt": { + "categories": [ + "Sort and filter" + ], + "tags": [ + "sort", + "filter", + "organize" + ] + }, + "sort-numeric-down": { + "categories": [ + "Sort and filter" + ], + "tags": [ + "sort", + "filter", + "organize" + ] + }, + "sort-numeric-up": { + "categories": [ + "Sort and filter" + ], + "tags": [ + "sort", + "filter", + "organize" + ] + }, + "sort-up-alt": { + "categories": [ + "Sort and filter" + ], + "tags": [ + "sort", + "filter", + "organize" + ] + }, + "speaker-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "audio", + "sound" + ] + }, + "sort-up": { + "categories": [ + "Sort and filter" + ], + "tags": [ + "sort", + "filter", + "organize" + ] + }, + "soundwave": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "sound", + "wave" + ] + }, + "speaker": { + "categories": [ + "Devices" + ], + "tags": [ + "audio", + "sound" + ] + }, + "speedometer": { + "categories": [ + "Real world" + ], + "tags": [ + "speed", + "tachometer", + "dashboard", + "gauge" + ] + }, + "sourceforge": { + "categories": [ + "Brand" + ], + "tags": [ + "social", + "vcs", + "git" + ], + "added": "1.11.0" + }, + "speedometer2": { + "categories": [ + "Real world" + ], + "tags": [ + "speed", + "tachometer", + "dashboard", + "gauge" + ] + }, + "square-half": { + "categories": [ + "Shapes" + ], + "tags": [ + "shape", + "rectangle" + ] + }, + "spellcheck": { + "categories": [ + "Typography" + ], + "tags": [ + "spelling", + "grammar" + ] + }, + "spotify": { + "categories": [ + "Brand" + ], + "tags": [ + "social" + ] + }, + "stack-overflow": { + "categories": [ + "Brand" + ], + "tags": [ + "social" + ] + }, + "stack": { + "categories": [ + "Graphics" + ], + "tags": [ + "layers" + ] + }, + "star": { + "categories": [ + "Shapes" + ], + "tags": [ + "shape", + "like", + "favorite" + ] + }, + "star-fill": { + "categories": [ + "Shapes" + ], + "tags": [ + "shape", + "like", + "favorite" + ] + }, + "square-fill": { + "categories": [ + "Shapes" + ], + "tags": [ + "shape", + "rectangle" + ] + }, + "star-half": { + "categories": [ + "Shapes" + ], + "tags": [ + "shape", + "like", + "favorite" + ] + }, + "stars": { + "categories": [ + "Weather" + ], + "tags": [ + "clear", + "skies", + "night" + ] + }, + "steam": { + "categories": [ + "Brand" + ], + "tags": [ + "gaming" + ] + }, + "stickies": { + "categories": [ + "Real world" + ], + "tags": [ + "postit", + "note", + "sticky" + ] + }, + "sticky-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "postit", + "note", + "sticky" + ] + }, + "sticky": { + "categories": [ + "Real world" + ], + "tags": [ + "postit", + "note", + "sticky" + ] + }, + "stickies-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "postit", + "note", + "sticky" + ] + }, + "square": { + "categories": [ + "Shapes" + ], + "tags": [ + "shape", + "rectangle" + ] + }, + "stop-btn": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "stop-btn-fill": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "stop-fill": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "stop": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "stop-circle-fill": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "stoplights-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "traffic", + "lights", + "intersection" + ] + }, + "stopwatch-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "time", + "timer", + "clock" + ] + }, + "stop-circle": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av" + ] + }, + "stripe": { + "categories": [ + "Brand" + ], + "tags": [ + "payments", + "commerce" + ], + "added": "1.10.0" + }, + "stoplights": { + "categories": [ + "Real world" + ], + "tags": [ + "traffic", + "lights", + "intersection" + ] + }, + "stopwatch": { + "categories": [ + "Devices" + ], + "tags": [ + "time", + "timer", + "clock" + ] + }, + "substack": { + "categories": [ + "Brand" + ], + "tags": [ + "social", + "blog" + ], + "added": "1.11.0" + }, + "subtract": { + "categories": [ + "Graphics" + ], + "tags": [ + "graphics", + "vector", + "merge", + "layers" + ] + }, + "strava": { + "categories": [ + "Brand" + ], + "tags": [ + "social" + ] + }, + "suit-diamond": { + "categories": [ + "Entertainment" + ], + "tags": [ + "card", + "cards", + "suit", + "deck", + "gambling" + ] + }, + "suit-diamond-fill": { + "categories": [ + "Entertainment" + ], + "tags": [ + "card", + "cards", + "suit", + "deck", + "gambling" + ] + }, + "suit-club-fill": { + "categories": [ + "Entertainment" + ], + "tags": [ + "card", + "cards", + "suit", + "deck", + "gambling" + ] + }, + "suit-spade-fill": { + "categories": [ + "Entertainment" + ], + "tags": [ + "card", + "cards", + "suit", + "deck", + "gambling" + ] + }, + "subscript": { + "categories": [ + "Typography" + ], + "tags": [ + "text", + "type" + ], + "added": "1.10.0" + }, + "suit-spade": { + "categories": [ + "Entertainment" + ], + "tags": [ + "card", + "cards", + "suit", + "deck", + "gambling" + ] + }, + "suitcase-fill": { + "categories": [ + "Travel" + ], + "tags": [ + "luggage", + "bags", + "carry-on" + ], + "added": "1.11.0" + }, + "suit-heart": { + "categories": [ + "Entertainment" + ], + "tags": [ + "card", + "cards", + "suit", + "deck", + "gambling" + ] + }, + "suitcase-lg": { + "categories": [ + "Travel" + ], + "tags": [ + "luggage", + "bags", + "carry-on" + ], + "added": "1.11.0" + }, + "suitcase-lg-fill": { + "categories": [ + "Travel" + ], + "tags": [ + "luggage", + "bags", + "carry-on" + ], + "added": "1.11.0" + }, + "suitcase2-fill": { + "categories": [ + "Travel" + ], + "tags": [ + "luggage", + "bags", + "carry-on" + ], + "added": "1.11.0" + }, + "suitcase": { + "categories": [ + "Travel" + ], + "tags": [ + "luggage", + "bags", + "carry-on" + ], + "added": "1.11.0" + }, + "sun-fill": { + "categories": [ + "Weather" + ], + "tags": [ + "solar", + "weather" + ] + }, + "sunrise-fill": { + "categories": [ + "Weather" + ], + "tags": [ + "dawn" + ] + }, + "sunglasses": { + "categories": [ + "Real world" + ], + "tags": [ + "shades", + "cool", + "aviators" + ] + }, + "suitcase2": { + "categories": [ + "Travel" + ], + "tags": [ + "luggage", + "bags", + "carry-on" + ], + "added": "1.11.0" + }, + "sunrise": { + "categories": [ + "Weather" + ], + "tags": [ + "dawn" + ] + }, + "superscript": { + "categories": [ + "Typography" + ], + "tags": [ + "text", + "type" + ], + "added": "1.10.0" + }, + "suit-club": { + "categories": [ + "Entertainment" + ], + "tags": [ + "card", + "cards", + "suit", + "deck", + "gambling" + ] + }, + "sunset-fill": { + "categories": [ + "Weather" + ], + "tags": [ + "dusk" + ] + }, + "sun": { + "categories": [ + "Weather" + ], + "tags": [ + "solar", + "weather" + ] + }, + "tablet-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "mobile" + ] + }, + "symmetry-vertical": { + "categories": [ + "Graphics" + ], + "tags": [ + "align", + "orientation", + "mirror" + ] + }, + "symmetry-horizontal": { + "categories": [ + "Graphics" + ], + "tags": [ + "align", + "orientation", + "mirror" + ] + }, + "sunset": { + "categories": [ + "Weather" + ], + "tags": [ + "dusk" + ] + }, + "suit-heart-fill": { + "categories": [ + "Entertainment" + ], + "tags": [ + "card", + "cards", + "suit", + "deck", + "gambling" + ] + }, + "table": { + "categories": [ + "Files and folders" + ], + "tags": [ + "spreadsheet" + ] + }, + "tablet": { + "categories": [ + "Devices" + ], + "tags": [ + "mobile" + ] + }, + "tablet-landscape": { + "categories": [ + "Devices" + ], + "tags": [ + "mobile" + ] + }, + "tag-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "price", + "category", + "taxonomy", + "label" + ] + }, + "tag": { + "categories": [ + "Real world" + ], + "tags": [ + "price", + "category", + "taxonomy", + "label" + ] + }, + "tags-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "price", + "category", + "taxonomy", + "label" + ] + }, + "tags": { + "categories": [ + "Real world" + ], + "tags": [ + "price", + "category", + "taxonomy", + "label" + ] + }, + "taxi-front-fill": { + "categories": [ + "Transportation" + ], + "tags": [ + "cab", + "uber", + "lyft" + ], + "added": "1.10.0" + }, + "telegram": { + "categories": [ + "Brand" + ], + "tags": [ + "social", + "chat" + ] + }, + "taxi-front": { + "categories": [ + "Transportation" + ], + "tags": [ + "cab", + "uber", + "lyft" + ], + "added": "1.10.0" + }, + "telephone-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "telephone", + "phone", + "call" + ] + }, + "telephone-forward-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "telephone", + "phone", + "call" + ] + }, + "telephone-forward": { + "categories": [ + "Communications" + ], + "tags": [ + "telephone", + "phone", + "call" + ] + }, + "telephone-minus-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "telephone", + "phone", + "call" + ] + }, + "telephone-inbound": { + "categories": [ + "Communications" + ], + "tags": [ + "telephone", + "phone", + "call" + ] + }, + "telephone-inbound-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "telephone", + "phone", + "call" + ] + }, + "telephone-outbound-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "telephone", + "phone", + "call" + ] + }, + "tablet-landscape-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "mobile" + ] + }, + "telephone-plus-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "telephone", + "phone", + "call" + ] + }, + "telephone-x-fill": { + "categories": [ + "Communications" + ], + "tags": [ + "telephone", + "phone", + "call" + ] + }, + "telephone-outbound": { + "categories": [ + "Communications" + ], + "tags": [ + "telephone", + "phone", + "call" + ] + }, + "telephone-minus": { + "categories": [ + "Communications" + ], + "tags": [ + "telephone", + "phone", + "call" + ] + }, + "telephone": { + "categories": [ + "Communications" + ], + "tags": [ + "telephone", + "phone", + "call" + ] + }, + "telephone-plus": { + "categories": [ + "Communications" + ], + "tags": [ + "telephone", + "phone", + "call" + ] + }, + "terminal-dash": { + "categories": [ + "Apps" + ], + "tags": [ + "command-line", + "cli", + "command-prompt" + ] + }, + "tencent-qq": { + "categories": [ + "Brand" + ], + "tags": [ + "social" + ], + "added": "1.10.0" + }, + "terminal-fill": { + "categories": [ + "Apps" + ], + "tags": [ + "command-line", + "cli", + "command-prompt" + ] + }, + "telephone-x": { + "categories": [ + "Communications" + ], + "tags": [ + "telephone", + "phone", + "call" + ] + }, + "snapchat": { + "categories": [ + "Brand" + ], + "tags": [ + "social" + ] + }, + "terminal-plus": { + "categories": [ + "Apps" + ], + "tags": [ + "command-line", + "cli", + "command-prompt" + ] + }, + "terminal-x": { + "categories": [ + "Apps" + ], + "tags": [ + "command-line", + "cli", + "command-prompt" + ] + }, + "text-center": { + "categories": [ + "Typography" + ], + "tags": [ + "text", + "type", + "justify", + "alignment" + ] + }, + "text-indent-left": { + "categories": [ + "Typography" + ], + "tags": [ + "text", + "type", + "justify", + "alignment" + ] + }, + "terminal-split": { + "categories": [ + "Apps" + ], + "tags": [ + "command-line", + "cli", + "command-prompt" + ] + }, + "text-left": { + "categories": [ + "Typography" + ], + "tags": [ + "text", + "type", + "justify", + "alignment" + ] + }, + "text-indent-right": { + "categories": [ + "Typography" + ], + "tags": [ + "text", + "type", + "justify", + "alignment" + ] + }, + "terminal": { + "categories": [ + "Apps" + ], + "tags": [ + "command-line", + "cli", + "command-prompt" + ] + }, + "text-paragraph": { + "categories": [ + "Typography" + ], + "tags": [ + "text", + "type", + "paragraph", + "copy" + ] + }, + "textarea-resize": { + "categories": [ + "Graphics" + ], + "tags": [ + "text", + "form" + ] + }, + "text-wrap": { + "categories": [ + "Typography" + ], + "tags": [ + "text", + "type", + "word wrap" + ], + "added": "1.10.0" + }, + "text-right": { + "categories": [ + "Typography" + ], + "tags": [ + "text", + "type", + "justify", + "alignment" + ] + }, + "textarea-t": { + "categories": [ + "Graphics" + ], + "tags": [ + "text", + "insert", + "bounding-box" + ] + }, + "thermometer-half": { + "categories": [ + "Weather" + ], + "tags": [ + "temperature", + "weather" + ] + }, + "thermometer-high": { + "categories": [ + "Weather" + ], + "tags": [ + "temperature", + "weather" + ] + }, + "textarea": { + "categories": [ + "Graphics" + ], + "tags": [ + "text", + "insert", + "bounding-box" + ] + }, + "thermometer-snow": { + "categories": [ + "Weather" + ], + "tags": [ + "temperature", + "weather" + ] + }, + "thermometer-sun": { + "categories": [ + "Weather" + ], + "tags": [ + "temperature", + "weather" + ] + }, + "thermometer": { + "categories": [ + "Real world" + ], + "tags": [ + "temperature", + "weather" + ] + }, + "three-dots-vertical": { + "categories": [ + "Controls" + ], + "tags": [ + "kebab", + "more", + "ellipsis", + "overflow", + "menu" + ] + }, + "three-dots": { + "categories": [ + "Controls" + ], + "tags": [ + "meatballs", + "more", + "ellipsis", + "overflow", + "menu" + ] + }, + "thermometer-low": { + "categories": [ + "Weather" + ], + "tags": [ + "temperature", + "weather" + ] + }, + "threads": { + "categories": [ + "Brand" + ], + "tags": [ + "social", + "chat", + "instagram", + "meta" + ], + "added": "1.11.0" + }, + "thunderbolt-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "plug", + "port" + ] + }, + "ticket-detailed-fill": { + "categories": [ + "Real World" + ], + "tags": [ + "tickets", + "admission" + ] + }, + "thunderbolt": { + "categories": [ + "Devices" + ], + "tags": [ + "plug", + "port" + ] + }, + "ticket-detailed": { + "categories": [ + "Real World" + ], + "tags": [ + "tickets", + "admission" + ] + }, + "ticket": { + "categories": [ + "Real World" + ], + "tags": [ + "tickets", + "admission" + ] + }, + "ticket-fill": { + "categories": [ + "Real World" + ], + "tags": [ + "tickets", + "admission" + ] + }, + "ticket-perforated-fill": { + "categories": [ + "Real World" + ], + "tags": [ + "tickets", + "admission" + ] + }, + "ticket-perforated": { + "categories": [ + "Real World" + ], + "tags": [ + "tickets", + "admission" + ] + }, + "toggle-on": { + "categories": [ + "Controls" + ], + "tags": [ + "toggle", + "switch", + "checkbox" + ] + }, + "tiktok": { + "categories": [ + "Brand" + ], + "tags": [ + "social" + ] + }, + "toggles": { + "categories": [ + "Controls" + ], + "tags": [ + "toggle", + "switch", + "checkbox" + ] + }, + "toggle2-off": { + "categories": [ + "Controls" + ], + "tags": [ + "toggle", + "switch", + "checkbox" + ] + }, + "toggle-off": { + "categories": [ + "Controls" + ], + "tags": [ + "toggle", + "switch", + "checkbox" + ] + }, + "tools": { + "categories": [ + "Tools" + ], + "tags": [ + "tool", + "wrench", + "screwdriver" + ] + }, + "threads-fill": { + "categories": [ + "Brand" + ], + "tags": [ + "social", + "chat", + "instagram", + "meta" + ], + "added": "1.11.0" + }, + "tornado": { + "categories": [ + "Weather" + ], + "tags": [ + "wind" + ] + }, + "toggles2": { + "categories": [ + "Controls" + ], + "tags": [ + "toggle", + "switch", + "checkbox" + ] + }, + "train-freight-front-fill": { + "categories": [ + "Transportation" + ], + "tags": [ + "transit", + "public", + "rail" + ] + }, + "toggle2-on": { + "categories": [ + "Controls" + ], + "tags": [ + "toggle", + "switch", + "checkbox" + ] + }, + "train-freight-front": { + "categories": [ + "Transportation" + ], + "tags": [ + "transit", + "public", + "rail" + ] + }, + "train-front": { + "categories": [ + "Transportation" + ], + "tags": [ + "transit", + "public", + "rail" + ] + }, + "train-front-fill": { + "categories": [ + "Transportation" + ], + "tags": [ + "transit", + "public", + "rail" + ] + }, + "translate": { + "categories": [ + "Communications" + ], + "tags": [ + "translation", + "languages", + "language" + ] + }, + "train-lightrail-front": { + "categories": [ + "Transportation" + ], + "tags": [ + "transit", + "public", + "rail" + ] + }, + "train-lightrail-front-fill": { + "categories": [ + "Transportation" + ], + "tags": [ + "transit", + "public", + "rail" + ] + }, + "trash": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "trash-can", + "garbage", + "delete", + "remove" + ] + }, + "transparency": { + "categories": [ + "Graphics" + ], + "tags": [ + "photo", + "editing", + "image", + "picture" + ], + "added": "1.11.0" + }, + "trash-fill": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "trash-can", + "garbage", + "delete", + "remove" + ] + }, + "trash2": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "trash-can", + "garbage", + "delete", + "remove" + ] + }, + "trash3-fill": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "trash-can", + "garbage", + "delete", + "remove" + ] + }, + "trash2-fill": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "trash-can", + "garbage", + "delete", + "remove" + ] + }, + "trash3": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "trash-can", + "garbage", + "delete", + "remove" + ] + }, + "trello": { + "categories": [ + "Brand" + ], + "tags": [ + "kanban", + "board" + ], + "added": "1.10.0" + }, + "tree": { + "categories": [ + "Real world" + ], + "tags": [ + "tree", + "forrest" + ] + }, + "triangle-fill": { + "categories": [ + "Shapes" + ], + "tags": [ + "shape" + ] + }, + "tree-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "tree", + "forrest" + ] + }, + "triangle-half": { + "categories": [ + "Shapes" + ], + "tags": [ + "shape" + ] + }, + "trophy": { + "categories": [ + "Real world" + ], + "tags": [ + "prize", + "winning" + ] + }, + "triangle": { + "categories": [ + "Shapes" + ], + "tags": [ + "shape" + ] + }, + "tropical-storm": { + "categories": [ + "Weather" + ], + "tags": [ + "hurricane" + ] + }, + "truck-flatbed": { + "categories": [ + "Commerce" + ], + "tags": [ + "trucking", + "shipping", + "shipment", + "transport", + "deliver", + "delivery", + "vehicle" + ] + }, + "tv-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "television", + "monitor", + "display" + ] + }, + "truck-front-fill": { + "categories": [ + "Transportation" + ], + "tags": [ + "vehicle", + "shipping", + "transit", + "haul", + "freight" + ] + }, + "truck": { + "categories": [ + "Commerce" + ], + "tags": [ + "trucking", + "shipping", + "shipment", + "transport", + "deliver", + "delivery", + "vehicle" + ] + }, + "tv": { + "categories": [ + "Devices" + ], + "tags": [ + "television", + "monitor", + "display" + ] + }, + "truck-front": { + "categories": [ + "Transportation" + ], + "tags": [ + "vehicle", + "shipping", + "transit", + "haul", + "freight" + ] + }, + "twitch": { + "categories": [ + "Brand" + ], + "tags": [ + "social" + ] + }, + "tsunami": { + "categories": [ + "Weather" + ], + "tags": [ + "wave" + ] + }, + "twitter": { + "categories": [ + "Brand" + ], + "tags": [ + "social", + "chat" + ] + }, + "trophy-fill": { + "categories": [ + "Real world" + ], + "tags": [ + "prize", + "winning" + ] + }, + "type-h2": { + "categories": [ + "Typography" + ], + "tags": [ + "text", + "type", + "heading" + ] + }, + "type-h1": { + "categories": [ + "Typography" + ], + "tags": [ + "text", + "type", + "heading" + ] + }, + "twitter-x": { + "categories": [ + "Brand" + ], + "tags": [ + "social", + "chat" + ], + "added": "1.11.0" + }, + "type-h6": { + "categories": [ + "Typography" + ], + "tags": [ + "text", + "type", + "heading" + ], + "added": "1.11.0" + }, + "type-h4": { + "categories": [ + "Typography" + ], + "tags": [ + "text", + "type", + "heading" + ], + "added": "1.11.0" + }, + "type-h3": { + "categories": [ + "Typography" + ], + "tags": [ + "text", + "type", + "heading" + ] + }, + "type-h5": { + "categories": [ + "Typography" + ], + "tags": [ + "text", + "type", + "heading" + ], + "added": "1.11.0" + }, + "ubuntu": { + "categories": [ + "Brand" + ], + "tags": [ + "linux", + "distro" + ] + }, + "type-underline": { + "categories": [ + "Typography" + ], + "tags": [ + "text", + "type" + ] + }, + "type-strikethrough": { + "categories": [ + "Typography" + ], + "tags": [ + "text", + "type" + ] + }, + "type": { + "categories": [ + "Typography" + ], + "tags": [ + "text", + "type" + ] + }, + "ui-checks-grid": { + "categories": [ + "Controls" + ], + "tags": [ + "checkbox", + "form" + ] + }, + "type-bold": { + "categories": [ + "Typography" + ], + "tags": [ + "text", + "type" + ] + }, + "type-italic": { + "categories": [ + "Typography" + ], + "tags": [ + "text", + "type" + ] + }, + "ui-radios": { + "categories": [ + "Controls" + ], + "tags": [ + "radio", + "form" + ] + }, + "ui-checks": { + "categories": [ + "Controls" + ], + "tags": [ + "checkbox", + "form" + ] + }, + "unindent": { + "categories": [ + "UI and Keyboard" + ], + "tags": [ + "tab", + "indent" + ] + }, + "union": { + "categories": [ + "Graphics" + ], + "tags": [ + "graphics", + "vector", + "merge", + "layers" + ] + }, + "unity": { + "categories": [ + "Brand" + ], + "tags": [ + "gaming" + ] + }, + "umbrella-fill": { + "categories": [ + "Weather" + ], + "tags": [ + "rain" + ] + }, + "universal-access-circle": { + "categories": [ + "UI and Keyboard" + ], + "tags": [ + "accessibility", + "a11y" + ] + }, + "universal-access": { + "categories": [ + "UI and Keyboard" + ], + "tags": [ + "accessibility", + "a11y" + ] + }, + "unlock-fill": { + "categories": [ + "Security" + ], + "tags": [ + "privacy", + "security" + ] + }, + "ui-radios-grid": { + "categories": [ + "Controls" + ], + "tags": [ + "radio", + "form" + ] + }, + "umbrella": { + "categories": [ + "Weather" + ], + "tags": [ + "rain" + ] + }, + "usb-c-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "port", + "plug" + ] + }, + "upload": { + "categories": [ + "Miscellaneous" + ], + "tags": [ + "arrow", + "network" + ] + }, + "unlock": { + "categories": [ + "Security" + ], + "tags": [ + "privacy", + "security" + ] + }, + "upc": { + "categories": [ + "Commerce" + ], + "tags": [ + "purchase", + "barcode" + ] + }, + "usb-drive-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "thumb-drive" + ] + }, + "upc-scan": { + "categories": [ + "Commerce" + ], + "tags": [ + "purchase", + "barcode" + ] + }, + "usb-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "port", + "plug" + ] + }, + "usb-c": { + "categories": [ + "Devices" + ], + "tags": [ + "port", + "plug" + ] + }, + "usb-micro-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "port", + "plug" + ] + }, + "usb-mini": { + "categories": [ + "Devices" + ], + "tags": [ + "port", + "plug" + ] + }, + "usb-drive": { + "categories": [ + "Devices" + ], + "tags": [ + "thumb-drive" + ] + }, + "usb-plug-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "port", + "plug" + ] + }, + "usb-mini-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "port", + "plug" + ] + }, + "usb-symbol": { + "categories": [ + "Devices" + ], + "tags": [ + "port", + "plug" + ] + }, + "usb": { + "categories": [ + "Devices" + ], + "tags": [ + "port", + "plug" + ] + }, + "usb-plug": { + "categories": [ + "Devices" + ], + "tags": [ + "port", + "plug" + ] + }, + "valentine": { + "categories": [ + "Love" + ], + "tags": [ + "love", + "romance", + "valentine" + ] + }, + "vector-pen": { + "categories": [ + "Graphics" + ], + "tags": [ + "graphics", + "vector", + "pen" + ] + }, + "view-list": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "view", + "rearrange" + ] + }, + "vignette": { + "categories": [ + "Graphics" + ], + "tags": [ + "photo", + "editing", + "image", + "picture" + ], + "added": "1.11.0" + }, + "valentine2": { + "categories": [ + "Love" + ], + "tags": [ + "love", + "romance", + "valentine" + ] + }, + "vinyl-fill": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "music", + "record" + ] + }, + "view-stacked": { + "categories": [ + "UI and keyboard" + ], + "tags": [ + "view", + "rearrange" + ] + }, + "vimeo": { + "categories": [ + "Brand" + ], + "tags": [ + "social" + ] + }, + "vinyl": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "music", + "record" + ] + }, + "virus": { + "categories": [ + "Medical" + ], + "tags": [ + "covid", + "viral" + ] + }, + "volume-down-fill": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av", + "sound" + ] + }, + "voicemail": { + "categories": [ + "Communications" + ], + "tags": [ + "voicemail", + "message", + "telephone" + ] + }, + "volume-down": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av", + "sound" + ] + }, + "virus2": { + "categories": [ + "Medical" + ], + "tags": [ + "covid", + "viral" + ] + }, + "volume-off": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av", + "sound" + ] + }, + "volume-mute": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av", + "sound" + ] + }, + "volume-off-fill": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av", + "sound" + ] + }, + "volume-mute-fill": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av", + "sound" + ] + }, + "volume-up": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av", + "sound" + ] + }, + "wallet-fill": { + "categories": [ + "Commerce" + ], + "tags": [ + "cards", + "money", + "funds", + "cash", + "payment" + ] + }, + "vr": { + "categories": [ + "Typography" + ], + "tags": [ + "divider", + "vertical-rule" + ] + }, + "volume-up-fill": { + "categories": [ + "Media" + ], + "tags": [ + "audio", + "video", + "av", + "sound" + ] + }, + "watch": { + "categories": [ + "Devices" + ], + "tags": [ + "wearables", + "clock" + ] + }, + "wallet": { + "categories": [ + "Commerce" + ], + "tags": [ + "cards", + "money", + "funds", + "cash", + "payment" + ] + }, + "water": { + "categories": [ + "Weather" + ], + "tags": [ + "waves", + "levels" + ] + }, + "wallet2": { + "categories": [ + "Commerce" + ], + "tags": [ + "cards", + "money", + "funds", + "cash", + "payment" + ] + }, + "webcam-fill": { + "categories": [ + "Devices" + ], + "tags": [ + "camera", + "video" + ] + }, + "wechat": { + "categories": [ + "Brand" + ], + "tags": [ + "social", + "messaging" + ] + }, + "usb-micro": { + "categories": [ + "Devices" + ], + "tags": [ + "port", + "plug" + ] + }, + "webcam": { + "categories": [ + "Devices" + ], + "tags": [ + "camera", + "video" + ] + }, + "wifi-off": { + "categories": [ + "Communications" + ], + "tags": [ + "internet", + "network", + "wireless" + ] + }, + "wikipedia": { + "categories": [ + "Brand" + ], + "tags": [ + "encyclopedia" + ], + "added": "1.10.0" + }, + "whatsapp": { + "categories": [ + "Brand" + ], + "tags": [ + "social", + "facebook", + "chat" + ] + }, + "wifi": { + "categories": [ + "Communications" + ], + "tags": [ + "internet", + "network", + "wireless" + ] + }, + "wifi-2": { + "categories": [ + "Communications" + ], + "tags": [ + "internet", + "network", + "wireless" + ] + }, + "wind": { + "categories": [ + "Weather" + ], + "tags": [ + "windy", + "breeze" + ] + }, + "window-dock": { + "categories": [ + "Apps" + ], + "tags": [ + "application", + "desktop", + "os" + ] + }, + "window-dash": { + "categories": [ + "Apps" + ], + "tags": [ + "application", + "desktop", + "app" + ] + }, + "window-fullscreen": { + "categories": [ + "Apps" + ], + "tags": [ + "application", + "desktop", + "app" + ] + }, + "window-desktop": { + "categories": [ + "Apps" + ], + "tags": [ + "application", + "desktop", + "app" + ] + }, + "window-plus": { + "categories": [ + "Apps" + ], + "tags": [ + "application", + "desktop", + "app" + ] + }, + "window-x": { + "categories": [ + "Apps" + ], + "tags": [ + "application", + "desktop", + "app" + ] + }, + "window-split": { + "categories": [ + "Apps" + ], + "tags": [ + "application", + "desktop", + "app" + ] + }, + "wifi-1": { + "categories": [ + "Communications" + ], + "tags": [ + "internet", + "network", + "wireless" + ] + }, + "window-sidebar": { + "categories": [ + "Apps" + ], + "tags": [ + "application", + "desktop" + ] + }, + "windows": { + "categories": [ + "Brand" + ], + "tags": [ + "microsoft", + "msft", + "windows" + ] + }, + "window": { + "categories": [ + "Layout" + ], + "tags": [ + "app", + "application" + ] + }, + "window-stack": { + "categories": [ + "Apps" + ], + "tags": [ + "application", + "desktop", + "app", + "windows" + ] + }, + "wordpress": { + "categories": [ + "Brand" + ], + "tags": [ + "social" + ] + }, + "wrench-adjustable-circle-fill": { + "categories": [ + "Tools" + ], + "tags": [ + "tool" + ] + }, + "wrench-adjustable-circle": { + "categories": [ + "Tools" + ], + "tags": [ + "tool" + ] + }, + "x-circle-fill": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "x", + "delete", + "remove", + "reset", + "clear", + "cancel", + "close", + "exit" + ] + }, + "wrench-adjustable": { + "categories": [ + "Tools" + ], + "tags": [ + "tool" + ] + }, + "wrench": { + "categories": [ + "Tools" + ], + "tags": [ + "tool" + ] + }, + "x-circle": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "x", + "delete", + "remove", + "reset", + "clear", + "cancel", + "close", + "exit" + ] + }, + "x-diamond": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "x", + "delete", + "reset", + "clear", + "cancel", + "close", + "exit" + ] + }, + "x-octagon-fill": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "x", + "delete", + "remove", + "reset", + "clear", + "cancel", + "close", + "exit" + ] + }, + "x-lg": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "x", + "delete", + "remove", + "reset", + "clear", + "cancel", + "close", + "exit" + ] + }, + "x-octagon": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "x", + "delete", + "remove", + "reset", + "clear", + "cancel", + "close", + "exit" + ] + }, + "x-square": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "x", + "delete", + "remove", + "reset", + "clear", + "cancel", + "close", + "exit" + ] + }, + "x-diamond-fill": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "x", + "delete", + "reset", + "clear", + "cancel", + "close", + "exit" + ] + }, + "x-square-fill": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "x", + "delete", + "remove", + "reset", + "clear", + "cancel", + "close", + "exit" + ] + }, + "xbox": { + "categories": [ + "Brand" + ], + "tags": [ + "microsoft", + "gaming" + ] + }, + "x": { + "categories": [ + "Alerts, warnings, and signs" + ], + "tags": [ + "x", + "delete", + "remove", + "reset", + "clear", + "cancel", + "close", + "exit" + ] + }, + "yelp": { + "categories": [ + "Brand" + ], + "tags": [ + "social", + "reviews" + ] + }, + "youtube": { + "categories": [ + "Brand" + ], + "tags": [ + "social", + "video", + "google" + ] + }, + "yin-yang": { + "categories": [ + "Real World" + ], + "tags": [ + "peace" + ] + }, + "zoom-in": { + "categories": [ + "Graphics" + ], + "tags": [ + "magnify", + "scale" + ] + }, + "zoom-out": { + "categories": [ + "Graphics" + ], + "tags": [ + "minify", + "scale" + ] + } +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index e17bc8c951..de4c2c564f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,6 +31,7 @@ "fuse.js": "^7.1.0", "globals": "^14.0.0", "hugo-bin": "^0.146.0", + "js-yaml": "^4.1.0", "lockfile-lint": "^4.14.1", "npm-run-all2": "^8.0.4", "picocolors": "^1.1.1", diff --git a/package.json b/package.json index 96e61a9d6c..f6feab165f 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,7 @@ "icons/*.svg", "bootstrap-icons.svg", "font", + "metadata", "!.DS_Store" ], "hugo-bin": { @@ -56,11 +57,12 @@ "icons-zip": "cross-env-shell \"rm -rf bootstrap-icons-$npm_package_version bootstrap-icons-$npm_package_version.zip && cp -r icons/ bootstrap-icons-$npm_package_version && cp bootstrap-icons.svg bootstrap-icons-$npm_package_version && cp -r font/ bootstrap-icons-$npm_package_version && zip -qr9 bootstrap-icons-$npm_package_version.zip bootstrap-icons-$npm_package_version && rm -rf bootstrap-icons-$npm_package_version\"", "icons-sprite": "svg-sprite --config svg-sprite.json --log=info \"icons/*.svg\"", "icons-font": "npm-run-all icons-font-*", + "icons-metadata": "node build/build-metadata.mjs", "icons-font-main": "fantasticon", "icons-font-min": "cleancss -O1 --format breakWith=lf --with-rebase --output font/bootstrap-icons.min.css font/bootstrap-icons.css", - "release": "npm-run-all icons docs-build icons-zip", + "release": "npm-run-all icons docs-build icons-metadata icons-zip", "release-version": "node build/bump-version.mjs", - "netlify": "cross-env-shell HUGO_BASEURL=$DEPLOY_PRIME_URL npm-run-all icons docs-build", + "netlify": "cross-env-shell HUGO_BASEURL=$DEPLOY_PRIME_URL npm-run-all icons docs-build icons-metadata", "test:fusv": "fusv docs/assets/scss/", "test:eslint": "eslint --cache --cache-location .cache/.eslintcache .", "test:stylelint": "stylelint docs/assets/scss/ --cache --cache-location .cache/.stylelintcache", @@ -81,6 +83,7 @@ "fuse.js": "^7.1.0", "globals": "^14.0.0", "hugo-bin": "^0.146.0", + "js-yaml": "^4.1.0", "lockfile-lint": "^4.14.1", "npm-run-all2": "^8.0.4", "picocolors": "^1.1.1",