diff --git a/build.js b/build.js index aeac994..37e76bb 100644 --- a/build.js +++ b/build.js @@ -1,28 +1,36 @@ -const fs = require('fs'); -const path = `./node_modules/@tabler/icons/icons/filled/`; -const fileNames = fs.readdirSync(path); -const object = {}; +import { readdirSync, readFileSync, writeFileSync } from 'fs' +import path from 'path' + +const ICONS_DIR = path.join('node_modules', '@tabler', 'icons', 'icons', 'outline') const CONTENTS = { - HEAD: "", - TAIL: "", -}; + HEAD: ``, + TAIL: '' +} +const object = {} -fileNames.forEach((filename) => { - const contents = fs - .readFileSync(path + filename) - .toString() - .trimEnd(); - const lines = contents.split("\n"); - const guts = lines - .slice(1, lines.length - 1) - .join("") - .replace(/\ \ /g, ""); - if (object) object[filename.slice(0, -4)] = guts; -}); +try { + const fileNames = readdirSync(ICONS_DIR) -fs.writeFileSync( - "./icons.js", - `// Generated by build.js at ${new Date().toISOString()}\n\nmodule.exports = ${JSON.stringify( - {...object, HEAD: CONTENTS['HEAD'], TAIL: CONTENTS['TAIL']} - )};\n` -); + fileNames.forEach((filename) => { + const filePath = path.join(ICONS_DIR, filename) + const contents = readFileSync(filePath, 'utf8').trim() + + const guts = contents + .replace(/^]*>/, '') + .replace(/<\/svg>$/, '') + .replace(/\s{2,}/g, ' ') + + object[filename.slice(0, -4)] = guts + }) + + const output = `// Generated by build.js at ${new Date().toISOString()} + +export default ${JSON.stringify({ ...object, HEAD: CONTENTS.HEAD, TAIL: CONTENTS.TAIL }, null, 2)}; +` + + writeFileSync('./icons.js', output) + + console.log('Icons successfully generated and saved to icons.js!') +} catch (err) { + console.error('Error processing icons:', err) +} \ No newline at end of file diff --git a/icons.js b/icons.js index af2299f..9bbc63f 100644 --- a/icons.js +++ b/icons.js @@ -1,3 +1,4942 @@ -// Generated by build.js at 2024-10-03T02:42:22.017Z +// Generated by build.js at 2025-03-05T01:05:12.034Z -module.exports = {"accessible":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-accessible\">","ad-circle":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-ad-circle\">","ad":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-ad\">","adjustments":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-adjustments\">","affiliate":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-affiliate\">","alarm-minus":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-alarm-minus\">","alarm-plus":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-alarm-plus\">","alarm-snooze":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-alarm-snooze\">","alarm":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-alarm\">","alert-circle":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-alert-circle\">","alert-hexagon":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-alert-hexagon\">","alert-octagon":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-alert-octagon\">","alert-square-rounded":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-alert-square-rounded\">","alert-square":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-alert-square\">","alert-triangle":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-alert-triangle\">","alien":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-alien\">","align-box-bottom-center":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-align-box-bottom-center\">","align-box-bottom-left":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-align-box-bottom-left\">","align-box-bottom-right":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-align-box-bottom-right\">","align-box-center-middle":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-align-box-center-middle\">","align-box-left-bottom":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-align-box-left-bottom\">","align-box-left-middle":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-align-box-left-middle\">","align-box-left-top":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-align-box-left-top\">","align-box-right-bottom":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-align-box-right-bottom\">","align-box-right-middle":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-align-box-right-middle\">","align-box-right-top":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-align-box-right-top\">","align-box-top-center":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-align-box-top-center\">","align-box-top-left":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-align-box-top-left\">","align-box-top-right":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-align-box-top-right\">","analyze":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-analyze\">","app-window":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-app-window\">","apple":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-apple\">","apps":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-apps\">","archive":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-archive\">","arrow-autofit-content":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-arrow-autofit-content\">","arrow-badge-down":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-arrow-badge-down\">","arrow-badge-left":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-arrow-badge-left\">","arrow-badge-right":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-arrow-badge-right\">","arrow-badge-up":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-arrow-badge-up\">","arrow-big-down-line":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-arrow-big-down-line\">","arrow-big-down-lines":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-arrow-big-down-lines\">","arrow-big-down":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-arrow-big-down\">","arrow-big-left-line":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-arrow-big-left-line\">","arrow-big-left-lines":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-arrow-big-left-lines\">","arrow-big-left":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-arrow-big-left\">","arrow-big-right-line":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-arrow-big-right-line\">","arrow-big-right-lines":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-arrow-big-right-lines\">","arrow-big-right":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-arrow-big-right\">","arrow-big-up-line":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-arrow-big-up-line\">","arrow-big-up-lines":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-arrow-big-up-lines\">","arrow-big-up":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-arrow-big-up\">","arrow-down-circle":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-arrow-down-circle\">","arrow-down-rhombus":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-arrow-down-rhombus\">","arrow-down-square":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-arrow-down-square\">","arrow-guide":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-arrow-guide\">","arrow-left-circle":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-arrow-left-circle\">","arrow-left-rhombus":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-arrow-left-rhombus\">","arrow-left-square":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-arrow-left-square\">","arrow-move-down":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-arrow-move-down\">","arrow-move-left":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-arrow-move-left\">","arrow-move-right":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-arrow-move-right\">","arrow-move-up":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-arrow-move-up\">","arrow-right-circle":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-arrow-right-circle\">","arrow-right-rhombus":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-arrow-right-rhombus\">","arrow-right-square":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-arrow-right-square\">","arrow-up-circle":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-arrow-up-circle\">","arrow-up-rhombus":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-arrow-up-rhombus\">","arrow-up-square":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-arrow-up-square\">","artboard":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-artboard\">","article":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-article\">","aspect-ratio":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-aspect-ratio\">","assembly":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-assembly\">","asset":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-asset\">","atom-2":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-atom-2\">","automatic-gearbox":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-automatic-gearbox\">","award":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-award\">","baby-carriage":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-baby-carriage\">","backspace":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-backspace\">","badge-3d":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-badge-3d\">","badge-4k":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-badge-4k\">","badge-8k":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-badge-8k\">","badge-ad":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-badge-ad\">","badge-ar":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-badge-ar\">","badge-cc":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-badge-cc\">","badge-hd":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-badge-hd\">","badge-sd":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-badge-sd\">","badge-tm":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-badge-tm\">","badge-vo":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-badge-vo\">","badge-vr":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-badge-vr\">","badge-wc":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-badge-wc\">","badge":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-badge\">","badges":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-badges\">","balloon":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-balloon\">","ballpen":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-ballpen\">","bandage":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-bandage\">","barbell":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-barbell\">","barrier-block":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-barrier-block\">","basket":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-basket\">","bath":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-bath\">","battery-1":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-battery-1\">","battery-2":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-battery-2\">","battery-3":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-battery-3\">","battery-4":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-battery-4\">","battery-automotive":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-battery-automotive\">","battery-vertical-1":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-battery-vertical-1\">","battery-vertical-2":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-battery-vertical-2\">","battery-vertical-3":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-battery-vertical-3\">","battery-vertical-4":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-battery-vertical-4\">","battery-vertical":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-battery-vertical\">","battery":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-battery\">","bed-flat":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-bed-flat\">","bed":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-bed\">","beer":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-beer\">","bell-minus":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-bell-minus\">","bell-plus":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-bell-plus\">","bell-ringing-2":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-bell-ringing-2\">","bell-ringing":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-bell-ringing\">","bell-x":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-bell-x\">","bell-z":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-bell-z\">","bell":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-bell\">","bike":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-bike\">","binary-tree-2":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-binary-tree-2\">","binary-tree":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-binary-tree\">","binoculars":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-binoculars\">","biohazard":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-biohazard\">","blade":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-blade\">","blender":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-blender\">","blob":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-blob\">","bolt":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-bolt\">","bomb":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-bomb\">","bone":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-bone\">","bong":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-bong\">","book":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-book\">","bookmark":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-bookmark\">","bookmarks":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-bookmarks\">","boom":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-boom\">","bottle":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-bottle\">","bounce-left":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-bounce-left\">","bounce-right":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-bounce-right\">","bow":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-bow\">","bowl-chopsticks":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-bowl-chopsticks\">","bowl-spoon":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-bowl-spoon\">","bowl":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-bowl\">","box-align-bottom-left":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-box-align-bottom-left\">","box-align-bottom-right":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-box-align-bottom-right\">","box-align-bottom":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-box-align-bottom\">","box-align-left":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-box-align-left\">","box-align-right":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-box-align-right\">","box-align-top-left":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-box-align-top-left\">","box-align-top-right":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-box-align-top-right\">","box-align-top":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-box-align-top\">","box-multiple":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-box-multiple\">","brand-apple":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-brand-apple\">","brand-discord":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-brand-discord\">","brand-dribbble":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-brand-dribbble\">","brand-facebook":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-brand-facebook\">","brand-github":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-brand-github\">","brand-google":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-brand-google\">","brand-patreon":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-brand-patreon\">","brand-paypal":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-brand-paypal\">","brand-spotify":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-brand-spotify\">","brand-tiktok":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-brand-tiktok\">","brand-twitter":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-brand-twitter\">","brand-x":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-brand-x\">","brand-youtube":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-brand-youtube\">","bread":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-bread\">","briefcase-2":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-briefcase-2\">","briefcase":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-briefcase\">","brightness-auto":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-brightness-auto\">","brightness-down":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-brightness-down\">","brightness-up":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-brightness-up\">","brightness":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-brightness\">","bubble":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-bubble\">","bug":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-bug\">","building-broadcast-tower":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-building-broadcast-tower\">","bulb":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-bulb\">","butterfly":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-butterfly\">","cactus":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-cactus\">","calculator":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-calculator\">","calendar":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-calendar\">","camera":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-camera\">","campfire":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-campfire\">","candle":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-candle\">","cannabis":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-cannabis\">","capsule-horizontal":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-capsule-horizontal\">","capsule":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-capsule\">","capture":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-capture\">","car-4wd":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-car-4wd\">","car-fan":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-car-fan\">","car-suv":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-car-suv\">","car":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-car\">","carambola":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-carambola\">","cardboards":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-cardboards\">","cards":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-cards\">","caret-down":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-caret-down\">","caret-left-right":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-caret-left-right\">","caret-left":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-caret-left\">","caret-right":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-caret-right\">","caret-up-down":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-caret-up-down\">","caret-up":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-caret-up\">","carousel-horizontal":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-carousel-horizontal\">","carousel-vertical":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-carousel-vertical\">","cash-banknote":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-cash-banknote\">","category":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-category\">","charging-pile":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-charging-pile\">","chart-area-line":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-chart-area-line\">","chart-area":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-chart-area\">","chart-bubble":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-chart-bubble\">","chart-candle":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-chart-candle\">","chart-donut":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-chart-donut\">","chart-dots":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-chart-dots\">","chart-grid-dots":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-chart-grid-dots\">","chart-pie":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-chart-pie\">","cherry":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-cherry\">","chess-bishop":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-chess-bishop\">","chess-king":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-chess-king\">","chess-knight":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-chess-knight\">","chess-queen":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-chess-queen\">","chess-rook":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-chess-rook\">","chess":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-chess\">","christmas-tree":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-christmas-tree\">","circle-arrow-down-left":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-arrow-down-left\">","circle-arrow-down-right":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-arrow-down-right\">","circle-arrow-down":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-arrow-down\">","circle-arrow-left":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-arrow-left\">","circle-arrow-right":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-arrow-right\">","circle-arrow-up-left":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-arrow-up-left\">","circle-arrow-up-right":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-arrow-up-right\">","circle-arrow-up":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-arrow-up\">","circle-check":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-check\">","circle-dot":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-dot\">","circle-key":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-key\">","circle-letter-a":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-letter-a\">","circle-letter-b":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-letter-b\">","circle-letter-c":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-letter-c\">","circle-letter-d":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-letter-d\">","circle-letter-e":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-letter-e\">","circle-letter-f":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-letter-f\">","circle-letter-g":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-letter-g\">","circle-letter-h":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-letter-h\">","circle-letter-i":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-letter-i\">","circle-letter-j":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-letter-j\">","circle-letter-k":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-letter-k\">","circle-letter-l":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-letter-l\">","circle-letter-m":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-letter-m\">","circle-letter-n":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-letter-n\">","circle-letter-o":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-letter-o\">","circle-letter-p":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-letter-p\">","circle-letter-q":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-letter-q\">","circle-letter-r":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-letter-r\">","circle-letter-s":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-letter-s\">","circle-letter-t":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-letter-t\">","circle-letter-u":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-letter-u\">","circle-letter-v":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-letter-v\">","circle-letter-w":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-letter-w\">","circle-letter-x":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-letter-x\">","circle-letter-y":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-letter-y\">","circle-letter-z":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-letter-z\">","circle-number-0":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-number-0\">","circle-number-1":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-number-1\">","circle-number-2":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-number-2\">","circle-number-3":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-number-3\">","circle-number-4":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-number-4\">","circle-number-5":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-number-5\">","circle-number-6":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-number-6\">","circle-number-7":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-number-7\">","circle-number-8":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-number-8\">","circle-number-9":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-number-9\">","circle-percentage":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-percentage\">","circle-plus":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-plus\">","circle-rectangle":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-rectangle\">","circle-x":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle-x\">","circle":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circle\">","circles":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-circles\">","clock-hour-1":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-clock-hour-1\">","clock-hour-10":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-clock-hour-10\">","clock-hour-11":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-clock-hour-11\">","clock-hour-12":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-clock-hour-12\">","clock-hour-2":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-clock-hour-2\">","clock-hour-3":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-clock-hour-3\">","clock-hour-4":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-clock-hour-4\">","clock-hour-5":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-clock-hour-5\">","clock-hour-6":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-clock-hour-6\">","clock-hour-7":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-clock-hour-7\">","clock-hour-8":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-clock-hour-8\">","clock-hour-9":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-clock-hour-9\">","clock":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-clock\">","cloud":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-cloud\">","clover":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-clover\">","clubs":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-clubs\">","code-circle-2":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-code-circle-2\">","code-circle":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-code-circle\">","coin-bitcoin":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-coin-bitcoin\">","coin-euro":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-coin-euro\">","coin-monero":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-coin-monero\">","coin-pound":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-coin-pound\">","coin-rupee":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-coin-rupee\">","coin-taka":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-coin-taka\">","coin-yen":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-coin-yen\">","coin-yuan":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-coin-yuan\">","coin":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-coin\">","compass":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-compass\">","cone-2":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-cone-2\">","cone":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-cone\">","contrast-2":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-contrast-2\">","contrast":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-contrast\">","cookie-man":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-cookie-man\">","cookie":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-cookie\">","copy-check":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-copy-check\">","copy-minus":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-copy-minus\">","copy-plus":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-copy-plus\">","copy-x":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-copy-x\">","copyleft":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-copyleft\">","copyright":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-copyright\">","credit-card":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-credit-card\">","crop-1-1":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-crop-1-1\">","crop-16-9":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-crop-16-9\">","crop-3-2":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-crop-3-2\">","crop-5-4":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-crop-5-4\">","crop-7-5":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-crop-7-5\">","crop-landscape":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-crop-landscape\">","crop-portrait":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-crop-portrait\">","cross":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-cross\">","dashboard":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-dashboard\">","device-cctv":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-device-cctv\">","device-desktop":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-device-desktop\">","device-gamepad-3":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-device-gamepad-3\">","device-heart-monitor":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-device-heart-monitor\">","device-imac":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-device-imac\">","device-ipad":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-device-ipad\">","device-mobile":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-device-mobile\">","device-remote":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-device-remote\">","device-speaker":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-device-speaker\">","device-tablet":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-device-tablet\">","device-tv-old":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-device-tv-old\">","device-tv":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-device-tv\">","device-unknown":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-device-unknown\">","device-usb":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-device-usb\">","device-vision-pro":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-device-vision-pro\">","device-watch":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-device-watch\">","dialpad":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-dialpad\">","diamond":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-diamond\">","diamonds":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-diamonds\">","dice-1":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-dice-1\">","dice-2":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-dice-2\">","dice-3":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-dice-3\">","dice-4":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-dice-4\">","dice-5":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-dice-5\">","dice-6":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-dice-6\">","dice":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-dice\">","direction-sign":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-direction-sign\">","directions":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-directions\">","disc":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-disc\">","discount":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-discount\">","droplet-half-2":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-droplet-half-2\">","droplet-half":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-droplet-half\">","droplet":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-droplet\">","egg-cracked":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-egg-cracked\">","egg":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-egg\">","elevator":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-elevator\">","exclamation-circle":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-exclamation-circle\">","eye":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-eye\">","favicon":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-favicon\">","feather":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-feather\">","file-x":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-file-x\">","file":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-file\">","filter":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-filter\">","flag-2":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-flag-2\">","flag-3":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-flag-3\">","flag":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-flag\">","flask-2":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-flask-2\">","flask":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-flask\">","flower":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-flower\">","folder":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-folder\">","forbid-2":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-forbid-2\">","forbid":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-forbid\">","fountain":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-fountain\">","function":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-function\">","gauge":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-gauge\">","ghost-2":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-ghost-2\">","ghost":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-ghost\">","gift-card":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-gift-card\">","gift":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-gift\">","glass-full":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-glass-full\">","glass":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-glass\">","globe":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-globe\">","gps":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-gps\">","graph":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-graph\">","guitar-pick":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-guitar-pick\">","hanger-2":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-hanger-2\">","headphones":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-headphones\">","heart":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-heart\">","help-circle":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-help-circle\">","help-hexagon":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-help-hexagon\">","help-octagon":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-help-octagon\">","help-square-rounded":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-help-square-rounded\">","help-square":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-help-square\">","help-triangle":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-help-triangle\">","hexagon-letter-a":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-hexagon-letter-a\">","hexagon-letter-b":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-hexagon-letter-b\">","hexagon-letter-c":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-hexagon-letter-c\">","hexagon-letter-d":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-hexagon-letter-d\">","hexagon-letter-e":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-hexagon-letter-e\">","hexagon-letter-f":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-hexagon-letter-f\">","hexagon-letter-g":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-hexagon-letter-g\">","hexagon-letter-h":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-hexagon-letter-h\">","hexagon-letter-i":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-hexagon-letter-i\">","hexagon-letter-j":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-hexagon-letter-j\">","hexagon-letter-k":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-hexagon-letter-k\">","hexagon-letter-l":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-hexagon-letter-l\">","hexagon-letter-m":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-hexagon-letter-m\">","hexagon-letter-n":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-hexagon-letter-n\">","hexagon-letter-o":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-hexagon-letter-o\">","hexagon-letter-p":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-hexagon-letter-p\">","hexagon-letter-q":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-hexagon-letter-q\">","hexagon-letter-r":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-hexagon-letter-r\">","hexagon-letter-s":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-hexagon-letter-s\">","hexagon-letter-t":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-hexagon-letter-t\">","hexagon-letter-u":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-hexagon-letter-u\">","hexagon-letter-v":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-hexagon-letter-v\">","hexagon-letter-w":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-hexagon-letter-w\">","hexagon-letter-x":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-hexagon-letter-x\">","hexagon-letter-y":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-hexagon-letter-y\">","hexagon-letter-z":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-hexagon-letter-z\">","hexagon-minus":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-hexagon-minus\">","hexagon-number-0":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-hexagon-number-0\">","hexagon-number-1":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-hexagon-number-1\">","hexagon-number-2":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-hexagon-number-2\">","hexagon-number-3":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-hexagon-number-3\">","hexagon-number-4":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-hexagon-number-4\">","hexagon-number-5":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-hexagon-number-5\">","hexagon-number-6":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-hexagon-number-6\">","hexagon-number-7":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-hexagon-number-7\">","hexagon-number-8":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-hexagon-number-8\">","hexagon-number-9":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-hexagon-number-9\">","hexagon-plus":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-hexagon-plus\">","hexagon":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-hexagon\">","home":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-home\">","hospital-circle":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-hospital-circle\">","hourglass":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-hourglass\">","icons":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-icons\">","info-circle":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-info-circle\">","info-hexagon":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-info-hexagon\">","info-octagon":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-info-octagon\">","info-square-rounded":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-info-square-rounded\">","info-square":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-info-square\">","info-triangle":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-info-triangle\">","inner-shadow-bottom-left":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-inner-shadow-bottom-left\">","inner-shadow-bottom-right":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-inner-shadow-bottom-right\">","inner-shadow-bottom":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-inner-shadow-bottom\">","inner-shadow-left":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-inner-shadow-left\">","inner-shadow-right":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-inner-shadow-right\">","inner-shadow-top-left":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-inner-shadow-top-left\">","inner-shadow-top-right":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-inner-shadow-top-right\">","inner-shadow-top":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-inner-shadow-top\">","ironing-1":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-ironing-1\">","ironing-2":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-ironing-2\">","ironing-3":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-ironing-3\">","ironing-steam":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-ironing-steam\">","ironing":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-ironing\">","jetpack":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-jetpack\">","jewish-star":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-jewish-star\">","key":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-key\">","keyframe-align-center":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-keyframe-align-center\">","keyframe-align-horizontal":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-keyframe-align-horizontal\">","keyframe-align-vertical":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-keyframe-align-vertical\">","keyframe":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-keyframe\">","keyframes":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-keyframes\">","label-important":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-label-important\">","label":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-label\">","lasso-polygon":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-lasso-polygon\">","layout-2":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-layout-2\">","layout-align-bottom":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-layout-align-bottom\">","layout-align-center":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-layout-align-center\">","layout-align-left":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-layout-align-left\">","layout-align-middle":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-layout-align-middle\">","layout-align-right":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-layout-align-right\">","layout-align-top":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-layout-align-top\">","layout-bottombar-collapse":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-layout-bottombar-collapse\">","layout-bottombar-expand":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-layout-bottombar-expand\">","layout-bottombar":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-layout-bottombar\">","layout-cards":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-layout-cards\">","layout-dashboard":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-layout-dashboard\">","layout-distribute-horizontal":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-layout-distribute-horizontal\">","layout-distribute-vertical":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-layout-distribute-vertical\">","layout-grid":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-layout-grid\">","layout-kanban":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-layout-kanban\">","layout-list":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-layout-list\">","layout-navbar-collapse":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-layout-navbar-collapse\">","layout-navbar-expand":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-layout-navbar-expand\">","layout-navbar":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-layout-navbar\">","layout-sidebar-left-collapse":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-layout-sidebar-left-collapse\">","layout-sidebar-left-expand":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-layout-sidebar-left-expand\">","layout-sidebar-right-collapse":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-layout-sidebar-right-collapse\">","layout-sidebar-right-expand":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-layout-sidebar-right-expand\">","layout-sidebar-right":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-layout-sidebar-right\">","layout-sidebar":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-layout-sidebar\">","layout":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-layout\">","lego":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-lego\">","live-photo":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-live-photo\">","location":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-location\">","lock-square-rounded":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-lock-square-rounded\">","lock":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-lock\">","lungs":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-lungs\">","macro":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-macro\">","magnet":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-magnet\">","mail-opened":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-mail-opened\">","mail":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-mail\">","man":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-man\">","manual-gearbox":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-manual-gearbox\">","map-pin":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-map-pin\">","medical-cross":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-medical-cross\">","melon":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-melon\">","message-chatbot":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-message-chatbot\">","message-circle":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-message-circle\">","message-report":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-message-report\">","message":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-message\">","meteor":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-meteor\">","michelin-star":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-michelin-star\">","mickey":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-mickey\">","microphone":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-microphone\">","microwave":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-microwave\">","military-rank":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-military-rank\">","milk":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-milk\">","mood-angry":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-mood-angry\">","mood-confuzed":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-mood-confuzed\">","mood-crazy-happy":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-mood-crazy-happy\">","mood-empty":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-mood-empty\">","mood-happy":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-mood-happy\">","mood-kid":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-mood-kid\">","mood-neutral":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-mood-neutral\">","mood-sad":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-mood-sad\">","mood-smile":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-mood-smile\">","mood-wrrr":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-mood-wrrr\">","moon":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-moon\">","mountain":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-mountain\">","mouse":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-mouse\">","mug":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-mug\">","mushroom":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-mushroom\">","navigation":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-navigation\">","octagon":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-octagon\">","oval-vertical":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-oval-vertical\">","oval":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-oval\">","paint":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-paint\">","panorama-horizontal":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-panorama-horizontal\">","panorama-vertical":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-panorama-vertical\">","parking-circle":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-parking-circle\">","paw":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-paw\">","pennant-2":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-pennant-2\">","pennant":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-pennant\">","pentagon":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-pentagon\">","phone":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-phone\">","photo":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-photo\">","picture-in-picture-top":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-picture-in-picture-top\">","picture-in-picture":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-picture-in-picture\">","pill":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-pill\">","pin":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-pin\">","pinned":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-pinned\">","pizza":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-pizza\">","player-eject":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-player-eject\">","player-pause":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-player-pause\">","player-play":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-player-play\">","player-record":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-player-record\">","player-skip-back":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-player-skip-back\">","player-skip-forward":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-player-skip-forward\">","player-stop":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-player-stop\">","player-track-next":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-player-track-next\">","player-track-prev":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-player-track-prev\">","point":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-point\">","pointer":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-pointer\">","polaroid":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-polaroid\">","poo":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-poo\">","presentation-analytics":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-presentation-analytics\">","presentation":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-presentation\">","puzzle":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-puzzle\">","radar":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-radar\">","radioactive":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-radioactive\">","receipt":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-receipt\">","rectangle-vertical":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-rectangle-vertical\">","rectangle":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-rectangle\">","relation-many-to-many":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-relation-many-to-many\">","relation-one-to-many":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-relation-one-to-many\">","relation-one-to-one":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-relation-one-to-one\">","replace":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-replace\">","rosette-discount-check":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-rosette-discount-check\">","rosette-discount":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-rosette-discount\">","rosette":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-rosette\">","salad":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-salad\">","scuba-diving-tank":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-scuba-diving-tank\">","section":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-section\">","seeding":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-seeding\">","settings":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-settings\">","shield-check":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-shield-check\">","shield-checkered":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-shield-checkered\">","shield-half":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-shield-half\">","shield-lock":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-shield-lock\">","shield":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-shield\">","shirt":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-shirt\">","shopping-cart":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-shopping-cart\">","sign-left":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-sign-left\">","sign-right":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-sign-right\">","sitemap":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-sitemap\">","sort-ascending-2":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-sort-ascending-2\">","sort-ascending-shapes":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-sort-ascending-shapes\">","sort-descending-2":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-sort-descending-2\">","sort-descending-shapes":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-sort-descending-shapes\">","soup":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-soup\">","spade":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-spade\">","square-arrow-down":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-arrow-down\">","square-arrow-left":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-arrow-left\">","square-arrow-right":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-arrow-right\">","square-arrow-up":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-arrow-up\">","square-asterisk":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-asterisk\">","square-check":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-check\">","square-chevron-down":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-chevron-down\">","square-chevron-left":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-chevron-left\">","square-chevron-right":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-chevron-right\">","square-chevron-up":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-chevron-up\">","square-chevrons-down":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-chevrons-down\">","square-chevrons-left":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-chevrons-left\">","square-chevrons-right":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-chevrons-right\">","square-chevrons-up":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-chevrons-up\">","square-dot":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-dot\">","square-f0":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-f0\">","square-f1":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-f1\">","square-f2":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-f2\">","square-f3":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-f3\">","square-f4":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-f4\">","square-f5":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-f5\">","square-f6":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-f6\">","square-f7":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-f7\">","square-f8":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-f8\">","square-f9":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-f9\">","square-letter-a":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-letter-a\">","square-letter-b":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-letter-b\">","square-letter-c":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-letter-c\">","square-letter-d":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-letter-d\">","square-letter-e":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-letter-e\">","square-letter-f":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-letter-f\">","square-letter-g":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-letter-g\">","square-letter-h":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-letter-h\">","square-letter-i":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-letter-i\">","square-letter-j":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-letter-j\">","square-letter-k":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-letter-k\">","square-letter-l":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-letter-l\">","square-letter-m":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-letter-m\">","square-letter-n":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-letter-n\">","square-letter-o":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-letter-o\">","square-letter-p":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-letter-p\">","square-letter-q":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-letter-q\">","square-letter-r":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-letter-r\">","square-letter-s":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-letter-s\">","square-letter-t":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-letter-t\">","square-letter-u":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-letter-u\">","square-letter-v":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-letter-v\">","square-letter-w":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-letter-w\">","square-letter-x":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-letter-x\">","square-letter-y":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-letter-y\">","square-letter-z":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-letter-z\">","square-minus":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-minus\">","square-number-0":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-number-0\">","square-number-1":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-number-1\">","square-number-2":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-number-2\">","square-number-3":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-number-3\">","square-number-4":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-number-4\">","square-number-5":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-number-5\">","square-number-6":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-number-6\">","square-number-7":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-number-7\">","square-number-8":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-number-8\">","square-number-9":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-number-9\">","square-rotated":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rotated\">","square-rounded-arrow-down":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-arrow-down\">","square-rounded-arrow-left":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-arrow-left\">","square-rounded-arrow-right":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-arrow-right\">","square-rounded-arrow-up":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-arrow-up\">","square-rounded-check":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-check\">","square-rounded-chevron-down":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-chevron-down\">","square-rounded-chevron-left":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-chevron-left\">","square-rounded-chevron-right":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-chevron-right\">","square-rounded-chevron-up":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-chevron-up\">","square-rounded-chevrons-down":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-chevrons-down\">","square-rounded-chevrons-left":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-chevrons-left\">","square-rounded-chevrons-right":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-chevrons-right\">","square-rounded-chevrons-up":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-chevrons-up\">","square-rounded-letter-a":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-letter-a\">","square-rounded-letter-b":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-letter-b\">","square-rounded-letter-c":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-letter-c\">","square-rounded-letter-d":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-letter-d\">","square-rounded-letter-e":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-letter-e\">","square-rounded-letter-f":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-letter-f\">","square-rounded-letter-g":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-letter-g\">","square-rounded-letter-h":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-letter-h\">","square-rounded-letter-i":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-letter-i\">","square-rounded-letter-j":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-letter-j\">","square-rounded-letter-k":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-letter-k\">","square-rounded-letter-l":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-letter-l\">","square-rounded-letter-m":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-letter-m\">","square-rounded-letter-n":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-letter-n\">","square-rounded-letter-o":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-letter-o\">","square-rounded-letter-p":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-letter-p\">","square-rounded-letter-q":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-letter-q\">","square-rounded-letter-r":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-letter-r\">","square-rounded-letter-s":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-letter-s\">","square-rounded-letter-t":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-letter-t\">","square-rounded-letter-u":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-letter-u\">","square-rounded-letter-v":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-letter-v\">","square-rounded-letter-w":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-letter-w\">","square-rounded-letter-x":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-letter-x\">","square-rounded-letter-y":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-letter-y\">","square-rounded-letter-z":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-letter-z\">","square-rounded-minus":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-minus\">","square-rounded-number-0":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-number-0\">","square-rounded-number-1":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-number-1\">","square-rounded-number-2":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-number-2\">","square-rounded-number-3":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-number-3\">","square-rounded-number-4":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-number-4\">","square-rounded-number-5":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-number-5\">","square-rounded-number-6":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-number-6\">","square-rounded-number-7":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-number-7\">","square-rounded-number-8":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-number-8\">","square-rounded-number-9":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-number-9\">","square-rounded-plus":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-plus\">","square-rounded-x":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded-x\">","square-rounded":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-rounded\">","square-x":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square-x\">","square":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-square\">","squares":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-squares\">","stack-2":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-stack-2\">","stack-3":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-stack-3\">","stack":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-stack\">","star-half":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-star-half\">","star":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-star\">","stars":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-stars\">","steering-wheel":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-steering-wheel\">","sun":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-sun\">","sunglasses":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-sunglasses\">","swipe-down":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-swipe-down\">","swipe-left":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-swipe-left\">","swipe-right":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-swipe-right\">","swipe-up":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-swipe-up\">","table":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-table\">","tag":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-tag\">","tags":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-tags\">","test-pipe-2":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-test-pipe-2\">","thumb-down":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-thumb-down\">","thumb-up":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-thumb-up\">","tilt-shift":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-tilt-shift\">","timeline-event":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-timeline-event\">","toggle-left":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-toggle-left\">","toggle-right":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-toggle-right\">","transform":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-transform\">","transition-bottom":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-transition-bottom\">","transition-left":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-transition-left\">","transition-right":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-transition-right\">","transition-top":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-transition-top\">","trash-x":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-trash-x\">","trash":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-trash\">","triangle-inverted":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-triangle-inverted\">","triangle-square-circle":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-triangle-square-circle\">","triangle":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-triangle\">","trophy":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-trophy\">","umbrella":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-umbrella\">","user":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-user\">","versions":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-versions\">","windmill":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-windmill\">","woman":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-woman\">","xbox-a":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-xbox-a\">","xbox-b":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-xbox-b\">","xbox-x":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-xbox-x\">","xbox-y":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-xbox-y\">","yin-yang":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-yin-yang\">","zeppelin":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-zeppelin\">","zoom-cancel":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-zoom-cancel\">","zoom-check":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-zoom-check\">","zoom-code":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-zoom-code\">","zoom-exclamation":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-zoom-exclamation\">","zoom-in-area":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-zoom-in-area\">","zoom-in":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-zoom-in\">","zoom-money":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-zoom-money\">","zoom-out-area":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-zoom-out-area\">","zoom-out":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-zoom-out\">","zoom-pan":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-zoom-pan\">","zoom-question":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-zoom-question\">","zoom-scan":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-zoom-scan\">","zoom":"xmlns=\"http://www.w3.org/2000/svg\"width=\"24\"height=\"24\"viewBox=\"0 0 24 24\"fill=\"currentColor\"class=\"icon icon-tabler icons-tabler-filled icon-tabler-zoom\">","HEAD":"","TAIL":""}; +export default { + "a-b-2": " \n", + "a-b-off": " \n", + "a-b": " \n", + "abacus-off": " \n", + "abacus": " \n", + "abc": " \n", + "access-point-off": " \n", + "access-point": " \n", + "accessible-off": " \n", + "accessible": " \n", + "activity-heartbeat": " \n", + "activity": " \n", + "ad-2": " \n", + "ad-circle-off": " \n", + "ad-circle": " \n", + "ad-off": " \n", + "ad": " \n", + "address-book-off": " \n", + "address-book": " \n", + "adjustments-alt": " \n", + "adjustments-bolt": " \n", + "adjustments-cancel": " \n", + "adjustments-check": " \n", + "adjustments-code": " \n", + "adjustments-cog": " \n", + "adjustments-dollar": " \n", + "adjustments-down": " \n", + "adjustments-exclamation": " \n", + "adjustments-heart": " \n", + "adjustments-horizontal": " \n", + "adjustments-minus": " \n", + "adjustments-off": " \n", + "adjustments-pause": " \n", + "adjustments-pin": " \n", + "adjustments-plus": " \n", + "adjustments-question": " \n", + "adjustments-search": " \n", + "adjustments-share": " \n", + "adjustments-spark": " \n", + "adjustments-star": " \n", + "adjustments-up": " \n", + "adjustments-x": " \n", + "adjustments": " \n", + "aerial-lift": " \n", + "affiliate": " \n", + "ai": " \n", + "air-balloon": " \n", + "air-conditioning-disabled": " \n", + "air-conditioning": " \n", + "air-traffic-control": " \n", + "alarm-average": " \n", + "alarm-minus": " \n", + "alarm-off": " \n", + "alarm-plus": " \n", + "alarm-smoke": " \n", + "alarm-snooze": " \n", + "alarm": " \n", + "album-off": " \n", + "album": " \n", + "alert-circle-off": " \n", + "alert-circle": " \n", + "alert-hexagon-off": " \n", + "alert-hexagon": " \n", + "alert-octagon": " \n", + "alert-small-off": " \n", + "alert-small": " \n", + "alert-square-rounded-off": " \n", + "alert-square-rounded": " \n", + "alert-square": " \n", + "alert-triangle-off": " \n", + "alert-triangle": " \n", + "alien": " \n", + "align-box-bottom-center": " \n", + "align-box-bottom-left": " \n", + "align-box-bottom-right": " \n", + "align-box-center-bottom": " \n", + "align-box-center-middle": " \n", + "align-box-center-stretch": " \n", + "align-box-center-top": " \n", + "align-box-left-bottom": " \n", + "align-box-left-middle": " \n", + "align-box-left-stretch": " \n", + "align-box-left-top": " \n", + "align-box-right-bottom": " \n", + "align-box-right-middle": " \n", + "align-box-right-stretch": " \n", + "align-box-right-top": " \n", + "align-box-top-center": " \n", + "align-box-top-left": " \n", + "align-box-top-right": " \n", + "align-center": " \n", + "align-justified": " \n", + "align-left-2": " \n", + "align-left": " \n", + "align-right-2": " \n", + "align-right": " \n", + "alpha": " \n", + "alphabet-arabic": " \n", + "alphabet-bangla": " \n", + "alphabet-cyrillic": " \n", + "alphabet-greek": " \n", + "alphabet-hebrew": " \n", + "alphabet-korean": " \n", + "alphabet-latin": " \n", + "alphabet-thai": " \n", + "alt": " \n", + "ambulance": " \n", + "ampersand": " \n", + "analyze-off": " \n", + "analyze": " \n", + "anchor-off": " \n", + "anchor": " \n", + "angle": " \n", + "ankh": " \n", + "antenna-bars-1": " \n", + "antenna-bars-2": " \n", + "antenna-bars-3": " \n", + "antenna-bars-4": " \n", + "antenna-bars-5": " \n", + "antenna-bars-off": " \n", + "antenna-off": " \n", + "antenna": " \n", + "aperture-off": " \n", + "aperture": " \n", + "api-app-off": " \n", + "api-app": " \n", + "api-off": " \n", + "api": " \n", + "app-window": " \n", + "apple": " \n", + "apps-off": " \n", + "apps": " \n", + "archery-arrow": " \n", + "archive-off": " \n", + "archive": " \n", + "armchair-2-off": " \n", + "armchair-2": " \n", + "armchair-off": " \n", + "armchair": " \n", + "arrow-autofit-content": " \n", + "arrow-autofit-down": " \n", + "arrow-autofit-height": " \n", + "arrow-autofit-left": " \n", + "arrow-autofit-right": " \n", + "arrow-autofit-up": " \n", + "arrow-autofit-width": " \n", + "arrow-back-up-double": " \n", + "arrow-back-up": " \n", + "arrow-back": " \n", + "arrow-badge-down": " \n", + "arrow-badge-left": " \n", + "arrow-badge-right": " \n", + "arrow-badge-up": " \n", + "arrow-bar-both": " \n", + "arrow-bar-down": " \n", + "arrow-bar-left": " \n", + "arrow-bar-right": " \n", + "arrow-bar-to-down": " \n", + "arrow-bar-to-left": " \n", + "arrow-bar-to-right": " \n", + "arrow-bar-to-up": " \n", + "arrow-bar-up": " \n", + "arrow-bear-left-2": " \n", + "arrow-bear-left": " \n", + "arrow-bear-right-2": " \n", + "arrow-bear-right": " \n", + "arrow-big-down-line": " \n", + "arrow-big-down-lines": " \n", + "arrow-big-down": " \n", + "arrow-big-left-line": " \n", + "arrow-big-left-lines": " \n", + "arrow-big-left": " \n", + "arrow-big-right-line": " \n", + "arrow-big-right-lines": " \n", + "arrow-big-right": " \n", + "arrow-big-up-line": " \n", + "arrow-big-up-lines": " \n", + "arrow-big-up": " \n", + "arrow-bounce": " \n", + "arrow-capsule": " \n", + "arrow-curve-left": " \n", + "arrow-curve-right": " \n", + "arrow-down-bar": " \n", + "arrow-down-circle": " \n", + "arrow-down-dashed": " \n", + "arrow-down-from-arc": " \n", + "arrow-down-left-circle": " \n", + "arrow-down-left": " \n", + "arrow-down-rhombus": " \n", + "arrow-down-right-circle": " \n", + "arrow-down-right": " \n", + "arrow-down-square": " \n", + "arrow-down-tail": " \n", + "arrow-down-to-arc": " \n", + "arrow-down": " \n", + "arrow-elbow-left": " \n", + "arrow-elbow-right": " \n", + "arrow-fork": " \n", + "arrow-forward-up-double": " \n", + "arrow-forward-up": " \n", + "arrow-forward": " \n", + "arrow-guide": " \n", + "arrow-iteration": " \n", + "arrow-left-bar": " \n", + "arrow-left-circle": " \n", + "arrow-left-dashed": " \n", + "arrow-left-from-arc": " \n", + "arrow-left-rhombus": " \n", + "arrow-left-right": " \n", + "arrow-left-square": " \n", + "arrow-left-tail": " \n", + "arrow-left-to-arc": " \n", + "arrow-left": " \n", + "arrow-loop-left-2": " \n", + "arrow-loop-left": " \n", + "arrow-loop-right-2": " \n", + "arrow-loop-right": " \n", + "arrow-merge-alt-left": " \n", + "arrow-merge-alt-right": " \n", + "arrow-merge-both": " \n", + "arrow-merge-left": " \n", + "arrow-merge-right": " \n", + "arrow-merge": " \n", + "arrow-move-down": " \n", + "arrow-move-left": " \n", + "arrow-move-right": " \n", + "arrow-move-up": " \n", + "arrow-narrow-down-dashed": " \n", + "arrow-narrow-down": " \n", + "arrow-narrow-left-dashed": " \n", + "arrow-narrow-left": " \n", + "arrow-narrow-right-dashed": " \n", + "arrow-narrow-right": " \n", + "arrow-narrow-up-dashed": " \n", + "arrow-narrow-up": " \n", + "arrow-ramp-left-2": " \n", + "arrow-ramp-left-3": " \n", + "arrow-ramp-left": " \n", + "arrow-ramp-right-2": " \n", + "arrow-ramp-right-3": " \n", + "arrow-ramp-right": " \n", + "arrow-right-bar": " \n", + "arrow-right-circle": " \n", + "arrow-right-dashed": " \n", + "arrow-right-from-arc": " \n", + "arrow-right-rhombus": " \n", + "arrow-right-square": " \n", + "arrow-right-tail": " \n", + "arrow-right-to-arc": " \n", + "arrow-right": " \n", + "arrow-rotary-first-left": " \n", + "arrow-rotary-first-right": " \n", + "arrow-rotary-last-left": " \n", + "arrow-rotary-last-right": " \n", + "arrow-rotary-left": " \n", + "arrow-rotary-right": " \n", + "arrow-rotary-straight": " \n", + "arrow-roundabout-left": " \n", + "arrow-roundabout-right": " \n", + "arrow-sharp-turn-left": " \n", + "arrow-sharp-turn-right": " \n", + "arrow-up-bar": " \n", + "arrow-up-circle": " \n", + "arrow-up-dashed": " \n", + "arrow-up-from-arc": " \n", + "arrow-up-left-circle": " \n", + "arrow-up-left": " \n", + "arrow-up-rhombus": " \n", + "arrow-up-right-circle": " \n", + "arrow-up-right": " \n", + "arrow-up-square": " \n", + "arrow-up-tail": " \n", + "arrow-up-to-arc": " \n", + "arrow-up": " \n", + "arrow-wave-left-down": " \n", + "arrow-wave-left-up": " \n", + "arrow-wave-right-down": " \n", + "arrow-wave-right-up": " \n", + "arrow-zig-zag": " \n", + "arrows-cross": " \n", + "arrows-diagonal-2": " \n", + "arrows-diagonal-minimize-2": " \n", + "arrows-diagonal-minimize": " \n", + "arrows-diagonal": " \n", + "arrows-diff": " \n", + "arrows-double-ne-sw": " \n", + "arrows-double-nw-se": " \n", + "arrows-double-se-nw": " \n", + "arrows-double-sw-ne": " \n", + "arrows-down-up": " \n", + "arrows-down": " \n", + "arrows-exchange-2": " \n", + "arrows-exchange": " \n", + "arrows-horizontal": " \n", + "arrows-join-2": " \n", + "arrows-join": " \n", + "arrows-left-down": " \n", + "arrows-left-right": " \n", + "arrows-left": " \n", + "arrows-maximize": " \n", + "arrows-minimize": " \n", + "arrows-move-horizontal": " \n", + "arrows-move-vertical": " \n", + "arrows-move": " \n", + "arrows-random": " \n", + "arrows-right-down": " \n", + "arrows-right-left": " \n", + "arrows-right": " \n", + "arrows-shuffle-2": " \n", + "arrows-shuffle": " \n", + "arrows-sort": " \n", + "arrows-split-2": " \n", + "arrows-split": " \n", + "arrows-transfer-down": " \n", + "arrows-transfer-up-down": " \n", + "arrows-transfer-up": " \n", + "arrows-up-down": " \n", + "arrows-up-left": " \n", + "arrows-up-right": " \n", + "arrows-up": " \n", + "arrows-vertical": " \n", + "artboard-off": " \n", + "artboard": " \n", + "article-off": " \n", + "article": " \n", + "aspect-ratio-off": " \n", + "aspect-ratio": " \n", + "assembly-off": " \n", + "assembly": " \n", + "asset": " \n", + "asterisk-simple": " \n", + "asterisk": " \n", + "at-off": " \n", + "at": " \n", + "atom-2": " \n", + "atom-off": " \n", + "atom": " \n", + "augmented-reality-2": " \n", + "augmented-reality-off": " \n", + "augmented-reality": " \n", + "auth-2fa": " \n", + "automatic-gearbox": " \n", + "automation": " \n", + "avocado": " \n", + "award-off": " \n", + "award": " \n", + "axe": " \n", + "axis-x": " \n", + "axis-y": " \n", + "baby-bottle": " \n", + "baby-carriage": " \n", + "background": " \n", + "backhoe": " \n", + "backpack-off": " \n", + "backpack": " \n", + "backslash": " \n", + "backspace": " \n", + "badge-2k": " \n", + "badge-3d": " \n", + "badge-3k": " \n", + "badge-4k": " \n", + "badge-5k": " \n", + "badge-8k": " \n", + "badge-ad-off": " \n", + "badge-ad": " \n", + "badge-ar": " \n", + "badge-cc": " \n", + "badge-hd": " \n", + "badge-off": " \n", + "badge-sd": " \n", + "badge-tm": " \n", + "badge-vo": " \n", + "badge-vr": " \n", + "badge-wc": " \n", + "badge": " \n", + "badges-off": " \n", + "badges": " \n", + "baguette": " \n", + "ball-american-football-off": " \n", + "ball-american-football": " \n", + "ball-baseball": " \n", + "ball-basketball": " \n", + "ball-bowling": " \n", + "ball-football-off": " \n", + "ball-football": " \n", + "ball-tennis": " \n", + "ball-volleyball": " \n", + "balloon-off": " \n", + "balloon": " \n", + "ballpen-off": " \n", + "ballpen": " \n", + "ban": " \n", + "bandage-off": " \n", + "bandage": " \n", + "barbell-off": " \n", + "barbell": " \n", + "barcode-off": " \n", + "barcode": " \n", + "barrel-off": " \n", + "barrel": " \n", + "barrier-block-off": " \n", + "barrier-block": " \n", + "baseline-density-large": " \n", + "baseline-density-medium": " \n", + "baseline-density-small": " \n", + "baseline": " \n", + "basket-bolt": " \n", + "basket-cancel": " \n", + "basket-check": " \n", + "basket-code": " \n", + "basket-cog": " \n", + "basket-discount": " \n", + "basket-dollar": " \n", + "basket-down": " \n", + "basket-exclamation": " \n", + "basket-heart": " \n", + "basket-minus": " \n", + "basket-off": " \n", + "basket-pause": " \n", + "basket-pin": " \n", + "basket-plus": " \n", + "basket-question": " \n", + "basket-search": " \n", + "basket-share": " \n", + "basket-star": " \n", + "basket-up": " \n", + "basket-x": " \n", + "basket": " \n", + "bat": " \n", + "bath-off": " \n", + "bath": " \n", + "battery-1": " \n", + "battery-2": " \n", + "battery-3": " \n", + "battery-4": " \n", + "battery-automotive": " \n", + "battery-charging-2": " \n", + "battery-charging": " \n", + "battery-eco": " \n", + "battery-exclamation": " \n", + "battery-off": " \n", + "battery-spark": " \n", + "battery-vertical-1": " \n", + "battery-vertical-2": " \n", + "battery-vertical-3": " \n", + "battery-vertical-4": " \n", + "battery-vertical-charging-2": " \n", + "battery-vertical-charging": " \n", + "battery-vertical-eco": " \n", + "battery-vertical-exclamation": " \n", + "battery-vertical-off": " \n", + "battery-vertical": " \n", + "battery": " \n", + "beach-off": " \n", + "beach": " \n", + "bed-flat": " \n", + "bed-off": " \n", + "bed": " \n", + "beer-off": " \n", + "beer": " \n", + "bell-bolt": " \n", + "bell-cancel": " \n", + "bell-check": " \n", + "bell-code": " \n", + "bell-cog": " \n", + "bell-dollar": " \n", + "bell-down": " \n", + "bell-exclamation": " \n", + "bell-heart": " \n", + "bell-minus": " \n", + "bell-off": " \n", + "bell-pause": " \n", + "bell-pin": " \n", + "bell-plus": " \n", + "bell-question": " \n", + "bell-ringing-2": " \n", + "bell-ringing": " \n", + "bell-school": " \n", + "bell-search": " \n", + "bell-share": " \n", + "bell-star": " \n", + "bell-up": " \n", + "bell-x": " \n", + "bell-z": " \n", + "bell": " \n", + "beta": " \n", + "bible": " \n", + "bike-off": " \n", + "bike": " \n", + "binary-off": " \n", + "binary-tree-2": " \n", + "binary-tree": " \n", + "binary": " \n", + "binoculars": " \n", + "biohazard-off": " \n", + "biohazard": " \n", + "blade": " \n", + "bleach-chlorine": " \n", + "bleach-no-chlorine": " \n", + "bleach-off": " \n", + "bleach": " \n", + "blend-mode": " \n", + "blender": " \n", + "blob": " \n", + "blockquote": " \n", + "blocks": " \n", + "bluetooth-connected": " \n", + "bluetooth-off": " \n", + "bluetooth-x": " \n", + "bluetooth": " \n", + "blur-off": " \n", + "blur": " \n", + "bmp": " \n", + "body-scan": " \n", + "bold-off": " \n", + "bold": " \n", + "bolt-off": " \n", + "bolt": " \n", + "bomb": " \n", + "bone-off": " \n", + "bone": " \n", + "bong-off": " \n", + "bong": " \n", + "book-2": " \n", + "book-download": " \n", + "book-off": " \n", + "book-upload": " \n", + "book": " \n", + "bookmark-ai": " \n", + "bookmark-edit": " \n", + "bookmark-minus": " \n", + "bookmark-off": " \n", + "bookmark-plus": " \n", + "bookmark-question": " \n", + "bookmark": " \n", + "bookmarks-off": " \n", + "bookmarks": " \n", + "books-off": " \n", + "books": " \n", + "boom": " \n", + "border-all": " \n", + "border-bottom-plus": " \n", + "border-bottom": " \n", + "border-corner-ios": " \n", + "border-corner-pill": " \n", + "border-corner-rounded": " \n", + "border-corner-square": " \n", + "border-corners": " \n", + "border-horizontal": " \n", + "border-inner": " \n", + "border-left-plus": " \n", + "border-left": " \n", + "border-none": " \n", + "border-outer": " \n", + "border-radius": " \n", + "border-right-plus": " \n", + "border-right": " \n", + "border-sides": " \n", + "border-style-2": " \n", + "border-style": " \n", + "border-top-plus": " \n", + "border-top": " \n", + "border-vertical": " \n", + "bottle-off": " \n", + "bottle": " \n", + "bounce-left": " \n", + "bounce-right": " \n", + "bow": " \n", + "bowl-chopsticks": " \n", + "bowl-spoon": " \n", + "bowl": " \n", + "bowling": " \n", + "box-align-bottom-left": " \n", + "box-align-bottom-right": " \n", + "box-align-bottom": " \n", + "box-align-left": " \n", + "box-align-right": " \n", + "box-align-top-left": " \n", + "box-align-top-right": " \n", + "box-align-top": " \n", + "box-margin": " \n", + "box-model-2-off": " \n", + "box-model-2": " \n", + "box-model-off": " \n", + "box-model": " \n", + "box-multiple-0": " \n", + "box-multiple-1": " \n", + "box-multiple-2": " \n", + "box-multiple-3": " \n", + "box-multiple-4": " \n", + "box-multiple-5": " \n", + "box-multiple-6": " \n", + "box-multiple-7": " \n", + "box-multiple-8": " \n", + "box-multiple-9": " \n", + "box-multiple": " \n", + "box-off": " \n", + "box-padding": " \n", + "box": " \n", + "braces-off": " \n", + "braces": " \n", + "brackets-angle-off": " \n", + "brackets-angle": " \n", + "brackets-contain-end": " \n", + "brackets-contain-start": " \n", + "brackets-contain": " \n", + "brackets-off": " \n", + "brackets": " \n", + "braille": " \n", + "brain": " \n", + "brand-4chan": " \n", + "brand-abstract": " \n", + "brand-adobe-after-effect": " \n", + "brand-adobe-illustrator": " \n", + "brand-adobe-indesign": " \n", + "brand-adobe-photoshop": " \n", + "brand-adobe-premier": " \n", + "brand-adobe-xd": " \n", + "brand-adobe": " \n", + "brand-adonis-js": " \n", + "brand-airbnb": " \n", + "brand-airtable": " \n", + "brand-algolia": " \n", + "brand-alipay": " \n", + "brand-alpine-js": " \n", + "brand-amazon": " \n", + "brand-amd": " \n", + "brand-amie": " \n", + "brand-amigo": " \n", + "brand-among-us": " \n", + "brand-android": " \n", + "brand-angular": " \n", + "brand-ansible": " \n", + "brand-ao3": " \n", + "brand-appgallery": " \n", + "brand-apple-arcade": " \n", + "brand-apple-news": " \n", + "brand-apple-podcast": " \n", + "brand-apple": " \n", + "brand-appstore": " \n", + "brand-arc": " \n", + "brand-asana": " \n", + "brand-astro": " \n", + "brand-auth0": " \n", + "brand-aws": " \n", + "brand-azure": " \n", + "brand-backbone": " \n", + "brand-badoo": " \n", + "brand-baidu": " \n", + "brand-bandcamp": " \n", + "brand-bandlab": " \n", + "brand-beats": " \n", + "brand-bebo": " \n", + "brand-behance": " \n", + "brand-bilibili": " \n", + "brand-binance": " \n", + "brand-bing": " \n", + "brand-bitbucket": " \n", + "brand-blackberry": " \n", + "brand-blender": " \n", + "brand-blogger": " \n", + "brand-bluesky": " \n", + "brand-booking": " \n", + "brand-bootstrap": " \n", + "brand-bulma": " \n", + "brand-bumble": " \n", + "brand-bunpo": " \n", + "brand-c-sharp": " \n", + "brand-cake": " \n", + "brand-cakephp": " \n", + "brand-campaignmonitor": " \n", + "brand-carbon": " \n", + "brand-cashapp": " \n", + "brand-chrome": " \n", + "brand-cinema-4d": " \n", + "brand-citymapper": " \n", + "brand-cloudflare": " \n", + "brand-codecov": " \n", + "brand-codepen": " \n", + "brand-codesandbox": " \n", + "brand-cohost": " \n", + "brand-coinbase": " \n", + "brand-comedy-central": " \n", + "brand-coreos": " \n", + "brand-couchdb": " \n", + "brand-couchsurfing": " \n", + "brand-cpp": " \n", + "brand-craft": " \n", + "brand-crunchbase": " \n", + "brand-css3": " \n", + "brand-ctemplar": " \n", + "brand-cucumber": " \n", + "brand-cupra": " \n", + "brand-cypress": " \n", + "brand-d3": " \n", + "brand-databricks": " \n", + "brand-days-counter": " \n", + "brand-dcos": " \n", + "brand-debian": " \n", + "brand-deezer": " \n", + "brand-deliveroo": " \n", + "brand-deno": " \n", + "brand-denodo": " \n", + "brand-deviantart": " \n", + "brand-digg": " \n", + "brand-dingtalk": " \n", + "brand-discord": " \n", + "brand-disney": " \n", + "brand-disqus": " \n", + "brand-django": " \n", + "brand-docker": " \n", + "brand-doctrine": " \n", + "brand-dolby-digital": " \n", + "brand-douban": " \n", + "brand-dribbble": " \n", + "brand-drops": " \n", + "brand-drupal": " \n", + "brand-edge": " \n", + "brand-elastic": " \n", + "brand-electronic-arts": " \n", + "brand-ember": " \n", + "brand-envato": " \n", + "brand-etsy": " \n", + "brand-evernote": " \n", + "brand-facebook": " \n", + "brand-feedly": " \n", + "brand-figma": " \n", + "brand-filezilla": " \n", + "brand-finder": " \n", + "brand-firebase": " \n", + "brand-firefox": " \n", + "brand-fiverr": " \n", + "brand-flickr": " \n", + "brand-flightradar24": " \n", + "brand-flipboard": " \n", + "brand-flutter": " \n", + "brand-fortnite": " \n", + "brand-foursquare": " \n", + "brand-framer-motion": " \n", + "brand-framer": " \n", + "brand-funimation": " \n", + "brand-gatsby": " \n", + "brand-git": " \n", + "brand-github-copilot": " \n", + "brand-github": " \n", + "brand-gitlab": " \n", + "brand-gmail": " \n", + "brand-golang": " \n", + "brand-google-analytics": " \n", + "brand-google-big-query": " \n", + "brand-google-drive": " \n", + "brand-google-fit": " \n", + "brand-google-home": " \n", + "brand-google-maps": " \n", + "brand-google-one": " \n", + "brand-google-photos": " \n", + "brand-google-play": " \n", + "brand-google-podcasts": " \n", + "brand-google": " \n", + "brand-grammarly": " \n", + "brand-graphql": " \n", + "brand-gravatar": " \n", + "brand-grindr": " \n", + "brand-guardian": " \n", + "brand-gumroad": " \n", + "brand-hackerrank": " \n", + "brand-hbo": " \n", + "brand-headlessui": " \n", + "brand-hexo": " \n", + "brand-hipchat": " \n", + "brand-html5": " \n", + "brand-inertia": " \n", + "brand-instagram": " \n", + "brand-intercom": " \n", + "brand-itch": " \n", + "brand-javascript": " \n", + "brand-juejin": " \n", + "brand-kako-talk": " \n", + "brand-kbin": " \n", + "brand-kick": " \n", + "brand-kickstarter": " \n", + "brand-kotlin": " \n", + "brand-laravel": " \n", + "brand-lastfm": " \n", + "brand-leetcode": " \n", + "brand-letterboxd": " \n", + "brand-line": " \n", + "brand-linkedin": " \n", + "brand-linktree": " \n", + "brand-linqpad": " \n", + "brand-livewire": " \n", + "brand-loom": " \n", + "brand-mailgun": " \n", + "brand-mantine": " \n", + "brand-mastercard": " \n", + "brand-mastodon": " \n", + "brand-matrix": " \n", + "brand-mcdonalds": " \n", + "brand-medium": " \n", + "brand-meetup": " \n", + "brand-mercedes": " \n", + "brand-messenger": " \n", + "brand-meta": " \n", + "brand-metabrainz": " \n", + "brand-minecraft": " \n", + "brand-miniprogram": " \n", + "brand-mixpanel": " \n", + "brand-monday": " \n", + "brand-mongodb": " \n", + "brand-my-oppo": " \n", + "brand-mysql": " \n", + "brand-national-geographic": " \n", + "brand-nem": " \n", + "brand-netbeans": " \n", + "brand-netease-music": " \n", + "brand-netflix": " \n", + "brand-nexo": " \n", + "brand-nextcloud": " \n", + "brand-nextjs": " \n", + "brand-nodejs": " \n", + "brand-nord-vpn": " \n", + "brand-notion": " \n", + "brand-npm": " \n", + "brand-nuxt": " \n", + "brand-nytimes": " \n", + "brand-oauth": " \n", + "brand-office": " \n", + "brand-ok-ru": " \n", + "brand-onedrive": " \n", + "brand-onlyfans": " \n", + "brand-open-source": " \n", + "brand-openai": " \n", + "brand-openvpn": " \n", + "brand-opera": " \n", + "brand-pagekit": " \n", + "brand-parsinta": " \n", + "brand-patreon": " \n", + "brand-paypal": " \n", + "brand-paypay": " \n", + "brand-peanut": " \n", + "brand-pepsi": " \n", + "brand-php": " \n", + "brand-picsart": " \n", + "brand-pinterest": " \n", + "brand-planetscale": " \n", + "brand-pnpm": " \n", + "brand-pocket": " \n", + "brand-polymer": " \n", + "brand-powershell": " \n", + "brand-printables": " \n", + "brand-prisma": " \n", + "brand-producthunt": " \n", + "brand-pushbullet": " \n", + "brand-pushover": " \n", + "brand-python": " \n", + "brand-qq": " \n", + "brand-radix-ui": " \n", + "brand-react-native": " \n", + "brand-react": " \n", + "brand-reason": " \n", + "brand-reddit": " \n", + "brand-redhat": " \n", + "brand-redux": " \n", + "brand-revolut": " \n", + "brand-rumble": " \n", + "brand-rust": " \n", + "brand-safari": " \n", + "brand-samsungpass": " \n", + "brand-sass": " \n", + "brand-sentry": " \n", + "brand-sharik": " \n", + "brand-shazam": " \n", + "brand-shopee": " \n", + "brand-sketch": " \n", + "brand-skype": " \n", + "brand-slack": " \n", + "brand-snapchat": " \n", + "brand-snapseed": " \n", + "brand-snowflake": " \n", + "brand-socket-io": " \n", + "brand-solidjs": " \n", + "brand-soundcloud": " \n", + "brand-spacehey": " \n", + "brand-speedtest": " \n", + "brand-spotify": " \n", + "brand-stackoverflow": " \n", + "brand-stackshare": " \n", + "brand-steam": " \n", + "brand-stocktwits": " \n", + "brand-storj": " \n", + "brand-storybook": " \n", + "brand-storytel": " \n", + "brand-strava": " \n", + "brand-stripe": " \n", + "brand-sublime-text": " \n", + "brand-sugarizer": " \n", + "brand-supabase": " \n", + "brand-superhuman": " \n", + "brand-supernova": " \n", + "brand-surfshark": " \n", + "brand-svelte": " \n", + "brand-swift": " \n", + "brand-symfony": " \n", + "brand-tabler": " \n", + "brand-tailwind": " \n", + "brand-taobao": " \n", + "brand-teams": " \n", + "brand-ted": " \n", + "brand-telegram": " \n", + "brand-terraform": " \n", + "brand-tesla": " \n", + "brand-tether": " \n", + "brand-thingiverse": " \n", + "brand-threads": " \n", + "brand-threejs": " \n", + "brand-tidal": " \n", + "brand-tiktok": " \n", + "brand-tinder": " \n", + "brand-topbuzz": " \n", + "brand-torchain": " \n", + "brand-toyota": " \n", + "brand-trello": " \n", + "brand-tripadvisor": " \n", + "brand-tumblr": " \n", + "brand-twilio": " \n", + "brand-twitch": " \n", + "brand-twitter": " \n", + "brand-typescript": " \n", + "brand-uber": " \n", + "brand-ubuntu": " \n", + "brand-unity": " \n", + "brand-unsplash": " \n", + "brand-upwork": " \n", + "brand-valorant": " \n", + "brand-vercel": " \n", + "brand-vimeo": " \n", + "brand-vinted": " \n", + "brand-visa": " \n", + "brand-visual-studio": " \n", + "brand-vite": " \n", + "brand-vivaldi": " \n", + "brand-vk": " \n", + "brand-vlc": " \n", + "brand-volkswagen": " \n", + "brand-vsco": " \n", + "brand-vscode": " \n", + "brand-vue": " \n", + "brand-walmart": " \n", + "brand-waze": " \n", + "brand-webflow": " \n", + "brand-wechat": " \n", + "brand-weibo": " \n", + "brand-whatsapp": " \n", + "brand-wikipedia": " \n", + "brand-windows": " \n", + "brand-windy": " \n", + "brand-wish": " \n", + "brand-wix": " \n", + "brand-wordpress": " \n", + "brand-x": " \n", + "brand-xamarin": " \n", + "brand-xbox": " \n", + "brand-xdeep": " \n", + "brand-xing": " \n", + "brand-yahoo": " \n", + "brand-yandex": " \n", + "brand-yarn": " \n", + "brand-yatse": " \n", + "brand-ycombinator": " \n", + "brand-youtube-kids": " \n", + "brand-youtube": " \n", + "brand-zalando": " \n", + "brand-zapier": " \n", + "brand-zeit": " \n", + "brand-zhihu": " \n", + "brand-zoom": " \n", + "brand-zulip": " \n", + "brand-zwift": " \n", + "bread-off": " \n", + "bread": " \n", + "briefcase-2": " \n", + "briefcase-off": " \n", + "briefcase": " \n", + "brightness-2": " \n", + "brightness-auto": " \n", + "brightness-down": " \n", + "brightness-half": " \n", + "brightness-off": " \n", + "brightness-up": " \n", + "brightness": " \n", + "broadcast-off": " \n", + "broadcast": " \n", + "browser-check": " \n", + "browser-maximize": " \n", + "browser-minus": " \n", + "browser-off": " \n", + "browser-plus": " \n", + "browser-share": " \n", + "browser-x": " \n", + "browser": " \n", + "brush-off": " \n", + "brush": " \n", + "bubble-minus": " \n", + "bubble-plus": " \n", + "bubble-tea-2": " \n", + "bubble-tea": " \n", + "bubble-text": " \n", + "bubble-x": " \n", + "bubble": " \n", + "bucket-droplet": " \n", + "bucket-off": " \n", + "bucket": " \n", + "bug-off": " \n", + "bug": " \n", + "building-airport": " \n", + "building-arch": " \n", + "building-bank": " \n", + "building-bridge-2": " \n", + "building-bridge": " \n", + "building-broadcast-tower": " \n", + "building-burj-al-arab": " \n", + "building-carousel": " \n", + "building-castle": " \n", + "building-church": " \n", + "building-circus": " \n", + "building-cog": " \n", + "building-community": " \n", + "building-cottage": " \n", + "building-estate": " \n", + "building-factory-2": " \n", + "building-factory": " \n", + "building-fortress": " \n", + "building-hospital": " \n", + "building-lighthouse": " \n", + "building-minus": " \n", + "building-monument": " \n", + "building-mosque": " \n", + "building-off": " \n", + "building-pavilion": " \n", + "building-plus": " \n", + "building-skyscraper": " \n", + "building-stadium": " \n", + "building-store": " \n", + "building-tunnel": " \n", + "building-warehouse": " \n", + "building-wind-turbine": " \n", + "building": " \n", + "buildings": " \n", + "bulb-off": " \n", + "bulb": " \n", + "bulldozer": " \n", + "burger": " \n", + "bus-off": " \n", + "bus-stop": " \n", + "bus": " \n", + "businessplan": " \n", + "butterfly": " \n", + "cactus-off": " \n", + "cactus": " \n", + "cake-off": " \n", + "cake-roll": " \n", + "cake": " \n", + "calculator-off": " \n", + "calculator": " \n", + "calendar-bolt": " \n", + "calendar-cancel": " \n", + "calendar-check": " \n", + "calendar-clock": " \n", + "calendar-code": " \n", + "calendar-cog": " \n", + "calendar-dollar": " \n", + "calendar-dot": " \n", + "calendar-down": " \n", + "calendar-due": " \n", + "calendar-event": " \n", + "calendar-exclamation": " \n", + "calendar-heart": " \n", + "calendar-minus": " \n", + "calendar-month": " \n", + "calendar-off": " \n", + "calendar-pause": " \n", + "calendar-pin": " \n", + "calendar-plus": " \n", + "calendar-question": " \n", + "calendar-repeat": " \n", + "calendar-sad": " \n", + "calendar-search": " \n", + "calendar-share": " \n", + "calendar-smile": " \n", + "calendar-star": " \n", + "calendar-stats": " \n", + "calendar-time": " \n", + "calendar-up": " \n", + "calendar-user": " \n", + "calendar-week": " \n", + "calendar-x": " \n", + "calendar": " \n", + "camera-ai": " \n", + "camera-bitcoin": " \n", + "camera-bolt": " \n", + "camera-cancel": " \n", + "camera-check": " \n", + "camera-code": " \n", + "camera-cog": " \n", + "camera-dollar": " \n", + "camera-down": " \n", + "camera-exclamation": " \n", + "camera-heart": " \n", + "camera-minus": " \n", + "camera-moon": " \n", + "camera-off": " \n", + "camera-pause": " \n", + "camera-pin": " \n", + "camera-plus": " \n", + "camera-question": " \n", + "camera-rotate": " \n", + "camera-search": " \n", + "camera-selfie": " \n", + "camera-share": " \n", + "camera-spark": " \n", + "camera-star": " \n", + "camera-up": " \n", + "camera-x": " \n", + "camera": " \n", + "camper": " \n", + "campfire": " \n", + "cancel": " \n", + "candle": " \n", + "candy-off": " \n", + "candy": " \n", + "cane": " \n", + "cannabis": " \n", + "cap-projecting": " \n", + "cap-rounded": " \n", + "cap-straight": " \n", + "capsule-horizontal": " \n", + "capsule": " \n", + "capture-off": " \n", + "capture": " \n", + "car-4wd": " \n", + "car-crane": " \n", + "car-crash": " \n", + "car-fan-1": " \n", + "car-fan-2": " \n", + "car-fan-3": " \n", + "car-fan-auto": " \n", + "car-fan": " \n", + "car-garage": " \n", + "car-off": " \n", + "car-suv": " \n", + "car-turbine": " \n", + "car": " \n", + "carambola": " \n", + "caravan": " \n", + "cardboards-off": " \n", + "cardboards": " \n", + "cards": " \n", + "caret-down": " \n", + "caret-left-right": " \n", + "caret-left": " \n", + "caret-right": " \n", + "caret-up-down": " \n", + "caret-up": " \n", + "carousel-horizontal": " \n", + "carousel-vertical": " \n", + "carrot-off": " \n", + "carrot": " \n", + "cash-banknote-edit": " \n", + "cash-banknote-heart": " \n", + "cash-banknote-minus": " \n", + "cash-banknote-move-back": " \n", + "cash-banknote-move": " \n", + "cash-banknote-off": " \n", + "cash-banknote-plus": " \n", + "cash-banknote": " \n", + "cash-edit": " \n", + "cash-heart": " \n", + "cash-minus": " \n", + "cash-move-back": " \n", + "cash-move": " \n", + "cash-off": " \n", + "cash-plus": " \n", + "cash-register": " \n", + "cash": " \n", + "cast-off": " \n", + "cast": " \n", + "cat": " \n", + "category-2": " \n", + "category-minus": " \n", + "category-plus": " \n", + "category": " \n", + "ce-off": " \n", + "ce": " \n", + "cell-signal-1": " \n", + "cell-signal-2": " \n", + "cell-signal-3": " \n", + "cell-signal-4": " \n", + "cell-signal-5": " \n", + "cell-signal-off": " \n", + "cell": " \n", + "certificate-2-off": " \n", + "certificate-2": " \n", + "certificate-off": " \n", + "certificate": " \n", + "chair-director": " \n", + "chalkboard-off": " \n", + "chalkboard": " \n", + "charging-pile": " \n", + "chart-arcs-3": " \n", + "chart-arcs": " \n", + "chart-area-line": " \n", + "chart-area": " \n", + "chart-arrows-vertical": " \n", + "chart-arrows": " \n", + "chart-bar-off": " \n", + "chart-bar-popular": " \n", + "chart-bar": " \n", + "chart-bubble": " \n", + "chart-candle": " \n", + "chart-circles": " \n", + "chart-cohort": " \n", + "chart-column": " \n", + "chart-covariate": " \n", + "chart-donut-2": " \n", + "chart-donut-3": " \n", + "chart-donut-4": " \n", + "chart-donut": " \n", + "chart-dots-2": " \n", + "chart-dots-3": " \n", + "chart-dots": " \n", + "chart-funnel": " \n", + "chart-grid-dots": " \n", + "chart-histogram": " \n", + "chart-infographic": " \n", + "chart-line": " \n", + "chart-pie-2": " \n", + "chart-pie-3": " \n", + "chart-pie-4": " \n", + "chart-pie-off": " \n", + "chart-pie": " \n", + "chart-ppf": " \n", + "chart-radar": " \n", + "chart-sankey": " \n", + "chart-scatter-3d": " \n", + "chart-scatter": " \n", + "chart-treemap": " \n", + "check": " \n", + "checkbox": " \n", + "checklist": " \n", + "checks": " \n", + "checkup-list": " \n", + "cheese": " \n", + "chef-hat-off": " \n", + "chef-hat": " \n", + "cherry": " \n", + "chess-bishop": " \n", + "chess-king": " \n", + "chess-knight": " \n", + "chess-queen": " \n", + "chess-rook": " \n", + "chess": " \n", + "chevron-compact-down": " \n", + "chevron-compact-left": " \n", + "chevron-compact-right": " \n", + "chevron-compact-up": " \n", + "chevron-down-left": " \n", + "chevron-down-right": " \n", + "chevron-down": " \n", + "chevron-left-pipe": " \n", + "chevron-left": " \n", + "chevron-right-pipe": " \n", + "chevron-right": " \n", + "chevron-up-left": " \n", + "chevron-up-right": " \n", + "chevron-up": " \n", + "chevrons-down-left": " \n", + "chevrons-down-right": " \n", + "chevrons-down": " \n", + "chevrons-left": " \n", + "chevrons-right": " \n", + "chevrons-up-left": " \n", + "chevrons-up-right": " \n", + "chevrons-up": " \n", + "chisel": " \n", + "christmas-ball": " \n", + "christmas-tree-off": " \n", + "christmas-tree": " \n", + "circle-arrow-down-left": " \n", + "circle-arrow-down-right": " \n", + "circle-arrow-down": " \n", + "circle-arrow-left": " \n", + "circle-arrow-right": " \n", + "circle-arrow-up-left": " \n", + "circle-arrow-up-right": " \n", + "circle-arrow-up": " \n", + "circle-caret-down": " \n", + "circle-caret-left": " \n", + "circle-caret-right": " \n", + "circle-caret-up": " \n", + "circle-check": " \n", + "circle-chevron-down": " \n", + "circle-chevron-left": " \n", + "circle-chevron-right": " \n", + "circle-chevron-up": " \n", + "circle-chevrons-down": " \n", + "circle-chevrons-left": " \n", + "circle-chevrons-right": " \n", + "circle-chevrons-up": " \n", + "circle-dashed-check": " \n", + "circle-dashed-letter-a": " \n", + "circle-dashed-letter-b": " \n", + "circle-dashed-letter-c": " \n", + "circle-dashed-letter-d": " \n", + "circle-dashed-letter-e": " \n", + "circle-dashed-letter-f": " \n", + "circle-dashed-letter-g": " \n", + "circle-dashed-letter-h": " \n", + "circle-dashed-letter-i": " \n", + "circle-dashed-letter-j": " \n", + "circle-dashed-letter-k": " \n", + "circle-dashed-letter-l": " \n", + "circle-dashed-letter-m": " \n", + "circle-dashed-letter-n": " \n", + "circle-dashed-letter-o": " \n", + "circle-dashed-letter-p": " \n", + "circle-dashed-letter-q": " \n", + "circle-dashed-letter-r": " \n", + "circle-dashed-letter-s": " \n", + "circle-dashed-letter-t": " \n", + "circle-dashed-letter-u": " \n", + "circle-dashed-letter-v": " \n", + "circle-dashed-letter-w": " \n", + "circle-dashed-letter-x": " \n", + "circle-dashed-letter-y": " \n", + "circle-dashed-letter-z": " \n", + "circle-dashed-minus": " \n", + "circle-dashed-number-0": " \n", + "circle-dashed-number-1": " \n", + "circle-dashed-number-2": " \n", + "circle-dashed-number-3": " \n", + "circle-dashed-number-4": " \n", + "circle-dashed-number-5": " \n", + "circle-dashed-number-6": " \n", + "circle-dashed-number-7": " \n", + "circle-dashed-number-8": " \n", + "circle-dashed-number-9": " \n", + "circle-dashed-percentage": " \n", + "circle-dashed-plus": " \n", + "circle-dashed-x": " \n", + "circle-dashed": " \n", + "circle-dot": " \n", + "circle-dotted-letter-a": " \n", + "circle-dotted-letter-b": " \n", + "circle-dotted-letter-c": " \n", + "circle-dotted-letter-d": " \n", + "circle-dotted-letter-e": " \n", + "circle-dotted-letter-f": " \n", + "circle-dotted-letter-g": " \n", + "circle-dotted-letter-h": " \n", + "circle-dotted-letter-i": " \n", + "circle-dotted-letter-j": " \n", + "circle-dotted-letter-k": " \n", + "circle-dotted-letter-l": " \n", + "circle-dotted-letter-m": " \n", + "circle-dotted-letter-n": " \n", + "circle-dotted-letter-o": " \n", + "circle-dotted-letter-p": " \n", + "circle-dotted-letter-q": " \n", + "circle-dotted-letter-r": " \n", + "circle-dotted-letter-s": " \n", + "circle-dotted-letter-t": " \n", + "circle-dotted-letter-u": " \n", + "circle-dotted-letter-v": " \n", + "circle-dotted-letter-w": " \n", + "circle-dotted-letter-x": " \n", + "circle-dotted-letter-y": " \n", + "circle-dotted-letter-z": " \n", + "circle-dotted": " \n", + "circle-half-2": " \n", + "circle-half-vertical": " \n", + "circle-half": " \n", + "circle-key": " \n", + "circle-letter-a": " \n", + "circle-letter-b": " \n", + "circle-letter-c": " \n", + "circle-letter-d": " \n", + "circle-letter-e": " \n", + "circle-letter-f": " \n", + "circle-letter-g": " \n", + "circle-letter-h": " \n", + "circle-letter-i": " \n", + "circle-letter-j": " \n", + "circle-letter-k": " \n", + "circle-letter-l": " \n", + "circle-letter-m": " \n", + "circle-letter-n": " \n", + "circle-letter-o": " \n", + "circle-letter-p": " \n", + "circle-letter-q": " \n", + "circle-letter-r": " \n", + "circle-letter-s": " \n", + "circle-letter-t": " \n", + "circle-letter-u": " \n", + "circle-letter-v": " \n", + "circle-letter-w": " \n", + "circle-letter-x": " \n", + "circle-letter-y": " \n", + "circle-letter-z": " \n", + "circle-minus-2": " \n", + "circle-minus": " \n", + "circle-number-0": " \n", + "circle-number-1": " \n", + "circle-number-2": " \n", + "circle-number-3": " \n", + "circle-number-4": " \n", + "circle-number-5": " \n", + "circle-number-6": " \n", + "circle-number-7": " \n", + "circle-number-8": " \n", + "circle-number-9": " \n", + "circle-off": " \n", + "circle-percentage": " \n", + "circle-plus-2": " \n", + "circle-plus": " \n", + "circle-rectangle-off": " \n", + "circle-rectangle": " \n", + "circle-square": " \n", + "circle-triangle": " \n", + "circle-x": " \n", + "circle": " \n", + "circles-relation": " \n", + "circles": " \n", + "circuit-ammeter": " \n", + "circuit-battery": " \n", + "circuit-bulb": " \n", + "circuit-capacitor-polarized": " \n", + "circuit-capacitor": " \n", + "circuit-cell-plus": " \n", + "circuit-cell": " \n", + "circuit-changeover": " \n", + "circuit-diode-zener": " \n", + "circuit-diode": " \n", + "circuit-ground-digital": " \n", + "circuit-ground": " \n", + "circuit-inductor": " \n", + "circuit-motor": " \n", + "circuit-pushbutton": " \n", + "circuit-resistor": " \n", + "circuit-switch-closed": " \n", + "circuit-switch-open": " \n", + "circuit-voltmeter": " \n", + "clear-all": " \n", + "clear-formatting": " \n", + "click": " \n", + "cliff-jumping": " \n", + "clipboard-check": " \n", + "clipboard-copy": " \n", + "clipboard-data": " \n", + "clipboard-heart": " \n", + "clipboard-list": " \n", + "clipboard-off": " \n", + "clipboard-plus": " \n", + "clipboard-search": " \n", + "clipboard-smile": " \n", + "clipboard-text": " \n", + "clipboard-typography": " \n", + "clipboard-x": " \n", + "clipboard": " \n", + "clock-12": " \n", + "clock-2": " \n", + "clock-24": " \n", + "clock-bitcoin": " \n", + "clock-bolt": " \n", + "clock-cancel": " \n", + "clock-check": " \n", + "clock-code": " \n", + "clock-cog": " \n", + "clock-dollar": " \n", + "clock-down": " \n", + "clock-edit": " \n", + "clock-exclamation": " \n", + "clock-heart": " \n", + "clock-hour-1": " \n", + "clock-hour-10": " \n", + "clock-hour-11": " \n", + "clock-hour-12": " \n", + "clock-hour-2": " \n", + "clock-hour-3": " \n", + "clock-hour-4": " \n", + "clock-hour-5": " \n", + "clock-hour-6": " \n", + "clock-hour-7": " \n", + "clock-hour-8": " \n", + "clock-hour-9": " \n", + "clock-minus": " \n", + "clock-off": " \n", + "clock-pause": " \n", + "clock-pin": " \n", + "clock-play": " \n", + "clock-plus": " \n", + "clock-question": " \n", + "clock-record": " \n", + "clock-search": " \n", + "clock-share": " \n", + "clock-shield": " \n", + "clock-star": " \n", + "clock-stop": " \n", + "clock-up": " \n", + "clock-x": " \n", + "clock": " \n", + "clothes-rack-off": " \n", + "clothes-rack": " \n", + "cloud-bitcoin": " \n", + "cloud-bolt": " \n", + "cloud-cancel": " \n", + "cloud-check": " \n", + "cloud-code": " \n", + "cloud-cog": " \n", + "cloud-computing": " \n", + "cloud-data-connection": " \n", + "cloud-dollar": " \n", + "cloud-down": " \n", + "cloud-download": " \n", + "cloud-exclamation": " \n", + "cloud-fog": " \n", + "cloud-heart": " \n", + "cloud-lock-open": " \n", + "cloud-lock": " \n", + "cloud-minus": " \n", + "cloud-network": " \n", + "cloud-off": " \n", + "cloud-pause": " \n", + "cloud-pin": " \n", + "cloud-plus": " \n", + "cloud-question": " \n", + "cloud-rain": " \n", + "cloud-search": " \n", + "cloud-share": " \n", + "cloud-snow": " \n", + "cloud-star": " \n", + "cloud-storm": " \n", + "cloud-up": " \n", + "cloud-upload": " \n", + "cloud-x": " \n", + "cloud": " \n", + "clover-2": " \n", + "clover": " \n", + "clubs": " \n", + "code-asterisk": " \n", + "code-circle-2": " \n", + "code-circle": " \n", + "code-dots": " \n", + "code-minus": " \n", + "code-off": " \n", + "code-plus": " \n", + "code-variable-minus": " \n", + "code-variable-plus": " \n", + "code-variable": " \n", + "code": " \n", + "coffee-off": " \n", + "coffee": " \n", + "coffin": " \n", + "coin-bitcoin": " \n", + "coin-euro": " \n", + "coin-monero": " \n", + "coin-off": " \n", + "coin-pound": " \n", + "coin-rupee": " \n", + "coin-taka": " \n", + "coin-yen": " \n", + "coin-yuan": " \n", + "coin": " \n", + "coins": " \n", + "color-filter": " \n", + "color-picker-off": " \n", + "color-picker": " \n", + "color-swatch-off": " \n", + "color-swatch": " \n", + "column-insert-left": " \n", + "column-insert-right": " \n", + "column-remove": " \n", + "columns-1": " \n", + "columns-2": " \n", + "columns-3": " \n", + "columns-off": " \n", + "columns": " \n", + "comet": " \n", + "command-off": " \n", + "command": " \n", + "compass-off": " \n", + "compass": " \n", + "components-off": " \n", + "components": " \n", + "cone-2": " \n", + "cone-off": " \n", + "cone-plus": " \n", + "cone": " \n", + "confetti-off": " \n", + "confetti": " \n", + "confucius": " \n", + "congruent-to": " \n", + "container-off": " \n", + "container": " \n", + "contract": " \n", + "contrast-2-off": " \n", + "contrast-2": " \n", + "contrast-off": " \n", + "contrast": " \n", + "cooker": " \n", + "cookie-man": " \n", + "cookie-off": " \n", + "cookie": " \n", + "copy-check": " \n", + "copy-minus": " \n", + "copy-off": " \n", + "copy-plus": " \n", + "copy-x": " \n", + "copy": " \n", + "copyleft-off": " \n", + "copyleft": " \n", + "copyright-off": " \n", + "copyright": " \n", + "corner-down-left-double": " \n", + "corner-down-left": " \n", + "corner-down-right-double": " \n", + "corner-down-right": " \n", + "corner-left-down-double": " \n", + "corner-left-down": " \n", + "corner-left-up-double": " \n", + "corner-left-up": " \n", + "corner-right-down-double": " \n", + "corner-right-down": " \n", + "corner-right-up-double": " \n", + "corner-right-up": " \n", + "corner-up-left-double": " \n", + "corner-up-left": " \n", + "corner-up-right-double": " \n", + "corner-up-right": " \n", + "cpu-2": " \n", + "cpu-off": " \n", + "cpu": " \n", + "crane-off": " \n", + "crane": " \n", + "creative-commons-by": " \n", + "creative-commons-nc": " \n", + "creative-commons-nd": " \n", + "creative-commons-off": " \n", + "creative-commons-sa": " \n", + "creative-commons-zero": " \n", + "creative-commons": " \n", + "credit-card-off": " \n", + "credit-card-pay": " \n", + "credit-card-refund": " \n", + "credit-card": " \n", + "cricket": " \n", + "crop-1-1": " \n", + "crop-16-9": " \n", + "crop-3-2": " \n", + "crop-5-4": " \n", + "crop-7-5": " \n", + "crop-landscape": " \n", + "crop-portrait": " \n", + "crop": " \n", + "cross-off": " \n", + "cross": " \n", + "crosshair": " \n", + "crown-off": " \n", + "crown": " \n", + "crutches-off": " \n", + "crutches": " \n", + "crystal-ball": " \n", + "csv": " \n", + "cube-3d-sphere-off": " \n", + "cube-3d-sphere": " \n", + "cube-off": " \n", + "cube-plus": " \n", + "cube-send": " \n", + "cube-spark": " \n", + "cube-unfolded": " \n", + "cube": " \n", + "cup-off": " \n", + "cup": " \n", + "curling": " \n", + "curly-loop": " \n", + "currency-afghani": " \n", + "currency-bahraini": " \n", + "currency-baht": " \n", + "currency-bitcoin": " \n", + "currency-cent": " \n", + "currency-dinar": " \n", + "currency-dirham": " \n", + "currency-dogecoin": " \n", + "currency-dollar-australian": " \n", + "currency-dollar-brunei": " \n", + "currency-dollar-canadian": " \n", + "currency-dollar-guyanese": " \n", + "currency-dollar-off": " \n", + "currency-dollar-singapore": " \n", + "currency-dollar-zimbabwean": " \n", + "currency-dollar": " \n", + "currency-dong": " \n", + "currency-dram": " \n", + "currency-ethereum": " \n", + "currency-euro-off": " \n", + "currency-euro": " \n", + "currency-florin": " \n", + "currency-forint": " \n", + "currency-frank": " \n", + "currency-guarani": " \n", + "currency-hryvnia": " \n", + "currency-iranian-rial": " \n", + "currency-kip": " \n", + "currency-krone-czech": " \n", + "currency-krone-danish": " \n", + "currency-krone-swedish": " \n", + "currency-lari": " \n", + "currency-leu": " \n", + "currency-lira": " \n", + "currency-litecoin": " \n", + "currency-lyd": " \n", + "currency-manat": " \n", + "currency-monero": " \n", + "currency-naira": " \n", + "currency-nano": " \n", + "currency-off": " \n", + "currency-paanga": " \n", + "currency-peso": " \n", + "currency-pound-off": " \n", + "currency-pound": " \n", + "currency-quetzal": " \n", + "currency-real": " \n", + "currency-renminbi": " \n", + "currency-ripple": " \n", + "currency-riyal": " \n", + "currency-rubel": " \n", + "currency-rufiyaa": " \n", + "currency-rupee-nepalese": " \n", + "currency-rupee": " \n", + "currency-shekel": " \n", + "currency-solana": " \n", + "currency-som": " \n", + "currency-taka": " \n", + "currency-tenge": " \n", + "currency-tugrik": " \n", + "currency-won": " \n", + "currency-xrp": " \n", + "currency-yen-off": " \n", + "currency-yen": " \n", + "currency-yuan": " \n", + "currency-zloty": " \n", + "currency": " \n", + "current-location-off": " \n", + "current-location": " \n", + "cursor-off": " \n", + "cursor-text": " \n", + "cut": " \n", + "cylinder-off": " \n", + "cylinder-plus": " \n", + "cylinder": " \n", + "dashboard-off": " \n", + "dashboard": " \n", + "database-cog": " \n", + "database-dollar": " \n", + "database-edit": " \n", + "database-exclamation": " \n", + "database-export": " \n", + "database-heart": " \n", + "database-import": " \n", + "database-leak": " \n", + "database-minus": " \n", + "database-off": " \n", + "database-plus": " \n", + "database-search": " \n", + "database-share": " \n", + "database-smile": " \n", + "database-star": " \n", + "database-x": " \n", + "database": " \n", + "decimal": " \n", + "deer": " \n", + "delta": " \n", + "dental-broken": " \n", + "dental-off": " \n", + "dental": " \n", + "deselect": " \n", + "desk": " \n", + "details-off": " \n", + "details": " \n", + "device-airpods-case": " \n", + "device-airpods": " \n", + "device-airtag": " \n", + "device-analytics": " \n", + "device-audio-tape": " \n", + "device-camera-phone": " \n", + "device-cctv-off": " \n", + "device-cctv": " \n", + "device-computer-camera-off": " \n", + "device-computer-camera": " \n", + "device-desktop-analytics": " \n", + "device-desktop-bolt": " \n", + "device-desktop-cancel": " \n", + "device-desktop-check": " \n", + "device-desktop-code": " \n", + "device-desktop-cog": " \n", + "device-desktop-dollar": " \n", + "device-desktop-down": " \n", + "device-desktop-exclamation": " \n", + "device-desktop-heart": " \n", + "device-desktop-minus": " \n", + "device-desktop-off": " \n", + "device-desktop-pause": " \n", + "device-desktop-pin": " \n", + "device-desktop-plus": " \n", + "device-desktop-question": " \n", + "device-desktop-search": " \n", + "device-desktop-share": " \n", + "device-desktop-star": " \n", + "device-desktop-up": " \n", + "device-desktop-x": " \n", + "device-desktop": " \n", + "device-floppy": " \n", + "device-gamepad-2": " \n", + "device-gamepad-3": " \n", + "device-gamepad": " \n", + "device-heart-monitor": " \n", + "device-imac-bolt": " \n", + "device-imac-cancel": " \n", + "device-imac-check": " \n", + "device-imac-code": " \n", + "device-imac-cog": " \n", + "device-imac-dollar": " \n", + "device-imac-down": " \n", + "device-imac-exclamation": " \n", + "device-imac-heart": " \n", + "device-imac-minus": " \n", + "device-imac-off": " \n", + "device-imac-pause": " \n", + "device-imac-pin": " \n", + "device-imac-plus": " \n", + "device-imac-question": " \n", + "device-imac-search": " \n", + "device-imac-share": " \n", + "device-imac-star": " \n", + "device-imac-up": " \n", + "device-imac-x": " \n", + "device-imac": " \n", + "device-ipad-bolt": " \n", + "device-ipad-cancel": " \n", + "device-ipad-check": " \n", + "device-ipad-code": " \n", + "device-ipad-cog": " \n", + "device-ipad-dollar": " \n", + "device-ipad-down": " \n", + "device-ipad-exclamation": " \n", + "device-ipad-heart": " \n", + "device-ipad-horizontal-bolt": " \n", + "device-ipad-horizontal-cancel": " \n", + "device-ipad-horizontal-check": " \n", + "device-ipad-horizontal-code": " \n", + "device-ipad-horizontal-cog": " \n", + "device-ipad-horizontal-dollar": " \n", + "device-ipad-horizontal-down": " \n", + "device-ipad-horizontal-exclamation": " \n", + "device-ipad-horizontal-heart": " \n", + "device-ipad-horizontal-minus": " \n", + "device-ipad-horizontal-off": " \n", + "device-ipad-horizontal-pause": " \n", + "device-ipad-horizontal-pin": " \n", + "device-ipad-horizontal-plus": " \n", + "device-ipad-horizontal-question": " \n", + "device-ipad-horizontal-search": " \n", + "device-ipad-horizontal-share": " \n", + "device-ipad-horizontal-star": " \n", + "device-ipad-horizontal-up": " \n", + "device-ipad-horizontal-x": " \n", + "device-ipad-horizontal": " \n", + "device-ipad-minus": " \n", + "device-ipad-off": " \n", + "device-ipad-pause": " \n", + "device-ipad-pin": " \n", + "device-ipad-plus": " \n", + "device-ipad-question": " \n", + "device-ipad-search": " \n", + "device-ipad-share": " \n", + "device-ipad-star": " \n", + "device-ipad-up": " \n", + "device-ipad-x": " \n", + "device-ipad": " \n", + "device-landline-phone": " \n", + "device-laptop-off": " \n", + "device-laptop": " \n", + "device-mobile-bolt": " \n", + "device-mobile-cancel": " \n", + "device-mobile-charging": " \n", + "device-mobile-check": " \n", + "device-mobile-code": " \n", + "device-mobile-cog": " \n", + "device-mobile-dollar": " \n", + "device-mobile-down": " \n", + "device-mobile-exclamation": " \n", + "device-mobile-heart": " \n", + "device-mobile-message": " \n", + "device-mobile-minus": " \n", + "device-mobile-off": " \n", + "device-mobile-pause": " \n", + "device-mobile-pin": " \n", + "device-mobile-plus": " \n", + "device-mobile-question": " \n", + "device-mobile-rotated": " \n", + "device-mobile-search": " \n", + "device-mobile-share": " \n", + "device-mobile-star": " \n", + "device-mobile-up": " \n", + "device-mobile-vibration": " \n", + "device-mobile-x": " \n", + "device-mobile": " \n", + "device-nintendo-off": " \n", + "device-nintendo": " \n", + "device-projector": " \n", + "device-remote": " \n", + "device-sd-card": " \n", + "device-sim-1": " \n", + "device-sim-2": " \n", + "device-sim-3": " \n", + "device-sim": " \n", + "device-speaker-off": " \n", + "device-speaker": " \n", + "device-tablet-bolt": " \n", + "device-tablet-cancel": " \n", + "device-tablet-check": " \n", + "device-tablet-code": " \n", + "device-tablet-cog": " \n", + "device-tablet-dollar": " \n", + "device-tablet-down": " \n", + "device-tablet-exclamation": " \n", + "device-tablet-heart": " \n", + "device-tablet-minus": " \n", + "device-tablet-off": " \n", + "device-tablet-pause": " \n", + "device-tablet-pin": " \n", + "device-tablet-plus": " \n", + "device-tablet-question": " \n", + "device-tablet-search": " \n", + "device-tablet-share": " \n", + "device-tablet-star": " \n", + "device-tablet-up": " \n", + "device-tablet-x": " \n", + "device-tablet": " \n", + "device-tv-off": " \n", + "device-tv-old": " \n", + "device-tv": " \n", + "device-unknown": " \n", + "device-usb": " \n", + "device-vision-pro": " \n", + "device-watch-bolt": " \n", + "device-watch-cancel": " \n", + "device-watch-check": " \n", + "device-watch-code": " \n", + "device-watch-cog": " \n", + "device-watch-dollar": " \n", + "device-watch-down": " \n", + "device-watch-exclamation": " \n", + "device-watch-heart": " \n", + "device-watch-minus": " \n", + "device-watch-off": " \n", + "device-watch-pause": " \n", + "device-watch-pin": " \n", + "device-watch-plus": " \n", + "device-watch-question": " \n", + "device-watch-search": " \n", + "device-watch-share": " \n", + "device-watch-star": " \n", + "device-watch-stats-2": " \n", + "device-watch-stats": " \n", + "device-watch-up": " \n", + "device-watch-x": " \n", + "device-watch": " \n", + "devices-2": " \n", + "devices-bolt": " \n", + "devices-cancel": " \n", + "devices-check": " \n", + "devices-code": " \n", + "devices-cog": " \n", + "devices-dollar": " \n", + "devices-down": " \n", + "devices-exclamation": " \n", + "devices-heart": " \n", + "devices-minus": " \n", + "devices-off": " \n", + "devices-pause": " \n", + "devices-pc-off": " \n", + "devices-pc": " \n", + "devices-pin": " \n", + "devices-plus": " \n", + "devices-question": " \n", + "devices-search": " \n", + "devices-share": " \n", + "devices-star": " \n", + "devices-up": " \n", + "devices-x": " \n", + "devices": " \n", + "diabolo-off": " \n", + "diabolo-plus": " \n", + "diabolo": " \n", + "dialpad-off": " \n", + "dialpad": " \n", + "diamond-off": " \n", + "diamond": " \n", + "diamonds": " \n", + "diaper": " \n", + "dice-1": " \n", + "dice-2": " \n", + "dice-3": " \n", + "dice-4": " \n", + "dice-5": " \n", + "dice-6": " \n", + "dice": " \n", + "dimensions": " \n", + "direction-arrows": " \n", + "direction-horizontal": " \n", + "direction-sign-off": " \n", + "direction-sign": " \n", + "direction": " \n", + "directions-off": " \n", + "directions": " \n", + "disabled-2": " \n", + "disabled-off": " \n", + "disabled": " \n", + "disc-golf": " \n", + "disc-off": " \n", + "disc": " \n", + "discount-off": " \n", + "discount": " \n", + "divide": " \n", + "dna-2-off": " \n", + "dna-2": " \n", + "dna-off": " \n", + "dna": " \n", + "dog-bowl": " \n", + "dog": " \n", + "door-enter": " \n", + "door-exit": " \n", + "door-off": " \n", + "door": " \n", + "dots-circle-horizontal": " \n", + "dots-diagonal-2": " \n", + "dots-diagonal": " \n", + "dots-vertical": " \n", + "dots": " \n", + "download-off": " \n", + "download": " \n", + "drag-drop-2": " \n", + "drag-drop": " \n", + "drone-off": " \n", + "drone": " \n", + "drop-circle": " \n", + "droplet-bolt": " \n", + "droplet-cancel": " \n", + "droplet-check": " \n", + "droplet-code": " \n", + "droplet-cog": " \n", + "droplet-dollar": " \n", + "droplet-down": " \n", + "droplet-exclamation": " \n", + "droplet-half-2": " \n", + "droplet-half": " \n", + "droplet-heart": " \n", + "droplet-minus": " \n", + "droplet-off": " \n", + "droplet-pause": " \n", + "droplet-pin": " \n", + "droplet-plus": " \n", + "droplet-question": " \n", + "droplet-search": " \n", + "droplet-share": " \n", + "droplet-star": " \n", + "droplet-up": " \n", + "droplet-x": " \n", + "droplet": " \n", + "droplets": " \n", + "dual-screen": " \n", + "dumpling": " \n", + "e-passport": " \n", + "ear-off": " \n", + "ear-scan": " \n", + "ear": " \n", + "ease-in-control-point": " \n", + "ease-in-out-control-points": " \n", + "ease-in-out": " \n", + "ease-in": " \n", + "ease-out-control-point": " \n", + "ease-out": " \n", + "edit-circle-off": " \n", + "edit-circle": " \n", + "edit-off": " \n", + "edit": " \n", + "egg-cracked": " \n", + "egg-fried": " \n", + "egg-off": " \n", + "egg": " \n", + "eggs": " \n", + "elevator-off": " \n", + "elevator": " \n", + "emergency-bed": " \n", + "empathize-off": " \n", + "empathize": " \n", + "emphasis": " \n", + "engine-off": " \n", + "engine": " \n", + "equal-double": " \n", + "equal-not": " \n", + "equal": " \n", + "eraser-off": " \n", + "eraser": " \n", + "error-404-off": " \n", + "error-404": " \n", + "escalator-down": " \n", + "escalator-up": " \n", + "escalator": " \n", + "exchange-off": " \n", + "exchange": " \n", + "exclamation-circle": " \n", + "exclamation-mark-off": " \n", + "exclamation-mark": " \n", + "explicit-off": " \n", + "explicit": " \n", + "exposure-0": " \n", + "exposure-minus-1": " \n", + "exposure-minus-2": " \n", + "exposure-off": " \n", + "exposure-plus-1": " \n", + "exposure-plus-2": " \n", + "exposure": " \n", + "external-link-off": " \n", + "external-link": " \n", + "eye-bitcoin": " \n", + "eye-bolt": " \n", + "eye-cancel": " \n", + "eye-check": " \n", + "eye-closed": " \n", + "eye-code": " \n", + "eye-cog": " \n", + "eye-discount": " \n", + "eye-dollar": " \n", + "eye-dotted": " \n", + "eye-down": " \n", + "eye-edit": " \n", + "eye-exclamation": " \n", + "eye-heart": " \n", + "eye-minus": " \n", + "eye-off": " \n", + "eye-pause": " \n", + "eye-pin": " \n", + "eye-plus": " \n", + "eye-question": " \n", + "eye-search": " \n", + "eye-share": " \n", + "eye-spark": " \n", + "eye-star": " \n", + "eye-table": " \n", + "eye-up": " \n", + "eye-x": " \n", + "eye": " \n", + "eyeglass-2": " \n", + "eyeglass-off": " \n", + "eyeglass": " \n", + "face-id-error": " \n", + "face-id": " \n", + "face-mask-off": " \n", + "face-mask": " \n", + "fall": " \n", + "favicon": " \n", + "feather-off": " \n", + "feather": " \n", + "fence-off": " \n", + "fence": " \n", + "ferry": " \n", + "fidget-spinner": " \n", + "file-3d": " \n", + "file-ai": " \n", + "file-alert": " \n", + "file-analytics": " \n", + "file-arrow-left": " \n", + "file-arrow-right": " \n", + "file-barcode": " \n", + "file-bitcoin": " \n", + "file-broken": " \n", + "file-certificate": " \n", + "file-chart": " \n", + "file-check": " \n", + "file-code-2": " \n", + "file-code": " \n", + "file-cv": " \n", + "file-database": " \n", + "file-delta": " \n", + "file-description": " \n", + "file-diff": " \n", + "file-digit": " \n", + "file-dislike": " \n", + "file-dollar": " \n", + "file-dots": " \n", + "file-download": " \n", + "file-euro": " \n", + "file-excel": " \n", + "file-export": " \n", + "file-function": " \n", + "file-horizontal": " \n", + "file-import": " \n", + "file-infinity": " \n", + "file-info": " \n", + "file-invoice": " \n", + "file-isr": " \n", + "file-lambda": " \n", + "file-like": " \n", + "file-minus": " \n", + "file-music": " \n", + "file-neutral": " \n", + "file-off": " \n", + "file-orientation": " \n", + "file-pencil": " \n", + "file-percent": " \n", + "file-phone": " \n", + "file-plus": " \n", + "file-power": " \n", + "file-report": " \n", + "file-rss": " \n", + "file-sad": " \n", + "file-scissors": " \n", + "file-search": " \n", + "file-settings": " \n", + "file-shredder": " \n", + "file-signal": " \n", + "file-smile": " \n", + "file-spark": " \n", + "file-spreadsheet": " \n", + "file-stack": " \n", + "file-star": " \n", + "file-symlink": " \n", + "file-text-ai": " \n", + "file-text-shield": " \n", + "file-text-spark": " \n", + "file-text": " \n", + "file-time": " \n", + "file-type-bmp": " \n", + "file-type-css": " \n", + "file-type-csv": " \n", + "file-type-doc": " \n", + "file-type-docx": " \n", + "file-type-html": " \n", + "file-type-jpg": " \n", + "file-type-js": " \n", + "file-type-jsx": " \n", + "file-type-pdf": " \n", + "file-type-php": " \n", + "file-type-png": " \n", + "file-type-ppt": " \n", + "file-type-rs": " \n", + "file-type-sql": " \n", + "file-type-svg": " \n", + "file-type-ts": " \n", + "file-type-tsx": " \n", + "file-type-txt": " \n", + "file-type-vue": " \n", + "file-type-xls": " \n", + "file-type-xml": " \n", + "file-type-zip": " \n", + "file-typography": " \n", + "file-unknown": " \n", + "file-upload": " \n", + "file-vector": " \n", + "file-word": " \n", + "file-x": " \n", + "file-zip": " \n", + "file": " \n", + "files-off": " \n", + "files": " \n", + "filter-bolt": " \n", + "filter-cancel": " \n", + "filter-check": " \n", + "filter-code": " \n", + "filter-cog": " \n", + "filter-discount": " \n", + "filter-dollar": " \n", + "filter-down": " \n", + "filter-edit": " \n", + "filter-exclamation": " \n", + "filter-heart": " \n", + "filter-minus": " \n", + "filter-off": " \n", + "filter-pause": " \n", + "filter-pin": " \n", + "filter-plus": " \n", + "filter-question": " \n", + "filter-search": " \n", + "filter-share": " \n", + "filter-star": " \n", + "filter-up": " \n", + "filter-x": " \n", + "filter": " \n", + "filters": " \n", + "fingerprint-off": " \n", + "fingerprint-scan": " \n", + "fingerprint": " \n", + "fire-extinguisher": " \n", + "fire-hydrant-off": " \n", + "fire-hydrant": " \n", + "firetruck": " \n", + "first-aid-kit-off": " \n", + "first-aid-kit": " \n", + "fish-bone": " \n", + "fish-christianity": " \n", + "fish-hook-off": " \n", + "fish-hook": " \n", + "fish-off": " \n", + "fish": " \n", + "flag-2-off": " \n", + "flag-2": " \n", + "flag-3": " \n", + "flag-bitcoin": " \n", + "flag-bolt": " \n", + "flag-cancel": " \n", + "flag-check": " \n", + "flag-code": " \n", + "flag-cog": " \n", + "flag-discount": " \n", + "flag-dollar": " \n", + "flag-down": " \n", + "flag-exclamation": " \n", + "flag-heart": " \n", + "flag-minus": " \n", + "flag-off": " \n", + "flag-pause": " \n", + "flag-pin": " \n", + "flag-plus": " \n", + "flag-question": " \n", + "flag-search": " \n", + "flag-share": " \n", + "flag-spark": " \n", + "flag-star": " \n", + "flag-up": " \n", + "flag-x": " \n", + "flag": " \n", + "flame-off": " \n", + "flame": " \n", + "flare": " \n", + "flask-2-off": " \n", + "flask-2": " \n", + "flask-off": " \n", + "flask": " \n", + "flip-flops": " \n", + "flip-horizontal": " \n", + "flip-vertical": " \n", + "float-center": " \n", + "float-left": " \n", + "float-none": " \n", + "float-right": " \n", + "flower-off": " \n", + "flower": " \n", + "focus-2": " \n", + "focus-auto": " \n", + "focus-centered": " \n", + "focus": " \n", + "fold-down": " \n", + "fold-up": " \n", + "fold": " \n", + "folder-bolt": " \n", + "folder-cancel": " \n", + "folder-check": " \n", + "folder-code": " \n", + "folder-cog": " \n", + "folder-dollar": " \n", + "folder-down": " \n", + "folder-exclamation": " \n", + "folder-heart": " \n", + "folder-minus": " \n", + "folder-off": " \n", + "folder-open": " \n", + "folder-pause": " \n", + "folder-pin": " \n", + "folder-plus": " \n", + "folder-question": " \n", + "folder-root": " \n", + "folder-search": " \n", + "folder-share": " \n", + "folder-star": " \n", + "folder-symlink": " \n", + "folder-up": " \n", + "folder-x": " \n", + "folder": " \n", + "folders-off": " \n", + "folders": " \n", + "forbid-2": " \n", + "forbid": " \n", + "forklift": " \n", + "forms": " \n", + "fountain-off": " \n", + "fountain": " \n", + "frame-off": " \n", + "frame": " \n", + "free-rights": " \n", + "freeze-column": " \n", + "freeze-row-column": " \n", + "freeze-row": " \n", + "fridge-off": " \n", + "fridge": " \n", + "friends-off": " \n", + "friends": " \n", + "frustum-off": " \n", + "frustum-plus": " \n", + "frustum": " \n", + "function-off": " \n", + "function": " \n", + "galaxy": " \n", + "garden-cart-off": " \n", + "garden-cart": " \n", + "gas-station-off": " \n", + "gas-station": " \n", + "gauge-off": " \n", + "gauge": " \n", + "gavel": " \n", + "gender-agender": " \n", + "gender-androgyne": " \n", + "gender-bigender": " \n", + "gender-demiboy": " \n", + "gender-demigirl": " \n", + "gender-epicene": " \n", + "gender-female": " \n", + "gender-femme": " \n", + "gender-genderfluid": " \n", + "gender-genderless": " \n", + "gender-genderqueer": " \n", + "gender-hermaphrodite": " \n", + "gender-intergender": " \n", + "gender-male": " \n", + "gender-neutrois": " \n", + "gender-third": " \n", + "gender-transgender": " \n", + "gender-trasvesti": " \n", + "geometry": " \n", + "ghost-2": " \n", + "ghost-3": " \n", + "ghost-off": " \n", + "ghost": " \n", + "gif": " \n", + "gift-card": " \n", + "gift-off": " \n", + "gift": " \n", + "git-branch-deleted": " \n", + "git-branch": " \n", + "git-cherry-pick": " \n", + "git-commit": " \n", + "git-compare": " \n", + "git-fork": " \n", + "git-merge": " \n", + "git-pull-request-closed": " \n", + "git-pull-request-draft": " \n", + "git-pull-request": " \n", + "gizmo": " \n", + "glass-champagne": " \n", + "glass-cocktail": " \n", + "glass-full": " \n", + "glass-gin": " \n", + "glass-off": " \n", + "glass": " \n", + "globe-off": " \n", + "globe": " \n", + "go-game": " \n", + "golf-off": " \n", + "golf": " \n", + "gps": " \n", + "gradienter": " \n", + "grain": " \n", + "graph-off": " \n", + "graph": " \n", + "grave-2": " \n", + "grave": " \n", + "grid-3x3": " \n", + "grid-4x4": " \n", + "grid-dots": " \n", + "grid-goldenratio": " \n", + "grid-pattern": " \n", + "grid-scan": " \n", + "grill-fork": " \n", + "grill-off": " \n", + "grill-spatula": " \n", + "grill": " \n", + "grip-horizontal": " \n", + "grip-vertical": " \n", + "growth": " \n", + "guitar-pick": " \n", + "gymnastics": " \n", + "h-1": " \n", + "h-2": " \n", + "h-3": " \n", + "h-4": " \n", + "h-5": " \n", + "h-6": " \n", + "hammer-off": " \n", + "hammer": " \n", + "hand-click-off": " \n", + "hand-click": " \n", + "hand-finger-down": " \n", + "hand-finger-left": " \n", + "hand-finger-off": " \n", + "hand-finger-right": " \n", + "hand-finger": " \n", + "hand-grab": " \n", + "hand-little-finger": " \n", + "hand-love-you": " \n", + "hand-middle-finger": " \n", + "hand-move": " \n", + "hand-off": " \n", + "hand-ring-finger": " \n", + "hand-sanitizer": " \n", + "hand-stop": " \n", + "hand-three-fingers": " \n", + "hand-two-fingers": " \n", + "hanger-2": " \n", + "hanger-off": " \n", + "hanger": " \n", + "hash": " \n", + "haze-moon": " \n", + "haze": " \n", + "hdr": " \n", + "heading-off": " \n", + "heading": " \n", + "headphones-off": " \n", + "headphones": " \n", + "headset-off": " \n", + "headset": " \n", + "health-recognition": " \n", + "heart-bitcoin": " \n", + "heart-bolt": " \n", + "heart-broken": " \n", + "heart-cancel": " \n", + "heart-check": " \n", + "heart-code": " \n", + "heart-cog": " \n", + "heart-discount": " \n", + "heart-dollar": " \n", + "heart-down": " \n", + "heart-exclamation": " \n", + "heart-handshake": " \n", + "heart-minus": " \n", + "heart-off": " \n", + "heart-pause": " \n", + "heart-pin": " \n", + "heart-plus": " \n", + "heart-question": " \n", + "heart-rate-monitor": " \n", + "heart-search": " \n", + "heart-share": " \n", + "heart-spark": " \n", + "heart-star": " \n", + "heart-up": " \n", + "heart-x": " \n", + "heart": " \n", + "heartbeat": " \n", + "hearts-off": " \n", + "hearts": " \n", + "helicopter-landing": " \n", + "helicopter": " \n", + "helmet-off": " \n", + "helmet": " \n", + "help-circle": " \n", + "help-hexagon": " \n", + "help-octagon": " \n", + "help-off": " \n", + "help-small": " \n", + "help-square-rounded": " \n", + "help-square": " \n", + "help-triangle": " \n", + "help": " \n", + "hemisphere-off": " \n", + "hemisphere-plus": " \n", + "hemisphere": " \n", + "hexagon-3d": " \n", + "hexagon-letter-a": " \n", + "hexagon-letter-b": " \n", + "hexagon-letter-c": " \n", + "hexagon-letter-d": " \n", + "hexagon-letter-e": " \n", + "hexagon-letter-f": " \n", + "hexagon-letter-g": " \n", + "hexagon-letter-h": " \n", + "hexagon-letter-i": " \n", + "hexagon-letter-j": " \n", + "hexagon-letter-k": " \n", + "hexagon-letter-l": " \n", + "hexagon-letter-m": " \n", + "hexagon-letter-n": " \n", + "hexagon-letter-o": " \n", + "hexagon-letter-p": " \n", + "hexagon-letter-q": " \n", + "hexagon-letter-r": " \n", + "hexagon-letter-s": " \n", + "hexagon-letter-t": " \n", + "hexagon-letter-u": " \n", + "hexagon-letter-v": " \n", + "hexagon-letter-w": " \n", + "hexagon-letter-x": " \n", + "hexagon-letter-y": " \n", + "hexagon-letter-z": " \n", + "hexagon-minus-2": " \n", + "hexagon-minus": " \n", + "hexagon-number-0": " \n", + "hexagon-number-1": " \n", + "hexagon-number-2": " \n", + "hexagon-number-3": " \n", + "hexagon-number-4": " \n", + "hexagon-number-5": " \n", + "hexagon-number-6": " \n", + "hexagon-number-7": " \n", + "hexagon-number-8": " \n", + "hexagon-number-9": " \n", + "hexagon-off": " \n", + "hexagon-plus-2": " \n", + "hexagon-plus": " \n", + "hexagon": " \n", + "hexagonal-prism-off": " \n", + "hexagonal-prism-plus": " \n", + "hexagonal-prism": " \n", + "hexagonal-pyramid-off": " \n", + "hexagonal-pyramid-plus": " \n", + "hexagonal-pyramid": " \n", + "hexagons-off": " \n", + "hexagons": " \n", + "hierarchy-2": " \n", + "hierarchy-3": " \n", + "hierarchy-off": " \n", + "hierarchy": " \n", + "highlight-off": " \n", + "highlight": " \n", + "history-off": " \n", + "history-toggle": " \n", + "history": " \n", + "home-2": " \n", + "home-bitcoin": " \n", + "home-bolt": " \n", + "home-cancel": " \n", + "home-check": " \n", + "home-cog": " \n", + "home-dollar": " \n", + "home-dot": " \n", + "home-down": " \n", + "home-eco": " \n", + "home-edit": " \n", + "home-exclamation": " \n", + "home-hand": " \n", + "home-heart": " \n", + "home-infinity": " \n", + "home-link": " \n", + "home-minus": " \n", + "home-move": " \n", + "home-off": " \n", + "home-plus": " \n", + "home-question": " \n", + "home-ribbon": " \n", + "home-search": " \n", + "home-share": " \n", + "home-shield": " \n", + "home-signal": " \n", + "home-spark": " \n", + "home-star": " \n", + "home-stats": " \n", + "home-up": " \n", + "home-x": " \n", + "home": " \n", + "horse-toy": " \n", + "horse": " \n", + "horseshoe": " \n", + "hospital-circle": " \n", + "hospital": " \n", + "hotel-service": " \n", + "hourglass-empty": " \n", + "hourglass-high": " \n", + "hourglass-low": " \n", + "hourglass-off": " \n", + "hourglass": " \n", + "hours-12": " \n", + "hours-24": " \n", + "html": " \n", + "http-connect-off": " \n", + "http-connect": " \n", + "http-delete-off": " \n", + "http-delete": " \n", + "http-get-off": " \n", + "http-get": " \n", + "http-head-off": " \n", + "http-head": " \n", + "http-options-off": " \n", + "http-options": " \n", + "http-patch-off": " \n", + "http-patch": " \n", + "http-post-off": " \n", + "http-post": " \n", + "http-put-off": " \n", + "http-put": " \n", + "http-que-off": " \n", + "http-que": " \n", + "http-trace-off": " \n", + "http-trace": " \n", + "ice-cream-2": " \n", + "ice-cream-off": " \n", + "ice-cream": " \n", + "ice-skating": " \n", + "icons-off": " \n", + "icons": " \n", + "id-badge-2": " \n", + "id-badge-off": " \n", + "id-badge": " \n", + "id-off": " \n", + "id": " \n", + "ikosaedr": " \n", + "image-in-picture": " \n", + "inbox-off": " \n", + "inbox": " \n", + "indent-decrease": " \n", + "indent-increase": " \n", + "infinity-off": " \n", + "infinity": " \n", + "info-circle": " \n", + "info-hexagon": " \n", + "info-octagon": " \n", + "info-small": " \n", + "info-square-rounded": " \n", + "info-square": " \n", + "info-triangle": " \n", + "inner-shadow-bottom-left": " \n", + "inner-shadow-bottom-right": " \n", + "inner-shadow-bottom": " \n", + "inner-shadow-left": " \n", + "inner-shadow-right": " \n", + "inner-shadow-top-left": " \n", + "inner-shadow-top-right": " \n", + "inner-shadow-top": " \n", + "input-ai": " \n", + "input-check": " \n", + "input-search": " \n", + "input-spark": " \n", + "input-x": " \n", + "invoice": " \n", + "ironing-1": " \n", + "ironing-2": " \n", + "ironing-3": " \n", + "ironing-off": " \n", + "ironing-steam-off": " \n", + "ironing-steam": " \n", + "ironing": " \n", + "irregular-polyhedron-off": " \n", + "irregular-polyhedron-plus": " \n", + "irregular-polyhedron": " \n", + "italic": " \n", + "jacket": " \n", + "jetpack": " \n", + "jewish-star": " \n", + "join-bevel": " \n", + "join-round": " \n", + "join-straight": " \n", + "joker": " \n", + "jpg": " \n", + "json": " \n", + "jump-rope": " \n", + "karate": " \n", + "kayak": " \n", + "kerning": " \n", + "key-off": " \n", + "key": " \n", + "keyboard-hide": " \n", + "keyboard-off": " \n", + "keyboard-show": " \n", + "keyboard": " \n", + "keyframe-align-center": " \n", + "keyframe-align-horizontal": " \n", + "keyframe-align-vertical": " \n", + "keyframe": " \n", + "keyframes": " \n", + "label-important": " \n", + "label-off": " \n", + "label": " \n", + "ladder-off": " \n", + "ladder": " \n", + "ladle": " \n", + "lambda": " \n", + "lamp-2": " \n", + "lamp-off": " \n", + "lamp": " \n", + "lane": " \n", + "language-hiragana": " \n", + "language-katakana": " \n", + "language-off": " \n", + "language": " \n", + "lasso-off": " \n", + "lasso-polygon": " \n", + "lasso": " \n", + "laurel-wreath-1": " \n", + "laurel-wreath-2": " \n", + "laurel-wreath-3": " \n", + "laurel-wreath": " \n", + "layers-difference": " \n", + "layers-intersect-2": " \n", + "layers-intersect": " \n", + "layers-linked": " \n", + "layers-off": " \n", + "layers-selected-bottom": " \n", + "layers-selected": " \n", + "layers-subtract": " \n", + "layers-union": " \n", + "layout-2": " \n", + "layout-align-bottom": " \n", + "layout-align-center": " \n", + "layout-align-left": " \n", + "layout-align-middle": " \n", + "layout-align-right": " \n", + "layout-align-top": " \n", + "layout-board-split": " \n", + "layout-board": " \n", + "layout-bottombar-collapse": " \n", + "layout-bottombar-expand": " \n", + "layout-bottombar-inactive": " \n", + "layout-bottombar": " \n", + "layout-cards": " \n", + "layout-collage": " \n", + "layout-columns": " \n", + "layout-dashboard": " \n", + "layout-distribute-horizontal": " \n", + "layout-distribute-vertical": " \n", + "layout-grid-add": " \n", + "layout-grid-remove": " \n", + "layout-grid": " \n", + "layout-kanban": " \n", + "layout-list": " \n", + "layout-navbar-collapse": " \n", + "layout-navbar-expand": " \n", + "layout-navbar-inactive": " \n", + "layout-navbar": " \n", + "layout-off": " \n", + "layout-rows": " \n", + "layout-sidebar-inactive": " \n", + "layout-sidebar-left-collapse": " \n", + "layout-sidebar-left-expand": " \n", + "layout-sidebar-right-collapse": " \n", + "layout-sidebar-right-expand": " \n", + "layout-sidebar-right-inactive": " \n", + "layout-sidebar-right": " \n", + "layout-sidebar": " \n", + "layout": " \n", + "leaf-2": " \n", + "leaf-off": " \n", + "leaf": " \n", + "lego-off": " \n", + "lego": " \n", + "lemon-2": " \n", + "lemon": " \n", + "letter-a-small": " \n", + "letter-a": " \n", + "letter-b-small": " \n", + "letter-b": " \n", + "letter-c-small": " \n", + "letter-c": " \n", + "letter-case-lower": " \n", + "letter-case-toggle": " \n", + "letter-case-upper": " \n", + "letter-case": " \n", + "letter-d-small": " \n", + "letter-d": " \n", + "letter-e-small": " \n", + "letter-e": " \n", + "letter-f-small": " \n", + "letter-f": " \n", + "letter-g-small": " \n", + "letter-g": " \n", + "letter-h-small": " \n", + "letter-h": " \n", + "letter-i-small": " \n", + "letter-i": " \n", + "letter-j-small": " \n", + "letter-j": " \n", + "letter-k-small": " \n", + "letter-k": " \n", + "letter-l-small": " \n", + "letter-l": " \n", + "letter-m-small": " \n", + "letter-m": " \n", + "letter-n-small": " \n", + "letter-n": " \n", + "letter-o-small": " \n", + "letter-o": " \n", + "letter-p-small": " \n", + "letter-p": " \n", + "letter-q-small": " \n", + "letter-q": " \n", + "letter-r-small": " \n", + "letter-r": " \n", + "letter-s-small": " \n", + "letter-s": " \n", + "letter-spacing": " \n", + "letter-t-small": " \n", + "letter-t": " \n", + "letter-u-small": " \n", + "letter-u": " \n", + "letter-v-small": " \n", + "letter-v": " \n", + "letter-w-small": " \n", + "letter-w": " \n", + "letter-x-small": " \n", + "letter-x": " \n", + "letter-y-small": " \n", + "letter-y": " \n", + "letter-z-small": " \n", + "letter-z": " \n", + "library-minus": " \n", + "library-photo": " \n", + "library-plus": " \n", + "library": " \n", + "license-off": " \n", + "license": " \n", + "lifebuoy-off": " \n", + "lifebuoy": " \n", + "lighter": " \n", + "line-dashed": " \n", + "line-dotted": " \n", + "line-height": " \n", + "line-scan": " \n", + "line": " \n", + "link-minus": " \n", + "link-off": " \n", + "link-plus": " \n", + "link": " \n", + "list-check": " \n", + "list-details": " \n", + "list-letters": " \n", + "list-numbers": " \n", + "list-search": " \n", + "list-tree": " \n", + "list": " \n", + "live-photo-off": " \n", + "live-photo": " \n", + "live-view": " \n", + "load-balancer": " \n", + "loader-2": " \n", + "loader-3": " \n", + "loader-quarter": " \n", + "loader": " \n", + "location-bolt": " \n", + "location-broken": " \n", + "location-cancel": " \n", + "location-check": " \n", + "location-code": " \n", + "location-cog": " \n", + "location-discount": " \n", + "location-dollar": " \n", + "location-down": " \n", + "location-exclamation": " \n", + "location-heart": " \n", + "location-minus": " \n", + "location-off": " \n", + "location-pause": " \n", + "location-pin": " \n", + "location-plus": " \n", + "location-question": " \n", + "location-search": " \n", + "location-share": " \n", + "location-star": " \n", + "location-up": " \n", + "location-x": " \n", + "location": " \n", + "lock-access-off": " \n", + "lock-access": " \n", + "lock-bitcoin": " \n", + "lock-bolt": " \n", + "lock-cancel": " \n", + "lock-check": " \n", + "lock-code": " \n", + "lock-cog": " \n", + "lock-dollar": " \n", + "lock-down": " \n", + "lock-exclamation": " \n", + "lock-heart": " \n", + "lock-minus": " \n", + "lock-off": " \n", + "lock-open-2": " \n", + "lock-open-off": " \n", + "lock-open": " \n", + "lock-password": " \n", + "lock-pause": " \n", + "lock-pin": " \n", + "lock-plus": " \n", + "lock-question": " \n", + "lock-search": " \n", + "lock-share": " \n", + "lock-square-rounded": " \n", + "lock-square": " \n", + "lock-star": " \n", + "lock-up": " \n", + "lock-x": " \n", + "lock": " \n", + "logic-and": " \n", + "logic-buffer": " \n", + "logic-nand": " \n", + "logic-nor": " \n", + "logic-not": " \n", + "logic-or": " \n", + "logic-xnor": " \n", + "logic-xor": " \n", + "login-2": " \n", + "login": " \n", + "logout-2": " \n", + "logout": " \n", + "logs": " \n", + "lollipop-off": " \n", + "lollipop": " \n", + "luggage-off": " \n", + "luggage": " \n", + "lungs-off": " \n", + "lungs": " \n", + "macro-off": " \n", + "macro": " \n", + "magnet-off": " \n", + "magnet": " \n", + "magnetic": " \n", + "mail-ai": " \n", + "mail-bitcoin": " \n", + "mail-bolt": " \n", + "mail-cancel": " \n", + "mail-check": " \n", + "mail-code": " \n", + "mail-cog": " \n", + "mail-dollar": " \n", + "mail-down": " \n", + "mail-exclamation": " \n", + "mail-fast": " \n", + "mail-forward": " \n", + "mail-heart": " \n", + "mail-minus": " \n", + "mail-off": " \n", + "mail-opened": " \n", + "mail-pause": " \n", + "mail-pin": " \n", + "mail-plus": " \n", + "mail-question": " \n", + "mail-search": " \n", + "mail-share": " \n", + "mail-spark": " \n", + "mail-star": " \n", + "mail-up": " \n", + "mail-x": " \n", + "mail": " \n", + "mailbox-off": " \n", + "mailbox": " \n", + "man": " \n", + "manual-gearbox": " \n", + "map-2": " \n", + "map-bolt": " \n", + "map-cancel": " \n", + "map-check": " \n", + "map-code": " \n", + "map-cog": " \n", + "map-discount": " \n", + "map-dollar": " \n", + "map-down": " \n", + "map-east": " \n", + "map-exclamation": " \n", + "map-heart": " \n", + "map-minus": " \n", + "map-north": " \n", + "map-off": " \n", + "map-pause": " \n", + "map-pin-2": " \n", + "map-pin-bolt": " \n", + "map-pin-cancel": " \n", + "map-pin-check": " \n", + "map-pin-code": " \n", + "map-pin-cog": " \n", + "map-pin-dollar": " \n", + "map-pin-down": " \n", + "map-pin-exclamation": " \n", + "map-pin-heart": " \n", + "map-pin-minus": " \n", + "map-pin-off": " \n", + "map-pin-pause": " \n", + "map-pin-pin": " \n", + "map-pin-plus": " \n", + "map-pin-question": " \n", + "map-pin-search": " \n", + "map-pin-share": " \n", + "map-pin-star": " \n", + "map-pin-up": " \n", + "map-pin-x": " \n", + "map-pin": " \n", + "map-pins": " \n", + "map-plus": " \n", + "map-question": " \n", + "map-route": " \n", + "map-search": " \n", + "map-share": " \n", + "map-south": " \n", + "map-star": " \n", + "map-up": " \n", + "map-west": " \n", + "map-x": " \n", + "map": " \n", + "markdown-off": " \n", + "markdown": " \n", + "marquee-2": " \n", + "marquee-off": " \n", + "marquee": " \n", + "mars": " \n", + "mask-off": " \n", + "mask": " \n", + "masks-theater-off": " \n", + "masks-theater": " \n", + "massage": " \n", + "matchstick": " \n", + "math-1-divide-2": " \n", + "math-1-divide-3": " \n", + "math-avg": " \n", + "math-cos": " \n", + "math-ctg": " \n", + "math-equal-greater": " \n", + "math-equal-lower": " \n", + "math-function-off": " \n", + "math-function-y": " \n", + "math-function": " \n", + "math-greater": " \n", + "math-integral-x": " \n", + "math-integral": " \n", + "math-integrals": " \n", + "math-lower": " \n", + "math-max-min": " \n", + "math-max": " \n", + "math-min": " \n", + "math-not": " \n", + "math-off": " \n", + "math-pi-divide-2": " \n", + "math-pi": " \n", + "math-sec": " \n", + "math-sin": " \n", + "math-symbols": " \n", + "math-tg": " \n", + "math-x-divide-2": " \n", + "math-x-divide-y-2": " \n", + "math-x-divide-y": " \n", + "math-x-floor-divide-y": " \n", + "math-x-minus-x": " \n", + "math-x-minus-y": " \n", + "math-x-plus-x": " \n", + "math-x-plus-y": " \n", + "math-xy": " \n", + "math-y-minus-y": " \n", + "math-y-plus-y": " \n", + "math": " \n", + "matrix": " \n", + "maximize-off": " \n", + "maximize": " \n", + "meat-off": " \n", + "meat": " \n", + "medal-2": " \n", + "medal": " \n", + "medical-cross-circle": " \n", + "medical-cross-off": " \n", + "medical-cross": " \n", + "medicine-syrup": " \n", + "meeple": " \n", + "melon": " \n", + "menorah": " \n", + "menu-2": " \n", + "menu-3": " \n", + "menu-4": " \n", + "menu-deep": " \n", + "menu-order": " \n", + "menu": " \n", + "message-2-bolt": " \n", + "message-2-cancel": " \n", + "message-2-check": " \n", + "message-2-code": " \n", + "message-2-cog": " \n", + "message-2-dollar": " \n", + "message-2-down": " \n", + "message-2-exclamation": " \n", + "message-2-heart": " \n", + "message-2-minus": " \n", + "message-2-off": " \n", + "message-2-pause": " \n", + "message-2-pin": " \n", + "message-2-plus": " \n", + "message-2-question": " \n", + "message-2-search": " \n", + "message-2-share": " \n", + "message-2-star": " \n", + "message-2-up": " \n", + "message-2-x": " \n", + "message-2": " \n", + "message-bolt": " \n", + "message-cancel": " \n", + "message-chatbot": " \n", + "message-check": " \n", + "message-circle-bolt": " \n", + "message-circle-cancel": " \n", + "message-circle-check": " \n", + "message-circle-code": " \n", + "message-circle-cog": " \n", + "message-circle-dollar": " \n", + "message-circle-down": " \n", + "message-circle-exclamation": " \n", + "message-circle-heart": " \n", + "message-circle-minus": " \n", + "message-circle-off": " \n", + "message-circle-pause": " \n", + "message-circle-pin": " \n", + "message-circle-plus": " \n", + "message-circle-question": " \n", + "message-circle-search": " \n", + "message-circle-share": " \n", + "message-circle-star": " \n", + "message-circle-up": " \n", + "message-circle-user": " \n", + "message-circle-x": " \n", + "message-circle": " \n", + "message-code": " \n", + "message-cog": " \n", + "message-dollar": " \n", + "message-dots": " \n", + "message-down": " \n", + "message-exclamation": " \n", + "message-forward": " \n", + "message-heart": " \n", + "message-language": " \n", + "message-minus": " \n", + "message-off": " \n", + "message-pause": " \n", + "message-pin": " \n", + "message-plus": " \n", + "message-question": " \n", + "message-reply": " \n", + "message-report": " \n", + "message-search": " \n", + "message-share": " \n", + "message-star": " \n", + "message-up": " \n", + "message-user": " \n", + "message-x": " \n", + "message": " \n", + "messages-off": " \n", + "messages": " \n", + "meteor-off": " \n", + "meteor": " \n", + "meter-cube": " \n", + "meter-square": " \n", + "metronome": " \n", + "michelin-bib-gourmand": " \n", + "michelin-star-green": " \n", + "michelin-star": " \n", + "mickey": " \n", + "microphone-2-off": " \n", + "microphone-2": " \n", + "microphone-off": " \n", + "microphone": " \n", + "microscope-off": " \n", + "microscope": " \n", + "microwave-off": " \n", + "microwave": " \n", + "military-award": " \n", + "military-rank": " \n", + "milk-off": " \n", + "milk": " \n", + "milkshake": " \n", + "minimize": " \n", + "minus-vertical": " \n", + "minus": " \n", + "mist-off": " \n", + "mist": " \n", + "mobiledata-off": " \n", + "mobiledata": " \n", + "moneybag-edit": " \n", + "moneybag-heart": " \n", + "moneybag-minus": " \n", + "moneybag-move-back": " \n", + "moneybag-move": " \n", + "moneybag-plus": " \n", + "moneybag": " \n", + "monkeybar": " \n", + "mood-angry": " \n", + "mood-annoyed-2": " \n", + "mood-annoyed": " \n", + "mood-bitcoin": " \n", + "mood-boy": " \n", + "mood-check": " \n", + "mood-cog": " \n", + "mood-confuzed": " \n", + "mood-crazy-happy": " \n", + "mood-cry": " \n", + "mood-dollar": " \n", + "mood-edit": " \n", + "mood-empty": " \n", + "mood-happy": " \n", + "mood-heart": " \n", + "mood-kid": " \n", + "mood-look-down": " \n", + "mood-look-left": " \n", + "mood-look-right": " \n", + "mood-look-up": " \n", + "mood-minus": " \n", + "mood-nerd": " \n", + "mood-nervous": " \n", + "mood-neutral": " \n", + "mood-off": " \n", + "mood-pin": " \n", + "mood-plus": " \n", + "mood-puzzled": " \n", + "mood-sad-2": " \n", + "mood-sad-dizzy": " \n", + "mood-sad-squint": " \n", + "mood-sad": " \n", + "mood-search": " \n", + "mood-share": " \n", + "mood-sick": " \n", + "mood-silence": " \n", + "mood-sing": " \n", + "mood-smile-beam": " \n", + "mood-smile-dizzy": " \n", + "mood-smile": " \n", + "mood-spark": " \n", + "mood-surprised": " \n", + "mood-tongue-wink-2": " \n", + "mood-tongue-wink": " \n", + "mood-tongue": " \n", + "mood-unamused": " \n", + "mood-up": " \n", + "mood-wink-2": " \n", + "mood-wink": " \n", + "mood-wrrr": " \n", + "mood-x": " \n", + "mood-xd": " \n", + "moon-2": " \n", + "moon-off": " \n", + "moon-stars": " \n", + "moon": " \n", + "moped": " \n", + "motorbike": " \n", + "mountain-off": " \n", + "mountain": " \n", + "mouse-2": " \n", + "mouse-off": " \n", + "mouse": " \n", + "moustache": " \n", + "movie-off": " \n", + "movie": " \n", + "mug-off": " \n", + "mug": " \n", + "multiplier-0-5x": " \n", + "multiplier-1-5x": " \n", + "multiplier-1x": " \n", + "multiplier-2x": " \n", + "mushroom-off": " \n", + "mushroom": " \n", + "music-bolt": " \n", + "music-cancel": " \n", + "music-check": " \n", + "music-code": " \n", + "music-cog": " \n", + "music-discount": " \n", + "music-dollar": " \n", + "music-down": " \n", + "music-exclamation": " \n", + "music-heart": " \n", + "music-minus": " \n", + "music-off": " \n", + "music-pause": " \n", + "music-pin": " \n", + "music-plus": " \n", + "music-question": " \n", + "music-search": " \n", + "music-share": " \n", + "music-star": " \n", + "music-up": " \n", + "music-x": " \n", + "music": " \n", + "navigation-bolt": " \n", + "navigation-cancel": " \n", + "navigation-check": " \n", + "navigation-code": " \n", + "navigation-cog": " \n", + "navigation-discount": " \n", + "navigation-dollar": " \n", + "navigation-down": " \n", + "navigation-east": " \n", + "navigation-exclamation": " \n", + "navigation-heart": " \n", + "navigation-minus": " \n", + "navigation-north": " \n", + "navigation-off": " \n", + "navigation-pause": " \n", + "navigation-pin": " \n", + "navigation-plus": " \n", + "navigation-question": " \n", + "navigation-search": " \n", + "navigation-share": " \n", + "navigation-south": " \n", + "navigation-star": " \n", + "navigation-top": " \n", + "navigation-up": " \n", + "navigation-west": " \n", + "navigation-x": " \n", + "navigation": " \n", + "needle-thread": " \n", + "needle": " \n", + "network-off": " \n", + "network": " \n", + "new-section": " \n", + "news-off": " \n", + "news": " \n", + "nfc-off": " \n", + "nfc": " \n", + "no-copyright": " \n", + "no-creative-commons": " \n", + "no-derivatives": " \n", + "north-star": " \n", + "note-off": " \n", + "note": " \n", + "notebook-off": " \n", + "notebook": " \n", + "notes-off": " \n", + "notes": " \n", + "notification-off": " \n", + "notification": " \n", + "number-0-small": " \n", + "number-0": " \n", + "number-1-small": " \n", + "number-1": " \n", + "number-10-small": " \n", + "number-10": " \n", + "number-100-small": " \n", + "number-11-small": " \n", + "number-11": " \n", + "number-12-small": " \n", + "number-123": " \n", + "number-13-small": " \n", + "number-14-small": " \n", + "number-15-small": " \n", + "number-16-small": " \n", + "number-17-small": " \n", + "number-18-small": " \n", + "number-19-small": " \n", + "number-2-small": " \n", + "number-2": " \n", + "number-20-small": " \n", + "number-21-small": " \n", + "number-22-small": " \n", + "number-23-small": " \n", + "number-24-small": " \n", + "number-25-small": " \n", + "number-26-small": " \n", + "number-27-small": " \n", + "number-28-small": " \n", + "number-29-small": " \n", + "number-3-small": " \n", + "number-3": " \n", + "number-30-small": " \n", + "number-31-small": " \n", + "number-32-small": " \n", + "number-33-small": " \n", + "number-34-small": " \n", + "number-35-small": " \n", + "number-36-small": " \n", + "number-37-small": " \n", + "number-38-small": " \n", + "number-39-small": " \n", + "number-4-small": " \n", + "number-4": " \n", + "number-40-small": " \n", + "number-41-small": " \n", + "number-42-small": " \n", + "number-43-small": " \n", + "number-44-small": " \n", + "number-45-small": " \n", + "number-46-small": " \n", + "number-47-small": " \n", + "number-48-small": " \n", + "number-49-small": " \n", + "number-5-small": " \n", + "number-5": " \n", + "number-50-small": " \n", + "number-51-small": " \n", + "number-52-small": " \n", + "number-53-small": " \n", + "number-54-small": " \n", + "number-55-small": " \n", + "number-56-small": " \n", + "number-57-small": " \n", + "number-58-small": " \n", + "number-59-small": " \n", + "number-6-small": " \n", + "number-6": " \n", + "number-60-small": " \n", + "number-61-small": " \n", + "number-62-small": " \n", + "number-63-small": " \n", + "number-64-small": " \n", + "number-65-small": " \n", + "number-66-small": " \n", + "number-67-small": " \n", + "number-68-small": " \n", + "number-69-small": " \n", + "number-7-small": " \n", + "number-7": " \n", + "number-70-small": " \n", + "number-71-small": " \n", + "number-72-small": " \n", + "number-73-small": " \n", + "number-74-small": " \n", + "number-75-small": " \n", + "number-76-small": " \n", + "number-77-small": " \n", + "number-78-small": " \n", + "number-79-small": " \n", + "number-8-small": " \n", + "number-8": " \n", + "number-80-small": " \n", + "number-81-small": " \n", + "number-82-small": " \n", + "number-83-small": " \n", + "number-84-small": " \n", + "number-85-small": " \n", + "number-86-small": " \n", + "number-87-small": " \n", + "number-88-small": " \n", + "number-89-small": " \n", + "number-9-small": " \n", + "number-9": " \n", + "number-90-small": " \n", + "number-91-small": " \n", + "number-92-small": " \n", + "number-93-small": " \n", + "number-94-small": " \n", + "number-95-small": " \n", + "number-96-small": " \n", + "number-97-small": " \n", + "number-98-small": " \n", + "number-99-small": " \n", + "number": " \n", + "numbers": " \n", + "nurse": " \n", + "nut": " \n", + "object-scan": " \n", + "octagon-minus-2": " \n", + "octagon-minus": " \n", + "octagon-off": " \n", + "octagon-plus-2": " \n", + "octagon-plus": " \n", + "octagon": " \n", + "octahedron-off": " \n", + "octahedron-plus": " \n", + "octahedron": " \n", + "old": " \n", + "olympics-off": " \n", + "olympics": " \n", + "om": " \n", + "omega": " \n", + "outbound": " \n", + "outlet": " \n", + "oval-vertical": " \n", + "oval": " \n", + "overline": " \n", + "package-export": " \n", + "package-import": " \n", + "package-off": " \n", + "package": " \n", + "packages": " \n", + "pacman": " \n", + "page-break": " \n", + "paint-off": " \n", + "paint": " \n", + "palette-off": " \n", + "palette": " \n", + "panorama-horizontal-off": " \n", + "panorama-horizontal": " \n", + "panorama-vertical-off": " \n", + "panorama-vertical": " \n", + "paper-bag-off": " \n", + "paper-bag": " \n", + "paperclip": " \n", + "parachute-off": " \n", + "parachute": " \n", + "parentheses-off": " \n", + "parentheses": " \n", + "parking-circle": " \n", + "parking-off": " \n", + "parking": " \n", + "password-fingerprint": " \n", + "password-mobile-phone": " \n", + "password-user": " \n", + "password": " \n", + "paw-off": " \n", + "paw": " \n", + "paywall": " \n", + "pdf": " \n", + "peace": " \n", + "pencil-bolt": " \n", + "pencil-cancel": " \n", + "pencil-check": " \n", + "pencil-code": " \n", + "pencil-cog": " \n", + "pencil-discount": " \n", + "pencil-dollar": " \n", + "pencil-down": " \n", + "pencil-exclamation": " \n", + "pencil-heart": " \n", + "pencil-minus": " \n", + "pencil-off": " \n", + "pencil-pause": " \n", + "pencil-pin": " \n", + "pencil-plus": " \n", + "pencil-question": " \n", + "pencil-search": " \n", + "pencil-share": " \n", + "pencil-star": " \n", + "pencil-up": " \n", + "pencil-x": " \n", + "pencil": " \n", + "pennant-2": " \n", + "pennant-off": " \n", + "pennant": " \n", + "pentagon-minus": " \n", + "pentagon-number-0": " \n", + "pentagon-number-1": " \n", + "pentagon-number-2": " \n", + "pentagon-number-3": " \n", + "pentagon-number-4": " \n", + "pentagon-number-5": " \n", + "pentagon-number-6": " \n", + "pentagon-number-7": " \n", + "pentagon-number-8": " \n", + "pentagon-number-9": " \n", + "pentagon-off": " \n", + "pentagon-plus": " \n", + "pentagon-x": " \n", + "pentagon": " \n", + "pentagram": " \n", + "pepper-off": " \n", + "pepper": " \n", + "percentage-0": " \n", + "percentage-10": " \n", + "percentage-100": " \n", + "percentage-20": " \n", + "percentage-25": " \n", + "percentage-30": " \n", + "percentage-33": " \n", + "percentage-40": " \n", + "percentage-50": " \n", + "percentage-60": " \n", + "percentage-66": " \n", + "percentage-70": " \n", + "percentage-75": " \n", + "percentage-80": " \n", + "percentage-90": " \n", + "percentage": " \n", + "perfume": " \n", + "perspective-off": " \n", + "perspective": " \n", + "phone-call": " \n", + "phone-calling": " \n", + "phone-check": " \n", + "phone-done": " \n", + "phone-end": " \n", + "phone-incoming": " \n", + "phone-off": " \n", + "phone-outgoing": " \n", + "phone-pause": " \n", + "phone-plus": " \n", + "phone-ringing": " \n", + "phone-spark": " \n", + "phone-x": " \n", + "phone": " \n", + "photo-ai": " \n", + "photo-bitcoin": " \n", + "photo-bolt": " \n", + "photo-cancel": " \n", + "photo-check": " \n", + "photo-circle-minus": " \n", + "photo-circle-plus": " \n", + "photo-circle": " \n", + "photo-code": " \n", + "photo-cog": " \n", + "photo-dollar": " \n", + "photo-down": " \n", + "photo-edit": " \n", + "photo-exclamation": " \n", + "photo-heart": " \n", + "photo-hexagon": " \n", + "photo-minus": " \n", + "photo-off": " \n", + "photo-pause": " \n", + "photo-pentagon": " \n", + "photo-pin": " \n", + "photo-plus": " \n", + "photo-question": " \n", + "photo-scan": " \n", + "photo-search": " \n", + "photo-sensor-2": " \n", + "photo-sensor-3": " \n", + "photo-sensor": " \n", + "photo-share": " \n", + "photo-shield": " \n", + "photo-spark": " \n", + "photo-square-rounded": " \n", + "photo-star": " \n", + "photo-up": " \n", + "photo-video": " \n", + "photo-x": " \n", + "photo": " \n", + "physotherapist": " \n", + "piano": " \n", + "pick": " \n", + "picnic-table": " \n", + "picture-in-picture-off": " \n", + "picture-in-picture-on": " \n", + "picture-in-picture-top": " \n", + "picture-in-picture": " \n", + "pig-money": " \n", + "pig-off": " \n", + "pig": " \n", + "pilcrow-left": " \n", + "pilcrow-right": " \n", + "pilcrow": " \n", + "pill-off": " \n", + "pill": " \n", + "pills": " \n", + "pin-end": " \n", + "pin-invoke": " \n", + "pin": " \n", + "ping-pong": " \n", + "pinned-off": " \n", + "pinned": " \n", + "pizza-off": " \n", + "pizza": " \n", + "placeholder": " \n", + "plane-arrival": " \n", + "plane-departure": " \n", + "plane-inflight": " \n", + "plane-off": " \n", + "plane-tilt": " \n", + "plane": " \n", + "planet-off": " \n", + "planet": " \n", + "plant-2-off": " \n", + "plant-2": " \n", + "plant-off": " \n", + "plant": " \n", + "play-basketball": " \n", + "play-card-1": " \n", + "play-card-10": " \n", + "play-card-2": " \n", + "play-card-3": " \n", + "play-card-4": " \n", + "play-card-5": " \n", + "play-card-6": " \n", + "play-card-7": " \n", + "play-card-8": " \n", + "play-card-9": " \n", + "play-card-a": " \n", + "play-card-j": " \n", + "play-card-k": " \n", + "play-card-off": " \n", + "play-card-q": " \n", + "play-card-star": " \n", + "play-card": " \n", + "play-football": " \n", + "play-handball": " \n", + "play-volleyball": " \n", + "player-eject": " \n", + "player-pause": " \n", + "player-play": " \n", + "player-record": " \n", + "player-skip-back": " \n", + "player-skip-forward": " \n", + "player-stop": " \n", + "player-track-next": " \n", + "player-track-prev": " \n", + "playlist-add": " \n", + "playlist-off": " \n", + "playlist-x": " \n", + "playlist": " \n", + "playstation-circle": " \n", + "playstation-square": " \n", + "playstation-triangle": " \n", + "playstation-x": " \n", + "plug-connected-x": " \n", + "plug-connected": " \n", + "plug-off": " \n", + "plug-x": " \n", + "plug": " \n", + "plus-equal": " \n", + "plus-minus": " \n", + "plus": " \n", + "png": " \n", + "podium-off": " \n", + "podium": " \n", + "point-off": " \n", + "point": " \n", + "pointer-bolt": " \n", + "pointer-cancel": " \n", + "pointer-check": " \n", + "pointer-code": " \n", + "pointer-cog": " \n", + "pointer-dollar": " \n", + "pointer-down": " \n", + "pointer-exclamation": " \n", + "pointer-heart": " \n", + "pointer-minus": " \n", + "pointer-off": " \n", + "pointer-pause": " \n", + "pointer-pin": " \n", + "pointer-plus": " \n", + "pointer-question": " \n", + "pointer-search": " \n", + "pointer-share": " \n", + "pointer-star": " \n", + "pointer-up": " \n", + "pointer-x": " \n", + "pointer": " \n", + "pokeball-off": " \n", + "pokeball": " \n", + "poker-chip": " \n", + "polaroid": " \n", + "polygon-off": " \n", + "polygon": " \n", + "poo": " \n", + "pool-off": " \n", + "pool": " \n", + "power": " \n", + "pray": " \n", + "premium-rights": " \n", + "prescription": " \n", + "presentation-analytics": " \n", + "presentation-off": " \n", + "presentation": " \n", + "printer-off": " \n", + "printer": " \n", + "prism-light": " \n", + "prism-off": " \n", + "prism-plus": " \n", + "prism": " \n", + "prison": " \n", + "progress-alert": " \n", + "progress-bolt": " \n", + "progress-check": " \n", + "progress-down": " \n", + "progress-help": " \n", + "progress-x": " \n", + "progress": " \n", + "prompt": " \n", + "prong": " \n", + "propeller-off": " \n", + "propeller": " \n", + "protocol": " \n", + "pumpkin-scary": " \n", + "puzzle-2": " \n", + "puzzle-off": " \n", + "puzzle": " \n", + "pyramid-off": " \n", + "pyramid-plus": " \n", + "pyramid": " \n", + "qrcode-off": " \n", + "qrcode": " \n", + "question-mark": " \n", + "quote-off": " \n", + "quote": " \n", + "quotes": " \n", + "radar-2": " \n", + "radar-off": " \n", + "radar": " \n", + "radio-off": " \n", + "radio": " \n", + "radioactive-off": " \n", + "radioactive": " \n", + "radius-bottom-left": " \n", + "radius-bottom-right": " \n", + "radius-top-left": " \n", + "radius-top-right": " \n", + "rainbow-off": " \n", + "rainbow": " \n", + "rating-12-plus": " \n", + "rating-14-plus": " \n", + "rating-16-plus": " \n", + "rating-18-plus": " \n", + "rating-21-plus": " \n", + "razor-electric": " \n", + "razor": " \n", + "receipt-2": " \n", + "receipt-bitcoin": " \n", + "receipt-dollar": " \n", + "receipt-euro": " \n", + "receipt-off": " \n", + "receipt-pound": " \n", + "receipt-refund": " \n", + "receipt-rupee": " \n", + "receipt-tax": " \n", + "receipt-yen": " \n", + "receipt-yuan": " \n", + "receipt": " \n", + "recharging": " \n", + "record-mail-off": " \n", + "record-mail": " \n", + "rectangle-rounded-bottom": " \n", + "rectangle-rounded-top": " \n", + "rectangle-vertical": " \n", + "rectangle": " \n", + "rectangular-prism-off": " \n", + "rectangular-prism-plus": " \n", + "rectangular-prism": " \n", + "recycle-off": " \n", + "recycle": " \n", + "refresh-alert": " \n", + "refresh-dot": " \n", + "refresh-off": " \n", + "refresh": " \n", + "regex-off": " \n", + "regex": " \n", + "registered": " \n", + "relation-many-to-many": " \n", + "relation-one-to-many": " \n", + "relation-one-to-one": " \n", + "reload": " \n", + "reorder": " \n", + "repeat-off": " \n", + "repeat-once": " \n", + "repeat": " \n", + "replace-off": " \n", + "replace-user": " \n", + "replace": " \n", + "report-analytics": " \n", + "report-medical": " \n", + "report-money": " \n", + "report-off": " \n", + "report-search": " \n", + "report": " \n", + "reserved-line": " \n", + "resize": " \n", + "restore": " \n", + "rewind-backward-10": " \n", + "rewind-backward-15": " \n", + "rewind-backward-20": " \n", + "rewind-backward-30": " \n", + "rewind-backward-40": " \n", + "rewind-backward-5": " \n", + "rewind-backward-50": " \n", + "rewind-backward-60": " \n", + "rewind-forward-10": " \n", + "rewind-forward-15": " \n", + "rewind-forward-20": " \n", + "rewind-forward-30": " \n", + "rewind-forward-40": " \n", + "rewind-forward-5": " \n", + "rewind-forward-50": " \n", + "rewind-forward-60": " \n", + "ribbon-health": " \n", + "rings": " \n", + "ripple-off": " \n", + "ripple": " \n", + "road-off": " \n", + "road-sign": " \n", + "road": " \n", + "robot-face": " \n", + "robot-off": " \n", + "robot": " \n", + "rocket-off": " \n", + "rocket": " \n", + "roller-skating": " \n", + "rollercoaster-off": " \n", + "rollercoaster": " \n", + "rosette-discount-check-off": " \n", + "rosette-discount-check": " \n", + "rosette-discount-off": " \n", + "rosette-discount": " \n", + "rosette-number-0": " \n", + "rosette-number-1": " \n", + "rosette-number-2": " \n", + "rosette-number-3": " \n", + "rosette-number-4": " \n", + "rosette-number-5": " \n", + "rosette-number-6": " \n", + "rosette-number-7": " \n", + "rosette-number-8": " \n", + "rosette-number-9": " \n", + "rosette": " \n", + "rotate-2": " \n", + "rotate-360": " \n", + "rotate-3d": " \n", + "rotate-clockwise-2": " \n", + "rotate-clockwise": " \n", + "rotate-dot": " \n", + "rotate-rectangle": " \n", + "rotate": " \n", + "route-2": " \n", + "route-alt-left": " \n", + "route-alt-right": " \n", + "route-off": " \n", + "route-scan": " \n", + "route-square-2": " \n", + "route-square": " \n", + "route-x-2": " \n", + "route-x": " \n", + "route": " \n", + "router-off": " \n", + "router": " \n", + "row-insert-bottom": " \n", + "row-insert-top": " \n", + "row-remove": " \n", + "rss": " \n", + "rubber-stamp-off": " \n", + "rubber-stamp": " \n", + "ruler-2-off": " \n", + "ruler-2": " \n", + "ruler-3": " \n", + "ruler-measure-2": " \n", + "ruler-measure": " \n", + "ruler-off": " \n", + "ruler": " \n", + "run": " \n", + "rv-truck": " \n", + "s-turn-down": " \n", + "s-turn-left": " \n", + "s-turn-right": " \n", + "s-turn-up": " \n", + "sailboat-2": " \n", + "sailboat-off": " \n", + "sailboat": " \n", + "salad": " \n", + "salt": " \n", + "sandbox": " \n", + "satellite-off": " \n", + "satellite": " \n", + "sausage": " \n", + "scale-off": " \n", + "scale-outline-off": " \n", + "scale-outline": " \n", + "scale": " \n", + "scan-eye": " \n", + "scan-position": " \n", + "scan": " \n", + "schema-off": " \n", + "schema": " \n", + "school-bell": " \n", + "school-off": " \n", + "school": " \n", + "scissors-off": " \n", + "scissors": " \n", + "scooter-electric": " \n", + "scooter": " \n", + "scoreboard": " \n", + "screen-share-off": " \n", + "screen-share": " \n", + "screenshot": " \n", + "scribble-off": " \n", + "scribble": " \n", + "script-minus": " \n", + "script-plus": " \n", + "script-x": " \n", + "script": " \n", + "scuba-diving-tank": " \n", + "scuba-diving": " \n", + "scuba-mask-off": " \n", + "scuba-mask": " \n", + "sdk": " \n", + "search-off": " \n", + "search": " \n", + "section-sign": " \n", + "section": " \n", + "seedling-off": " \n", + "seedling": " \n", + "select-all": " \n", + "select": " \n", + "selector": " \n", + "send-2": " \n", + "send-off": " \n", + "send": " \n", + "seo": " \n", + "separator-horizontal": " \n", + "separator-vertical": " \n", + "separator": " \n", + "server-2": " \n", + "server-bolt": " \n", + "server-cog": " \n", + "server-off": " \n", + "server-spark": " \n", + "server": " \n", + "servicemark": " \n", + "settings-2": " \n", + "settings-automation": " \n", + "settings-bolt": " \n", + "settings-cancel": " \n", + "settings-check": " \n", + "settings-code": " \n", + "settings-cog": " \n", + "settings-dollar": " \n", + "settings-down": " \n", + "settings-exclamation": " \n", + "settings-heart": " \n", + "settings-minus": " \n", + "settings-off": " \n", + "settings-pause": " \n", + "settings-pin": " \n", + "settings-plus": " \n", + "settings-question": " \n", + "settings-search": " \n", + "settings-share": " \n", + "settings-spark": " \n", + "settings-star": " \n", + "settings-up": " \n", + "settings-x": " \n", + "settings": " \n", + "shadow-off": " \n", + "shadow": " \n", + "shape-2": " \n", + "shape-3": " \n", + "shape-off": " \n", + "shape": " \n", + "share-2": " \n", + "share-3": " \n", + "share-off": " \n", + "share": " \n", + "shareplay": " \n", + "shield-bolt": " \n", + "shield-cancel": " \n", + "shield-check": " \n", + "shield-checkered": " \n", + "shield-chevron": " \n", + "shield-code": " \n", + "shield-cog": " \n", + "shield-dollar": " \n", + "shield-down": " \n", + "shield-exclamation": " \n", + "shield-half": " \n", + "shield-heart": " \n", + "shield-lock": " \n", + "shield-minus": " \n", + "shield-off": " \n", + "shield-pause": " \n", + "shield-pin": " \n", + "shield-plus": " \n", + "shield-question": " \n", + "shield-search": " \n", + "shield-share": " \n", + "shield-star": " \n", + "shield-up": " \n", + "shield-x": " \n", + "shield": " \n", + "ship-off": " \n", + "ship": " \n", + "shirt-off": " \n", + "shirt-sport": " \n", + "shirt": " \n", + "shoe-off": " \n", + "shoe": " \n", + "shopping-bag-check": " \n", + "shopping-bag-discount": " \n", + "shopping-bag-edit": " \n", + "shopping-bag-exclamation": " \n", + "shopping-bag-heart": " \n", + "shopping-bag-minus": " \n", + "shopping-bag-plus": " \n", + "shopping-bag-search": " \n", + "shopping-bag-x": " \n", + "shopping-bag": " \n", + "shopping-cart-bolt": " \n", + "shopping-cart-cancel": " \n", + "shopping-cart-check": " \n", + "shopping-cart-code": " \n", + "shopping-cart-cog": " \n", + "shopping-cart-copy": " \n", + "shopping-cart-discount": " \n", + "shopping-cart-dollar": " \n", + "shopping-cart-down": " \n", + "shopping-cart-exclamation": " \n", + "shopping-cart-heart": " \n", + "shopping-cart-minus": " \n", + "shopping-cart-off": " \n", + "shopping-cart-pause": " \n", + "shopping-cart-pin": " \n", + "shopping-cart-plus": " \n", + "shopping-cart-question": " \n", + "shopping-cart-search": " \n", + "shopping-cart-share": " \n", + "shopping-cart-star": " \n", + "shopping-cart-up": " \n", + "shopping-cart-x": " \n", + "shopping-cart": " \n", + "shovel-pitchforks": " \n", + "shovel": " \n", + "shredder": " \n", + "sign-left": " \n", + "sign-right": " \n", + "signal-2g": " \n", + "signal-3g": " \n", + "signal-4g-plus": " \n", + "signal-4g": " \n", + "signal-5g": " \n", + "signal-6g": " \n", + "signal-e": " \n", + "signal-g": " \n", + "signal-h-plus": " \n", + "signal-h": " \n", + "signal-lte": " \n", + "signature-off": " \n", + "signature": " \n", + "sitemap-off": " \n", + "sitemap": " \n", + "skateboard-off": " \n", + "skateboard": " \n", + "skateboarding": " \n", + "skew-x": " \n", + "skew-y": " \n", + "ski-jumping": " \n", + "skull": " \n", + "slash": " \n", + "slashes": " \n", + "sleigh": " \n", + "slice": " \n", + "slideshow": " \n", + "smart-home-off": " \n", + "smart-home": " \n", + "smoking-no": " \n", + "smoking": " \n", + "snowboarding": " \n", + "snowflake-off": " \n", + "snowflake": " \n", + "snowman": " \n", + "soccer-field": " \n", + "social-off": " \n", + "social": " \n", + "sock": " \n", + "sofa-off": " \n", + "sofa": " \n", + "solar-electricity": " \n", + "solar-panel-2": " \n", + "solar-panel": " \n", + "sort-0-9": " \n", + "sort-9-0": " \n", + "sort-a-z": " \n", + "sort-ascending-2": " \n", + "sort-ascending-letters": " \n", + "sort-ascending-numbers": " \n", + "sort-ascending-shapes": " \n", + "sort-ascending-small-big": " \n", + "sort-ascending": " \n", + "sort-descending-2": " \n", + "sort-descending-letters": " \n", + "sort-descending-numbers": " \n", + "sort-descending-shapes": " \n", + "sort-descending-small-big": " \n", + "sort-descending": " \n", + "sort-z-a": " \n", + "sos": " \n", + "soup-off": " \n", + "soup": " \n", + "source-code": " \n", + "space-off": " \n", + "space": " \n", + "spaces": " \n", + "spacing-horizontal": " \n", + "spacing-vertical": " \n", + "spade": " \n", + "sparkles": " \n", + "speakerphone": " \n", + "speedboat": " \n", + "sphere-off": " \n", + "sphere-plus": " \n", + "sphere": " \n", + "spider": " \n", + "spiral-off": " \n", + "spiral": " \n", + "sport-billard": " \n", + "spray": " \n", + "spy-off": " \n", + "spy": " \n", + "sql": " \n", + "square-arrow-down": " \n", + "square-arrow-left": " \n", + "square-arrow-right": " \n", + "square-arrow-up": " \n", + "square-asterisk": " \n", + "square-check": " \n", + "square-chevron-down": " \n", + "square-chevron-left": " \n", + "square-chevron-right": " \n", + "square-chevron-up": " \n", + "square-chevrons-down": " \n", + "square-chevrons-left": " \n", + "square-chevrons-right": " \n", + "square-chevrons-up": " \n", + "square-dashed": " \n", + "square-dot": " \n", + "square-f0": " \n", + "square-f1": " \n", + "square-f2": " \n", + "square-f3": " \n", + "square-f4": " \n", + "square-f5": " \n", + "square-f6": " \n", + "square-f7": " \n", + "square-f8": " \n", + "square-f9": " \n", + "square-forbid-2": " \n", + "square-forbid": " \n", + "square-half": " \n", + "square-key": " \n", + "square-letter-a": " \n", + "square-letter-b": " \n", + "square-letter-c": " \n", + "square-letter-d": " \n", + "square-letter-e": " \n", + "square-letter-f": " \n", + "square-letter-g": " \n", + "square-letter-h": " \n", + "square-letter-i": " \n", + "square-letter-j": " \n", + "square-letter-k": " \n", + "square-letter-l": " \n", + "square-letter-m": " \n", + "square-letter-n": " \n", + "square-letter-o": " \n", + "square-letter-p": " \n", + "square-letter-q": " \n", + "square-letter-r": " \n", + "square-letter-s": " \n", + "square-letter-t": " \n", + "square-letter-u": " \n", + "square-letter-v": " \n", + "square-letter-w": " \n", + "square-letter-x": " \n", + "square-letter-y": " \n", + "square-letter-z": " \n", + "square-minus": " \n", + "square-number-0": " \n", + "square-number-1": " \n", + "square-number-2": " \n", + "square-number-3": " \n", + "square-number-4": " \n", + "square-number-5": " \n", + "square-number-6": " \n", + "square-number-7": " \n", + "square-number-8": " \n", + "square-number-9": " \n", + "square-off": " \n", + "square-percentage": " \n", + "square-plus-2": " \n", + "square-plus": " \n", + "square-root-2": " \n", + "square-root": " \n", + "square-rotated-forbid-2": " \n", + "square-rotated-forbid": " \n", + "square-rotated-off": " \n", + "square-rotated": " \n", + "square-rounded-arrow-down": " \n", + "square-rounded-arrow-left": " \n", + "square-rounded-arrow-right": " \n", + "square-rounded-arrow-up": " \n", + "square-rounded-check": " \n", + "square-rounded-chevron-down": " \n", + "square-rounded-chevron-left": " \n", + "square-rounded-chevron-right": " \n", + "square-rounded-chevron-up": " \n", + "square-rounded-chevrons-down": " \n", + "square-rounded-chevrons-left": " \n", + "square-rounded-chevrons-right": " \n", + "square-rounded-chevrons-up": " \n", + "square-rounded-letter-a": " \n", + "square-rounded-letter-b": " \n", + "square-rounded-letter-c": " \n", + "square-rounded-letter-d": " \n", + "square-rounded-letter-e": " \n", + "square-rounded-letter-f": " \n", + "square-rounded-letter-g": " \n", + "square-rounded-letter-h": " \n", + "square-rounded-letter-i": " \n", + "square-rounded-letter-j": " \n", + "square-rounded-letter-k": " \n", + "square-rounded-letter-l": " \n", + "square-rounded-letter-m": " \n", + "square-rounded-letter-n": " \n", + "square-rounded-letter-o": " \n", + "square-rounded-letter-p": " \n", + "square-rounded-letter-q": " \n", + "square-rounded-letter-r": " \n", + "square-rounded-letter-s": " \n", + "square-rounded-letter-t": " \n", + "square-rounded-letter-u": " \n", + "square-rounded-letter-v": " \n", + "square-rounded-letter-w": " \n", + "square-rounded-letter-x": " \n", + "square-rounded-letter-y": " \n", + "square-rounded-letter-z": " \n", + "square-rounded-minus-2": " \n", + "square-rounded-minus": " \n", + "square-rounded-number-0": " \n", + "square-rounded-number-1": " \n", + "square-rounded-number-2": " \n", + "square-rounded-number-3": " \n", + "square-rounded-number-4": " \n", + "square-rounded-number-5": " \n", + "square-rounded-number-6": " \n", + "square-rounded-number-7": " \n", + "square-rounded-number-8": " \n", + "square-rounded-number-9": " \n", + "square-rounded-percentage": " \n", + "square-rounded-plus-2": " \n", + "square-rounded-plus": " \n", + "square-rounded-x": " \n", + "square-rounded": " \n", + "square-toggle-horizontal": " \n", + "square-toggle": " \n", + "square-x": " \n", + "square": " \n", + "squares-diagonal": " \n", + "squares-selected": " \n", + "squares": " \n", + "stack-2": " \n", + "stack-3": " \n", + "stack-back": " \n", + "stack-backward": " \n", + "stack-forward": " \n", + "stack-front": " \n", + "stack-middle": " \n", + "stack-pop": " \n", + "stack-push": " \n", + "stack": " \n", + "stairs-down": " \n", + "stairs-up": " \n", + "stairs": " \n", + "star-half": " \n", + "star-off": " \n", + "star": " \n", + "stars-off": " \n", + "stars": " \n", + "status-change": " \n", + "steam": " \n", + "steering-wheel-off": " \n", + "steering-wheel": " \n", + "step-into": " \n", + "step-out": " \n", + "stereo-glasses": " \n", + "stethoscope-off": " \n", + "stethoscope": " \n", + "sticker-2": " \n", + "sticker": " \n", + "stopwatch": " \n", + "storm-off": " \n", + "storm": " \n", + "stretching-2": " \n", + "stretching": " \n", + "strikethrough": " \n", + "submarine": " \n", + "subscript": " \n", + "subtask": " \n", + "sum-off": " \n", + "sum": " \n", + "sun-electricity": " \n", + "sun-high": " \n", + "sun-low": " \n", + "sun-moon": " \n", + "sun-off": " \n", + "sun-wind": " \n", + "sun": " \n", + "sunglasses": " \n", + "sunrise": " \n", + "sunset-2": " \n", + "sunset": " \n", + "superscript": " \n", + "svg": " \n", + "swimming": " \n", + "swipe-down": " \n", + "swipe-left": " \n", + "swipe-right": " \n", + "swipe-up": " \n", + "swipe": " \n", + "switch-2": " \n", + "switch-3": " \n", + "switch-horizontal": " \n", + "switch-vertical": " \n", + "switch": " \n", + "sword-off": " \n", + "sword": " \n", + "swords": " \n", + "table-alias": " \n", + "table-column": " \n", + "table-dashed": " \n", + "table-down": " \n", + "table-export": " \n", + "table-heart": " \n", + "table-import": " \n", + "table-minus": " \n", + "table-off": " \n", + "table-options": " \n", + "table-plus": " \n", + "table-row": " \n", + "table-share": " \n", + "table-shortcut": " \n", + "table-spark": " \n", + "table": " \n", + "tag-minus": " \n", + "tag-off": " \n", + "tag-plus": " \n", + "tag-starred": " \n", + "tag": " \n", + "tags-off": " \n", + "tags": " \n", + "tallymark-1": " \n", + "tallymark-2": " \n", + "tallymark-3": " \n", + "tallymark-4": " \n", + "tallymarks": " \n", + "tank": " \n", + "target-arrow": " \n", + "target-off": " \n", + "target": " \n", + "tax-euro": " \n", + "tax-pound": " \n", + "tax": " \n", + "teapot": " \n", + "telescope-off": " \n", + "telescope": " \n", + "temperature-celsius": " \n", + "temperature-fahrenheit": " \n", + "temperature-minus": " \n", + "temperature-off": " \n", + "temperature-plus": " \n", + "temperature-snow": " \n", + "temperature-sun": " \n", + "temperature": " \n", + "template-off": " \n", + "template": " \n", + "tent-off": " \n", + "tent": " \n", + "terminal-2": " \n", + "terminal": " \n", + "test-pipe-2": " \n", + "test-pipe-off": " \n", + "test-pipe": " \n", + "tex": " \n", + "text-caption": " \n", + "text-color": " \n", + "text-decrease": " \n", + "text-direction-ltr": " \n", + "text-direction-rtl": " \n", + "text-grammar": " \n", + "text-increase": " \n", + "text-orientation": " \n", + "text-plus": " \n", + "text-recognition": " \n", + "text-resize": " \n", + "text-scan-2": " \n", + "text-size": " \n", + "text-spellcheck": " \n", + "text-wrap-column": " \n", + "text-wrap-disabled": " \n", + "text-wrap": " \n", + "texture": " \n", + "theater": " \n", + "thermometer": " \n", + "thumb-down-off": " \n", + "thumb-down": " \n", + "thumb-up-off": " \n", + "thumb-up": " \n", + "tic-tac": " \n", + "ticket-off": " \n", + "ticket": " \n", + "tie": " \n", + "tilde": " \n", + "tilt-shift-off": " \n", + "tilt-shift": " \n", + "time-duration-0": " \n", + "time-duration-10": " \n", + "time-duration-15": " \n", + "time-duration-30": " \n", + "time-duration-45": " \n", + "time-duration-5": " \n", + "time-duration-60": " \n", + "time-duration-90": " \n", + "time-duration-off": " \n", + "timeline-event-exclamation": " \n", + "timeline-event-minus": " \n", + "timeline-event-plus": " \n", + "timeline-event-text": " \n", + "timeline-event-x": " \n", + "timeline-event": " \n", + "timeline": " \n", + "timezone": " \n", + "tip-jar-euro": " \n", + "tip-jar-pound": " \n", + "tip-jar": " \n", + "tir": " \n", + "toggle-left": " \n", + "toggle-right": " \n", + "toilet-paper-off": " \n", + "toilet-paper": " \n", + "toml": " \n", + "tool": " \n", + "tools-kitchen-2-off": " \n", + "tools-kitchen-2": " \n", + "tools-kitchen-3": " \n", + "tools-kitchen-off": " \n", + "tools-kitchen": " \n", + "tools-off": " \n", + "tools": " \n", + "tooltip": " \n", + "topology-bus": " \n", + "topology-complex": " \n", + "topology-full-hierarchy": " \n", + "topology-full": " \n", + "topology-ring-2": " \n", + "topology-ring-3": " \n", + "topology-ring": " \n", + "topology-star-2": " \n", + "topology-star-3": " \n", + "topology-star-ring-2": " \n", + "topology-star-ring-3": " \n", + "topology-star-ring": " \n", + "topology-star": " \n", + "torii": " \n", + "tornado": " \n", + "tournament": " \n", + "tower-off": " \n", + "tower": " \n", + "track": " \n", + "tractor": " \n", + "trademark": " \n", + "traffic-cone-off": " \n", + "traffic-cone": " \n", + "traffic-lights-off": " \n", + "traffic-lights": " \n", + "train": " \n", + "transaction-bitcoin": " \n", + "transaction-dollar": " \n", + "transaction-euro": " \n", + "transaction-pound": " \n", + "transaction-rupee": " \n", + "transaction-yen": " \n", + "transaction-yuan": " \n", + "transfer-in": " \n", + "transfer-out": " \n", + "transfer-vertical": " \n", + "transfer": " \n", + "transform-point-bottom-left": " \n", + "transform-point-bottom-right": " \n", + "transform-point-top-left": " \n", + "transform-point-top-right": " \n", + "transform-point": " \n", + "transform": " \n", + "transition-bottom": " \n", + "transition-left": " \n", + "transition-right": " \n", + "transition-top": " \n", + "trash-off": " \n", + "trash-x": " \n", + "trash": " \n", + "treadmill": " \n", + "tree": " \n", + "trees": " \n", + "trekking": " \n", + "trending-down-2": " \n", + "trending-down-3": " \n", + "trending-down": " \n", + "trending-up-2": " \n", + "trending-up-3": " \n", + "trending-up": " \n", + "triangle-inverted": " \n", + "triangle-minus-2": " \n", + "triangle-minus": " \n", + "triangle-off": " \n", + "triangle-plus-2": " \n", + "triangle-plus": " \n", + "triangle-square-circle": " \n", + "triangle": " \n", + "triangles": " \n", + "trident": " \n", + "trolley": " \n", + "trophy-off": " \n", + "trophy": " \n", + "trowel": " \n", + "truck-delivery": " \n", + "truck-loading": " \n", + "truck-off": " \n", + "truck-return": " \n", + "truck": " \n", + "txt": " \n", + "typeface": " \n", + "typography-off": " \n", + "typography": " \n", + "u-turn-left": " \n", + "u-turn-right": " \n", + "ufo-off": " \n", + "ufo": " \n", + "uhd": " \n", + "umbrella-2": " \n", + "umbrella-closed-2": " \n", + "umbrella-closed": " \n", + "umbrella-off": " \n", + "umbrella": " \n", + "underline": " \n", + "universe": " \n", + "unlink": " \n", + "upload": " \n", + "urgent": " \n", + "usb": " \n", + "user-bitcoin": " \n", + "user-bolt": " \n", + "user-cancel": " \n", + "user-check": " \n", + "user-circle": " \n", + "user-code": " \n", + "user-cog": " \n", + "user-dollar": " \n", + "user-down": " \n", + "user-edit": " \n", + "user-exclamation": " \n", + "user-heart": " \n", + "user-hexagon": " \n", + "user-minus": " \n", + "user-off": " \n", + "user-pause": " \n", + "user-pentagon": " \n", + "user-pin": " \n", + "user-plus": " \n", + "user-question": " \n", + "user-scan": " \n", + "user-screen": " \n", + "user-search": " \n", + "user-share": " \n", + "user-shield": " \n", + "user-square-rounded": " \n", + "user-square": " \n", + "user-star": " \n", + "user-up": " \n", + "user-x": " \n", + "user": " \n", + "users-group": " \n", + "users-minus": " \n", + "users-plus": " \n", + "users": " \n", + "uv-index": " \n", + "ux-circle": " \n", + "vaccine-bottle-off": " \n", + "vaccine-bottle": " \n", + "vaccine-off": " \n", + "vaccine": " \n", + "vacuum-cleaner": " \n", + "variable-minus": " \n", + "variable-off": " \n", + "variable-plus": " \n", + "variable": " \n", + "vector-bezier-2": " \n", + "vector-bezier-arc": " \n", + "vector-bezier-circle": " \n", + "vector-bezier": " \n", + "vector-off": " \n", + "vector-spline": " \n", + "vector-triangle-off": " \n", + "vector-triangle": " \n", + "vector": " \n", + "venus": " \n", + "versions-off": " \n", + "versions": " \n", + "video-minus": " \n", + "video-off": " \n", + "video-plus": " \n", + "video": " \n", + "view-360-arrow": " \n", + "view-360-number": " \n", + "view-360-off": " \n", + "view-360": " \n", + "viewfinder-off": " \n", + "viewfinder": " \n", + "viewport-narrow": " \n", + "viewport-short": " \n", + "viewport-tall": " \n", + "viewport-wide": " \n", + "vinyl": " \n", + "vip-off": " \n", + "vip": " \n", + "virus-off": " \n", + "virus-search": " \n", + "virus": " \n", + "vocabulary-off": " \n", + "vocabulary": " \n", + "volcano": " \n", + "volume-2": " \n", + "volume-3": " \n", + "volume-off": " \n", + "volume": " \n", + "vs": " \n", + "walk": " \n", + "wall-off": " \n", + "wall": " \n", + "wallet-off": " \n", + "wallet": " \n", + "wallpaper-off": " \n", + "wallpaper": " \n", + "wand-off": " \n", + "wand": " \n", + "wash-dry-1": " \n", + "wash-dry-2": " \n", + "wash-dry-3": " \n", + "wash-dry-a": " \n", + "wash-dry-dip": " \n", + "wash-dry-f": " \n", + "wash-dry-flat": " \n", + "wash-dry-hang": " \n", + "wash-dry-off": " \n", + "wash-dry-p": " \n", + "wash-dry-shade": " \n", + "wash-dry-w": " \n", + "wash-dry": " \n", + "wash-dryclean-off": " \n", + "wash-dryclean": " \n", + "wash-eco": " \n", + "wash-gentle": " \n", + "wash-hand": " \n", + "wash-machine": " \n", + "wash-off": " \n", + "wash-press": " \n", + "wash-temperature-1": " \n", + "wash-temperature-2": " \n", + "wash-temperature-3": " \n", + "wash-temperature-4": " \n", + "wash-temperature-5": " \n", + "wash-temperature-6": " \n", + "wash-tumble-dry": " \n", + "wash-tumble-off": " \n", + "wash": " \n", + "waterpolo": " \n", + "wave-saw-tool": " \n", + "wave-sine": " \n", + "wave-square": " \n", + "waves-electricity": " \n", + "webhook-off": " \n", + "webhook": " \n", + "weight": " \n", + "wheat-off": " \n", + "wheat": " \n", + "wheel": " \n", + "wheelchair-off": " \n", + "wheelchair": " \n", + "whirl": " \n", + "wifi-0": " \n", + "wifi-1": " \n", + "wifi-2": " \n", + "wifi-off": " \n", + "wifi": " \n", + "wind-electricity": " \n", + "wind-off": " \n", + "wind": " \n", + "windmill-off": " \n", + "windmill": " \n", + "window-maximize": " \n", + "window-minimize": " \n", + "window-off": " \n", + "window": " \n", + "windsock": " \n", + "wiper-wash": " \n", + "wiper": " \n", + "woman": " \n", + "wood": " \n", + "world-bolt": " \n", + "world-cancel": " \n", + "world-check": " \n", + "world-code": " \n", + "world-cog": " \n", + "world-dollar": " \n", + "world-down": " \n", + "world-download": " \n", + "world-exclamation": " \n", + "world-heart": " \n", + "world-latitude": " \n", + "world-longitude": " \n", + "world-minus": " \n", + "world-off": " \n", + "world-pause": " \n", + "world-pin": " \n", + "world-plus": " \n", + "world-question": " \n", + "world-search": " \n", + "world-share": " \n", + "world-star": " \n", + "world-up": " \n", + "world-upload": " \n", + "world-www": " \n", + "world-x": " \n", + "world": " \n", + "wrecking-ball": " \n", + "writing-off": " \n", + "writing-sign-off": " \n", + "writing-sign": " \n", + "writing": " \n", + "x-power-y": " \n", + "x": " \n", + "xbox-a": " \n", + "xbox-b": " \n", + "xbox-x": " \n", + "xbox-y": " \n", + "xd": " \n", + "xxx": " \n", + "yin-yang": " \n", + "yoga": " \n", + "zeppelin-off": " \n", + "zeppelin": " \n", + "zip": " \n", + "zodiac-aquarius": " \n", + "zodiac-aries": " \n", + "zodiac-cancer": " \n", + "zodiac-capricorn": " \n", + "zodiac-gemini": " \n", + "zodiac-leo": " \n", + "zodiac-libra": " \n", + "zodiac-pisces": " \n", + "zodiac-sagittarius": " \n", + "zodiac-scorpio": " \n", + "zodiac-taurus": " \n", + "zodiac-virgo": " \n", + "zoom-cancel": " \n", + "zoom-check": " \n", + "zoom-code": " \n", + "zoom-exclamation": " \n", + "zoom-in-area": " \n", + "zoom-in": " \n", + "zoom-money": " \n", + "zoom-out-area": " \n", + "zoom-out": " \n", + "zoom-pan": " \n", + "zoom-question": " \n", + "zoom-replace": " \n", + "zoom-reset": " \n", + "zoom-scan": " \n", + "zoom": " \n", + "zzz-off": " \n", + "zzz": " \n", + "HEAD": "", + "TAIL": "" +}; diff --git a/package-lock.json b/package-lock.json index 953a459..79fa369 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "@cdransf/eleventy-tabler-icons-filled", - "version": "2.0.0", + "version": "2.11.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@cdransf/eleventy-tabler-icons-filled", - "version": "2.0.0", + "version": "2.11.1", "license": "MIT", "devDependencies": { "@11ty/eleventy": "v3.0.0", - "@tabler/icons": "^3.19.0" + "@tabler/icons": "^3.31.0" } }, "node_modules/@11ty/dependency-tree": { @@ -349,9 +349,9 @@ } }, "node_modules/@tabler/icons": { - "version": "3.19.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.19.0.tgz", - "integrity": "sha512-A4WEWqpdbTfnpFEtwXqwAe9qf9sp1yRPvzppqAuwcoF0q5YInqB+JkJtSFToCyBpPVeLxJUxxkapLvt2qQgnag==", + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.31.0.tgz", + "integrity": "sha512-dblAdeKY3+GA1U+Q9eziZ0ooVlZMHsE8dqP0RkwvRtEsAULoKOYaCUOcJ4oW1DjWegdxk++UAt2SlQVnmeHv+g==", "dev": true, "license": "MIT", "funding": { diff --git a/package.json b/package.json index 5c0def6..d8072ad 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { "name": "@cdransf/eleventy-tabler-icons-filled", - "version": "2.0.0", + "version": "2.11.1", "description": "Shortcodes to add filled Tabler icons to your Eleventy projects", + "type": "module", "main": "tablericons.js", "files": [ "tablericons.js", @@ -24,15 +25,15 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/cdransf/eleventy-tabler-icons-filled.git" + "url": "git+https://git.apps.coryd.dev/cdransf/eleventy-tabler-icons-filled.git" }, - "homepage": "https://github.com/cdransf/eleventy-tabler-icons-filled#readme", + "homepage": "https://git.apps.coryd.dev/cdransf/eleventy-tabler-icons-filled#readme", "bugs": { - "url": "https://github.com/cdransf/eleventy-tabler-icons-filled/issues" + "url": "https://git.apps.coryd.dev/cdransf/eleventy-tabler-icons-filled/issues" }, "license": "MIT", "devDependencies": { "@11ty/eleventy": "v3.0.0", - "@tabler/icons": "^3.19.0" + "@tabler/icons": "^3.31.0" } }