@quasar/quasar-ui-qiconpicker 2.0.4 → 2.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * @quasar/quasar-ui-qiconpicker v2.0.4
3
- * (c) 2021 Jeff Galbraith <jeff@quasar.dev>
2
+ * @quasar/quasar-ui-qiconpicker v2.0.5
3
+ * (c) 2022 Jeff Galbraith <jeff@quasar.dev>
4
4
  * Released under the MIT License.
5
5
  */
6
6
  .q-icon-picker {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @quasar/quasar-ui-qiconpicker v2.0.4
3
- * (c) 2021 Jeff Galbraith <jeff@quasar.dev>
2
+ * @quasar/quasar-ui-qiconpicker v2.0.5
3
+ * (c) 2022 Jeff Galbraith <jeff@quasar.dev>
4
4
  * Released under the MIT License.
5
5
  */.q-icon-picker{display:flex;flex-direction:column;flex-wrap:nowrap;width:100%;height:100%}.q-icon-picker__body{position:relative}.q-icon-picker__body,.q-icon-picker__scroll-area{overflow:hidden;flex:1 1 auto;width:100%}.q-icon-picker__container{display:flex;flex:1 1 auto;flex-wrap:wrap;flex-direction:row;justify-content:center;width:100%}.q-icon-picker__footer,.q-icon-picker__header{width:100%}
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * @quasar/quasar-ui-qiconpicker v2.0.4
3
- * (c) 2021 Jeff Galbraith <jeff@quasar.dev>
2
+ * @quasar/quasar-ui-qiconpicker v2.0.5
3
+ * (c) 2022 Jeff Galbraith <jeff@quasar.dev>
4
4
  * Released under the MIT License.
5
5
  */
6
6
  .q-icon-picker {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @quasar/quasar-ui-qiconpicker v2.0.4
3
- * (c) 2021 Jeff Galbraith <jeff@quasar.dev>
2
+ * @quasar/quasar-ui-qiconpicker v2.0.5
3
+ * (c) 2022 Jeff Galbraith <jeff@quasar.dev>
4
4
  * Released under the MIT License.
5
5
  */.q-icon-picker{display:flex;flex-direction:column;flex-wrap:nowrap;width:100%;height:100%}.q-icon-picker__body{position:relative}.q-icon-picker__body,.q-icon-picker__scroll-area{overflow:hidden;flex:1 1 auto;width:100%}.q-icon-picker__container{display:flex;flex:1 1 auto;flex-wrap:wrap;flex-direction:row;justify-content:center;width:100%}.q-icon-picker__footer,.q-icon-picker__header{width:100%}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quasar/quasar-ui-qiconpicker",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "author": "Jeff Galbraith <jeff@quasar.dev>",
5
5
  "description": "QIconPicker - Quasar component",
6
6
  "contributors": [
@@ -12,7 +12,7 @@
12
12
  ],
13
13
  "license": "MIT",
14
14
  "module": "dist/index.esm.js",
15
- "main": "dist/index.common.js",
15
+ "main": "dist/index.cjs.js",
16
16
  "typings": "dist/types/index.d.ts",
17
17
  "scripts": {
18
18
  "lint": "eslint --ext .js,.vue src",
@@ -62,41 +62,41 @@
62
62
  "attributes": "dist/vetur/attributes.json"
63
63
  },
64
64
  "devDependencies": {
65
- "@babel/core": "^7.16.0",
66
- "@babel/eslint-parser": "^7.16.3",
65
+ "@babel/core": "^7.17.5",
66
+ "@babel/eslint-parser": "^7.17.0",
67
67
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
68
- "@babel/preset-env": "^7.16.4",
69
- "@quasar/extras": "^1.12.1",
68
+ "@babel/preset-env": "^7.16.11",
69
+ "@quasar/extras": "^1.13.0",
70
70
  "@rollup/plugin-buble": "^0.21.3",
71
71
  "@rollup/plugin-json": "^4.1.0",
72
- "@rollup/plugin-node-resolve": "^13.0.6",
73
- "@rollup/plugin-replace": "^3.0.0",
74
- "@types/node": "^16.11.9",
75
- "@typescript-eslint/eslint-plugin": "^5.4.0",
76
- "@typescript-eslint/parser": "^5.4.0",
77
- "autoprefixer": "^10.4.0",
78
- "chalk": "^4.1.2",
79
- "cross-fetch": "^3.1.4",
80
- "cssnano": "^5.0.11",
81
- "eslint": "^8.2.0",
72
+ "@rollup/plugin-node-resolve": "^13.1.3",
73
+ "@rollup/plugin-replace": "^4.0.0",
74
+ "@types/node": "^17.0.21",
75
+ "@typescript-eslint/eslint-plugin": "^5.14.0",
76
+ "@typescript-eslint/parser": "^5.14.0",
77
+ "autoprefixer": "^10.4.2",
78
+ "cross-fetch": "^3.1.5",
79
+ "cssnano": "^5.1.4",
80
+ "eslint": "^8.11.0",
82
81
  "eslint-config-standard": "^16.0.3",
83
- "eslint-plugin-import": "^2.25.3",
84
- "eslint-plugin-jsdoc": "^37.0.3",
82
+ "eslint-plugin-import": "^2.25.4",
83
+ "eslint-plugin-jsdoc": "^38.0.3",
85
84
  "eslint-plugin-node": "^11.1.0",
86
- "eslint-plugin-promise": "^5.1.1",
87
- "eslint-plugin-quasar": "^1.0.0",
88
- "eslint-plugin-vue": "^8.1.1",
85
+ "eslint-plugin-promise": "^6.0.0",
86
+ "eslint-plugin-quasar": "^1.1.0",
87
+ "eslint-plugin-vue": "^8.5.0",
89
88
  "eslint-webpack-plugin": "^3.1.1",
90
- "fs-extra": "^10.0.0",
89
+ "fs-extra": "^10.0.1",
90
+ "kolorist": "^1.5.1",
91
91
  "open": "^8.4.0",
92
- "postcss": "^8.3.11",
93
- "quasar": "^2.3.3",
92
+ "postcss": "^8.4.8",
93
+ "quasar": "^2.5.5",
94
94
  "quasar-json-api": "^2.0.0-alpha.3",
95
95
  "rimraf": "^3.0.2",
96
- "rollup": "^2.60.0",
96
+ "rollup": "^2.70.0",
97
97
  "rtlcss": "^3.5.0",
98
- "sass": "^1.43.4",
99
- "uglify-js": "^3.14.3",
98
+ "sass": "^1.49.9",
99
+ "uglify-js": "^3.15.3",
100
100
  "zlib": "^1.0.5"
101
101
  },
102
102
  "browserslist": [
package/src/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import QIconPicker from './components/QIconPicker'
2
- import pkg from '../package.json'
3
- const { version } = pkg
2
+
3
+ import { version } from './version'
4
4
 
5
5
  export {
6
6
  version,
package/src/version.js ADDED
@@ -0,0 +1 @@
1
+ export const version = '2.0.5'
package/src/vue-plugin.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import QIconPicker from './components/QIconPicker'
2
2
 
3
- const version = __UI_VERSION__
3
+ import { version } from './version'
4
4
 
5
5
  function install (app) {
6
6
  app.component(QIconPicker.name, QIconPicker)
@@ -1,6 +0,0 @@
1
- /*!
2
- * @quasar/quasar-ui-qiconpicker v2.0.4
3
- * (c) 2021 Jeff Galbraith <jeff@quasar.dev>
4
- * Released under the MIT License.
5
- */
6
- (function(a,e){"object"===typeof exports&&"undefined"!==typeof module?module.exports=e():"function"===typeof define&&define.amd?define(e):(a="undefined"!==typeof globalThis?globalThis:a||self,a.QIconPicker=a.QIconPicker||{},a.QIconPicker.iconSet=a.QIconPicker.iconSet||{},a.QIconPicker.iconSet.bootstrapIcons=e())})(this,function(){"use strict";var a={name:"bootstrap-icons",icons:[{name:"bi-alarm-fill",tags:[]},{name:"bi-alarm",tags:[]},{name:"bi-align-bottom",tags:[]},{name:"bi-align-center",tags:[]},{name:"bi-align-end",tags:[]},{name:"bi-align-middle",tags:[]},{name:"bi-align-start",tags:[]},{name:"bi-align-top",tags:[]},{name:"bi-alt",tags:[]},{name:"bi-app-indicator",tags:[]},{name:"bi-app",tags:[]},{name:"bi-archive-fill",tags:[]},{name:"bi-archive",tags:[]},{name:"bi-arrow-90deg-down",tags:[]},{name:"bi-arrow-90deg-left",tags:[]},{name:"bi-arrow-90deg-right",tags:[]},{name:"bi-arrow-90deg-up",tags:[]},{name:"bi-arrow-bar-down",tags:[]},{name:"bi-arrow-bar-left",tags:[]},{name:"bi-arrow-bar-right",tags:[]},{name:"bi-arrow-bar-up",tags:[]},{name:"bi-arrow-clockwise",tags:[]},{name:"bi-arrow-counterclockwise",tags:[]},{name:"bi-arrow-down-circle-fill",tags:[]},{name:"bi-arrow-down-circle",tags:[]},{name:"bi-arrow-down-left-circle-fill",tags:[]},{name:"bi-arrow-down-left-circle",tags:[]},{name:"bi-arrow-down-left-square-fill",tags:[]},{name:"bi-arrow-down-left-square",tags:[]},{name:"bi-arrow-down-left",tags:[]},{name:"bi-arrow-down-right-circle-fill",tags:[]},{name:"bi-arrow-down-right-circle",tags:[]},{name:"bi-arrow-down-right-square-fill",tags:[]},{name:"bi-arrow-down-right-square",tags:[]},{name:"bi-arrow-down-right",tags:[]},{name:"bi-arrow-down-short",tags:[]},{name:"bi-arrow-down-square-fill",tags:[]},{name:"bi-arrow-down-square",tags:[]},{name:"bi-arrow-down-up",tags:[]},{name:"bi-arrow-down",tags:[]},{name:"bi-arrow-left-circle-fill",tags:[]},{name:"bi-arrow-left-circle",tags:[]},{name:"bi-arrow-left-right",tags:[]},{name:"bi-arrow-left-short",tags:[]},{name:"bi-arrow-left-square-fill",tags:[]},{name:"bi-arrow-left-square",tags:[]},{name:"bi-arrow-left",tags:[]},{name:"bi-arrow-repeat",tags:[]},{name:"bi-arrow-return-left",tags:[]},{name:"bi-arrow-return-right",tags:[]},{name:"bi-arrow-right-circle-fill",tags:[]},{name:"bi-arrow-right-circle",tags:[]},{name:"bi-arrow-right-short",tags:[]},{name:"bi-arrow-right-square-fill",tags:[]},{name:"bi-arrow-right-square",tags:[]},{name:"bi-arrow-right",tags:[]},{name:"bi-arrow-up-circle-fill",tags:[]},{name:"bi-arrow-up-circle",tags:[]},{name:"bi-arrow-up-left-circle-fill",tags:[]},{name:"bi-arrow-up-left-circle",tags:[]},{name:"bi-arrow-up-left-square-fill",tags:[]},{name:"bi-arrow-up-left-square",tags:[]},{name:"bi-arrow-up-left",tags:[]},{name:"bi-arrow-up-right-circle-fill",tags:[]},{name:"bi-arrow-up-right-circle",tags:[]},{name:"bi-arrow-up-right-square-fill",tags:[]},{name:"bi-arrow-up-right-square",tags:[]},{name:"bi-arrow-up-right",tags:[]},{name:"bi-arrow-up-short",tags:[]},{name:"bi-arrow-up-square-fill",tags:[]},{name:"bi-arrow-up-square",tags:[]},{name:"bi-arrow-up",tags:[]},{name:"bi-arrows-angle-contract",tags:[]},{name:"bi-arrows-angle-expand",tags:[]},{name:"bi-arrows-collapse",tags:[]},{name:"bi-arrows-expand",tags:[]},{name:"bi-arrows-fullscreen",tags:[]},{name:"bi-arrows-move",tags:[]},{name:"bi-aspect-ratio-fill",tags:[]},{name:"bi-aspect-ratio",tags:[]},{name:"bi-asterisk",tags:[]},{name:"bi-at",tags:[]},{name:"bi-award-fill",tags:[]},{name:"bi-award",tags:[]},{name:"bi-back",tags:[]},{name:"bi-backspace-fill",tags:[]},{name:"bi-backspace-reverse-fill",tags:[]},{name:"bi-backspace-reverse",tags:[]},{name:"bi-backspace",tags:[]},{name:"bi-badge-3d-fill",tags:[]},{name:"bi-badge-3d",tags:[]},{name:"bi-badge-4k-fill",tags:[]},{name:"bi-badge-4k",tags:[]},{name:"bi-badge-8k-fill",tags:[]},{name:"bi-badge-8k",tags:[]},{name:"bi-badge-ad-fill",tags:[]},{name:"bi-badge-ad",tags:[]},{name:"bi-badge-ar-fill",tags:[]},{name:"bi-badge-ar",tags:[]},{name:"bi-badge-cc-fill",tags:[]},{name:"bi-badge-cc",tags:[]},{name:"bi-badge-hd-fill",tags:[]},{name:"bi-badge-hd",tags:[]},{name:"bi-badge-tm-fill",tags:[]},{name:"bi-badge-tm",tags:[]},{name:"bi-badge-vo-fill",tags:[]},{name:"bi-badge-vo",tags:[]},{name:"bi-badge-vr-fill",tags:[]},{name:"bi-badge-vr",tags:[]},{name:"bi-badge-wc-fill",tags:[]},{name:"bi-badge-wc",tags:[]},{name:"bi-bag-check-fill",tags:[]},{name:"bi-bag-check",tags:[]},{name:"bi-bag-dash-fill",tags:[]},{name:"bi-bag-dash",tags:[]},{name:"bi-bag-fill",tags:[]},{name:"bi-bag-plus-fill",tags:[]},{name:"bi-bag-plus",tags:[]},{name:"bi-bag-x-fill",tags:[]},{name:"bi-bag-x",tags:[]},{name:"bi-bag",tags:[]},{name:"bi-bar-chart-fill",tags:[]},{name:"bi-bar-chart-line-fill",tags:[]},{name:"bi-bar-chart-line",tags:[]},{name:"bi-bar-chart-steps",tags:[]},{name:"bi-bar-chart",tags:[]},{name:"bi-basket-fill",tags:[]},{name:"bi-basket",tags:[]},{name:"bi-basket2-fill",tags:[]},{name:"bi-basket2",tags:[]},{name:"bi-basket3-fill",tags:[]},{name:"bi-basket3",tags:[]},{name:"bi-battery-charging",tags:[]},{name:"bi-battery-full",tags:[]},{name:"bi-battery-half",tags:[]},{name:"bi-battery",tags:[]},{name:"bi-bell-fill",tags:[]},{name:"bi-bell",tags:[]},{name:"bi-bezier",tags:[]},{name:"bi-bezier2",tags:[]},{name:"bi-bicycle",tags:[]},{name:"bi-binoculars-fill",tags:[]},{name:"bi-binoculars",tags:[]},{name:"bi-blockquote-left",tags:[]},{name:"bi-blockquote-right",tags:[]},{name:"bi-book-fill",tags:[]},{name:"bi-book-half",tags:[]},{name:"bi-book",tags:[]},{name:"bi-bookmark-check-fill",tags:[]},{name:"bi-bookmark-check",tags:[]},{name:"bi-bookmark-dash-fill",tags:[]},{name:"bi-bookmark-dash",tags:[]},{name:"bi-bookmark-fill",tags:[]},{name:"bi-bookmark-heart-fill",tags:[]},{name:"bi-bookmark-heart",tags:[]},{name:"bi-bookmark-plus-fill",tags:[]},{name:"bi-bookmark-plus",tags:[]},{name:"bi-bookmark-star-fill",tags:[]},{name:"bi-bookmark-star",tags:[]},{name:"bi-bookmark-x-fill",tags:[]},{name:"bi-bookmark-x",tags:[]},{name:"bi-bookmark",tags:[]},{name:"bi-bookmarks-fill",tags:[]},{name:"bi-bookmarks",tags:[]},{name:"bi-bookshelf",tags:[]},{name:"bi-bootstrap-fill",tags:[]},{name:"bi-bootstrap-reboot",tags:[]},{name:"bi-bootstrap",tags:[]},{name:"bi-border-all",tags:[]},{name:"bi-border-bottom",tags:[]},{name:"bi-border-center",tags:[]},{name:"bi-border-inner",tags:[]},{name:"bi-border-left",tags:[]},{name:"bi-border-middle",tags:[]},{name:"bi-border-outer",tags:[]},{name:"bi-border-right",tags:[]},{name:"bi-border-style",tags:[]},{name:"bi-border-top",tags:[]},{name:"bi-border-width",tags:[]},{name:"bi-border",tags:[]},{name:"bi-bounding-box-circles",tags:[]},{name:"bi-bounding-box",tags:[]},{name:"bi-box-arrow-down-left",tags:[]},{name:"bi-box-arrow-down-right",tags:[]},{name:"bi-box-arrow-down",tags:[]},{name:"bi-box-arrow-in-down-left",tags:[]},{name:"bi-box-arrow-in-down-right",tags:[]},{name:"bi-box-arrow-in-down",tags:[]},{name:"bi-box-arrow-in-left",tags:[]},{name:"bi-box-arrow-in-right",tags:[]},{name:"bi-box-arrow-in-up-left",tags:[]},{name:"bi-box-arrow-in-up-right",tags:[]},{name:"bi-box-arrow-in-up",tags:[]},{name:"bi-box-arrow-left",tags:[]},{name:"bi-box-arrow-right",tags:[]},{name:"bi-box-arrow-up-left",tags:[]},{name:"bi-box-arrow-up-right",tags:[]},{name:"bi-box-arrow-up",tags:[]},{name:"bi-box-seam",tags:[]},{name:"bi-box",tags:[]},{name:"bi-braces",tags:[]},{name:"bi-bricks",tags:[]},{name:"bi-briefcase-fill",tags:[]},{name:"bi-briefcase",tags:[]},{name:"bi-brightness-alt-high-fill",tags:[]},{name:"bi-brightness-alt-high",tags:[]},{name:"bi-brightness-alt-low-fill",tags:[]},{name:"bi-brightness-alt-low",tags:[]},{name:"bi-brightness-high-fill",tags:[]},{name:"bi-brightness-high",tags:[]},{name:"bi-brightness-low-fill",tags:[]},{name:"bi-brightness-low",tags:[]},{name:"bi-broadcast-pin",tags:[]},{name:"bi-broadcast",tags:[]},{name:"bi-brush-fill",tags:[]},{name:"bi-brush",tags:[]},{name:"bi-bucket-fill",tags:[]},{name:"bi-bucket",tags:[]},{name:"bi-bug-fill",tags:[]},{name:"bi-bug",tags:[]},{name:"bi-building",tags:[]},{name:"bi-bullseye",tags:[]},{name:"bi-calculator-fill",tags:[]},{name:"bi-calculator",tags:[]},{name:"bi-calendar-check-fill",tags:[]},{name:"bi-calendar-check",tags:[]},{name:"bi-calendar-date-fill",tags:[]},{name:"bi-calendar-date",tags:[]},{name:"bi-calendar-day-fill",tags:[]},{name:"bi-calendar-day",tags:[]},{name:"bi-calendar-event-fill",tags:[]},{name:"bi-calendar-event",tags:[]},{name:"bi-calendar-fill",tags:[]},{name:"bi-calendar-minus-fill",tags:[]},{name:"bi-calendar-minus",tags:[]},{name:"bi-calendar-month-fill",tags:[]},{name:"bi-calendar-month",tags:[]},{name:"bi-calendar-plus-fill",tags:[]},{name:"bi-calendar-plus",tags:[]},{name:"bi-calendar-range-fill",tags:[]},{name:"bi-calendar-range",tags:[]},{name:"bi-calendar-week-fill",tags:[]},{name:"bi-calendar-week",tags:[]},{name:"bi-calendar-x-fill",tags:[]},{name:"bi-calendar-x",tags:[]},{name:"bi-calendar",tags:[]},{name:"bi-calendar2-check-fill",tags:[]},{name:"bi-calendar2-check",tags:[]},{name:"bi-calendar2-date-fill",tags:[]},{name:"bi-calendar2-date",tags:[]},{name:"bi-calendar2-day-fill",tags:[]},{name:"bi-calendar2-day",tags:[]},{name:"bi-calendar2-event-fill",tags:[]},{name:"bi-calendar2-event",tags:[]},{name:"bi-calendar2-fill",tags:[]},{name:"bi-calendar2-minus-fill",tags:[]},{name:"bi-calendar2-minus",tags:[]},{name:"bi-calendar2-month-fill",tags:[]},{name:"bi-calendar2-month",tags:[]},{name:"bi-calendar2-plus-fill",tags:[]},{name:"bi-calendar2-plus",tags:[]},{name:"bi-calendar2-range-fill",tags:[]},{name:"bi-calendar2-range",tags:[]},{name:"bi-calendar2-week-fill",tags:[]},{name:"bi-calendar2-week",tags:[]},{name:"bi-calendar2-x-fill",tags:[]},{name:"bi-calendar2-x",tags:[]},{name:"bi-calendar2",tags:[]},{name:"bi-calendar3-event-fill",tags:[]},{name:"bi-calendar3-event",tags:[]},{name:"bi-calendar3-fill",tags:[]},{name:"bi-calendar3-range-fill",tags:[]},{name:"bi-calendar3-range",tags:[]},{name:"bi-calendar3-week-fill",tags:[]},{name:"bi-calendar3-week",tags:[]},{name:"bi-calendar3",tags:[]},{name:"bi-calendar4-event",tags:[]},{name:"bi-calendar4-range",tags:[]},{name:"bi-calendar4-week",tags:[]},{name:"bi-calendar4",tags:[]},{name:"bi-camera-fill",tags:[]},{name:"bi-camera-reels-fill",tags:[]},{name:"bi-camera-reels",tags:[]},{name:"bi-camera-video-fill",tags:[]},{name:"bi-camera-video-off-fill",tags:[]},{name:"bi-camera-video-off",tags:[]},{name:"bi-camera-video",tags:[]},{name:"bi-camera",tags:[]},{name:"bi-camera2",tags:[]},{name:"bi-capslock-fill",tags:[]},{name:"bi-capslock",tags:[]},{name:"bi-card-checklist",tags:[]},{name:"bi-card-heading",tags:[]},{name:"bi-card-image",tags:[]},{name:"bi-card-list",tags:[]},{name:"bi-card-text",tags:[]},{name:"bi-caret-down-fill",tags:[]},{name:"bi-caret-down-square-fill",tags:[]},{name:"bi-caret-down-square",tags:[]},{name:"bi-caret-down",tags:[]},{name:"bi-caret-left-fill",tags:[]},{name:"bi-caret-left-square-fill",tags:[]},{name:"bi-caret-left-square",tags:[]},{name:"bi-caret-left",tags:[]},{name:"bi-caret-right-fill",tags:[]},{name:"bi-caret-right-square-fill",tags:[]},{name:"bi-caret-right-square",tags:[]},{name:"bi-caret-right",tags:[]},{name:"bi-caret-up-fill",tags:[]},{name:"bi-caret-up-square-fill",tags:[]},{name:"bi-caret-up-square",tags:[]},{name:"bi-caret-up",tags:[]},{name:"bi-cart-check-fill",tags:[]},{name:"bi-cart-check",tags:[]},{name:"bi-cart-dash-fill",tags:[]},{name:"bi-cart-dash",tags:[]},{name:"bi-cart-fill",tags:[]},{name:"bi-cart-plus-fill",tags:[]},{name:"bi-cart-plus",tags:[]},{name:"bi-cart-x-fill",tags:[]},{name:"bi-cart-x",tags:[]},{name:"bi-cart",tags:[]},{name:"bi-cart2",tags:[]},{name:"bi-cart3",tags:[]},{name:"bi-cart4",tags:[]},{name:"bi-cash-stack",tags:[]},{name:"bi-cash",tags:[]},{name:"bi-cast",tags:[]},{name:"bi-chat-dots-fill",tags:[]},{name:"bi-chat-dots",tags:[]},{name:"bi-chat-fill",tags:[]},{name:"bi-chat-left-dots-fill",tags:[]},{name:"bi-chat-left-dots",tags:[]},{name:"bi-chat-left-fill",tags:[]},{name:"bi-chat-left-quote-fill",tags:[]},{name:"bi-chat-left-quote",tags:[]},{name:"bi-chat-left-text-fill",tags:[]},{name:"bi-chat-left-text",tags:[]},{name:"bi-chat-left",tags:[]},{name:"bi-chat-quote-fill",tags:[]},{name:"bi-chat-quote",tags:[]},{name:"bi-chat-right-dots-fill",tags:[]},{name:"bi-chat-right-dots",tags:[]},{name:"bi-chat-right-fill",tags:[]},{name:"bi-chat-right-quote-fill",tags:[]},{name:"bi-chat-right-quote",tags:[]},{name:"bi-chat-right-text-fill",tags:[]},{name:"bi-chat-right-text",tags:[]},{name:"bi-chat-right",tags:[]},{name:"bi-chat-square-dots-fill",tags:[]},{name:"bi-chat-square-dots",tags:[]},{name:"bi-chat-square-fill",tags:[]},{name:"bi-chat-square-quote-fill",tags:[]},{name:"bi-chat-square-quote",tags:[]},{name:"bi-chat-square-text-fill",tags:[]},{name:"bi-chat-square-text",tags:[]},{name:"bi-chat-square",tags:[]},{name:"bi-chat-text-fill",tags:[]},{name:"bi-chat-text",tags:[]},{name:"bi-chat",tags:[]},{name:"bi-check-all",tags:[]},{name:"bi-check-circle-fill",tags:[]},{name:"bi-check-circle",tags:[]},{name:"bi-check-square-fill",tags:[]},{name:"bi-check-square",tags:[]},{name:"bi-check",tags:[]},{name:"bi-check2-all",tags:[]},{name:"bi-check2-circle",tags:[]},{name:"bi-check2-square",tags:[]},{name:"bi-check2",tags:[]},{name:"bi-chevron-bar-contract",tags:[]},{name:"bi-chevron-bar-down",tags:[]},{name:"bi-chevron-bar-expand",tags:[]},{name:"bi-chevron-bar-left",tags:[]},{name:"bi-chevron-bar-right",tags:[]},{name:"bi-chevron-bar-up",tags:[]},{name:"bi-chevron-compact-down",tags:[]},{name:"bi-chevron-compact-left",tags:[]},{name:"bi-chevron-compact-right",tags:[]},{name:"bi-chevron-compact-up",tags:[]},{name:"bi-chevron-contract",tags:[]},{name:"bi-chevron-double-down",tags:[]},{name:"bi-chevron-double-left",tags:[]},{name:"bi-chevron-double-right",tags:[]},{name:"bi-chevron-double-up",tags:[]},{name:"bi-chevron-down",tags:[]},{name:"bi-chevron-expand",tags:[]},{name:"bi-chevron-left",tags:[]},{name:"bi-chevron-right",tags:[]},{name:"bi-chevron-up",tags:[]},{name:"bi-circle-fill",tags:[]},{name:"bi-circle-half",tags:[]},{name:"bi-circle-square",tags:[]},{name:"bi-circle",tags:[]},{name:"bi-clipboard-check",tags:[]},{name:"bi-clipboard-data",tags:[]},{name:"bi-clipboard-minus",tags:[]},{name:"bi-clipboard-plus",tags:[]},{name:"bi-clipboard-x",tags:[]},{name:"bi-clipboard",tags:[]},{name:"bi-clock-fill",tags:[]},{name:"bi-clock-history",tags:[]},{name:"bi-clock",tags:[]},{name:"bi-cloud-arrow-down-fill",tags:[]},{name:"bi-cloud-arrow-down",tags:[]},{name:"bi-cloud-arrow-up-fill",tags:[]},{name:"bi-cloud-arrow-up",tags:[]},{name:"bi-cloud-check-fill",tags:[]},{name:"bi-cloud-check",tags:[]},{name:"bi-cloud-download-fill",tags:[]},{name:"bi-cloud-download",tags:[]},{name:"bi-cloud-drizzle-fill",tags:[]},{name:"bi-cloud-drizzle",tags:[]},{name:"bi-cloud-fill",tags:[]},{name:"bi-cloud-fog-fill",tags:[]},{name:"bi-cloud-fog",tags:[]},{name:"bi-cloud-fog2-fill",tags:[]},{name:"bi-cloud-fog2",tags:[]},{name:"bi-cloud-hail-fill",tags:[]},{name:"bi-cloud-hail",tags:[]},{name:"bi-cloud-haze-1",tags:[]},{name:"bi-cloud-haze-fill",tags:[]},{name:"bi-cloud-haze",tags:[]},{name:"bi-cloud-haze2-fill",tags:[]},{name:"bi-cloud-lightning-fill",tags:[]},{name:"bi-cloud-lightning-rain-fill",tags:[]},{name:"bi-cloud-lightning-rain",tags:[]},{name:"bi-cloud-lightning",tags:[]},{name:"bi-cloud-minus-fill",tags:[]},{name:"bi-cloud-minus",tags:[]},{name:"bi-cloud-moon-fill",tags:[]},{name:"bi-cloud-moon",tags:[]},{name:"bi-cloud-plus-fill",tags:[]},{name:"bi-cloud-plus",tags:[]},{name:"bi-cloud-rain-fill",tags:[]},{name:"bi-cloud-rain-heavy-fill",tags:[]},{name:"bi-cloud-rain-heavy",tags:[]},{name:"bi-cloud-rain",tags:[]},{name:"bi-cloud-slash-fill",tags:[]},{name:"bi-cloud-slash",tags:[]},{name:"bi-cloud-sleet-fill",tags:[]},{name:"bi-cloud-sleet",tags:[]},{name:"bi-cloud-snow-fill",tags:[]},{name:"bi-cloud-snow",tags:[]},{name:"bi-cloud-sun-fill",tags:[]},{name:"bi-cloud-sun",tags:[]},{name:"bi-cloud-upload-fill",tags:[]},{name:"bi-cloud-upload",tags:[]},{name:"bi-cloud",tags:[]},{name:"bi-clouds-fill",tags:[]},{name:"bi-clouds",tags:[]},{name:"bi-cloudy-fill",tags:[]},{name:"bi-cloudy",tags:[]},{name:"bi-code-slash",tags:[]},{name:"bi-code-square",tags:[]},{name:"bi-code",tags:[]},{name:"bi-collection-fill",tags:[]},{name:"bi-collection-play-fill",tags:[]},{name:"bi-collection-play",tags:[]},{name:"bi-collection",tags:[]},{name:"bi-columns-gap",tags:[]},{name:"bi-columns",tags:[]},{name:"bi-command",tags:[]},{name:"bi-compass-fill",tags:[]},{name:"bi-compass",tags:[]},{name:"bi-cone-striped",tags:[]},{name:"bi-cone",tags:[]},{name:"bi-controller",tags:[]},{name:"bi-cpu-fill",tags:[]},{name:"bi-cpu",tags:[]},{name:"bi-credit-card-2-back-fill",tags:[]},{name:"bi-credit-card-2-back",tags:[]},{name:"bi-credit-card-2-front-fill",tags:[]},{name:"bi-credit-card-2-front",tags:[]},{name:"bi-credit-card-fill",tags:[]},{name:"bi-credit-card",tags:[]},{name:"bi-crop",tags:[]},{name:"bi-cup-fill",tags:[]},{name:"bi-cup-straw",tags:[]},{name:"bi-cup",tags:[]},{name:"bi-cursor-fill",tags:[]},{name:"bi-cursor-text",tags:[]},{name:"bi-cursor",tags:[]},{name:"bi-dash-circle-dotted",tags:[]},{name:"bi-dash-circle-fill",tags:[]},{name:"bi-dash-circle",tags:[]},{name:"bi-dash-square-dotted",tags:[]},{name:"bi-dash-square-fill",tags:[]},{name:"bi-dash-square",tags:[]},{name:"bi-dash",tags:[]},{name:"bi-diagram-2-fill",tags:[]},{name:"bi-diagram-2",tags:[]},{name:"bi-diagram-3-fill",tags:[]},{name:"bi-diagram-3",tags:[]},{name:"bi-diamond-fill",tags:[]},{name:"bi-diamond-half",tags:[]},{name:"bi-diamond",tags:[]},{name:"bi-dice-1-fill",tags:[]},{name:"bi-dice-1",tags:[]},{name:"bi-dice-2-fill",tags:[]},{name:"bi-dice-2",tags:[]},{name:"bi-dice-3-fill",tags:[]},{name:"bi-dice-3",tags:[]},{name:"bi-dice-4-fill",tags:[]},{name:"bi-dice-4",tags:[]},{name:"bi-dice-5-fill",tags:[]},{name:"bi-dice-5",tags:[]},{name:"bi-dice-6-fill",tags:[]},{name:"bi-dice-6",tags:[]},{name:"bi-disc-fill",tags:[]},{name:"bi-disc",tags:[]},{name:"bi-discord",tags:[]},{name:"bi-display-fill",tags:[]},{name:"bi-display",tags:[]},{name:"bi-distribute-horizontal",tags:[]},{name:"bi-distribute-vertical",tags:[]},{name:"bi-door-closed-fill",tags:[]},{name:"bi-door-closed",tags:[]},{name:"bi-door-open-fill",tags:[]},{name:"bi-door-open",tags:[]},{name:"bi-dot",tags:[]},{name:"bi-download",tags:[]},{name:"bi-droplet-fill",tags:[]},{name:"bi-droplet-half",tags:[]},{name:"bi-droplet",tags:[]},{name:"bi-earbuds",tags:[]},{name:"bi-easel-fill",tags:[]},{name:"bi-easel",tags:[]},{name:"bi-egg-fill",tags:[]},{name:"bi-egg-fried",tags:[]},{name:"bi-egg",tags:[]},{name:"bi-eject-fill",tags:[]},{name:"bi-eject",tags:[]},{name:"bi-emoji-angry-fill",tags:[]},{name:"bi-emoji-angry",tags:[]},{name:"bi-emoji-dizzy-fill",tags:[]},{name:"bi-emoji-dizzy",tags:[]},{name:"bi-emoji-expressionless-fill",tags:[]},{name:"bi-emoji-expressionless",tags:[]},{name:"bi-emoji-frown-fill",tags:[]},{name:"bi-emoji-frown",tags:[]},{name:"bi-emoji-heart-eyes-fill",tags:[]},{name:"bi-emoji-heart-eyes",tags:[]},{name:"bi-emoji-laughing-fill",tags:[]},{name:"bi-emoji-laughing",tags:[]},{name:"bi-emoji-neutral-fill",tags:[]},{name:"bi-emoji-neutral",tags:[]},{name:"bi-emoji-smile-fill",tags:[]},{name:"bi-emoji-smile-upside-down-fill",tags:[]},{name:"bi-emoji-smile-upside-down",tags:[]},{name:"bi-emoji-smile",tags:[]},{name:"bi-emoji-sunglasses-fill",tags:[]},{name:"bi-emoji-sunglasses",tags:[]},{name:"bi-emoji-wink-fill",tags:[]},{name:"bi-emoji-wink",tags:[]},{name:"bi-envelope-fill",tags:[]},{name:"bi-envelope-open-fill",tags:[]},{name:"bi-envelope-open",tags:[]},{name:"bi-envelope",tags:[]},{name:"bi-eraser-fill",tags:[]},{name:"bi-eraser",tags:[]},{name:"bi-exclamation-circle-fill",tags:[]},{name:"bi-exclamation-circle",tags:[]},{name:"bi-exclamation-diamond-fill",tags:[]},{name:"bi-exclamation-diamond",tags:[]},{name:"bi-exclamation-octagon-fill",tags:[]},{name:"bi-exclamation-octagon",tags:[]},{name:"bi-exclamation-square-fill",tags:[]},{name:"bi-exclamation-square",tags:[]},{name:"bi-exclamation-triangle-fill",tags:[]},{name:"bi-exclamation-triangle",tags:[]},{name:"bi-exclamation",tags:[]},{name:"bi-exclude",tags:[]},{name:"bi-eye-fill",tags:[]},{name:"bi-eye-slash-fill",tags:[]},{name:"bi-eye-slash",tags:[]},{name:"bi-eye",tags:[]},{name:"bi-eyedropper",tags:[]},{name:"bi-eyeglasses",tags:[]},{name:"bi-facebook",tags:[]},{name:"bi-file-arrow-down-fill",tags:[]},{name:"bi-file-arrow-down",tags:[]},{name:"bi-file-arrow-up-fill",tags:[]},{name:"bi-file-arrow-up",tags:[]},{name:"bi-file-bar-graph-fill",tags:[]},{name:"bi-file-bar-graph",tags:[]},{name:"bi-file-binary-fill",tags:[]},{name:"bi-file-binary",tags:[]},{name:"bi-file-break-fill",tags:[]},{name:"bi-file-break",tags:[]},{name:"bi-file-check-fill",tags:[]},{name:"bi-file-check",tags:[]},{name:"bi-file-code-fill",tags:[]},{name:"bi-file-code",tags:[]},{name:"bi-file-diff-fill",tags:[]},{name:"bi-file-diff",tags:[]},{name:"bi-file-earmark-arrow-down-fill",tags:[]},{name:"bi-file-earmark-arrow-down",tags:[]},{name:"bi-file-earmark-arrow-up-fill",tags:[]},{name:"bi-file-earmark-arrow-up",tags:[]},{name:"bi-file-earmark-bar-graph-fill",tags:[]},{name:"bi-file-earmark-bar-graph",tags:[]},{name:"bi-file-earmark-binary-fill",tags:[]},{name:"bi-file-earmark-binary",tags:[]},{name:"bi-file-earmark-break-fill",tags:[]},{name:"bi-file-earmark-break",tags:[]},{name:"bi-file-earmark-check-fill",tags:[]},{name:"bi-file-earmark-check",tags:[]},{name:"bi-file-earmark-code-fill",tags:[]},{name:"bi-file-earmark-code",tags:[]},{name:"bi-file-earmark-diff-fill",tags:[]},{name:"bi-file-earmark-diff",tags:[]},{name:"bi-file-earmark-easel-fill",tags:[]},{name:"bi-file-earmark-easel",tags:[]},{name:"bi-file-earmark-excel-fill",tags:[]},{name:"bi-file-earmark-excel",tags:[]},{name:"bi-file-earmark-fill",tags:[]},{name:"bi-file-earmark-font-fill",tags:[]},{name:"bi-file-earmark-font",tags:[]},{name:"bi-file-earmark-image-fill",tags:[]},{name:"bi-file-earmark-image",tags:[]},{name:"bi-file-earmark-lock-fill",tags:[]},{name:"bi-file-earmark-lock",tags:[]},{name:"bi-file-earmark-lock2-fill",tags:[]},{name:"bi-file-earmark-lock2",tags:[]},{name:"bi-file-earmark-medical-fill",tags:[]},{name:"bi-file-earmark-medical",tags:[]},{name:"bi-file-earmark-minus-fill",tags:[]},{name:"bi-file-earmark-minus",tags:[]},{name:"bi-file-earmark-music-fill",tags:[]},{name:"bi-file-earmark-music",tags:[]},{name:"bi-file-earmark-person-fill",tags:[]},{name:"bi-file-earmark-person",tags:[]},{name:"bi-file-earmark-play-fill",tags:[]},{name:"bi-file-earmark-play",tags:[]},{name:"bi-file-earmark-plus-fill",tags:[]},{name:"bi-file-earmark-plus",tags:[]},{name:"bi-file-earmark-post-fill",tags:[]},{name:"bi-file-earmark-post",tags:[]},{name:"bi-file-earmark-ppt-fill",tags:[]},{name:"bi-file-earmark-ppt",tags:[]},{name:"bi-file-earmark-richtext-fill",tags:[]},{name:"bi-file-earmark-richtext",tags:[]},{name:"bi-file-earmark-ruled-fill",tags:[]},{name:"bi-file-earmark-ruled",tags:[]},{name:"bi-file-earmark-slides-fill",tags:[]},{name:"bi-file-earmark-slides",tags:[]},{name:"bi-file-earmark-spreadsheet-fill",tags:[]},{name:"bi-file-earmark-spreadsheet",tags:[]},{name:"bi-file-earmark-text-fill",tags:[]},{name:"bi-file-earmark-text",tags:[]},{name:"bi-file-earmark-word-fill",tags:[]},{name:"bi-file-earmark-word",tags:[]},{name:"bi-file-earmark-x-fill",tags:[]},{name:"bi-file-earmark-x",tags:[]},{name:"bi-file-earmark-zip-fill",tags:[]},{name:"bi-file-earmark-zip",tags:[]},{name:"bi-file-earmark",tags:[]},{name:"bi-file-easel-fill",tags:[]},{name:"bi-file-easel",tags:[]},{name:"bi-file-excel-fill",tags:[]},{name:"bi-file-excel",tags:[]},{name:"bi-file-fill",tags:[]},{name:"bi-file-font-fill",tags:[]},{name:"bi-file-font",tags:[]},{name:"bi-file-image-fill",tags:[]},{name:"bi-file-image",tags:[]},{name:"bi-file-lock-fill",tags:[]},{name:"bi-file-lock",tags:[]},{name:"bi-file-lock2-fill",tags:[]},{name:"bi-file-lock2",tags:[]},{name:"bi-file-medical-fill",tags:[]},{name:"bi-file-medical",tags:[]},{name:"bi-file-minus-fill",tags:[]},{name:"bi-file-minus",tags:[]},{name:"bi-file-music-fill",tags:[]},{name:"bi-file-music",tags:[]},{name:"bi-file-person-fill",tags:[]},{name:"bi-file-person",tags:[]},{name:"bi-file-play-fill",tags:[]},{name:"bi-file-play",tags:[]},{name:"bi-file-plus-fill",tags:[]},{name:"bi-file-plus",tags:[]},{name:"bi-file-post-fill",tags:[]},{name:"bi-file-post",tags:[]},{name:"bi-file-ppt-fill",tags:[]},{name:"bi-file-ppt",tags:[]},{name:"bi-file-richtext-fill",tags:[]},{name:"bi-file-richtext",tags:[]},{name:"bi-file-ruled-fill",tags:[]},{name:"bi-file-ruled",tags:[]},{name:"bi-file-slides-fill",tags:[]},{name:"bi-file-slides",tags:[]},{name:"bi-file-spreadsheet-fill",tags:[]},{name:"bi-file-spreadsheet",tags:[]},{name:"bi-file-text-fill",tags:[]},{name:"bi-file-text",tags:[]},{name:"bi-file-word-fill",tags:[]},{name:"bi-file-word",tags:[]},{name:"bi-file-x-fill",tags:[]},{name:"bi-file-x",tags:[]},{name:"bi-file-zip-fill",tags:[]},{name:"bi-file-zip",tags:[]},{name:"bi-file",tags:[]},{name:"bi-files-alt",tags:[]},{name:"bi-files",tags:[]},{name:"bi-film",tags:[]},{name:"bi-filter-circle-fill",tags:[]},{name:"bi-filter-circle",tags:[]},{name:"bi-filter-left",tags:[]},{name:"bi-filter-right",tags:[]},{name:"bi-filter-square-fill",tags:[]},{name:"bi-filter-square",tags:[]},{name:"bi-filter",tags:[]},{name:"bi-flag-fill",tags:[]},{name:"bi-flag",tags:[]},{name:"bi-flower1",tags:[]},{name:"bi-flower2",tags:[]},{name:"bi-flower3",tags:[]},{name:"bi-folder-check",tags:[]},{name:"bi-folder-fill",tags:[]},{name:"bi-folder-minus",tags:[]},{name:"bi-folder-plus",tags:[]},{name:"bi-folder-symlink-fill",tags:[]},{name:"bi-folder-symlink",tags:[]},{name:"bi-folder-x",tags:[]},{name:"bi-folder",tags:[]},{name:"bi-folder2-open",tags:[]},{name:"bi-folder2",tags:[]},{name:"bi-fonts",tags:[]},{name:"bi-forward-fill",tags:[]},{name:"bi-forward",tags:[]},{name:"bi-front",tags:[]},{name:"bi-fullscreen-exit",tags:[]},{name:"bi-fullscreen",tags:[]},{name:"bi-funnel-fill",tags:[]},{name:"bi-funnel",tags:[]},{name:"bi-gear-fill",tags:[]},{name:"bi-gear-wide-connected",tags:[]},{name:"bi-gear-wide",tags:[]},{name:"bi-gear",tags:[]},{name:"bi-gem",tags:[]},{name:"bi-geo-alt-fill",tags:[]},{name:"bi-geo-alt",tags:[]},{name:"bi-geo-fill",tags:[]},{name:"bi-geo",tags:[]},{name:"bi-gift-fill",tags:[]},{name:"bi-gift",tags:[]},{name:"bi-github",tags:[]},{name:"bi-globe",tags:[]},{name:"bi-globe2",tags:[]},{name:"bi-google",tags:[]},{name:"bi-graph-down",tags:[]},{name:"bi-graph-up",tags:[]},{name:"bi-grid-1x2-fill",tags:[]},{name:"bi-grid-1x2",tags:[]},{name:"bi-grid-3x2-gap-fill",tags:[]},{name:"bi-grid-3x2-gap",tags:[]},{name:"bi-grid-3x2",tags:[]},{name:"bi-grid-3x3-gap-fill",tags:[]},{name:"bi-grid-3x3-gap",tags:[]},{name:"bi-grid-3x3",tags:[]},{name:"bi-grid-fill",tags:[]},{name:"bi-grid",tags:[]},{name:"bi-grip-horizontal",tags:[]},{name:"bi-grip-vertical",tags:[]},{name:"bi-hammer",tags:[]},{name:"bi-hand-index-fill",tags:[]},{name:"bi-hand-index-thumb-fill",tags:[]},{name:"bi-hand-index-thumb",tags:[]},{name:"bi-hand-index",tags:[]},{name:"bi-hand-thumbs-down-fill",tags:[]},{name:"bi-hand-thumbs-down",tags:[]},{name:"bi-hand-thumbs-up-fill",tags:[]},{name:"bi-hand-thumbs-up",tags:[]},{name:"bi-handbag-fill",tags:[]},{name:"bi-handbag",tags:[]},{name:"bi-hash",tags:[]},{name:"bi-hdd-fill",tags:[]},{name:"bi-hdd-network-fill",tags:[]},{name:"bi-hdd-network",tags:[]},{name:"bi-hdd-rack-fill",tags:[]},{name:"bi-hdd-rack",tags:[]},{name:"bi-hdd-stack-fill",tags:[]},{name:"bi-hdd-stack",tags:[]},{name:"bi-hdd",tags:[]},{name:"bi-headphones",tags:[]},{name:"bi-headset",tags:[]},{name:"bi-heart-fill",tags:[]},{name:"bi-heart-half",tags:[]},{name:"bi-heart",tags:[]},{name:"bi-heptagon-fill",tags:[]},{name:"bi-heptagon-half",tags:[]},{name:"bi-heptagon",tags:[]},{name:"bi-hexagon-fill",tags:[]},{name:"bi-hexagon-half",tags:[]},{name:"bi-hexagon",tags:[]},{name:"bi-hourglass-bottom",tags:[]},{name:"bi-hourglass-split",tags:[]},{name:"bi-hourglass-top",tags:[]},{name:"bi-hourglass",tags:[]},{name:"bi-house-door-fill",tags:[]},{name:"bi-house-door",tags:[]},{name:"bi-house-fill",tags:[]},{name:"bi-house",tags:[]},{name:"bi-hr",tags:[]},{name:"bi-hurricane",tags:[]},{name:"bi-image-alt",tags:[]},{name:"bi-image-fill",tags:[]},{name:"bi-image",tags:[]},{name:"bi-images",tags:[]},{name:"bi-inbox-fill",tags:[]},{name:"bi-inbox",tags:[]},{name:"bi-inboxes-fill",tags:[]},{name:"bi-inboxes",tags:[]},{name:"bi-info-circle-fill",tags:[]},{name:"bi-info-circle",tags:[]},{name:"bi-info-square-fill",tags:[]},{name:"bi-info-square",tags:[]},{name:"bi-info",tags:[]},{name:"bi-input-cursor-text",tags:[]},{name:"bi-input-cursor",tags:[]},{name:"bi-instagram",tags:[]},{name:"bi-intersect",tags:[]},{name:"bi-journal-album",tags:[]},{name:"bi-journal-arrow-down",tags:[]},{name:"bi-journal-arrow-up",tags:[]},{name:"bi-journal-bookmark-fill",tags:[]},{name:"bi-journal-bookmark",tags:[]},{name:"bi-journal-check",tags:[]},{name:"bi-journal-code",tags:[]},{name:"bi-journal-medical",tags:[]},{name:"bi-journal-minus",tags:[]},{name:"bi-journal-plus",tags:[]},{name:"bi-journal-richtext",tags:[]},{name:"bi-journal-text",tags:[]},{name:"bi-journal-x",tags:[]},{name:"bi-journal",tags:[]},{name:"bi-journals",tags:[]},{name:"bi-joystick",tags:[]},{name:"bi-justify-left",tags:[]},{name:"bi-justify-right",tags:[]},{name:"bi-justify",tags:[]},{name:"bi-kanban-fill",tags:[]},{name:"bi-kanban",tags:[]},{name:"bi-key-fill",tags:[]},{name:"bi-key",tags:[]},{name:"bi-keyboard-fill",tags:[]},{name:"bi-keyboard",tags:[]},{name:"bi-ladder",tags:[]},{name:"bi-lamp-fill",tags:[]},{name:"bi-lamp",tags:[]},{name:"bi-laptop-fill",tags:[]},{name:"bi-laptop",tags:[]},{name:"bi-layer-backward",tags:[]},{name:"bi-layer-forward",tags:[]},{name:"bi-layers-fill",tags:[]},{name:"bi-layers-half",tags:[]},{name:"bi-layers",tags:[]},{name:"bi-layout-sidebar-inset-reverse",tags:[]},{name:"bi-layout-sidebar-inset",tags:[]},{name:"bi-layout-sidebar-reverse",tags:[]},{name:"bi-layout-sidebar",tags:[]},{name:"bi-layout-split",tags:[]},{name:"bi-layout-text-sidebar-reverse",tags:[]},{name:"bi-layout-text-sidebar",tags:[]},{name:"bi-layout-text-window-reverse",tags:[]},{name:"bi-layout-text-window",tags:[]},{name:"bi-layout-three-columns",tags:[]},{name:"bi-layout-wtf",tags:[]},{name:"bi-life-preserver",tags:[]},{name:"bi-lightbulb-fill",tags:[]},{name:"bi-lightbulb-off-fill",tags:[]},{name:"bi-lightbulb-off",tags:[]},{name:"bi-lightbulb",tags:[]},{name:"bi-lightning-charge-fill",tags:[]},{name:"bi-lightning-charge",tags:[]},{name:"bi-lightning-fill",tags:[]},{name:"bi-lightning",tags:[]},{name:"bi-link-45deg",tags:[]},{name:"bi-link",tags:[]},{name:"bi-linkedin",tags:[]},{name:"bi-list-check",tags:[]},{name:"bi-list-nested",tags:[]},{name:"bi-list-ol",tags:[]},{name:"bi-list-stars",tags:[]},{name:"bi-list-task",tags:[]},{name:"bi-list-ul",tags:[]},{name:"bi-list",tags:[]},{name:"bi-lock-fill",tags:[]},{name:"bi-lock",tags:[]},{name:"bi-mailbox",tags:[]},{name:"bi-mailbox2",tags:[]},{name:"bi-map-fill",tags:[]},{name:"bi-map",tags:[]},{name:"bi-markdown-fill",tags:[]},{name:"bi-markdown",tags:[]},{name:"bi-mask",tags:[]},{name:"bi-megaphone-fill",tags:[]},{name:"bi-megaphone",tags:[]},{name:"bi-menu-app-fill",tags:[]},{name:"bi-menu-app",tags:[]},{name:"bi-menu-button-fill",tags:[]},{name:"bi-menu-button-wide-fill",tags:[]},{name:"bi-menu-button-wide",tags:[]},{name:"bi-menu-button",tags:[]},{name:"bi-menu-down",tags:[]},{name:"bi-menu-up",tags:[]},{name:"bi-mic-fill",tags:[]},{name:"bi-mic-mute-fill",tags:[]},{name:"bi-mic-mute",tags:[]},{name:"bi-mic",tags:[]},{name:"bi-minecart-loaded",tags:[]},{name:"bi-minecart",tags:[]},{name:"bi-moisture",tags:[]},{name:"bi-moon-fill",tags:[]},{name:"bi-moon-stars-fill",tags:[]},{name:"bi-moon-stars",tags:[]},{name:"bi-moon",tags:[]},{name:"bi-mouse-fill",tags:[]},{name:"bi-mouse",tags:[]},{name:"bi-mouse2-fill",tags:[]},{name:"bi-mouse2",tags:[]},{name:"bi-mouse3-fill",tags:[]},{name:"bi-mouse3",tags:[]},{name:"bi-music-note-beamed",tags:[]},{name:"bi-music-note-list",tags:[]},{name:"bi-music-note",tags:[]},{name:"bi-music-player-fill",tags:[]},{name:"bi-music-player",tags:[]},{name:"bi-newspaper",tags:[]},{name:"bi-node-minus-fill",tags:[]},{name:"bi-node-minus",tags:[]},{name:"bi-node-plus-fill",tags:[]},{name:"bi-node-plus",tags:[]},{name:"bi-nut-fill",tags:[]},{name:"bi-nut",tags:[]},{name:"bi-octagon-fill",tags:[]},{name:"bi-octagon-half",tags:[]},{name:"bi-octagon",tags:[]},{name:"bi-option",tags:[]},{name:"bi-outlet",tags:[]},{name:"bi-paint-bucket",tags:[]},{name:"bi-palette-fill",tags:[]},{name:"bi-palette",tags:[]},{name:"bi-palette2",tags:[]},{name:"bi-paperclip",tags:[]},{name:"bi-paragraph",tags:[]},{name:"bi-patch-check-fill",tags:[]},{name:"bi-patch-check",tags:[]},{name:"bi-patch-exclamation-fill",tags:[]},{name:"bi-patch-exclamation",tags:[]},{name:"bi-patch-minus-fill",tags:[]},{name:"bi-patch-minus",tags:[]},{name:"bi-patch-plus-fill",tags:[]},{name:"bi-patch-plus",tags:[]},{name:"bi-patch-question-fill",tags:[]},{name:"bi-patch-question",tags:[]},{name:"bi-pause-btn-fill",tags:[]},{name:"bi-pause-btn",tags:[]},{name:"bi-pause-circle-fill",tags:[]},{name:"bi-pause-circle",tags:[]},{name:"bi-pause-fill",tags:[]},{name:"bi-pause",tags:[]},{name:"bi-peace-fill",tags:[]},{name:"bi-peace",tags:[]},{name:"bi-pen-fill",tags:[]},{name:"bi-pen",tags:[]},{name:"bi-pencil-fill",tags:[]},{name:"bi-pencil-square",tags:[]},{name:"bi-pencil",tags:[]},{name:"bi-pentagon-fill",tags:[]},{name:"bi-pentagon-half",tags:[]},{name:"bi-pentagon",tags:[]},{name:"bi-people-fill",tags:[]},{name:"bi-people",tags:[]},{name:"bi-percent",tags:[]},{name:"bi-person-badge-fill",tags:[]},{name:"bi-person-badge",tags:[]},{name:"bi-person-bounding-box",tags:[]},{name:"bi-person-check-fill",tags:[]},{name:"bi-person-check",tags:[]},{name:"bi-person-circle",tags:[]},{name:"bi-person-dash-fill",tags:[]},{name:"bi-person-dash",tags:[]},{name:"bi-person-fill",tags:[]},{name:"bi-person-lines-fill",tags:[]},{name:"bi-person-plus-fill",tags:[]},{name:"bi-person-plus",tags:[]},{name:"bi-person-square",tags:[]},{name:"bi-person-x-fill",tags:[]},{name:"bi-person-x",tags:[]},{name:"bi-person",tags:[]},{name:"bi-phone-fill",tags:[]},{name:"bi-phone-landscape-fill",tags:[]},{name:"bi-phone-landscape",tags:[]},{name:"bi-phone-vibrate-fill",tags:[]},{name:"bi-phone-vibrate",tags:[]},{name:"bi-phone",tags:[]},{name:"bi-pie-chart-fill",tags:[]},{name:"bi-pie-chart",tags:[]},{name:"bi-pin-angle-fill",tags:[]},{name:"bi-pin-angle",tags:[]},{name:"bi-pin-fill",tags:[]},{name:"bi-pin",tags:[]},{name:"bi-pip-fill",tags:[]},{name:"bi-pip",tags:[]},{name:"bi-play-btn-fill",tags:[]},{name:"bi-play-btn",tags:[]},{name:"bi-play-circle-fill",tags:[]},{name:"bi-play-circle",tags:[]},{name:"bi-play-fill",tags:[]},{name:"bi-play",tags:[]},{name:"bi-plug-fill",tags:[]},{name:"bi-plug",tags:[]},{name:"bi-plus-circle-dotted",tags:[]},{name:"bi-plus-circle-fill",tags:[]},{name:"bi-plus-circle",tags:[]},{name:"bi-plus-square-dotted",tags:[]},{name:"bi-plus-square-fill",tags:[]},{name:"bi-plus-square",tags:[]},{name:"bi-plus",tags:[]},{name:"bi-power",tags:[]},{name:"bi-printer-fill",tags:[]},{name:"bi-printer",tags:[]},{name:"bi-puzzle-fill",tags:[]},{name:"bi-puzzle",tags:[]},{name:"bi-question-circle-fill",tags:[]},{name:"bi-question-circle",tags:[]},{name:"bi-question-diamond-fill",tags:[]},{name:"bi-question-diamond",tags:[]},{name:"bi-question-octagon-fill",tags:[]},{name:"bi-question-octagon",tags:[]},{name:"bi-question-square-fill",tags:[]},{name:"bi-question-square",tags:[]},{name:"bi-question",tags:[]},{name:"bi-rainbow",tags:[]},{name:"bi-receipt-cutoff",tags:[]},{name:"bi-receipt",tags:[]},{name:"bi-reception-0",tags:[]},{name:"bi-reception-1",tags:[]},{name:"bi-reception-2",tags:[]},{name:"bi-reception-3",tags:[]},{name:"bi-reception-4",tags:[]},{name:"bi-record-btn-fill",tags:[]},{name:"bi-record-btn",tags:[]},{name:"bi-record-circle-fill",tags:[]},{name:"bi-record-circle",tags:[]},{name:"bi-record-fill",tags:[]},{name:"bi-record",tags:[]},{name:"bi-record2-fill",tags:[]},{name:"bi-record2",tags:[]},{name:"bi-reply-all-fill",tags:[]},{name:"bi-reply-all",tags:[]},{name:"bi-reply-fill",tags:[]},{name:"bi-reply",tags:[]},{name:"bi-rss-fill",tags:[]},{name:"bi-rss",tags:[]},{name:"bi-rulers",tags:[]},{name:"bi-save-fill",tags:[]},{name:"bi-save",tags:[]},{name:"bi-save2-fill",tags:[]},{name:"bi-save2",tags:[]},{name:"bi-scissors",tags:[]},{name:"bi-screwdriver",tags:[]},{name:"bi-search",tags:[]},{name:"bi-segmented-nav",tags:[]},{name:"bi-server",tags:[]},{name:"bi-share-fill",tags:[]},{name:"bi-share",tags:[]},{name:"bi-shield-check",tags:[]},{name:"bi-shield-exclamation",tags:[]},{name:"bi-shield-fill-check",tags:[]},{name:"bi-shield-fill-exclamation",tags:[]},{name:"bi-shield-fill-minus",tags:[]},{name:"bi-shield-fill-plus",tags:[]},{name:"bi-shield-fill-x",tags:[]},{name:"bi-shield-fill",tags:[]},{name:"bi-shield-lock-fill",tags:[]},{name:"bi-shield-lock",tags:[]},{name:"bi-shield-minus",tags:[]},{name:"bi-shield-plus",tags:[]},{name:"bi-shield-shaded",tags:[]},{name:"bi-shield-slash-fill",tags:[]},{name:"bi-shield-slash",tags:[]},{name:"bi-shield-x",tags:[]},{name:"bi-shield",tags:[]},{name:"bi-shift-fill",tags:[]},{name:"bi-shift",tags:[]},{name:"bi-shop-window",tags:[]},{name:"bi-shop",tags:[]},{name:"bi-shuffle",tags:[]},{name:"bi-signpost-2-fill",tags:[]},{name:"bi-signpost-2",tags:[]},{name:"bi-signpost-fill",tags:[]},{name:"bi-signpost-split-fill",tags:[]},{name:"bi-signpost-split",tags:[]},{name:"bi-signpost",tags:[]},{name:"bi-sim-fill",tags:[]},{name:"bi-sim",tags:[]},{name:"bi-skip-backward-btn-fill",tags:[]},{name:"bi-skip-backward-btn",tags:[]},{name:"bi-skip-backward-circle-fill",tags:[]},{name:"bi-skip-backward-circle",tags:[]},{name:"bi-skip-backward-fill",tags:[]},{name:"bi-skip-backward",tags:[]},{name:"bi-skip-end-btn-fill",tags:[]},{name:"bi-skip-end-btn",tags:[]},{name:"bi-skip-end-circle-fill",tags:[]},{name:"bi-skip-end-circle",tags:[]},{name:"bi-skip-end-fill",tags:[]},{name:"bi-skip-end",tags:[]},{name:"bi-skip-forward-btn-fill",tags:[]},{name:"bi-skip-forward-btn",tags:[]},{name:"bi-skip-forward-circle-fill",tags:[]},{name:"bi-skip-forward-circle",tags:[]},{name:"bi-skip-forward-fill",tags:[]},{name:"bi-skip-forward",tags:[]},{name:"bi-skip-start-btn-fill",tags:[]},{name:"bi-skip-start-btn",tags:[]},{name:"bi-skip-start-circle-fill",tags:[]},{name:"bi-skip-start-circle",tags:[]},{name:"bi-skip-start-fill",tags:[]},{name:"bi-skip-start",tags:[]},{name:"bi-slack",tags:[]},{name:"bi-slash-circle-fill",tags:[]},{name:"bi-slash-circle",tags:[]},{name:"bi-slash-square-fill",tags:[]},{name:"bi-slash-square",tags:[]},{name:"bi-slash",tags:[]},{name:"bi-sliders",tags:[]},{name:"bi-smartwatch",tags:[]},{name:"bi-snow",tags:[]},{name:"bi-snow2",tags:[]},{name:"bi-snow3",tags:[]},{name:"bi-sort-alpha-down-alt",tags:[]},{name:"bi-sort-alpha-down",tags:[]},{name:"bi-sort-alpha-up-alt",tags:[]},{name:"bi-sort-alpha-up",tags:[]},{name:"bi-sort-down-alt",tags:[]},{name:"bi-sort-down",tags:[]},{name:"bi-sort-numeric-down-alt",tags:[]},{name:"bi-sort-numeric-down",tags:[]},{name:"bi-sort-numeric-up-alt",tags:[]},{name:"bi-sort-numeric-up",tags:[]},{name:"bi-sort-up-alt",tags:[]},{name:"bi-sort-up",tags:[]},{name:"bi-soundwave",tags:[]},{name:"bi-speaker-fill",tags:[]},{name:"bi-speaker",tags:[]},{name:"bi-speedometer",tags:[]},{name:"bi-speedometer2",tags:[]},{name:"bi-spellcheck",tags:[]},{name:"bi-square-fill",tags:[]},{name:"bi-square-half",tags:[]},{name:"bi-square",tags:[]},{name:"bi-stack",tags:[]},{name:"bi-star-fill",tags:[]},{name:"bi-star-half",tags:[]},{name:"bi-star",tags:[]},{name:"bi-stars",tags:[]},{name:"bi-stickies-fill",tags:[]},{name:"bi-stickies",tags:[]},{name:"bi-sticky-fill",tags:[]},{name:"bi-sticky",tags:[]},{name:"bi-stop-btn-fill",tags:[]},{name:"bi-stop-btn",tags:[]},{name:"bi-stop-circle-fill",tags:[]},{name:"bi-stop-circle",tags:[]},{name:"bi-stop-fill",tags:[]},{name:"bi-stop",tags:[]},{name:"bi-stoplights-fill",tags:[]},{name:"bi-stoplights",tags:[]},{name:"bi-stopwatch-fill",tags:[]},{name:"bi-stopwatch",tags:[]},{name:"bi-subtract",tags:[]},{name:"bi-suit-club-fill",tags:[]},{name:"bi-suit-club",tags:[]},{name:"bi-suit-diamond-fill",tags:[]},{name:"bi-suit-diamond",tags:[]},{name:"bi-suit-heart-fill",tags:[]},{name:"bi-suit-heart",tags:[]},{name:"bi-suit-spade-fill",tags:[]},{name:"bi-suit-spade",tags:[]},{name:"bi-sun-fill",tags:[]},{name:"bi-sun",tags:[]},{name:"bi-sunglasses",tags:[]},{name:"bi-sunrise-fill",tags:[]},{name:"bi-sunrise",tags:[]},{name:"bi-sunset-fill",tags:[]},{name:"bi-sunset",tags:[]},{name:"bi-symmetry-horizontal",tags:[]},{name:"bi-symmetry-vertical",tags:[]},{name:"bi-table",tags:[]},{name:"bi-tablet-fill",tags:[]},{name:"bi-tablet-landscape-fill",tags:[]},{name:"bi-tablet-landscape",tags:[]},{name:"bi-tablet",tags:[]},{name:"bi-tag-fill",tags:[]},{name:"bi-tag",tags:[]},{name:"bi-tags-fill",tags:[]},{name:"bi-tags",tags:[]},{name:"bi-telegram",tags:[]},{name:"bi-telephone-fill",tags:[]},{name:"bi-telephone-forward-fill",tags:[]},{name:"bi-telephone-forward",tags:[]},{name:"bi-telephone-inbound-fill",tags:[]},{name:"bi-telephone-inbound",tags:[]},{name:"bi-telephone-minus-fill",tags:[]},{name:"bi-telephone-minus",tags:[]},{name:"bi-telephone-outbound-fill",tags:[]},{name:"bi-telephone-outbound",tags:[]},{name:"bi-telephone-plus-fill",tags:[]},{name:"bi-telephone-plus",tags:[]},{name:"bi-telephone-x-fill",tags:[]},{name:"bi-telephone-x",tags:[]},{name:"bi-telephone",tags:[]},{name:"bi-terminal-fill",tags:[]},{name:"bi-terminal",tags:[]},{name:"bi-text-center",tags:[]},{name:"bi-text-indent-left",tags:[]},{name:"bi-text-indent-right",tags:[]},{name:"bi-text-left",tags:[]},{name:"bi-text-paragraph",tags:[]},{name:"bi-text-right",tags:[]},{name:"bi-textarea-resize",tags:[]},{name:"bi-textarea-t",tags:[]},{name:"bi-textarea",tags:[]},{name:"bi-thermometer-half",tags:[]},{name:"bi-thermometer-high",tags:[]},{name:"bi-thermometer-low",tags:[]},{name:"bi-thermometer-snow",tags:[]},{name:"bi-thermometer-sun",tags:[]},{name:"bi-thermometer",tags:[]},{name:"bi-three-dots-vertical",tags:[]},{name:"bi-three-dots",tags:[]},{name:"bi-toggle-off",tags:[]},{name:"bi-toggle-on",tags:[]},{name:"bi-toggle2-off",tags:[]},{name:"bi-toggle2-on",tags:[]},{name:"bi-toggles",tags:[]},{name:"bi-toggles2",tags:[]},{name:"bi-tools",tags:[]},{name:"bi-tornado",tags:[]},{name:"bi-trash-fill",tags:[]},{name:"bi-trash",tags:[]},{name:"bi-trash2-fill",tags:[]},{name:"bi-trash2",tags:[]},{name:"bi-tree-fill",tags:[]},{name:"bi-tree",tags:[]},{name:"bi-triangle-fill",tags:[]},{name:"bi-triangle-half",tags:[]},{name:"bi-triangle",tags:[]},{name:"bi-trophy-fill",tags:[]},{name:"bi-trophy",tags:[]},{name:"bi-tropical-storm",tags:[]},{name:"bi-truck-flatbed",tags:[]},{name:"bi-truck",tags:[]},{name:"bi-tsunami",tags:[]},{name:"bi-tv-fill",tags:[]},{name:"bi-tv",tags:[]},{name:"bi-twitch",tags:[]},{name:"bi-twitter",tags:[]},{name:"bi-type-bold",tags:[]},{name:"bi-type-h1",tags:[]},{name:"bi-type-h2",tags:[]},{name:"bi-type-h3",tags:[]},{name:"bi-type-italic",tags:[]},{name:"bi-type-strikethrough",tags:[]},{name:"bi-type-underline",tags:[]},{name:"bi-type",tags:[]},{name:"bi-ui-checks-grid",tags:[]},{name:"bi-ui-checks",tags:[]},{name:"bi-ui-radios-grid",tags:[]},{name:"bi-ui-radios",tags:[]},{name:"bi-umbrella-fill",tags:[]},{name:"bi-umbrella",tags:[]},{name:"bi-union",tags:[]},{name:"bi-unlock-fill",tags:[]},{name:"bi-unlock",tags:[]},{name:"bi-upc-scan",tags:[]},{name:"bi-upc",tags:[]},{name:"bi-upload",tags:[]},{name:"bi-vector-pen",tags:[]},{name:"bi-view-list",tags:[]},{name:"bi-view-stacked",tags:[]},{name:"bi-vinyl-fill",tags:[]},{name:"bi-vinyl",tags:[]},{name:"bi-voicemail",tags:[]},{name:"bi-volume-down-fill",tags:[]},{name:"bi-volume-down",tags:[]},{name:"bi-volume-mute-fill",tags:[]},{name:"bi-volume-mute",tags:[]},{name:"bi-volume-off-fill",tags:[]},{name:"bi-volume-off",tags:[]},{name:"bi-volume-up-fill",tags:[]},{name:"bi-volume-up",tags:[]},{name:"bi-vr",tags:[]},{name:"bi-wallet-fill",tags:[]},{name:"bi-wallet",tags:[]},{name:"bi-wallet2",tags:[]},{name:"bi-watch",tags:[]},{name:"bi-water",tags:[]},{name:"bi-whatsapp",tags:[]},{name:"bi-wifi-1",tags:[]},{name:"bi-wifi-2",tags:[]},{name:"bi-wifi-off",tags:[]},{name:"bi-wifi",tags:[]},{name:"bi-wind",tags:[]},{name:"bi-window-dock",tags:[]},{name:"bi-window-sidebar",tags:[]},{name:"bi-window",tags:[]},{name:"bi-wrench",tags:[]},{name:"bi-x-circle-fill",tags:[]},{name:"bi-x-circle",tags:[]},{name:"bi-x-diamond-fill",tags:[]},{name:"bi-x-diamond",tags:[]},{name:"bi-x-octagon-fill",tags:[]},{name:"bi-x-octagon",tags:[]},{name:"bi-x-square-fill",tags:[]},{name:"bi-x-square",tags:[]},{name:"bi-x",tags:[]},{name:"bi-youtube",tags:[]},{name:"bi-zoom-in",tags:[]},{name:"bi-zoom-out",tags:[]}]};return a});
@@ -1,6 +0,0 @@
1
- /*!
2
- * @quasar/quasar-ui-qiconpicker v2.0.4
3
- * (c) 2021 Jeff Galbraith <jeff@quasar.dev>
4
- * Released under the MIT License.
5
- */
6
- (function(a,e){"object"===typeof exports&&"undefined"!==typeof module?module.exports=e():"function"===typeof define&&define.amd?define(e):(a="undefined"!==typeof globalThis?globalThis:a||self,a.QIconPicker=a.QIconPicker||{},a.QIconPicker.iconSet=a.QIconPicker.iconSet||{},a.QIconPicker.iconSet.evaIcons=e())})(this,function(){"use strict";var a={name:"eva-icons",icons:[{name:"eva-activity",tags:[]},{name:"eva-activity-outline",tags:[]},{name:"eva-alert-circle",tags:[]},{name:"eva-alert-circle-outline",tags:[]},{name:"eva-alert-triangle",tags:[]},{name:"eva-alert-triangle-outline",tags:[]},{name:"eva-archive",tags:[]},{name:"eva-archive-outline",tags:[]},{name:"eva-arrow-back",tags:[]},{name:"eva-arrow-back-outline",tags:[]},{name:"eva-arrow-circle-down",tags:[]},{name:"eva-arrow-circle-down-outline",tags:[]},{name:"eva-arrow-circle-left",tags:[]},{name:"eva-arrow-circle-left-outline",tags:[]},{name:"eva-arrow-circle-right",tags:[]},{name:"eva-arrow-circle-right-outline",tags:[]},{name:"eva-arrow-circle-up",tags:[]},{name:"eva-arrow-circle-up-outline",tags:[]},{name:"eva-arrow-down",tags:[]},{name:"eva-arrow-down-outline",tags:[]},{name:"eva-arrow-downward",tags:[]},{name:"eva-arrow-downward-outline",tags:[]},{name:"eva-arrow-forward",tags:[]},{name:"eva-arrow-forward-outline",tags:[]},{name:"eva-arrow-ios-back",tags:[]},{name:"eva-arrow-ios-back-outline",tags:[]},{name:"eva-arrow-ios-downward",tags:[]},{name:"eva-arrow-ios-downward-outline",tags:[]},{name:"eva-arrow-ios-forward",tags:[]},{name:"eva-arrow-ios-forward-outline",tags:[]},{name:"eva-arrow-ios-upward",tags:[]},{name:"eva-arrow-ios-upward-outline",tags:[]},{name:"eva-arrow-left",tags:[]},{name:"eva-arrow-left-outline",tags:[]},{name:"eva-arrow-right",tags:[]},{name:"eva-arrow-right-outline",tags:[]},{name:"eva-arrow-up",tags:[]},{name:"eva-arrow-up-outline",tags:[]},{name:"eva-arrow-upward",tags:[]},{name:"eva-arrow-upward-outline",tags:[]},{name:"eva-arrowhead-down",tags:[]},{name:"eva-arrowhead-down-outline",tags:[]},{name:"eva-arrowhead-left",tags:[]},{name:"eva-arrowhead-left-outline",tags:[]},{name:"eva-arrowhead-right",tags:[]},{name:"eva-arrowhead-right-outline",tags:[]},{name:"eva-arrowhead-up",tags:[]},{name:"eva-arrowhead-up-outline",tags:[]},{name:"eva-at",tags:[]},{name:"eva-at-outline",tags:[]},{name:"eva-attach",tags:[]},{name:"eva-attach-2",tags:[]},{name:"eva-attach-2-outline",tags:[]},{name:"eva-attach-outline",tags:[]},{name:"eva-award",tags:[]},{name:"eva-award-outline",tags:[]},{name:"eva-backspace",tags:[]},{name:"eva-backspace-outline",tags:[]},{name:"eva-bar-chart",tags:[]},{name:"eva-bar-chart-2",tags:[]},{name:"eva-bar-chart-2-outline",tags:[]},{name:"eva-bar-chart-outline",tags:[]},{name:"eva-battery",tags:[]},{name:"eva-battery-outline",tags:[]},{name:"eva-behance",tags:[]},{name:"eva-behance-outline",tags:[]},{name:"eva-bell",tags:[]},{name:"eva-bell-off",tags:[]},{name:"eva-bell-off-outline",tags:[]},{name:"eva-bell-outline",tags:[]},{name:"eva-bluetooth",tags:[]},{name:"eva-bluetooth-outline",tags:[]},{name:"eva-book",tags:[]},{name:"eva-book-open",tags:[]},{name:"eva-book-open-outline",tags:[]},{name:"eva-book-outline",tags:[]},{name:"eva-bookmark",tags:[]},{name:"eva-bookmark-outline",tags:[]},{name:"eva-briefcase",tags:[]},{name:"eva-briefcase-outline",tags:[]},{name:"eva-browser",tags:[]},{name:"eva-browser-outline",tags:[]},{name:"eva-brush",tags:[]},{name:"eva-brush-outline",tags:[]},{name:"eva-bulb",tags:[]},{name:"eva-bulb-outline",tags:[]},{name:"eva-calendar",tags:[]},{name:"eva-calendar-outline",tags:[]},{name:"eva-camera",tags:[]},{name:"eva-camera-outline",tags:[]},{name:"eva-car",tags:[]},{name:"eva-car-outline",tags:[]},{name:"eva-cast",tags:[]},{name:"eva-cast-outline",tags:[]},{name:"eva-charging",tags:[]},{name:"eva-charging-outline",tags:[]},{name:"eva-checkmark",tags:[]},{name:"eva-checkmark-circle",tags:[]},{name:"eva-checkmark-circle-2",tags:[]},{name:"eva-checkmark-circle-2-outline",tags:[]},{name:"eva-checkmark-circle-outline",tags:[]},{name:"eva-checkmark-outline",tags:[]},{name:"eva-checkmark-square",tags:[]},{name:"eva-checkmark-square-2",tags:[]},{name:"eva-checkmark-square-2-outline",tags:[]},{name:"eva-checkmark-square-outline",tags:[]},{name:"eva-chevron-down",tags:[]},{name:"eva-chevron-down-outline",tags:[]},{name:"eva-chevron-left",tags:[]},{name:"eva-chevron-left-outline",tags:[]},{name:"eva-chevron-right",tags:[]},{name:"eva-chevron-right-outline",tags:[]},{name:"eva-chevron-up",tags:[]},{name:"eva-chevron-up-outline",tags:[]},{name:"eva-clipboard",tags:[]},{name:"eva-clipboard-outline",tags:[]},{name:"eva-clock",tags:[]},{name:"eva-clock-outline",tags:[]},{name:"eva-close",tags:[]},{name:"eva-close-circle",tags:[]},{name:"eva-close-circle-outline",tags:[]},{name:"eva-close-outline",tags:[]},{name:"eva-close-square",tags:[]},{name:"eva-close-square-outline",tags:[]},{name:"eva-cloud-download",tags:[]},{name:"eva-cloud-download-outline",tags:[]},{name:"eva-cloud-upload",tags:[]},{name:"eva-cloud-upload-outline",tags:[]},{name:"eva-code",tags:[]},{name:"eva-code-download",tags:[]},{name:"eva-code-download-outline",tags:[]},{name:"eva-code-outline",tags:[]},{name:"eva-collapse",tags:[]},{name:"eva-collapse-outline",tags:[]},{name:"eva-color-palette",tags:[]},{name:"eva-color-palette-outline",tags:[]},{name:"eva-color-picker",tags:[]},{name:"eva-color-picker-outline",tags:[]},{name:"eva-compass",tags:[]},{name:"eva-compass-outline",tags:[]},{name:"eva-copy",tags:[]},{name:"eva-copy-outline",tags:[]},{name:"eva-corner-down-left",tags:[]},{name:"eva-corner-down-left-outline",tags:[]},{name:"eva-corner-down-right",tags:[]},{name:"eva-corner-down-right-outline",tags:[]},{name:"eva-corner-left-down",tags:[]},{name:"eva-corner-left-down-outline",tags:[]},{name:"eva-corner-left-up",tags:[]},{name:"eva-corner-left-up-outline",tags:[]},{name:"eva-corner-right-down",tags:[]},{name:"eva-corner-right-down-outline",tags:[]},{name:"eva-corner-right-up",tags:[]},{name:"eva-corner-right-up-outline",tags:[]},{name:"eva-corner-up-left",tags:[]},{name:"eva-corner-up-left-outline",tags:[]},{name:"eva-corner-up-right",tags:[]},{name:"eva-corner-up-right-outline",tags:[]},{name:"eva-credit-card",tags:[]},{name:"eva-credit-card-outline",tags:[]},{name:"eva-crop",tags:[]},{name:"eva-crop-outline",tags:[]},{name:"eva-cube",tags:[]},{name:"eva-cube-outline",tags:[]},{name:"eva-diagonal-arrow-left-down",tags:[]},{name:"eva-diagonal-arrow-left-down-outline",tags:[]},{name:"eva-diagonal-arrow-left-up",tags:[]},{name:"eva-diagonal-arrow-left-up-outline",tags:[]},{name:"eva-diagonal-arrow-right-down",tags:[]},{name:"eva-diagonal-arrow-right-down-outline",tags:[]},{name:"eva-diagonal-arrow-right-up",tags:[]},{name:"eva-diagonal-arrow-right-up-outline",tags:[]},{name:"eva-done-all",tags:[]},{name:"eva-done-all-outline",tags:[]},{name:"eva-download",tags:[]},{name:"eva-download-outline",tags:[]},{name:"eva-droplet",tags:[]},{name:"eva-droplet-off",tags:[]},{name:"eva-droplet-off-outline",tags:[]},{name:"eva-droplet-outline",tags:[]},{name:"eva-edit",tags:[]},{name:"eva-edit-2",tags:[]},{name:"eva-edit-2-outline",tags:[]},{name:"eva-edit-outline",tags:[]},{name:"eva-email",tags:[]},{name:"eva-email-outline",tags:[]},{name:"eva-expand",tags:[]},{name:"eva-expand-outline",tags:[]},{name:"eva-external-link",tags:[]},{name:"eva-external-link-outline",tags:[]},{name:"eva-eye",tags:[]},{name:"eva-eye-off",tags:[]},{name:"eva-eye-off-2",tags:[]},{name:"eva-eye-off-2-outline",tags:[]},{name:"eva-eye-off-outline",tags:[]},{name:"eva-eye-outline",tags:[]},{name:"eva-facebook",tags:[]},{name:"eva-facebook-outline",tags:[]},{name:"eva-file",tags:[]},{name:"eva-file-add",tags:[]},{name:"eva-file-add-outline",tags:[]},{name:"eva-file-outline",tags:[]},{name:"eva-file-remove",tags:[]},{name:"eva-file-remove-outline",tags:[]},{name:"eva-file-text",tags:[]},{name:"eva-file-text-outline",tags:[]},{name:"eva-film",tags:[]},{name:"eva-film-outline",tags:[]},{name:"eva-flag",tags:[]},{name:"eva-flag-outline",tags:[]},{name:"eva-flash",tags:[]},{name:"eva-flash-off",tags:[]},{name:"eva-flash-off-outline",tags:[]},{name:"eva-flash-outline",tags:[]},{name:"eva-flip",tags:[]},{name:"eva-flip-2",tags:[]},{name:"eva-flip-2-outline",tags:[]},{name:"eva-flip-outline",tags:[]},{name:"eva-folder",tags:[]},{name:"eva-folder-add",tags:[]},{name:"eva-folder-add-outline",tags:[]},{name:"eva-folder-outline",tags:[]},{name:"eva-folder-remove",tags:[]},{name:"eva-folder-remove-outline",tags:[]},{name:"eva-funnel",tags:[]},{name:"eva-funnel-outline",tags:[]},{name:"eva-gift",tags:[]},{name:"eva-gift-outline",tags:[]},{name:"eva-github",tags:[]},{name:"eva-github-outline",tags:[]},{name:"eva-globe",tags:[]},{name:"eva-globe-2",tags:[]},{name:"eva-globe-2-outline",tags:[]},{name:"eva-globe-3",tags:[]},{name:"eva-globe-outline",tags:[]},{name:"eva-google",tags:[]},{name:"eva-google-outline",tags:[]},{name:"eva-grid",tags:[]},{name:"eva-grid-outline",tags:[]},{name:"eva-hard-drive",tags:[]},{name:"eva-hard-drive-outline",tags:[]},{name:"eva-hash",tags:[]},{name:"eva-hash-outline",tags:[]},{name:"eva-headphones",tags:[]},{name:"eva-headphones-outline",tags:[]},{name:"eva-heart",tags:[]},{name:"eva-heart-outline",tags:[]},{name:"eva-home",tags:[]},{name:"eva-home-outline",tags:[]},{name:"eva-image",tags:[]},{name:"eva-image-2",tags:[]},{name:"eva-image-outline",tags:[]},{name:"eva-inbox",tags:[]},{name:"eva-inbox-outline",tags:[]},{name:"eva-info",tags:[]},{name:"eva-info-outline",tags:[]},{name:"eva-keypad",tags:[]},{name:"eva-keypad-outline",tags:[]},{name:"eva-layers",tags:[]},{name:"eva-layers-outline",tags:[]},{name:"eva-layout",tags:[]},{name:"eva-layout-outline",tags:[]},{name:"eva-link",tags:[]},{name:"eva-link-2",tags:[]},{name:"eva-link-2-outline",tags:[]},{name:"eva-link-outline",tags:[]},{name:"eva-linkedin",tags:[]},{name:"eva-linkedin-outline",tags:[]},{name:"eva-list",tags:[]},{name:"eva-list-outline",tags:[]},{name:"eva-loader-outline",tags:[]},{name:"eva-lock",tags:[]},{name:"eva-lock-outline",tags:[]},{name:"eva-log-in",tags:[]},{name:"eva-log-in-outline",tags:[]},{name:"eva-log-out",tags:[]},{name:"eva-log-out-outline",tags:[]},{name:"eva-map",tags:[]},{name:"eva-map-outline",tags:[]},{name:"eva-maximize",tags:[]},{name:"eva-maximize-outline",tags:[]},{name:"eva-menu",tags:[]},{name:"eva-menu-2",tags:[]},{name:"eva-menu-2-outline",tags:[]},{name:"eva-menu-arrow",tags:[]},{name:"eva-menu-arrow-outline",tags:[]},{name:"eva-menu-outline",tags:[]},{name:"eva-message-circle",tags:[]},{name:"eva-message-circle-outline",tags:[]},{name:"eva-message-square",tags:[]},{name:"eva-message-square-outline",tags:[]},{name:"eva-mic",tags:[]},{name:"eva-mic-off",tags:[]},{name:"eva-mic-off-outline",tags:[]},{name:"eva-mic-outline",tags:[]},{name:"eva-minimize",tags:[]},{name:"eva-minimize-outline",tags:[]},{name:"eva-minus",tags:[]},{name:"eva-minus-circle",tags:[]},{name:"eva-minus-circle-outline",tags:[]},{name:"eva-minus-outline",tags:[]},{name:"eva-minus-square",tags:[]},{name:"eva-minus-square-outline",tags:[]},{name:"eva-monitor",tags:[]},{name:"eva-monitor-outline",tags:[]},{name:"eva-moon",tags:[]},{name:"eva-moon-outline",tags:[]},{name:"eva-more-horizontal",tags:[]},{name:"eva-more-horizontal-outline",tags:[]},{name:"eva-more-vertical",tags:[]},{name:"eva-more-vertical-outline",tags:[]},{name:"eva-move",tags:[]},{name:"eva-move-outline",tags:[]},{name:"eva-music",tags:[]},{name:"eva-music-outline",tags:[]},{name:"eva-navigation",tags:[]},{name:"eva-navigation-2",tags:[]},{name:"eva-navigation-2-outline",tags:[]},{name:"eva-navigation-outline",tags:[]},{name:"eva-npm",tags:[]},{name:"eva-npm-outline",tags:[]},{name:"eva-options",tags:[]},{name:"eva-options-2",tags:[]},{name:"eva-options-2-outline",tags:[]},{name:"eva-options-outline",tags:[]},{name:"eva-pantone",tags:[]},{name:"eva-pantone-outline",tags:[]},{name:"eva-paper-plane",tags:[]},{name:"eva-paper-plane-outline",tags:[]},{name:"eva-pause-circle",tags:[]},{name:"eva-pause-circle-outline",tags:[]},{name:"eva-people",tags:[]},{name:"eva-people-outline",tags:[]},{name:"eva-percent",tags:[]},{name:"eva-percent-outline",tags:[]},{name:"eva-person",tags:[]},{name:"eva-person-add",tags:[]},{name:"eva-person-add-outline",tags:[]},{name:"eva-person-delete",tags:[]},{name:"eva-person-delete-outline",tags:[]},{name:"eva-person-done",tags:[]},{name:"eva-person-done-outline",tags:[]},{name:"eva-person-outline",tags:[]},{name:"eva-person-remove",tags:[]},{name:"eva-person-remove-outline",tags:[]},{name:"eva-phone",tags:[]},{name:"eva-phone-call",tags:[]},{name:"eva-phone-call-outline",tags:[]},{name:"eva-phone-missed",tags:[]},{name:"eva-phone-missed-outline",tags:[]},{name:"eva-phone-off",tags:[]},{name:"eva-phone-off-outline",tags:[]},{name:"eva-phone-outline",tags:[]},{name:"eva-pie-chart",tags:[]},{name:"eva-pie-chart-2",tags:[]},{name:"eva-pie-chart-outline",tags:[]},{name:"eva-pin",tags:[]},{name:"eva-pin-outline",tags:[]},{name:"eva-play-circle",tags:[]},{name:"eva-play-circle-outline",tags:[]},{name:"eva-plus",tags:[]},{name:"eva-plus-circle",tags:[]},{name:"eva-plus-circle-outline",tags:[]},{name:"eva-plus-outline",tags:[]},{name:"eva-plus-square",tags:[]},{name:"eva-plus-square-outline",tags:[]},{name:"eva-power",tags:[]},{name:"eva-power-outline",tags:[]},{name:"eva-pricetags",tags:[]},{name:"eva-pricetags-outline",tags:[]},{name:"eva-printer",tags:[]},{name:"eva-printer-outline",tags:[]},{name:"eva-question-mark",tags:[]},{name:"eva-question-mark-circle",tags:[]},{name:"eva-question-mark-circle-outline",tags:[]},{name:"eva-question-mark-outline",tags:[]},{name:"eva-radio",tags:[]},{name:"eva-radio-button-off",tags:[]},{name:"eva-radio-button-off-outline",tags:[]},{name:"eva-radio-button-on",tags:[]},{name:"eva-radio-button-on-outline",tags:[]},{name:"eva-radio-outline",tags:[]},{name:"eva-recording",tags:[]},{name:"eva-recording-outline",tags:[]},{name:"eva-refresh",tags:[]},{name:"eva-refresh-outline",tags:[]},{name:"eva-repeat",tags:[]},{name:"eva-repeat-outline",tags:[]},{name:"eva-rewind-left",tags:[]},{name:"eva-rewind-left-outline",tags:[]},{name:"eva-rewind-right",tags:[]},{name:"eva-rewind-right-outline",tags:[]},{name:"eva-save",tags:[]},{name:"eva-save-outline",tags:[]},{name:"eva-scissors",tags:[]},{name:"eva-scissors-outline",tags:[]},{name:"eva-search",tags:[]},{name:"eva-search-outline",tags:[]},{name:"eva-settings",tags:[]},{name:"eva-settings-2",tags:[]},{name:"eva-settings-2-outline",tags:[]},{name:"eva-settings-outline",tags:[]},{name:"eva-shake",tags:[]},{name:"eva-shake-outline",tags:[]},{name:"eva-share",tags:[]},{name:"eva-share-outline",tags:[]},{name:"eva-shield",tags:[]},{name:"eva-shield-off",tags:[]},{name:"eva-shield-off-outline",tags:[]},{name:"eva-shield-outline",tags:[]},{name:"eva-shopping-bag",tags:[]},{name:"eva-shopping-bag-outline",tags:[]},{name:"eva-shopping-cart",tags:[]},{name:"eva-shopping-cart-outline",tags:[]},{name:"eva-shuffle",tags:[]},{name:"eva-shuffle-2",tags:[]},{name:"eva-shuffle-2-outline",tags:[]},{name:"eva-shuffle-outline",tags:[]},{name:"eva-skip-back",tags:[]},{name:"eva-skip-back-outline",tags:[]},{name:"eva-skip-forward",tags:[]},{name:"eva-skip-forward-outline",tags:[]},{name:"eva-slash",tags:[]},{name:"eva-slash-outline",tags:[]},{name:"eva-smartphone",tags:[]},{name:"eva-smartphone-outline",tags:[]},{name:"eva-smiling-face",tags:[]},{name:"eva-smiling-face-outline",tags:[]},{name:"eva-speaker",tags:[]},{name:"eva-speaker-outline",tags:[]},{name:"eva-square",tags:[]},{name:"eva-square-outline",tags:[]},{name:"eva-star",tags:[]},{name:"eva-star-outline",tags:[]},{name:"eva-stop-circle",tags:[]},{name:"eva-stop-circle-outline",tags:[]},{name:"eva-sun",tags:[]},{name:"eva-sun-outline",tags:[]},{name:"eva-swap",tags:[]},{name:"eva-swap-outline",tags:[]},{name:"eva-sync",tags:[]},{name:"eva-sync-outline",tags:[]},{name:"eva-text",tags:[]},{name:"eva-text-outline",tags:[]},{name:"eva-thermometer",tags:[]},{name:"eva-thermometer-minus",tags:[]},{name:"eva-thermometer-minus-outline",tags:[]},{name:"eva-thermometer-outline",tags:[]},{name:"eva-thermometer-plus",tags:[]},{name:"eva-thermometer-plus-outline",tags:[]},{name:"eva-toggle-left",tags:[]},{name:"eva-toggle-left-outline",tags:[]},{name:"eva-toggle-right",tags:[]},{name:"eva-toggle-right-outline",tags:[]},{name:"eva-trash",tags:[]},{name:"eva-trash-2",tags:[]},{name:"eva-trash-2-outline",tags:[]},{name:"eva-trash-outline",tags:[]},{name:"eva-trending-down",tags:[]},{name:"eva-trending-down-outline",tags:[]},{name:"eva-trending-up",tags:[]},{name:"eva-trending-up-outline",tags:[]},{name:"eva-tv",tags:[]},{name:"eva-tv-outline",tags:[]},{name:"eva-twitter",tags:[]},{name:"eva-twitter-outline",tags:[]},{name:"eva-umbrella",tags:[]},{name:"eva-umbrella-outline",tags:[]},{name:"eva-undo",tags:[]},{name:"eva-undo-outline",tags:[]},{name:"eva-unlock",tags:[]},{name:"eva-unlock-outline",tags:[]},{name:"eva-upload",tags:[]},{name:"eva-upload-outline",tags:[]},{name:"eva-video",tags:[]},{name:"eva-video-off",tags:[]},{name:"eva-video-off-outline",tags:[]},{name:"eva-video-outline",tags:[]},{name:"eva-volume-down",tags:[]},{name:"eva-volume-down-outline",tags:[]},{name:"eva-volume-mute",tags:[]},{name:"eva-volume-mute-outline",tags:[]},{name:"eva-volume-off",tags:[]},{name:"eva-volume-off-outline",tags:[]},{name:"eva-volume-up",tags:[]},{name:"eva-volume-up-outline",tags:[]},{name:"eva-wifi",tags:[]},{name:"eva-wifi-off",tags:[]},{name:"eva-wifi-off-outline",tags:[]},{name:"eva-wifi-outline",tags:[]}]};return a});