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 ba547ec..9bbc63f 100644 --- a/icons.js +++ b/icons.js @@ -1,3 +1,4942 @@ -// Generated by build.js at 2024-05-18T15:33:15.816Z +// 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\">","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\">","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\">","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":"xmlns=\"http://www.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\">","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\">","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\">","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\">","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\">","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\">","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\">","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\">","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\">","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\">","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-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\">","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\">","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-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-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\">","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\">","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":"xmlns=\"http://www.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\">","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\">","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\">","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\">","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\">","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\">","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":"xmlns=\"http://www.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\">","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\">","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\">","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\">","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-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\">","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\">","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\">","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\">","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\">","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\">","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\">","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":"xmlns=\"http://www.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\">","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\">","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\">","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\">","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\">","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\">","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 c8e2f97..79fa369 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,74 +1,102 @@ { "name": "@cdransf/eleventy-tabler-icons-filled", - "version": "1.4.0", + "version": "2.11.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@cdransf/eleventy-tabler-icons-filled", - "version": "1.4.0", + "version": "2.11.1", "license": "MIT", "devDependencies": { - "@11ty/eleventy": "^2.0.1", - "@tabler/icons": "^3.4.0" + "@11ty/eleventy": "v3.0.0", + "@tabler/icons": "^3.31.0" } }, "node_modules/@11ty/dependency-tree": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@11ty/dependency-tree/-/dependency-tree-2.0.1.tgz", - "integrity": "sha512-5R+DsT9LJ9tXiSQ4y+KLFppCkQyXhzAm1AIuBWE/sbU0hSXY5pkhoqQYEcPJQFg/nglL+wD55iv2j+7O96UAvg==", - "dev": true + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@11ty/dependency-tree/-/dependency-tree-3.0.1.tgz", + "integrity": "sha512-aZizxcL4Z/clm3KPRx8i9ohW9R2gLssXfUSy7qQmQRXb4CUOyvmqk2gKeJqRmXIfMi2bB9w03SgtN5v1YwqpiA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@11ty/eleventy-utils": "^1.0.2" + } + }, + "node_modules/@11ty/dependency-tree-esm": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@11ty/dependency-tree-esm/-/dependency-tree-esm-1.0.0.tgz", + "integrity": "sha512-Z3KN1Fkv50UM/ZzTR3VBbyOY52HnmhIVCsAV1hn2UzFsGAjyF1Cw8uohhVtheDOSuBR7ZSeo1unwkz1HxFlUtQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@11ty/eleventy-utils": "^1.0.2", + "acorn": "^8.10.0", + "dependency-graph": "^0.11.0", + "normalize-path": "^3.0.0" + } + }, + "node_modules/@11ty/dependency-tree-esm/node_modules/dependency-graph": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.11.0.tgz", + "integrity": "sha512-JeMq7fEshyepOWDfcfHK06N3MhyPhz++vtqWhMT5O9A3K42rdsEDpfdVqjaqaAhsw6a+ZqeDvQVtD0hFHQWrzg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.6.0" + } }, "node_modules/@11ty/eleventy": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@11ty/eleventy/-/eleventy-2.0.1.tgz", - "integrity": "sha512-t8XVUbCJByhVEa1RzO0zS2QzbL3wPY8ot1yUw9noqiSHxJWUwv6jiwm1/MZDPTYtkZH2ZHvdQIRQ5/SjG9XmLw==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@11ty/eleventy/-/eleventy-3.0.0.tgz", + "integrity": "sha512-0P0ZsJXVW2QiNdhd7z+GYy6n+ivh0enx1DRdua5ta6NlzY2AhbkeWBY6U+FKA8lPS3H4+XsTpfLLfIScpPZLaQ==", "dev": true, + "license": "MIT", "dependencies": { - "@11ty/dependency-tree": "^2.0.1", - "@11ty/eleventy-dev-server": "^1.0.4", - "@11ty/eleventy-utils": "^1.0.1", + "@11ty/dependency-tree": "^3.0.1", + "@11ty/dependency-tree-esm": "^1.0.0", + "@11ty/eleventy-dev-server": "^2.0.4", + "@11ty/eleventy-plugin-bundle": "^3.0.0", + "@11ty/eleventy-utils": "^1.0.3", "@11ty/lodash-custom": "^4.17.21", - "@iarna/toml": "^2.2.5", - "@sindresorhus/slugify": "^1.1.2", - "bcp-47-normalize": "^1.1.1", - "chokidar": "^3.5.3", + "@11ty/posthtml-urls": "^1.0.0", + "@11ty/recursive-copy": "^3.0.0", + "@sindresorhus/slugify": "^2.2.1", + "bcp-47-normalize": "^2.3.0", + "chardet": "^2.0.0", + "chokidar": "^3.6.0", "cross-spawn": "^7.0.3", - "debug": "^4.3.4", - "dependency-graph": "^0.11.0", - "ejs": "^3.1.9", - "fast-glob": "^3.2.12", + "debug": "^4.3.7", + "dependency-graph": "^1.0.0", + "entities": "^5.0.0", + "fast-glob": "^3.3.2", + "filesize": "^10.1.6", "graceful-fs": "^4.2.11", "gray-matter": "^4.0.3", - "hamljs": "^0.6.2", - "handlebars": "^4.7.7", "is-glob": "^4.0.3", - "iso-639-1": "^2.1.15", + "iso-639-1": "^3.1.3", + "js-yaml": "^4.1.0", "kleur": "^4.1.5", - "liquidjs": "^10.7.0", - "luxon": "^3.3.0", - "markdown-it": "^13.0.1", - "micromatch": "^4.0.5", + "liquidjs": "^10.17.0", + "luxon": "^3.5.0", + "markdown-it": "^14.1.0", + "micromatch": "^4.0.8", "minimist": "^1.2.8", "moo": "^0.5.2", - "multimatch": "^5.0.0", - "mustache": "^4.2.0", + "node-retrieve-globals": "^6.0.0", "normalize-path": "^3.0.0", - "nunjucks": "^3.2.3", - "path-to-regexp": "^6.2.1", + "nunjucks": "^3.2.4", "please-upgrade-node": "^3.2.0", "posthtml": "^0.16.6", - "posthtml-urls": "^1.0.0", - "pug": "^3.0.2", - "recursive-copy": "^2.0.14", - "semver": "^7.3.8", + "posthtml-match-helper": "^2.0.2", + "semver": "^7.6.3", "slugify": "^1.6.6" }, "bin": { - "eleventy": "cmd.js" + "eleventy": "cmd.cjs" }, "engines": { - "node": ">=14" + "node": ">=18" }, "funding": { "type": "opencollective", @@ -76,28 +104,49 @@ } }, "node_modules/@11ty/eleventy-dev-server": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@11ty/eleventy-dev-server/-/eleventy-dev-server-1.0.4.tgz", - "integrity": "sha512-qVBmV2G1KF/0o5B/3fITlrrDHy4bONUI2YuN3/WJ3BNw4NU1d/we8XhKrlgq13nNvHoBx5czYp3LZt8qRG53Fg==", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@11ty/eleventy-dev-server/-/eleventy-dev-server-2.0.4.tgz", + "integrity": "sha512-d0CuufX6yPtVz+RW0oJZg1pVoxo1jOrPmpXYacoiKLJm0MMC9MkPQOCXlimguHVaceHejFo5+aZB9/aGB2RR0A==", "dev": true, + "license": "MIT", "dependencies": { - "@11ty/eleventy-utils": "^1.0.1", - "chokidar": "^3.5.3", - "debug": "^4.3.4", + "@11ty/eleventy-utils": "^1.0.3", + "chokidar": "^3.6.0", + "debug": "^4.3.7", "dev-ip": "^1.0.1", - "finalhandler": "^1.2.0", + "finalhandler": "^1.3.0", "mime": "^3.0.0", "minimist": "^1.2.8", - "morphdom": "^2.7.0", + "morphdom": "^2.7.4", "please-upgrade-node": "^3.2.0", - "ssri": "^8.0.1", - "ws": "^8.13.0" + "send": "^0.19.0", + "ssri": "^11.0.0", + "urlpattern-polyfill": "^10.0.0", + "ws": "^8.18.0" }, "bin": { "eleventy-dev-server": "cmd.js" }, "engines": { - "node": ">=14" + "node": ">=18" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/11ty" + } + }, + "node_modules/@11ty/eleventy-plugin-bundle": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@11ty/eleventy-plugin-bundle/-/eleventy-plugin-bundle-3.0.0.tgz", + "integrity": "sha512-JSnqehT+sWSPi6e44jTXUW+KiV9284YF9fzPQvfGB4cXlk/m/SJk17CavHCleIvKXDN+jrUw9TZkwAwr85ONWQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "debug": "^4.3.4", + "posthtml-match-helper": "^2.0.2" + }, + "engines": { + "node": ">=18" }, "funding": { "type": "opencollective", @@ -105,10 +154,11 @@ } }, "node_modules/@11ty/eleventy-utils": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@11ty/eleventy-utils/-/eleventy-utils-1.0.2.tgz", - "integrity": "sha512-Zy2leMK1DQR6Q6ZPSagv7QpJaAz9uVbb+RmVetYFp3foMeQtOSZx7w2u5daRFmP+PeNq9vO9H4xtBToYFWZwHA==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@11ty/eleventy-utils/-/eleventy-utils-1.0.3.tgz", + "integrity": "sha512-nULO91om7vQw4Y/UBjM8i7nJ1xl+/nyK4rImZ41lFxiY2d+XUz7ChAj1CDYFjrLZeu0utAYJTZ45LlcHTkUG4g==", "dev": true, + "license": "MIT", "dependencies": { "normalize-path": "^3.0.0" }, @@ -120,6 +170,39 @@ "url": "https://opencollective.com/11ty" } }, + "node_modules/@11ty/eleventy/node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true, + "license": "Python-2.0" + }, + "node_modules/@11ty/eleventy/node_modules/entities": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-5.0.0.tgz", + "integrity": "sha512-BeJFvFRJddxobhvEdm5GqHzRV/X+ACeuw0/BuuxsCh1EUZcAIz8+kYmBp/LrQuloy6K1f3a0M7+IhmZ7QnkISA==", + "dev": true, + "license": "BSD-2-Clause", + "engines": { + "node": ">=0.12" + }, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, + "node_modules/@11ty/eleventy/node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, + "license": "MIT", + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, "node_modules/@11ty/lodash-custom": { "version": "4.17.21", "resolved": "https://registry.npmjs.org/@11ty/lodash-custom/-/lodash-custom-4.17.21.tgz", @@ -133,55 +216,58 @@ "url": "https://opencollective.com/11ty" } }, - "node_modules/@babel/helper-string-parser": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz", - "integrity": "sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-validator-identifier": { - "version": "7.24.5", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz", - "integrity": "sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/parser": { - "version": "7.24.5", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.5.tgz", - "integrity": "sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==", - "dev": true, - "bin": { - "parser": "bin/babel-parser.js" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@babel/types": { - "version": "7.24.5", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.5.tgz", - "integrity": "sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==", + "node_modules/@11ty/posthtml-urls": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@11ty/posthtml-urls/-/posthtml-urls-1.0.0.tgz", + "integrity": "sha512-CcsRdI933x613u7CjM+QGs7iD/m8SaDup3Apohg1+7dybigrEUHc2jGS3mcMgQKvF2+IphqmepD/FrKLlPkPEg==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-string-parser": "^7.24.1", - "@babel/helper-validator-identifier": "^7.24.5", - "to-fast-properties": "^2.0.0" + "evaluate-value": "^2.0.0", + "http-equiv-refresh": "^2.0.1", + "list-to-array": "^1.1.0", + "object.entries": "^1.1.7", + "parse-srcset": "^1.0.2" }, "engines": { - "node": ">=6.9.0" + "node": ">= 6" } }, - "node_modules/@iarna/toml": { - "version": "2.2.5", - "resolved": "https://registry.npmjs.org/@iarna/toml/-/toml-2.2.5.tgz", - "integrity": "sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==", - "dev": true + "node_modules/@11ty/recursive-copy": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@11ty/recursive-copy/-/recursive-copy-3.0.0.tgz", + "integrity": "sha512-v1Mr7dWx5nk69/HRRtDHUYDV9N8+cE12IGiKSFOwML7HjOzUXwTP88e3cGuhqoVstkBil1ZEIaOB0KPP1zwqXA==", + "dev": true, + "license": "ISC", + "dependencies": { + "errno": "^0.1.2", + "graceful-fs": "^4.2.11", + "junk": "^1.0.1", + "maximatch": "^0.1.0", + "mkdirp": "^3.0.1", + "pify": "^2.3.0", + "promise": "^7.0.1", + "rimraf": "^5.0.7", + "slash": "^1.0.0" + } + }, + "node_modules/@isaacs/cliui": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", + "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", + "dev": true, + "license": "ISC", + "dependencies": { + "string-width": "^5.1.2", + "string-width-cjs": "npm:string-width@^4.2.0", + "strip-ansi": "^7.0.1", + "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", + "wrap-ansi": "^8.1.0", + "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" + }, + "engines": { + "node": ">=12" + } }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", @@ -218,63 +304,61 @@ "node": ">= 8" } }, - "node_modules/@sindresorhus/slugify": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@sindresorhus/slugify/-/slugify-1.1.2.tgz", - "integrity": "sha512-V9nR/W0Xd9TSGXpZ4iFUcFGhuOJtZX82Fzxj1YISlbSgKvIiNa7eLEZrT0vAraPOt++KHauIVNYgGRgjc13dXA==", + "node_modules/@pkgjs/parseargs": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", + "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", "dev": true, + "license": "MIT", + "optional": true, + "engines": { + "node": ">=14" + } + }, + "node_modules/@sindresorhus/slugify": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@sindresorhus/slugify/-/slugify-2.2.1.tgz", + "integrity": "sha512-MkngSCRZ8JdSOCHRaYd+D01XhvU3Hjy6MGl06zhOk614hp9EOAp5gIkBeQg7wtmxpitU6eAL4kdiRMcJa2dlrw==", + "dev": true, + "license": "MIT", "dependencies": { - "@sindresorhus/transliterate": "^0.1.1", - "escape-string-regexp": "^4.0.0" + "@sindresorhus/transliterate": "^1.0.0", + "escape-string-regexp": "^5.0.0" }, "engines": { - "node": ">=10" + "node": ">=12" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/@sindresorhus/transliterate": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/@sindresorhus/transliterate/-/transliterate-0.1.2.tgz", - "integrity": "sha512-5/kmIOY9FF32nicXH+5yLNTX4NJ4atl7jRgqAJuIn/iyDFXBktOKDxCvyGE/EzmF4ngSUvjXxQUQlQiZ5lfw+w==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/transliterate/-/transliterate-1.6.0.tgz", + "integrity": "sha512-doH1gimEu3A46VX6aVxpHTeHrytJAG6HgdxntYnCFiIFHEM/ZGpG8KiZGBChchjQmG0XFIBL552kBTjVcMZXwQ==", "dev": true, + "license": "MIT", "dependencies": { - "escape-string-regexp": "^2.0.0", - "lodash.deburr": "^4.1.0" + "escape-string-regexp": "^5.0.0" }, "engines": { - "node": ">=10" + "node": ">=12" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/@sindresorhus/transliterate/node_modules/escape-string-regexp": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", - "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/@tabler/icons": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.4.0.tgz", - "integrity": "sha512-6gYHXG0xAJgt2KPcTYDqhe3xYoJMTgz/ZfYup4EUHsxzYsz6rBlt8WgavHsGaWckaqH7ApR/epYslfXZjK27yw==", + "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": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, - "node_modules/@types/minimatch": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz", - "integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==", - "dev": true - }, "node_modules/a-sync-waterfall": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/a-sync-waterfall/-/a-sync-waterfall-1.0.1.tgz", @@ -282,10 +366,11 @@ "dev": true }, "node_modules/acorn": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", - "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", + "version": "8.12.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz", + "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==", "dev": true, + "license": "MIT", "bin": { "acorn": "bin/acorn" }, @@ -293,27 +378,45 @@ "node": ">=0.4.0" } }, - "node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "node_modules/acorn-walk": { + "version": "8.3.4", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.4.tgz", + "integrity": "sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==", "dev": true, + "license": "MIT", "dependencies": { - "color-convert": "^2.0.1" + "acorn": "^8.11.0" }, "engines": { - "node": ">=8" + "node": ">=0.4.0" + } + }, + "node_modules/ansi-regex": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", + "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/ansi-styles": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" }, "funding": { "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/any-promise": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-0.1.0.tgz", - "integrity": "sha512-lqzY9o+BbeGHRCOyxQkt/Tgvz0IZhTmQiA+LxQW8wSNpcTbj8K+0cZiSEvbpNZZP9/11Gy7dnLO3GNWUXO4d1g==", - "dev": true - }, "node_modules/anymatch": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", @@ -337,21 +440,26 @@ } }, "node_modules/array-differ": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-3.0.0.tgz", - "integrity": "sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-1.0.0.tgz", + "integrity": "sha512-LeZY+DZDRnvP7eMuQ6LHfCzUGxAAIViUBliK24P3hWXL6y4SortgR6Nim6xrkfSLlmH0+k+9NYNwVC2s53ZrYQ==", "dev": true, + "license": "MIT", "engines": { - "node": ">=8" + "node": ">=0.10.0" } }, "node_modules/array-union": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", - "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", + "integrity": "sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng==", "dev": true, + "license": "MIT", + "dependencies": { + "array-uniq": "^1.0.1" + }, "engines": { - "node": ">=8" + "node": ">=0.10.0" } }, "node_modules/array-uniq": { @@ -359,17 +467,19 @@ "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", "integrity": "sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/arrify": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz", - "integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", + "integrity": "sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==", "dev": true, + "license": "MIT", "engines": { - "node": ">=8" + "node": ">=0.10.0" } }, "node_modules/asap": { @@ -378,45 +488,23 @@ "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==", "dev": true }, - "node_modules/assert-never": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/assert-never/-/assert-never-1.2.1.tgz", - "integrity": "sha512-TaTivMB6pYI1kXwrFlEhLeGfOqoDNdTxjCdwRfFFkEA30Eu+k48W34nlok2EYWJfFFzqaEmichdNM7th6M5HNw==", - "dev": true - }, - "node_modules/async": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz", - "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==", - "dev": true - }, - "node_modules/babel-walk": { - "version": "3.0.0-canary-5", - "resolved": "https://registry.npmjs.org/babel-walk/-/babel-walk-3.0.0-canary-5.tgz", - "integrity": "sha512-GAwkz0AihzY5bkwIY5QDR+LvsRQgB/B+1foMPvi0FZPMl5fjD7ICiznUiBdLYMH1QYe6vqu4gWYytZOccLouFw==", - "dev": true, - "dependencies": { - "@babel/types": "^7.9.6" - }, - "engines": { - "node": ">= 10.0.0" - } - }, "node_modules/balanced-match": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/bcp-47": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/bcp-47/-/bcp-47-1.0.8.tgz", - "integrity": "sha512-Y9y1QNBBtYtv7hcmoX0tR+tUNSFZGZ6OL6vKPObq8BbOhkCoyayF6ogfLTgAli/KuAEbsYHYUNq2AQuY6IuLag==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/bcp-47/-/bcp-47-2.1.0.tgz", + "integrity": "sha512-9IIS3UPrvIa1Ej+lVDdDwO7zLehjqsaByECw0bu2RRGP73jALm6FYbzI5gWbgHLvNdkvfXB5YrSbocZdOS0c0w==", "dev": true, + "license": "MIT", "dependencies": { - "is-alphabetical": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0" + "is-alphabetical": "^2.0.0", + "is-alphanumerical": "^2.0.0", + "is-decimal": "^2.0.0" }, "funding": { "type": "github", @@ -424,23 +512,25 @@ } }, "node_modules/bcp-47-match": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/bcp-47-match/-/bcp-47-match-1.0.3.tgz", - "integrity": "sha512-LggQ4YTdjWQSKELZF5JwchnBa1u0pIQSZf5lSdOHEdbVP55h0qICA/FUp3+W99q0xqxYa1ZQizTUH87gecII5w==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/bcp-47-match/-/bcp-47-match-2.0.3.tgz", + "integrity": "sha512-JtTezzbAibu8G0R9op9zb3vcWZd9JF6M0xOYGPn0fNCd7wOpRB1mU2mH9T8gaBGbAAyIIVgB2G7xG0GP98zMAQ==", "dev": true, + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" } }, "node_modules/bcp-47-normalize": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/bcp-47-normalize/-/bcp-47-normalize-1.1.1.tgz", - "integrity": "sha512-jWZ1Jdu3cs0EZdfCkS0UE9Gg01PtxnChjEBySeB+Zo6nkqtFfnvtoQQgP1qU1Oo4qgJgxhTI6Sf9y/pZIhPs0A==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/bcp-47-normalize/-/bcp-47-normalize-2.3.0.tgz", + "integrity": "sha512-8I/wfzqQvttUFz7HVJgIZ7+dj3vUaIyIxYXaTRP1YWoSDfzt6TUmxaKZeuXR62qBmYr+nvuWINFRl6pZ5DlN4Q==", "dev": true, + "license": "MIT", "dependencies": { - "bcp-47": "^1.0.0", - "bcp-47-match": "^1.0.0" + "bcp-47": "^2.0.0", + "bcp-47-match": "^2.0.0" }, "funding": { "type": "github", @@ -464,18 +554,19 @@ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" } }, "node_modules/braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", "dev": true, "dependencies": { - "fill-range": "^7.0.1" + "fill-range": "^7.1.1" }, "engines": { "node": ">=8" @@ -486,6 +577,7 @@ "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", "dev": true, + "license": "MIT", "dependencies": { "es-define-property": "^1.0.0", "es-errors": "^1.3.0", @@ -500,30 +592,12 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "node_modules/chardet": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/chardet/-/chardet-2.0.0.tgz", + "integrity": "sha512-xVgPpulCooDjY6zH4m9YW3jbkaBe3FKIAvF5sj5t7aBNsVl2ljIE+xwJ4iNgiDZHFQvNIpjdKdVOQvvk5ZfxbQ==", "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/character-parser": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/character-parser/-/character-parser-2.2.0.tgz", - "integrity": "sha512-+UqJQjFEFaTAs3bNsF2j2kEN1baG/zghZbdqoYEDxGZtJo9LBzl1A+m0D4n3qKx8N2FNv8/Xp6yV9mQmBuptaw==", - "dev": true, - "dependencies": { - "is-regex": "^1.0.3" - } + "license": "MIT" }, "node_modules/chokidar": { "version": "3.6.0", @@ -554,6 +628,7 @@ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -565,13 +640,15 @@ "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/commander": { "version": "10.0.1", "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz", "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==", "dev": true, + "license": "MIT", "engines": { "node": ">=14" } @@ -580,17 +657,8 @@ "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", - "dev": true - }, - "node_modules/constantinople": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/constantinople/-/constantinople-4.0.1.tgz", - "integrity": "sha512-vCrqcSIq4//Gx74TXXCGnHpulY1dskqLTFGDmhrGxzeXL8lF8kvXv6mpNWlJj1uD4DW23D4ljAqbY4RRaaUZIw==", "dev": true, - "dependencies": { - "@babel/parser": "^7.6.0", - "@babel/types": "^7.6.1" - } + "license": "MIT" }, "node_modules/cross-spawn": { "version": "7.0.3", @@ -607,12 +675,13 @@ } }, "node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", + "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", "dev": true, + "license": "MIT", "dependencies": { - "ms": "2.1.2" + "ms": "^2.1.3" }, "engines": { "node": ">=6.0" @@ -628,6 +697,7 @@ "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", "dev": true, + "license": "MIT", "dependencies": { "es-define-property": "^1.0.0", "es-errors": "^1.3.0", @@ -640,13 +710,53 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/dependency-graph": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.11.0.tgz", - "integrity": "sha512-JeMq7fEshyepOWDfcfHK06N3MhyPhz++vtqWhMT5O9A3K42rdsEDpfdVqjaqaAhsw6a+ZqeDvQVtD0hFHQWrzg==", + "node_modules/define-properties": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", + "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", "dev": true, + "license": "MIT", + "dependencies": { + "define-data-property": "^1.0.1", + "has-property-descriptors": "^1.0.0", + "object-keys": "^1.1.1" + }, "engines": { - "node": ">= 0.6.0" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/dependency-graph": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-1.0.0.tgz", + "integrity": "sha512-cW3gggJ28HZ/LExwxP2B++aiKxhJXMSIt9K48FOXQkm+vuG5gyatXnLsONRJdzO/7VfjDIiaOOa/bs4l464Lwg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/destroy": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", + "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" } }, "node_modules/dev-ip": { @@ -661,12 +771,6 @@ "node": ">= 0.8.0" } }, - "node_modules/doctypes": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/doctypes/-/doctypes-1.1.0.tgz", - "integrity": "sha512-LLBi6pEqS6Do3EKQ3J0NqHWV5hhb78Pi8vvESYwyOy2c31ZEZVdtitdzsQsKb7878PEERhzUk0ftqGhG6Mz+pQ==", - "dev": true - }, "node_modules/dom-serializer": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", @@ -731,32 +835,33 @@ "url": "https://github.com/fb55/domutils?sponsor=1" } }, + "node_modules/eastasianwidth": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", + "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", + "dev": true, + "license": "MIT" + }, "node_modules/ee-first": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==", - "dev": true - }, - "node_modules/ejs": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz", - "integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==", "dev": true, - "dependencies": { - "jake": "^10.8.5" - }, - "bin": { - "ejs": "bin/cli.js" - }, - "engines": { - "node": ">=0.10.0" - } + "license": "MIT" + }, + "node_modules/emoji-regex": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", + "dev": true, + "license": "MIT" }, "node_modules/encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz", + "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.8" } @@ -778,6 +883,7 @@ "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.8.tgz", "integrity": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==", "dev": true, + "license": "MIT", "dependencies": { "prr": "~1.0.1" }, @@ -790,6 +896,7 @@ "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", "dev": true, + "license": "MIT", "dependencies": { "get-intrinsic": "^1.2.4" }, @@ -802,6 +909,20 @@ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-object-atoms": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.0.0.tgz", + "integrity": "sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==", + "dev": true, + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0" + }, "engines": { "node": ">= 0.4" } @@ -810,20 +931,32 @@ "version": "1.0.3", "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/escape-string-regexp": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", + "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", "dev": true, + "license": "MIT", "engines": { - "node": ">=10" + "node": ">=12" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/esm-import-transformer": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/esm-import-transformer/-/esm-import-transformer-3.0.2.tgz", + "integrity": "sha512-PgvO0wro44lTDM9pYeeOIfpS0lGF80jA+rjT7sBd3b07rxv1AxeNMEI5kSCqRKke2W6SPEz17W3kHOLjaiD7Cw==", + "dev": true, + "license": "MIT", + "dependencies": { + "acorn": "^8.11.2" + } + }, "node_modules/esprima": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", @@ -837,6 +970,26 @@ "node": ">=4" } }, + "node_modules/etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/evaluate-value": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/evaluate-value/-/evaluate-value-2.0.0.tgz", + "integrity": "sha512-VonfiuDJc0z4sOO7W0Pd130VLsXN6vmBWZlrog1mCb/o7o/Nl5Lr25+Kj/nkCCAhG+zqeeGjxhkK9oHpkgTHhQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 8" + } + }, "node_modules/extend-shallow": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", @@ -874,40 +1027,20 @@ "reusify": "^1.0.4" } }, - "node_modules/filelist": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz", - "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==", + "node_modules/filesize": { + "version": "10.1.6", + "resolved": "https://registry.npmjs.org/filesize/-/filesize-10.1.6.tgz", + "integrity": "sha512-sJslQKU2uM33qH5nqewAwVB2QgR6w1aMNsYUp3aN5rMRyXEwJGmZvaWzeJFNTOXWlHQyBFCWrdj3fV/fsTOX8w==", "dev": true, - "dependencies": { - "minimatch": "^5.0.1" - } - }, - "node_modules/filelist/node_modules/brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", - "dev": true, - "dependencies": { - "balanced-match": "^1.0.0" - } - }, - "node_modules/filelist/node_modules/minimatch": { - "version": "5.1.6", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", - "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", - "dev": true, - "dependencies": { - "brace-expansion": "^2.0.1" - }, + "license": "BSD-3-Clause", "engines": { - "node": ">=10" + "node": ">= 10.4.0" } }, "node_modules/fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", "dev": true, "dependencies": { "to-regex-range": "^5.0.1" @@ -917,13 +1050,14 @@ } }, "node_modules/finalhandler": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", - "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.1.tgz", + "integrity": "sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==", "dev": true, + "license": "MIT", "dependencies": { "debug": "2.6.9", - "encodeurl": "~1.0.2", + "encodeurl": "~2.0.0", "escape-html": "~1.0.3", "on-finished": "2.4.1", "parseurl": "~1.3.3", @@ -939,6 +1073,7 @@ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dev": true, + "license": "MIT", "dependencies": { "ms": "2.0.0" } @@ -947,13 +1082,35 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", - "dev": true + "dev": true, + "license": "MIT" }, - "node_modules/fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", - "dev": true + "node_modules/foreground-child": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz", + "integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==", + "dev": true, + "license": "ISC", + "dependencies": { + "cross-spawn": "^7.0.0", + "signal-exit": "^4.0.1" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.6" + } }, "node_modules/fsevents": { "version": "2.3.3", @@ -974,6 +1131,7 @@ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", "dev": true, + "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -983,6 +1141,7 @@ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", "dev": true, + "license": "MIT", "dependencies": { "es-errors": "^1.3.0", "function-bind": "^1.1.2", @@ -998,20 +1157,21 @@ } }, "node_modules/glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "version": "10.4.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", + "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", "dev": true, + "license": "ISC", "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" + "foreground-child": "^3.1.0", + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^1.11.1" }, - "engines": { - "node": "*" + "bin": { + "glob": "dist/esm/bin.mjs" }, "funding": { "url": "https://github.com/sponsors/isaacs" @@ -1029,11 +1189,38 @@ "node": ">= 6" } }, + "node_modules/glob/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/glob/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/gopd": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", "dev": true, + "license": "MIT", "dependencies": { "get-intrinsic": "^1.1.3" }, @@ -1045,7 +1232,8 @@ "version": "4.2.11", "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/gray-matter": { "version": "4.0.3", @@ -1062,47 +1250,12 @@ "node": ">=6.0" } }, - "node_modules/hamljs": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/hamljs/-/hamljs-0.6.2.tgz", - "integrity": "sha512-/chXRp4WpL47I+HX1vCCdSbEXAljEG2FBMmgO7Am0bYsqgnEjreeWzUdX1onXqwZtcfgxbCg5WtEYYvuZ5muBg==", - "dev": true - }, - "node_modules/handlebars": { - "version": "4.7.8", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz", - "integrity": "sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==", - "dev": true, - "dependencies": { - "minimist": "^1.2.5", - "neo-async": "^2.6.2", - "source-map": "^0.6.1", - "wordwrap": "^1.0.0" - }, - "bin": { - "handlebars": "bin/handlebars" - }, - "engines": { - "node": ">=0.4.7" - }, - "optionalDependencies": { - "uglify-js": "^3.1.4" - } - }, - "node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/has-property-descriptors": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", "dev": true, + "license": "MIT", "dependencies": { "es-define-property": "^1.0.0" }, @@ -1115,6 +1268,7 @@ "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz", "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -1127,21 +1281,7 @@ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", "dev": true, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-tostringtag": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", - "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", - "dev": true, - "dependencies": { - "has-symbols": "^1.0.3" - }, + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -1154,6 +1294,7 @@ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", "dev": true, + "license": "MIT", "dependencies": { "function-bind": "^1.1.2" }, @@ -1181,48 +1322,59 @@ } }, "node_modules/http-equiv-refresh": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/http-equiv-refresh/-/http-equiv-refresh-1.0.0.tgz", - "integrity": "sha512-TScO04soylRN9i/QdOdgZyhydXg9z6XdaGzEyOgDKycePeDeTT4KvigjBcI+tgfTlieLWauGORMq5F1eIDa+1w==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/http-equiv-refresh/-/http-equiv-refresh-2.0.1.tgz", + "integrity": "sha512-XJpDL/MLkV3dKwLzHwr2dY05dYNfBNlyPu4STQ8WvKCFdc6vC5tPXuq28of663+gHVg03C+16pHHs/+FmmDjcw==", "dev": true, + "license": "MIT", "engines": { - "node": ">= 0.10" + "node": ">= 6" } }, - "node_modules/inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "node_modules/http-errors": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", "dev": true, + "license": "MIT", "dependencies": { - "once": "^1.3.0", - "wrappy": "1" + "depd": "2.0.0", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "toidentifier": "1.0.1" + }, + "engines": { + "node": ">= 0.8" } }, "node_modules/inherits": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/is-alphabetical": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz", - "integrity": "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz", + "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==", "dev": true, + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" } }, "node_modules/is-alphanumerical": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz", - "integrity": "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz", + "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==", "dev": true, + "license": "MIT", "dependencies": { - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0" + "is-alphabetical": "^2.0.0", + "is-decimal": "^2.0.0" }, "funding": { "type": "github", @@ -1241,38 +1393,17 @@ "node": ">=8" } }, - "node_modules/is-core-module": { - "version": "2.13.1", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz", - "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==", - "dev": true, - "dependencies": { - "hasown": "^2.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/is-decimal": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz", - "integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz", + "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==", "dev": true, + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" } }, - "node_modules/is-expression": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/is-expression/-/is-expression-4.0.0.tgz", - "integrity": "sha512-zMIXX63sxzG3XrkHkrAPvm/OVZVSCPNkwMHU8oTX7/U3AL78I0QXCEICXUM13BIa8TYGZ68PiTKfQz3yaTNr4A==", - "dev": true, - "dependencies": { - "acorn": "^7.1.1", - "object-assign": "^4.1.1" - } - }, "node_modules/is-extendable": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", @@ -1291,6 +1422,16 @@ "node": ">=0.10.0" } }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, "node_modules/is-glob": { "version": "4.0.3", "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", @@ -1318,28 +1459,6 @@ "node": ">=0.12.0" } }, - "node_modules/is-promise": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.2.2.tgz", - "integrity": "sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==", - "dev": true - }, - "node_modules/is-regex": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", - "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/isexe": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", @@ -1347,38 +1466,31 @@ "dev": true }, "node_modules/iso-639-1": { - "version": "2.1.15", - "resolved": "https://registry.npmjs.org/iso-639-1/-/iso-639-1-2.1.15.tgz", - "integrity": "sha512-7c7mBznZu2ktfvyT582E2msM+Udc1EjOyhVRE/0ZsjD9LBtWSm23h3PtiRh2a35XoUsTQQjJXaJzuLjXsOdFDg==", + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/iso-639-1/-/iso-639-1-3.1.3.tgz", + "integrity": "sha512-1jz0Wh9hyLMRwqEPchb/KZCiTqfFWtc9R3nm7GHPygBAKS8wdKJ3FH4lvLsri6UtAE5Kz5SnowtXZa//6bqMyw==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.0" } }, - "node_modules/jake": { - "version": "10.8.7", - "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.7.tgz", - "integrity": "sha512-ZDi3aP+fG/LchyBzUM804VjddnwfSfsdeYkwt8NcbKRvo4rFkjhs456iLFn3k2ZUWvNe4i48WACDbza8fhq2+w==", + "node_modules/jackspeak": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", + "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", "dev": true, + "license": "BlueOak-1.0.0", "dependencies": { - "async": "^3.2.3", - "chalk": "^4.0.2", - "filelist": "^1.0.4", - "minimatch": "^3.1.2" + "@isaacs/cliui": "^8.0.2" }, - "bin": { - "jake": "bin/cli.js" + "funding": { + "url": "https://github.com/sponsors/isaacs" }, - "engines": { - "node": ">=10" + "optionalDependencies": { + "@pkgjs/parseargs": "^0.11.0" } }, - "node_modules/js-stringify": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/js-stringify/-/js-stringify-1.0.2.tgz", - "integrity": "sha512-rtS5ATOo2Q5k1G+DADISilDA6lv79zIiwFd6CcjuIxGKLFm5C+RLImRscVap9k55i+MOZwgliw+NejvkLuGD5g==", - "dev": true - }, "node_modules/js-yaml": { "version": "3.14.1", "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", @@ -1392,21 +1504,12 @@ "js-yaml": "bin/js-yaml.js" } }, - "node_modules/jstransformer": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/jstransformer/-/jstransformer-1.0.0.tgz", - "integrity": "sha512-C9YK3Rf8q6VAPDCCU9fnqo3mAfOH6vUGnMcP4AQAYIEpWtfGLpwOTmZ+igtdK5y+VvI2n3CyYSzy4Qh34eq24A==", - "dev": true, - "dependencies": { - "is-promise": "^2.0.0", - "promise": "^7.0.1" - } - }, "node_modules/junk": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/junk/-/junk-1.0.3.tgz", "integrity": "sha512-3KF80UaaSSxo8jVnRYtMKNGFOoVPBdkkVPsw+Ad0y4oxKXPduS6G6iHkrf69yJVff/VAaYXkV42rtZ7daJxU3w==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -1430,19 +1533,21 @@ } }, "node_modules/linkify-it": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-4.0.1.tgz", - "integrity": "sha512-C7bfi1UZmoj8+PQx22XyeXCuBlokoyWQL5pWSP+EI6nzRylyThouddufc2c1NDIcP9k5agmN9fLpA7VNJfIiqw==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz", + "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==", "dev": true, + "license": "MIT", "dependencies": { - "uc.micro": "^1.0.1" + "uc.micro": "^2.0.0" } }, "node_modules/liquidjs": { - "version": "10.12.0", - "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.12.0.tgz", - "integrity": "sha512-ZpT27WEqUu8IeddXoLbdeBTbRfV5r7oUKDjJMthuQKQTScgI8pbLGbSWiiAktQVpPG7mHMGsJ0JVbZYn1w9Gtg==", + "version": "10.17.0", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.17.0.tgz", + "integrity": "sha512-M4MC5/nencttIJHirl5jFTkl7Yu+grIDLn3Qgl7BPAD3BsbTCQknDxlG5VXWRwslWIjk8lSZZjVq9LioILDk1Q==", "dev": true, + "license": "MIT", "dependencies": { "commander": "^10.0.0" }, @@ -1462,62 +1567,70 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/list-to-array/-/list-to-array-1.1.0.tgz", "integrity": "sha512-+dAZZ2mM+/m+vY9ezfoueVvrgnHIGi5FvgSymbIgJOFwiznWyA59mav95L+Mc6xPtL3s9gm5eNTlNtxJLbNM1g==", - "dev": true - }, - "node_modules/lodash.deburr": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/lodash.deburr/-/lodash.deburr-4.1.0.tgz", - "integrity": "sha512-m/M1U1f3ddMCs6Hq2tAsYThTBDaAKFDX3dwDo97GEYzamXi9SqUpjWi/Rrj/gf3X2n8ktwgZrlP1z6E3v/IExQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } + "license": "ISC" }, "node_modules/luxon": { - "version": "3.4.4", - "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.4.4.tgz", - "integrity": "sha512-zobTr7akeGHnv7eBOXcRgMeCP6+uyYsczwmeRCauvpvaAltgNyTbLH/+VaEAPUeWBT+1GuNmz4wC/6jtQzbbVA==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.5.0.tgz", + "integrity": "sha512-rh+Zjr6DNfUYR3bPwJEnuwDdqMbxZW7LOQfUN4B54+Cl+0o5zaU9RJ6bcidfDtC1cWCZXQ+nvX8bf6bAji37QQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=12" } }, "node_modules/markdown-it": { - "version": "13.0.2", - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-13.0.2.tgz", - "integrity": "sha512-FtwnEuuK+2yVU7goGn/MJ0WBZMM9ZPgU9spqlFs7/A/pDIUNSOQZhUgOqYCficIuR2QaFnrt8LHqBWsbTAoI5w==", + "version": "14.1.0", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.0.tgz", + "integrity": "sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==", "dev": true, + "license": "MIT", "dependencies": { "argparse": "^2.0.1", - "entities": "~3.0.1", - "linkify-it": "^4.0.1", - "mdurl": "^1.0.1", - "uc.micro": "^1.0.5" + "entities": "^4.4.0", + "linkify-it": "^5.0.0", + "mdurl": "^2.0.0", + "punycode.js": "^2.3.1", + "uc.micro": "^2.1.0" }, "bin": { - "markdown-it": "bin/markdown-it.js" + "markdown-it": "bin/markdown-it.mjs" } }, "node_modules/markdown-it/node_modules/argparse": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", - "dev": true + "dev": true, + "license": "Python-2.0" + }, + "node_modules/markdown-it/node_modules/entities": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", + "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", + "dev": true, + "license": "BSD-2-Clause", + "engines": { + "node": ">=0.12" + }, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } }, "node_modules/maximatch": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/maximatch/-/maximatch-0.1.0.tgz", "integrity": "sha512-9ORVtDUFk4u/NFfo0vG/ND/z7UQCVZBL539YW0+U1I7H1BkZwizcPx5foFv7LCPcBnm2U6RjFnQOsIvN4/Vm2A==", "dev": true, + "license": "MIT", "dependencies": { "array-differ": "^1.0.0", "array-union": "^1.0.1", @@ -1528,41 +1641,12 @@ "node": ">=0.10.0" } }, - "node_modules/maximatch/node_modules/array-differ": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-1.0.0.tgz", - "integrity": "sha512-LeZY+DZDRnvP7eMuQ6LHfCzUGxAAIViUBliK24P3hWXL6y4SortgR6Nim6xrkfSLlmH0+k+9NYNwVC2s53ZrYQ==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/maximatch/node_modules/array-union": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", - "integrity": "sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng==", - "dev": true, - "dependencies": { - "array-uniq": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/maximatch/node_modules/arrify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", - "integrity": "sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/mdurl": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz", - "integrity": "sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==", - "dev": true + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz", + "integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==", + "dev": true, + "license": "MIT" }, "node_modules/merge2": { "version": "1.4.1", @@ -1574,12 +1658,13 @@ } }, "node_modules/micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", "dev": true, + "license": "MIT", "dependencies": { - "braces": "^3.0.2", + "braces": "^3.0.3", "picomatch": "^2.3.1" }, "engines": { @@ -1591,6 +1676,7 @@ "resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz", "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==", "dev": true, + "license": "MIT", "bin": { "mime": "cli.js" }, @@ -1603,6 +1689,7 @@ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" }, @@ -1615,32 +1702,35 @@ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", "dev": true, + "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/minipass": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", - "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", + "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, + "license": "ISC", "engines": { - "node": ">=8" + "node": ">=16 || 14 >=14.17" } }, "node_modules/mkdirp": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", - "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-3.0.1.tgz", + "integrity": "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==", "dev": true, - "dependencies": { - "minimist": "^1.2.6" - }, + "license": "MIT", "bin": { - "mkdirp": "bin/cmd.js" + "mkdirp": "dist/cjs/src/bin.js" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, "node_modules/moo": { @@ -1650,51 +1740,31 @@ "dev": true }, "node_modules/morphdom": { - "version": "2.7.2", - "resolved": "https://registry.npmjs.org/morphdom/-/morphdom-2.7.2.tgz", - "integrity": "sha512-Dqb/lHFyTi7SZpY0a5R4I/0Edo+iPMbaUexsHHsLAByyixCDiLHPHyVoKVmrpL0THcT7V9Cgev9y21TQYq6wQg==", - "dev": true + "version": "2.7.4", + "resolved": "https://registry.npmjs.org/morphdom/-/morphdom-2.7.4.tgz", + "integrity": "sha512-ATTbWMgGa+FaMU3FhnFYB6WgulCqwf6opOll4CBzmVDTLvPMmUPrEv8CudmLPK0MESa64+6B89fWOxP3+YIlxQ==", + "dev": true, + "license": "MIT" }, "node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - }, - "node_modules/multimatch": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/multimatch/-/multimatch-5.0.0.tgz", - "integrity": "sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "dev": true, + "license": "MIT" + }, + "node_modules/node-retrieve-globals": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/node-retrieve-globals/-/node-retrieve-globals-6.0.0.tgz", + "integrity": "sha512-VoEp6WMN/JcbBrJr6LnFE11kdzpKiBKNPFrHCEK2GgFWtiYpeL85WgcZpZFFnWxAU0O65+b+ipQAy4Oxy/+Pdg==", + "dev": true, + "license": "MIT", "dependencies": { - "@types/minimatch": "^3.0.3", - "array-differ": "^3.0.0", - "array-union": "^2.1.0", - "arrify": "^2.0.1", - "minimatch": "^3.0.4" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "acorn": "^8.1.3", + "acorn-walk": "^8.3.2", + "esm-import-transformer": "^3.0.2" } }, - "node_modules/mustache": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz", - "integrity": "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==", - "dev": true, - "bin": { - "mustache": "bin/mustache" - } - }, - "node_modules/neo-async": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", - "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", - "dev": true - }, "node_modules/normalize-path": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", @@ -1738,13 +1808,29 @@ "node": ">= 6" } }, - "node_modules/object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", + "node_modules/object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", "dev": true, + "license": "MIT", "engines": { - "node": ">=0.10.0" + "node": ">= 0.4" + } + }, + "node_modules/object.entries": { + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.8.tgz", + "integrity": "sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" } }, "node_modules/on-finished": { @@ -1752,6 +1838,7 @@ "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", "dev": true, + "license": "MIT", "dependencies": { "ee-first": "1.1.1" }, @@ -1759,39 +1846,30 @@ "node": ">= 0.8" } }, - "node_modules/once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "node_modules/package-json-from-dist": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", + "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==", "dev": true, - "dependencies": { - "wrappy": "1" - } + "license": "BlueOak-1.0.0" }, "node_modules/parse-srcset": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/parse-srcset/-/parse-srcset-1.0.2.tgz", "integrity": "sha512-/2qh0lav6CmI15FzA3i/2Bzk2zCgQhGMkvhOhKNcBVQ1ldgpbfiNTVslmooUmWJcADi1f1kIeynbDRVzNlfR6Q==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/parseurl": { "version": "1.3.3", "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.8" } }, - "node_modules/path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/path-key": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", @@ -1801,17 +1879,22 @@ "node": ">=8" } }, - "node_modules/path-parse": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", - "dev": true - }, - "node_modules/path-to-regexp": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.2.2.tgz", - "integrity": "sha512-GQX3SSMokngb36+whdpRXE+3f9V8UzyAorlYvOGx87ufGHehNTn5lCxrKtLyZ4Yl/wEKnNnr98ZzOwwDZV5ogw==", - "dev": true + "node_modules/path-scurry": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", + "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", + "dev": true, + "license": "BlueOak-1.0.0", + "dependencies": { + "lru-cache": "^10.2.0", + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" + }, + "engines": { + "node": ">=16 || 14 >=14.18" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } }, "node_modules/picomatch": { "version": "2.3.1", @@ -1830,6 +1913,7 @@ "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -1839,6 +1923,7 @@ "resolved": "https://registry.npmjs.org/please-upgrade-node/-/please-upgrade-node-3.2.0.tgz", "integrity": "sha512-gQR3WpIgNIKwBMVLkpMUeR3e1/E1y42bqDQZfql+kDeXd8COYfM8PQA4X6y7a8u9Ua9FHmsrrmirW2vHs45hWg==", "dev": true, + "license": "MIT", "dependencies": { "semver-compare": "^1.0.0" } @@ -1856,6 +1941,19 @@ "node": ">=12.0.0" } }, + "node_modules/posthtml-match-helper": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/posthtml-match-helper/-/posthtml-match-helper-2.0.2.tgz", + "integrity": "sha512-ehnazjlSwcGa3P2LlFYmTmcnaembTSt9dLWIRRDVHDPidf6InWAr9leKeeLvUXgnU32g6BrFS64Je+c2Ld+l9g==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "posthtml": "^0.16.6" + } + }, "node_modules/posthtml-parser": { "version": "0.11.0", "resolved": "https://registry.npmjs.org/posthtml-parser/-/posthtml-parser-0.11.0.tgz", @@ -1880,169 +1978,33 @@ "node": ">=12" } }, - "node_modules/posthtml-urls": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/posthtml-urls/-/posthtml-urls-1.0.0.tgz", - "integrity": "sha512-CMJ0L009sGQVUuYM/g6WJdscsq6ooAwhUuF6CDlYPMLxKp2rmCYVebEU+wZGxnQstGJhZPMvXsRhtqekILd5/w==", - "dev": true, - "dependencies": { - "http-equiv-refresh": "^1.0.0", - "list-to-array": "^1.1.0", - "parse-srcset": "^1.0.2", - "promise-each": "^2.2.0" - }, - "engines": { - "node": ">= 4" - } - }, "node_modules/promise": { "version": "7.3.1", "resolved": "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz", "integrity": "sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==", "dev": true, + "license": "MIT", "dependencies": { "asap": "~2.0.3" } }, - "node_modules/promise-each": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/promise-each/-/promise-each-2.2.0.tgz", - "integrity": "sha512-67roqt1k3QDA41DZ8xi0V+rF3GoaMiX7QilbXu0vXimut+9RcKBNZ/t60xCRgcsihmNUsEjh48xLfNqOrKblUg==", - "dev": true, - "dependencies": { - "any-promise": "^0.1.0" - } - }, "node_modules/prr": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz", "integrity": "sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==", - "dev": true - }, - "node_modules/pug": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/pug/-/pug-3.0.2.tgz", - "integrity": "sha512-bp0I/hiK1D1vChHh6EfDxtndHji55XP/ZJKwsRqrz6lRia6ZC2OZbdAymlxdVFwd1L70ebrVJw4/eZ79skrIaw==", "dev": true, - "dependencies": { - "pug-code-gen": "^3.0.2", - "pug-filters": "^4.0.0", - "pug-lexer": "^5.0.1", - "pug-linker": "^4.0.0", - "pug-load": "^3.0.0", - "pug-parser": "^6.0.0", - "pug-runtime": "^3.0.1", - "pug-strip-comments": "^2.0.0" - } + "license": "MIT" }, - "node_modules/pug-attrs": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pug-attrs/-/pug-attrs-3.0.0.tgz", - "integrity": "sha512-azINV9dUtzPMFQktvTXciNAfAuVh/L/JCl0vtPCwvOA21uZrC08K/UnmrL+SXGEVc1FwzjW62+xw5S/uaLj6cA==", + "node_modules/punycode.js": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz", + "integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==", "dev": true, - "dependencies": { - "constantinople": "^4.0.1", - "js-stringify": "^1.0.2", - "pug-runtime": "^3.0.0" + "license": "MIT", + "engines": { + "node": ">=6" } }, - "node_modules/pug-code-gen": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/pug-code-gen/-/pug-code-gen-3.0.2.tgz", - "integrity": "sha512-nJMhW16MbiGRiyR4miDTQMRWDgKplnHyeLvioEJYbk1RsPI3FuA3saEP8uwnTb2nTJEKBU90NFVWJBk4OU5qyg==", - "dev": true, - "dependencies": { - "constantinople": "^4.0.1", - "doctypes": "^1.1.0", - "js-stringify": "^1.0.2", - "pug-attrs": "^3.0.0", - "pug-error": "^2.0.0", - "pug-runtime": "^3.0.0", - "void-elements": "^3.1.0", - "with": "^7.0.0" - } - }, - "node_modules/pug-error": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/pug-error/-/pug-error-2.0.0.tgz", - "integrity": "sha512-sjiUsi9M4RAGHktC1drQfCr5C5eriu24Lfbt4s+7SykztEOwVZtbFk1RRq0tzLxcMxMYTBR+zMQaG07J/btayQ==", - "dev": true - }, - "node_modules/pug-filters": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/pug-filters/-/pug-filters-4.0.0.tgz", - "integrity": "sha512-yeNFtq5Yxmfz0f9z2rMXGw/8/4i1cCFecw/Q7+D0V2DdtII5UvqE12VaZ2AY7ri6o5RNXiweGH79OCq+2RQU4A==", - "dev": true, - "dependencies": { - "constantinople": "^4.0.1", - "jstransformer": "1.0.0", - "pug-error": "^2.0.0", - "pug-walk": "^2.0.0", - "resolve": "^1.15.1" - } - }, - "node_modules/pug-lexer": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/pug-lexer/-/pug-lexer-5.0.1.tgz", - "integrity": "sha512-0I6C62+keXlZPZkOJeVam9aBLVP2EnbeDw3An+k0/QlqdwH6rv8284nko14Na7c0TtqtogfWXcRoFE4O4Ff20w==", - "dev": true, - "dependencies": { - "character-parser": "^2.2.0", - "is-expression": "^4.0.0", - "pug-error": "^2.0.0" - } - }, - "node_modules/pug-linker": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/pug-linker/-/pug-linker-4.0.0.tgz", - "integrity": "sha512-gjD1yzp0yxbQqnzBAdlhbgoJL5qIFJw78juN1NpTLt/mfPJ5VgC4BvkoD3G23qKzJtIIXBbcCt6FioLSFLOHdw==", - "dev": true, - "dependencies": { - "pug-error": "^2.0.0", - "pug-walk": "^2.0.0" - } - }, - "node_modules/pug-load": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pug-load/-/pug-load-3.0.0.tgz", - "integrity": "sha512-OCjTEnhLWZBvS4zni/WUMjH2YSUosnsmjGBB1An7CsKQarYSWQ0GCVyd4eQPMFJqZ8w9xgs01QdiZXKVjk92EQ==", - "dev": true, - "dependencies": { - "object-assign": "^4.1.1", - "pug-walk": "^2.0.0" - } - }, - "node_modules/pug-parser": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/pug-parser/-/pug-parser-6.0.0.tgz", - "integrity": "sha512-ukiYM/9cH6Cml+AOl5kETtM9NR3WulyVP2y4HOU45DyMim1IeP/OOiyEWRr6qk5I5klpsBnbuHpwKmTx6WURnw==", - "dev": true, - "dependencies": { - "pug-error": "^2.0.0", - "token-stream": "1.0.0" - } - }, - "node_modules/pug-runtime": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/pug-runtime/-/pug-runtime-3.0.1.tgz", - "integrity": "sha512-L50zbvrQ35TkpHwv0G6aLSuueDRwc/97XdY8kL3tOT0FmhgG7UypU3VztfV/LATAvmUfYi4wNxSajhSAeNN+Kg==", - "dev": true - }, - "node_modules/pug-strip-comments": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/pug-strip-comments/-/pug-strip-comments-2.0.0.tgz", - "integrity": "sha512-zo8DsDpH7eTkPHCXFeAk1xZXJbyoTfdPlNR0bK7rpOMuhBYb0f5qUVCO1xlsitYd3w5FQTK7zpNVKb3rZoUrrQ==", - "dev": true, - "dependencies": { - "pug-error": "^2.0.0" - } - }, - "node_modules/pug-walk": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/pug-walk/-/pug-walk-2.0.0.tgz", - "integrity": "sha512-yYELe9Q5q9IQhuvqsZNwA5hfPkMJ8u92bQLIMcsMxf/VADjNtEYptU+inlufAFYcWdHlwNfZOEnOOQrZrcyJCQ==", - "dev": true - }, "node_modules/queue-microtask": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", @@ -2063,6 +2025,16 @@ } ] }, + "node_modules/range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, "node_modules/readdirp": { "version": "3.6.0", "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", @@ -2075,40 +2047,6 @@ "node": ">=8.10.0" } }, - "node_modules/recursive-copy": { - "version": "2.0.14", - "resolved": "https://registry.npmjs.org/recursive-copy/-/recursive-copy-2.0.14.tgz", - "integrity": "sha512-K8WNY8f8naTpfbA+RaXmkaQuD1IeW9EgNEfyGxSqqTQukpVtoOKros9jUqbpEsSw59YOmpd8nCBgtqJZy5nvog==", - "dev": true, - "dependencies": { - "errno": "^0.1.2", - "graceful-fs": "^4.1.4", - "junk": "^1.0.1", - "maximatch": "^0.1.0", - "mkdirp": "^0.5.1", - "pify": "^2.3.0", - "promise": "^7.0.1", - "rimraf": "^2.7.1", - "slash": "^1.0.0" - } - }, - "node_modules/resolve": { - "version": "1.22.8", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", - "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", - "dev": true, - "dependencies": { - "is-core-module": "^2.13.0", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - }, - "bin": { - "resolve": "bin/resolve" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/reusify": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", @@ -2120,15 +2058,19 @@ } }, "node_modules/rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "version": "5.0.10", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.10.tgz", + "integrity": "sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==", "dev": true, + "license": "ISC", "dependencies": { - "glob": "^7.1.3" + "glob": "^10.3.7" }, "bin": { - "rimraf": "bin.js" + "rimraf": "dist/esm/bin.mjs" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, "node_modules/run-parallel": { @@ -2168,13 +2110,11 @@ } }, "node_modules/semver": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", - "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, + "license": "ISC", "bin": { "semver": "bin/semver.js" }, @@ -2186,13 +2126,80 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/semver-compare/-/semver-compare-1.0.0.tgz", "integrity": "sha512-YM3/ITh2MJ5MtzaM429anh+x2jiLVjqILF4m4oyQB18W7Ggea7BfqdH/wGMK7dDiMghv/6WG7znWMwUDzJiXow==", - "dev": true + "dev": true, + "license": "MIT" + }, + "node_modules/send": { + "version": "0.19.0", + "resolved": "https://registry.npmjs.org/send/-/send-0.19.0.tgz", + "integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==", + "dev": true, + "license": "MIT", + "dependencies": { + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "mime": "1.6.0", + "ms": "2.1.3", + "on-finished": "2.4.1", + "range-parser": "~1.2.1", + "statuses": "2.0.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/send/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/send/node_modules/debug/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true, + "license": "MIT" + }, + "node_modules/send/node_modules/encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/send/node_modules/mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "dev": true, + "license": "MIT", + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4" + } }, "node_modules/set-function-length": { "version": "1.2.2", "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", "dev": true, + "license": "MIT", "dependencies": { "define-data-property": "^1.1.4", "es-errors": "^1.3.0", @@ -2205,6 +2212,13 @@ "node": ">= 0.4" } }, + "node_modules/setprototypeof": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", + "dev": true, + "license": "ISC" + }, "node_modules/shebang-command": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", @@ -2226,11 +2240,25 @@ "node": ">=8" } }, + "node_modules/signal-exit": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/slash": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz", "integrity": "sha512-3TYDR7xWt4dIqV2JauJr+EJeW356RXijHeUlO+8djJ+uBXPn8/2dpzBc8yQhh583sVvc9CvFAeQVgijsH+PNNg==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -2244,15 +2272,6 @@ "node": ">=8.0.0" } }, - "node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/sprintf-js": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", @@ -2260,15 +2279,16 @@ "dev": true }, "node_modules/ssri": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz", - "integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-11.0.0.tgz", + "integrity": "sha512-aZpUoMN/Jj2MqA4vMCeiKGnc/8SuSyHbGSBdgFbZxP8OJGF/lFkIuElzPxsN0q8TQQ+prw3P4EDfB3TBHHgfXw==", "dev": true, + "license": "ISC", "dependencies": { - "minipass": "^3.1.1" + "minipass": "^7.0.3" }, "engines": { - "node": ">= 8" + "node": "^16.14.0 || >=18.0.0" } }, "node_modules/statuses": { @@ -2276,10 +2296,115 @@ "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.8" } }, + "node_modules/string-width": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", + "dev": true, + "license": "MIT", + "dependencies": { + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/string-width-cjs": { + "name": "string-width", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "license": "MIT", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/string-width-cjs/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/string-width-cjs/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true, + "license": "MIT" + }, + "node_modules/string-width-cjs/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, + "node_modules/strip-ansi-cjs": { + "name": "strip-ansi", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi-cjs/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, "node_modules/strip-bom-string": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/strip-bom-string/-/strip-bom-string-1.0.0.tgz", @@ -2289,39 +2414,6 @@ "node": ">=0.10.0" } }, - "node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/supports-preserve-symlinks-flag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", - "dev": true, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", - "dev": true, - "engines": { - "node": ">=4" - } - }, "node_modules/to-regex-range": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", @@ -2334,48 +2426,39 @@ "node": ">=8.0" } }, - "node_modules/token-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/token-stream/-/token-stream-1.0.0.tgz", - "integrity": "sha512-VSsyNPPW74RpHwR8Fc21uubwHY7wMDeJLys2IX5zJNih+OnAnaifKHo+1LHT7DAdloQ7apeaaWg8l7qnf/TnEg==", - "dev": true + "node_modules/toidentifier": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.6" + } }, "node_modules/uc.micro": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz", - "integrity": "sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==", - "dev": true - }, - "node_modules/uglify-js": { - "version": "3.17.4", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.17.4.tgz", - "integrity": "sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz", + "integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==", "dev": true, - "optional": true, - "bin": { - "uglifyjs": "bin/uglifyjs" - }, - "engines": { - "node": ">=0.8.0" - } + "license": "MIT" }, "node_modules/unpipe": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.8" } }, - "node_modules/void-elements": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-3.1.0.tgz", - "integrity": "sha512-Dhxzh5HZuiHQhbvTW9AMetFfBHDMYpo23Uo9btPXgdYP+3T5S+p+jgNy7spra+veYhBP2dCSgxR/i2Y02h5/6w==", + "node_modules/urlpattern-polyfill": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-10.0.0.tgz", + "integrity": "sha512-H/A06tKD7sS1O1X2SshBVeA5FLycRpjqiBeqGKmBwBDBy28EnRjORxTNe269KSSr5un5qyWi1iL61wLxpd+ZOg==", "dev": true, - "engines": { - "node": ">=0.10.0" - } + "license": "MIT" }, "node_modules/which": { "version": "2.0.2", @@ -2392,38 +2475,110 @@ "node": ">= 8" } }, - "node_modules/with": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/with/-/with-7.0.2.tgz", - "integrity": "sha512-RNGKj82nUPg3g5ygxkQl0R937xLyho1J24ItRCBTr/m1YnZkzJy1hUiHUJrc/VlsDQzsCnInEGSg3bci0Lmd4w==", + "node_modules/wrap-ansi": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/parser": "^7.9.6", - "@babel/types": "^7.9.6", - "assert-never": "^1.2.1", - "babel-walk": "3.0.0-canary-5" + "ansi-styles": "^6.1.0", + "string-width": "^5.0.1", + "strip-ansi": "^7.0.1" }, "engines": { - "node": ">= 10.0.0" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, - "node_modules/wordwrap": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz", - "integrity": "sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==", - "dev": true + "node_modules/wrap-ansi-cjs": { + "name": "wrap-ansi", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } }, - "node_modules/wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", - "dev": true + "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true, + "license": "MIT" + }, + "node_modules/wrap-ansi-cjs/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "license": "MIT", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } }, "node_modules/ws": { - "version": "8.17.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.0.tgz", - "integrity": "sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==", + "version": "8.18.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz", + "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==", "dev": true, + "license": "MIT", "engines": { "node": ">=10.0.0" }, @@ -2439,12 +2594,6 @@ "optional": true } } - }, - "node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true } } } diff --git a/package.json b/package.json index b5f3b6f..d8072ad 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { "name": "@cdransf/eleventy-tabler-icons-filled", - "version": "1.4.0", + "version": "2.11.1", "description": "Shortcodes to add filled Tabler icons to your Eleventy projects", + "type": "module", "main": "tablericons.js", "files": [ "tablericons.js", @@ -18,21 +19,21 @@ "tabler-icons" ], "author": { - "email": "coryd@hey.com", + "email": "hi@coryd.dev", "name": "Cory Dransfeldt", "url": "https://coryd.dev" }, "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": "^2.0.1", - "@tabler/icons": "^3.4.0" + "@11ty/eleventy": "v3.0.0", + "@tabler/icons": "^3.31.0" } } diff --git a/tablericons.js b/tablericons.js index 6c6d76b..b959cba 100644 --- a/tablericons.js +++ b/tablericons.js @@ -1,55 +1,48 @@ -const ICONS = require("./icons"); +import ICONS from './icons.js' -const initialConfig = { - className: "", - errorOnMissing: false, -}; +const tablericons = (eleventyConfig, config = {}) => { + const { className = '', errorOnMissing = false } = config -module.exports = function tablericons(eleventyConfig, config = initialConfig) { - function tablericons(context = this, name, alt) { - const contents = ICONS[name]; + const renderIcon = (context = this, name, alt, attrs) => { + const contents = ICONS[name] if (!contents) { - const message = `No tablericons found for name "${name}"`; - if (config.errorOnMissing) { - throw new Error(message); - } else { - console.warn(message + ` in ${context.page.inputPath}`); - return ""; - } + handleMissingIcon(name, context.page.inputPath) + return '' } - if (!contents) return ""; - - return `${head(alt, config.className, name)}${contents}${ - ICONS.TAIL - }`; + return `${head(alt, className, name, attrs)}${contents}${ICONS.TAIL}` } - eleventyConfig.addShortcode("tablericon-filled", function (name, alt, attrs) { - return tablericons(this, name, alt, attrs); - }); -}; - -function head(alt, className, iconName, attrs) { - let output = ICONS.HEAD.slice(0, -1); // Open tag - if (!alt) output += ` aria-hidden="true"`; - if (className) output += ` class="${className}"`; - output += ` data-tablericon-name="${iconName}"`; - - if (attrs) { - if (typeof attrs === "string") { - output += ` ${attrs}`; + const handleMissingIcon = (name, inputPath) => { + const message = `No tablericons found for name '${name}'` + if (errorOnMissing) { + throw new Error(message) } else { - Object.entries(attrs).forEach(([property, value]) => { - if (property && value) { - output += ` ${property}="${value}"`; - } - }); + console.warn(`${message} in ${inputPath}`) } } - output += ">"; // Close tag - if (alt) output += `${alt}`; - - return output; + // Register shortcode for Eleventy 3.0 + eleventyConfig.addShortcode('tablericon', (name, alt, attrs) => { + return renderIcon(this, name, alt, attrs) + }) } + +const head = (alt, className, iconName, attrs) => { + let output = `${ICONS.HEAD.slice(0, -1)} aria-hidden='true'` + + if (className) output += ` class='${className}'` + output += ` data-tablericon-name='${iconName}'` + + if (typeof attrs === 'string') { + output += ` ${attrs}` + } else if (attrs && typeof attrs === 'object') { + output += Object.entries(attrs) + .map(([property, value]) => (property && value ? ` ${property}='${value}'` : '')) + .join('') + } + + return `${output}>` +} + +export default tablericons \ No newline at end of file